@charset "utf-8";
/* CSS Document */

html, body{
margin-top:5px;
width:100%;
height:100%;
margin-left:auto;
margin-right:auto;
}

#container{
background:#fff;
width:1021px;
margin-left:auto;
margin-right:auto;
clear:both;
}

#footer{
clear:both;
}

#footer p{
	text-align:center;
	padding-top:40px;
	padding-bottom:5px;
	font-size:8px;
}

#header{
margin-bottom:55px;

}

#topLinks{
height:30px;
float:right;
font-size:10px;
color:#000;
font-family: Verdana, Arial, sans-serif;
margin-right:30px;
margin-top:5px;
text-align:right;
}

#topLinks a:link{
color:#000;
text-decoration:none;
}

#topLinks a:visited{
color:#000;
text-decoration:none;
}

#topLinks a:hover, a:active{
color:#000;
text-decoration:underline;
}

.logo{
margin:45px 0px 55px 0px;
border:none;
}

.floatLeft{
float:left;
margin:10px 10px 10px 0px;
}

.floatRight{
float:right;
margin:10px 0px 10px 10px;
}


ol li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

/************************************************************* GENERIC STYLES*/

#content{
width:586px;
margin-left:200px;
padding:0 25px;
height:100%;
margin-top:60px;
border-left:#000 solid 1px;
border-right:#000 solid 1px;
}

a{
	color:#000;
	text-decoration:underline;
	font-family: Verdana, Arial, sans-serif;
}

a:hover, a:active{
	color:#999;
	text-decoration:none;
}

p{
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
}

h1{
font-family: Verdana, Arial, sans-serif;
font-size:24px;
margin-top:0px;
}

h2{
font-family: Verdana, Arial, sans-serif;
font-size:18px;
margin-top:0px;
font-weight:normal;
}

h3{
font-family: Helvetica, Arial, sans-serif;
font-size:18px;
margin-top:0px;
color:#000;
}

h4{
font-family: Verdana, Arial, sans-serif;
font-size:10px;
margin-top:0px;
color:#000;
}

.small{
font-size:8px;
text-indent:5px;
}

/************************************************************* GENERIC STYLES*/


#extralinks{
width:152px;
float:right;
margin-right:5px;
margin-top:-20px;
padding-left:5px;
padding-right:5px;
color:#000;
}

#extralinks a:link{
color:#000;
font-weight:bold;
text-decoration:none;
}

#extralinks a:visited{
color:#000;
text-decoration:underline;
}

#extralinks a:hover, a:active{
color:#999;
text-decoration:none;
}

.greenbar{
margin-top:15px;
}

/* -------------------- Navigation Styles ----------------------*/

#nav {
	width:100%;
	height:27px;
	clear: both;
	margin:0 auto;
	padding: 0 0 0 0;
	float: left;
	display: inline;
	font-weight: bold;
	color: #fff;
	background:#000;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 0;
	float:right;
}

#nav ul li {
	float: left;
	margin: 0;
	margin-left:3px;
	width: 104px;
	height:25px;
	text-align:center;
	}

#nav p{
	font: normal 10px Verdana, Helvetica, sans-serif;
	margin-top:5px;
}
	
#nav ul li a {
	padding:2px 0 0 0;
	display: block;
	color: #fff;
	text-decoration: none;
	height:24px;	
}

#nav ul li a:hover {
	background:url(../images/button_hov.png) center top no-repeat;
	color:#CCC;
}


#nav #currentpage a {
	background:url(../images/button_hov.png) center top no-repeat;
	color:#CCC;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	
	left: auto;
	background: #4c4c4c;
	
}
/* -------------------- / Navigation Styles ----------------------*/

/* NAVIGATION ACCORDION MENU */


#sidenav{
width:174px;
margin-left:3px;
float:left;
margin-bottom:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000;
}

#sidenav a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}

#sidenav p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}

#sidenav h1{
color:#000;
font-size:18px;
margin-top:-0px;
font-family:Verdana, "Times New Roman", Times, serif;
}

.arrowlistmenu{
width: 171px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 10px Verdana;
font-weight:bold;
color: #000;
border-bottom:#016399 1px solid;
background:#fff;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 5px 0 5px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
margin-top:0px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background:#e1e4ee;
}

.arrowlistmenu li .single{ 
font: normal 10px Verdana;
color: #000;
background:#b2a5b7;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 0 2px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
margin-top:0px;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Close state CSS for sub menu header*/
background: #000 !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Open state CSS for sub menu header*/
background: #000 !important;
}

.arrowlistmenu ul li .arrow{ 
float:right;
margin-top:5px;
margin-right:5px;
}

.arrow{ 
float:right;
margin-top:5px;
margin-right:5px;
}

.arrowlistmenu ul li a{
background:#fff; /*custom bullet list image*/
display: block;
padding: 5px 0;
padding-left: 19px; /*link text is indented 19px*/
font: normal 10px Verdana;
color: #000;
margin-bottom:-1px;
text-decoration:none;
}

.arrowlistmenu ul li a:visited{
color: #000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #000;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: #ff0000;
}

.newsletter, .newsletter a{
	background:#000;
	color:#FFF;
	width:100%;
	padding:5px 0;
	text-align:center;
	line-height:16px;
	font-size:10px;
}

.collections{
	margin-left:-25px;
}

.collections a{
	text-decoration:none;
	font-size:10px;
}

.collections a:hover{
	text-decoration:underline;
}

#topnav{
	float:right;
}

#topnav a{
	font-size:10px;
	text-decoration:none;
	text-align:center;
}

#topnav a:hover{
	text-decoration:underline;
	}
	
	.attributeinput{
		color:#999;
		font-size:10px;
	}
	
	#sidenav li a{
		font-size:10px;
	}
	
	#sidenav ul {
		margin-left:-30px;
		list-style:none;
	}
	
	#text ol li{
		font-size:10px;
	}
	
	#content ol li{
		font-size:10px;
	}
