@import url("tabs.css");
@import url("sidebar.css");

html, body
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 62.5%;
	line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	width: 100%;
}

html>body
{
	font-size: 10px;
}

table { font-size: 100%; } /* ie hack */
a:hover { text-decoration: underline; color: #6699cc;}
a img { border: 0 transparent none; }


#header
{
	background-color: #faf6ed;
	height: 123px;
	padding: 0;
	margin: 0;
}

#header #logo
{
	z-index: 5;
	position: absolute;
	left: 16px;
	top: 11px;
}

#header ul#submenu
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 307px;
	top: 0;
	width: 533px;
}

#header ul#submenu li
{
	list-style-type: none;
	margin: 0;
	padding: 18px 14px 0 4px;
	display: table-cell;
	vertical-align: bottom;
	border-left: #999999 solid 1px;
	line-height: 1.2em;
	float: left;
	font-size: 0.9em;
}

#header ul#submenu li a
{
	color: black;
	text-decoration: none;
}

#header ul#submenu li a.active
{
	color: #993300;
}

#header ul#submenu li a:hover
{
	text-decoration: underline;
}

#header ul#submenu li#search
{
	border-left: transparent none 0px;
	padding-left: 5px;
	padding-top: 12px;
	padding-right: 0;
}

#header ul#submenu li#search input
{
	margin: 0 1em 0 0;
	padding: 0;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header ul#submenu li#search input.text
{
	width: 70px;
}

#header form { margin: 0; padding: 0;}

#content-white-container
{
	background-color: white;
	margin: 0;
	padding: 0;
	min-width: 840px;
	width: 100%;
}


#content-shadow-container
{
	background: transparent url(../../images/css/global/backgrounds/content-top-shadow.gif) repeat-x left top;
	padding-bottom: 0;
	margin-bottom: 0;
}

#content-sidebar-bg-container
{
	padding-right: 200px;
	background: transparent url( ../../images/css/global/backgrounds/sidebar-dither-bg.gif) repeat-y top right;	
	min-width: 640px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#content-leftnav-bg-container
{
	padding-left: 183px;
	padding-bottom: 18px;
	min-width: 457px;
	background: transparent url( ../../images/css/global/backgrounds/leftnav-green-bg.gif) repeat-y top left;	
}

#content-shadow-container div#the-content
{
	padding: 29px 0 0 48px;
}

#footer
{
	background-color: #cfc5a0;
	padding: .5em 1em .5em 1em;
	font-size: .9em;
}

#footer, #footer a
{
	color: black;
}

#footer a, #footer .right
{
	float: right;
	margin: 0 0 0 2em;
	
	padding: 0;
	text-decoration: none;
	display: inline;
}


#footer a:hover
{
	text-decoration: underline;
}

#the-content
{
	font-size: 1.2em;
	line-height: 1.5em;
	padding-right: 3em;
	background-color: white;
}

* html #the-content #ie-fix-margin-collapse { height: 1px; margin: 0; padding: 0;  }

#the-content p
{
	margin-top: 0;
}

#the-content h2
{
	font-size: 1.08em;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

#the-content h3
{
	font-size: 1.08em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: oblique;
}

#the-content h4
{
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: bold;
	font-style: normal;
}

#content-shadow-container .invisible, #content-sidebar-bg-container .invisible, #the-content .invisible
{
	margin: 0;
	display: none;
	visibility: hidden;
	line-height: 1%;
}

.subsectionTitle
{
	padding: 0 0 1em 0;
	margin: 0;
}

* html .subsectionTitle { margin-right: -43px;} /* titles are 432px wide: wider than absolute min content width of 389px; this keeps ie from bumping content down when page is at minimum width */

#the-content a:hover
{
	text-decoration: underline;
 	color: #6699cc;
}

#the-content a.back-to-top
{
	background: transparent url( ../../images/css/global/backgrounds/back-to-top-bg.gif) repeat-x 10em .35em;
	display: block;
	text-decoration: none;
	color: #d0cf9a;
	font-size: .9em;
	padding: 0;
}

#the-content a.back-to-top span
{
	background-color: white;
	background-image: none;
	padding-right: 1em;
}

#the-content a.back-to-top:hover, #the-content a.back-to-top:hover span
{
	text-decoration: underline;
	color: #d0cf9a;
}

div.hr
{
	background: transparent url( ../../images/css/global/backgrounds/back-to-top-bg.gif) repeat-x left top;
	height: 11px;
}

sup 
{ 
	line-height: 1.8em;
}