/********************************************************

		GRAY		#666666;
		BLUE		#018faf;

********************************************************/





/******************** global styles ********************/
html, table, input
{
	font-size: 100%;
}

body
{
	margin: 0;
	font: normal 62.5% Arial, Helvetica, sans-serif;	/* 11px font size is 1.1em, 12px is 1.2em, etc */
	font-size: expression(screen.deviceXDPI > 96 ? 1000 / ((screen.deviceXDPI / 96) * 16) + "%" : "62.5%");
}

h1
{
	font: bold 1.1em/1.27em Arial, Helvetica, sans-serif;
	margin: 0 0 26px;
	color: #018faf;
	text-transform: uppercase;
}

h1 em
{
	font-weight: normal;
}

h2
{
	font: bold 1.1em/1.27em Arial, Helvetica, sans-serif;
	margin: 0 0 7px;
	color: #018faf;
}

h3
{
	font: normal 1.1em/1.50em Arial, Helvetica, sans-serif;
	margin: 0;
	color: #666666;
}

h3 em
{
	font-style: normal;
}

p
{
	font-size: 1.1em;
	line-height: 1.50em;
	margin: 0 0 16px;
}

p.smallprint
{
	font-size: .9em;
}

a:link
{
	color: #018faf;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul
{
	margin: 0 0 16px 16px;
	padding: 0;
}

ul li
{
	font-size: 1.1em;
	line-height: 1.50em;
	margin: 0 0 16px;
	padding: 0;
}



/******************** header styles ********************/
#header
{
	height: 125px;
	background: #daeff3 url(../images/background_header.jpg) repeat-x;
	position: relative;
}

#title
{
	margin: 81px 0 0 14px;
}

#logo
{
	position: absolute;
	top: 89px;
	left: 624px;
}



/******************** topnav styles ********************/
#topnav ul
{
	margin: 0;
	padding: 0;
	border: solid 1px #0190ae;
	border-width: 1px 0;
}

#topnav ul li
{
	list-style-type: none;
	display: block;
	float: left;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border-right: solid 1px #0190ae;
}

#topnav ul li a
{
	display: block;
	height: 54px;
	width: 149px;
}

#topnav .letter a
{
	background: url(../images/topnav_letter_off.gif);
}

#topnav .letter a:hover, #topnav .letter a.selected
{
	background: url(../images/topnav_letter_on.gif);
}

#topnav .financials a
{
	background: url(../images/topnav_financials_off.gif);
}

#topnav .financials a:hover, #topnav .financials a.selected
{
	background: url(../images/topnav_financials_on.gif);
}

#topnav .officers a
{
	background: url(../images/topnav_officers_off.gif);
}

#topnav .officers a:hover, #topnav .officers a.selected
{
	background: url(../images/topnav_officers_on.gif);
}

#topnav .information a
{
	background: url(../images/topnav_information_off.gif);
}

#topnav .information a:hover, #topnav .information a.selected
{
	background: url(../images/topnav_information_on.gif);
}

#topnav .downloads a
{
	background: url(../images/topnav_downloads_off.gif);
}

#topnav .downloads a:hover, #topnav .downloads a.selected
{
	background: url(../images/topnav_downloads_on.gif);
}



/******************** content styles ********************/
#content
{
	margin: 44px 0 40px 0;
	position: relative;
}

table
{
	margin-left: 0 !important;
}

table p
{
	margin: 0;
}



/******************** sidenav styles ********************/
#sidenav
{
	width: 161px;
	position: absolute;
	left: 0;
	top: 0;
	margin: -5px 0 0 11px;
}

#sidenav ul
{
	margin: 0;
	padding: 0 0 40px;
}

#sidenav ul li
{
	list-style-type: none;
	margin: 0;
	padding: 6px 0 0 0;
	line-height: 1.1em;
}

#sidenav ul li.selected
{
	background: url(../images/bullet_sidenav_top.gif) 0 0 no-repeat;
}

#sidenav ul ul
{
	margin: 1px 0 0 2px;
	padding: 0;
}

#sidenav ul ul li
{
	padding: 2px 0 0 0;
	margin: 0 0 4px 16px;
	font-size: 1.0em;
}

#sidenav ul ul li.selected
{
	background: url(../images/bullet_sidenav_subpage_top.gif) 0 0 no-repeat;
}

#sidenav a
{
	color: #000000;
	text-decoration: none;
	padding: 0 0 6px 17px;
	display: block;
}

* html #sidenav a
{
	display: inline-block;
}

#sidenav a:hover
{
	text-decoration: underline;
}

#sidenav a.selected
{
	color: #0190ae;
	background: url(../images/bullet_sidenav_bottom.gif) 0 100% no-repeat;
}

#sidenav ul ul a
{
	color: #666666;
	padding: 0 0 1px 12px;
}

#sidenav ul ul a.selected
{
	background: url(../images/bullet_sidenav_subpage_bottom.gif) 0 100% no-repeat;
}



/******************** pagenav styles ********************/
#pagenav
{
	float: right;
	margin-right: -24px;
	margin-top: -25px;
	position: relative;
	width: 156px;
}

#pagenav .previous
{
	position: absolute;
	top: 0;
	left: 0;
}

#pagenav .next
{
	position: absolute;
	top: 0;
	right: 0;
}

#pagenav a
{
	color: #666666;
	text-decoration: none;
}

#pagenav a:hover
{
	text-decoration: underline;
}



/******************** main styles ********************/
#main
{
	width: 492px;
	margin: 0 0 0 210px;
	padding-left: 1px;		/* otherwise W gets clipped */
}



/******************** clearfix styles ********************/
.clearfix:after
{ 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* hides clearfix from IE-mac \*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* end hide from IE-mac */
