
/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#000000;
 color: #000000;
 text-align:left;
 padding:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
 }
img {
border:none;
}
img.designer  {
float: left;
padding: 5px 15px 10px 15px;
}

#outer {
 width:960px;
 margin:auto;
 }
#print_Header, #print_Footer {
display:none;
}

#hdr {
 height:320px;
 background:#000;
 color: #000000;
 }
 #hdr_std {
 height:160px;
 background:#000;
 color: #000000;
 }

#navcontainer {
 height:60px;
 padding-left:60px;
 background:#000000;
 color: #ffffff;
 text-align:center;
 margin:auto;
 overflow:hidden;
 font-weight:normal;
 }
 
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
color: White;
float: left;
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
 padding-top:5px;
 font-size: 14px; 
}

#navcontainer ul li { display: inline;  font-weight:normal;
}

#navcontainer ul li a
{
padding: 0em 1.2em;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
font-weight:normal;
}
#navcontainer ul li.active a 
{
padding: 0em 1.2em;
color: #999;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
font-weight:normal;
}

#navcontainer ul li a:hover
{
color: #999;
font-weight:normal;
}
 
#bar2 {
 height:96px;
 background:#000000;
 padding:0;
 margin:0;
 }
#bar3 {
 height:96px;
 background:#000000;
 padding:0;
 margin:0 0 0 319px;
 }

#bodyblock {
 position:relative;
 background: #000000;
 color: #333333;
 width:960px;
 padding:0;
 }

#l-col {
 float:left;
 background:#000000;
 color: #333333;
 width:319px;
 background-image:url(../images/subNav.jpg);
 background-repeat:no-repeat;
 background-position:top;
 }

#l-col_std {
 float:left;
 background:#000000;
 color: #333333;
 width:319px;
 background-image:url(../images/subNav.jpg);
 background-repeat:no-repeat;
 background-position:top;
 margin-top:-96px;
 }

#content {
 width:641px;
 background:#000000;
 background-image:url(../images/subNav.jpg);
 background-repeat:repeat-x;
 color: #fff;
text-align:left;
 margin-left:319px;
 }

#footer {
 height:40px;
 background:#000000;
 color: #ffffff;
 margin:0 0 0 350px;
 text-align:left;
 font-size:9px;
}

/* Feature List Section */ 
#featuredSections {
 width:641px;
	padding:0;
	float: left;
 background:#000000;
 color: #fff;
   background-image:url(../images/subNav.jpg);
  background-repeat:repeat-x;}
#featuredSections .section {
	/*clear: both;*/
	display: block;
	margin: .5em 0;
	padding: 0px 0 0 0;
	width: 570px;
	border-bottom: 1px solid #ccc;
}
#featuredSections .icon {
	display: inline;
	float: left;
	height: 115px;
	margin: 0 15px 0 15px;
	width: 115px;
}
#featuredSections .description {
	display: inline;
	float: left;
	width: 400px;
}
#featuredSections .sectionClose {
	clear: both;
	display: block;
	height: 9px;
	font-size: 0;
}
#featuredSections p {
	margin: 0;
	padding: 0;
 color: #fff;
}
#featuredSections h3 {
	border: none;
	color: #ed5f5f;
	font-size: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

/* LEFT NAVIGATION */
#accordion {
	width:240px;
	padding: 0 0 .5em 1.5em;
	margin-top: 1em;
	color: #666;
	}
#accordion h3 {
	font-size: 0.7em;
	text-transform: uppercase;
	display: block;
	padding: 5px 0 10px 0;
	margin: -5px 0 0 0;
	font-weight:bold;
	color: #666;
}
#accordion h3 a {
		padding: 0 0 10px 0;
color: #FFFFFF;
		margin: 0;
			display: block;
text-decoration: none;
	border-bottom: 1px #666 solid;
	}
#accordion h3 a:hover {
	color: #666;
	text-decoration: none;
	}
#inactiveUL {
display:none;

}
#accordion #activeUL ul li a {
	font-size: .7em;
	line-height:1.5em;
	color: #666;
	display: block;
	list-style: none;
	text-decoration:none;
}
#accordion #activeUL ul li a:hover, #accordion #activeUL ul li.active a {
color:#fff;
}
#accordion ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 2px 0 1em 0;
	border-bottom: 1px #666 solid;
}