/* CSS Document */

BODY
{
background: #000000 url(../images/bg/globalgrad.gif) bottom left repeat-x;
margin: 0;
padding: 0;
color: #FFFFFF;
font-family:  "Trebuchet MS", Georgia, Arial,"Times New Roman", Times;
}

ul, li, h1, h2, h3, h4
{
padding: 0;
margin: 0;
list-style: none;
}
FORM
{
padding: 0;
margin: 0;
}

.clear
{
clear: both;
}

#wrapper
{
background-color: #000000;
width: 980px;
margin: 0 auto;
padding-bottom: 40px;

}

/* header and menu styles */

#header
{
background: url(../images/global/sq_menu_header.gif) bottom right no-repeat;
border-bottom: 1px solid #9F9D0E;
}

#header .logo
{
float: left;
margin: 0;
width: 200px;
}


#menu
{
background: url(../images/global/nav_strip.jpg) bottom left no-repeat;
height: 29px;
clear: both;
width: 780px;
margin-left: 200px;
}

#menu #nav
{
z-index: 99 !important;
position: relative;


}




#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color:#FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	
	color:#CAD23E;
	
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	font-size: 120%;
	font-style:italic;
	font-weight:bold;
	margin-right: 25px;
}

#nav li:hover, #nav li.hover {  
    position: static;  
}  

#nav li ul { /* second-level lists */
	position: absolute;
	
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li li { /* second-level lists */
	clear: left;
	width: 127px;
	opacity: 0.9;
filter: alpha(opacity=90);
zoom: 1;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}




#footer
{
background: #000000;
clear: both;
}




#footer .body
{
width: 950px;
margin: 0 auto;
background: url(../images/bg/footer.gif) bottom right no-repeat;
height: 180px;
padding-left: 30px;
}

#footer  a
{
color: #FFFFFF;
text-decoration: none;
}

#footer .body li
{
float: left;
width: 29%;
margin-top: 10px;
font-size: 120%;
}

#footer .body ul ul li
{

width: 100%;

}

#footer .body ul ul
{
list-style: none;
padding: 5px;
padding-left: 3px;
}


#footer .body li li
{
clear: left;
font-size: 75%;
}





#footer .legals

{
margin-top: 5px;
text-align: center;
font-size: 75%;
color: #FFFFFF;
}

