@charset "utf-8";

/*---------------------------------------------------------------------------*/
/* SCREEN / PROJECTION STYLES */
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/* RESET CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/*---------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	/* content: none; */
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------------------------------------------------------------------*/
/* GLOBAL */
/*---------------------------------------------------------------------------*/

body {
	background: #FFFFFF url('/images/global/background.gif') repeat-x top left;
	border: 0;
	font-size: 62.5%; /* 1em equals 10px (approx) */
	margin: 0;
	min-width: 800px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	/* filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8; */
}

h1, h2, h3, h4, h5, h6, p, table {
	font-family: Arial, "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
}

ul, ol {
	font-family: Arial, "Lucida Grande", sans-serif;
}

a, a:link, a:visited, a:hover, a:active {
	font-family: Arial, "Lucida Grande", sans-serif;
}

a, a:link {
	color: #0033ff;
	text-decoration: none;
}

a:visited {
	color: #0033ff;
	text-decoration: none;
}

a:hover {
	color: #3399ff;
	text-decoration: underline;
}

a:active {
	color: #3399ff;
	text-decoration: underline;
}

div.clearfix {
	clear: both;
	height: 0px;
}

.accessibility {
	left: -5000px;
	position: absolute;
}

hr.accessibility {
	display: none;
}

div.horizontalrule {
	border-top: 1px dotted #9999cc;
	/* clear: both; */
	display: block;
	height: 1px;
	margin: 15px 0px;
	width: 100%;
}

.horizontalrule hr {
	display: none;
}

/*---------------------------------------------------------------------------*/
/* LAYOUT */
/*---------------------------------------------------------------------------*/

div#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 800px; /* DEV NOTE: must match #temp_name_outer, #header, #headernav, width */
}

div#temp_name_outer {
	width: 800px;
}

.subpage #temp_name_outer {
	/* width: 800px; */
}

div#temp_name_inner {
	background: url('/images/global/background-border.gif') repeat-x top left;
	padding: 2px;
	padding-bottom: 0px;
}

.subpage #temp_name_inner {
	/* background: url('/images/global/background-border.gif') repeat-x top left;
	padding: 2px;
	padding-bottom: 0px; */
}

div#contentwrapper {
	background: #FFFFFF url('/images/global/home-image.jpg') no-repeat top left;
	/* overflow: hidden; */
	padding: 225px 20px 0px 20px;
}

.subpage #contentwrapper {
	/* background: url('/images/global/home-image.jpg') no-repeat top left;
	padding: 225px 20px 0px 20px; */
}

/*---------------------------------------------------------------------------*/
/* HEADER NAVIGATION */
/*---------------------------------------------------------------------------*/

div#headernav {
	background: url('/images/global/background-header.gif') repeat-y top center;
	height: 29px;
	left: 0px;
	overflow: hidden;
	margin-bottom: 90px;
	position: relative;
	top: 0px;
	width: 800px;
	z-index: 1000;
}

#headernav p {
	color: #999999;
	display: inline;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 30px;
	margin:0;
	padding: 0;
}

#headernav p strong {
	/* font-size: 13px; */
}

#headernav ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#headernav ul li {
	background: url('/images/global/bullet-header.gif') no-repeat 0 50%;
	float: left;
	margin-left: 7px;
	padding-left: 9px;
}

#headernav ul li:first-child {
	background: none;
}

#headernav ul a, #headernav ul a:link {
	display: block;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 30px;
}

/*---------------------------------------------------------------------------*/
/* HEADER */
/*---------------------------------------------------------------------------*/

div#header {
	overflow: hidden;
	position: absolute;
	top: 61px;
	width: 800px;
	z-index: 1001;
}

#header h1 {
	color: #333366;
	font-size: 2.8em;
	font-weight: normal;
	margin-top: 44px;
	margin-left: 22px;
}

.subpage #header h1 {
	font-size: 2.8em;
	margin-top: 44px;
}

/*---------------------------------------------------------------------------*/
/* NAVIGATION */
/*---------------------------------------------------------------------------*/

div#nav {
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 61px;
	width: 600px;
	z-index: 1002;
}

#nav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	background: url('/images/global/bullet-header.gif') no-repeat 5px 15px;
	float: left;
	margin-left: 15px;
}

#nav ul li:first-child {
	/* background: none; */
}

#nav ul a, #nav ul a:link {
	color: #333366;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 31px;
	padding-left: 25px;
}

#nav ul a:hover {
	color: #3399ff;
}

#nav ul a:active {
}

#nav .nav_1 {
	background: url('/images/global/nav-1.gif') no-repeat;
}

#nav .nav_2 {
	background: url('/images/global/nav-2.gif') no-repeat;
}

#nav .nav_3 {
	background: url('/images/global/nav-3.gif') no-repeat;
}

#nav .nav_4 {
	background: url('/images/global/nav-4.gif') no-repeat;
}

/*---------------------------------------------------------------------------*/
/* SUB NAVIGATION */
/*---------------------------------------------------------------------------*/

div#subnav {
	background-color: #666699;
	height: 32px;
	left: 0px;
	position: absolute;
	top: 300px;
	margin-left: 2px;
	margin-right: 2px;
	width: 796px;
	/* IE specific styles for opacity in ie.css */
	opacity: 0.8; /* CSS3 property name */
	-moz-opacity: 0.8; /* Mozilla only */
}

.subpage #subnav {
	top: 300px;
}

#subnav h1, #subnav p {
	color: #ffffff;
	display: inline;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	margin: 0px 22px;
}

#subnav ul {
	float: left;
	list-style: none;
	margin: 0;
	margin-left: 22px;
	padding: 0;
}

#subnav ul li {
	color: #ffffff;
	float: left;
	font-size: 12px;
	line-height: 30px;
	margin-right: 20px;
}

#subnav ul a, #subnav ul a:link {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 30px;
}

#subnav ul a:hover, #subnav ul a:active {
	color: #66ccff;
}

/*---------------------------------------------------------------------------*/
/* MAIN CONTENT */
/*---------------------------------------------------------------------------*/

div#maincontent {
	overflow: hidden;
	/* position: relative; */
	width: 756px;
}

#maincontent h1 {
	color: #333366;
	font-size: 3.2em;
	line-height: 1.2;
	margin: 2% 0;
}

#maincontent h2 {
	color: #3399ff;
	font-size: 2.4em;
	line-height: 1.2;
	margin: 2% 0;
}

#maincontent h3 {
	color: #3399ff;
	font-size: 1.8em;
	line-height: 1.2;
	margin: 2% 0;
}

#maincontent h4 {
	border-bottom: 1px dotted #999999;
	color: #333333;
	font-size: 1.3em;
	line-height: 1.2;
	margin: 2% 0;
	padding: 1% 0;
}

.news #maincontent h4 {
	background: transparent url('/images/news/newsicon.gif') no-repeat 0px 6px;
	padding-left: 30px;
}

#maincontent h5 {
	color: #333333;
	font-size: 1.2em;
	line-height: 1.2;
	margin: 2% 0;
}

#maincontent h6 {
	color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2;
	margin: 2% 0;
}

#maincontent p {
	color: #333333;
	font-size: 1.2em;
	line-height: 1.3;
	margin: 2% 0;
	/* position: relative; */
}

#maincontent em {
	font-weight: normal;
}

#maincontent ul, #maincontent ol {
	color: #333333;
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: disc;
	padding-left: 10px;
	margin-left: 25px;
}

#maincontent ol {
	list-style: decimal;
}

#maincontent ul.sidemenu, #maincontent ol.sidemenu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
}

/* IE6 specific styles for blockquote in ie6.css */
#maincontent blockquote {
	background: transparent url('/images/global/quote99.gif') no-repeat right bottom;
	/* border-bottom: 1px dotted #caddd3; */
	overflow: hidden;
}

#maincontent blockquote p {
	margin: 1% 0;
	padding: 0px 23px;
}

#maincontent blockquote p:first-child {
	background: transparent url('/images/global/quote66.gif') no-repeat top left;
}

#maincontent cite, #maincontent dfn {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	/* margin: 2% 0;
	padding-bottom: 2px; */
}

#maincontent dfn {
	border-bottom: 1px dotted #627c6f;
}

#maincontent table.table1 {
	border-bottom: 1px dotted #999999;
	color: #333333;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 20px 0px;
	width: 100%;
}

#maincontent table.table1 td {
	border-top: 1px dotted #999999;
	padding: 5px 10px;
	text-align: center;
	width: 33%;
}

/*---------------------------------------------------------------------------*/
/* SUB CONTENT */
/*---------------------------------------------------------------------------*/

div#subcontent {
	width: 756px;
	overflow: hidden;
}

#subcontent h2 {
	color: #333366;
	font-size: 1.9em;
	margin-bottom: 10px;
}

#subcontent ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#subcontent li {
	border-left: 1px dotted #9999cc;
	float: left;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	padding-left: 15px;
	width: 230px;
}

/* IE6 specific styles for li.firstitem in ie6.css */
#subcontent li:first-child {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}

#subcontent h3 {
	font-family: Tahoma;
	font-size: 1.1em;
}

#subcontent p {
	color: #333366;
	font-family: Tahoma;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	margin-bottom: 10px;
}

/*---------------------------------------------------------------------------*/
/* FOOTER */
/*---------------------------------------------------------------------------*/

div#footer {
	background-color: #FFFFFF;
	padding: 60px 22px 60px 22px;
	overflow: hidden;
}

div#footer_inner {
	width: 756px;
}

#footer ul {
	border-top: 1px dotted #9999CC;
	border-bottom: 1px dotted #9999CC;
	float: left;
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}

#footer ul li {
	float: left;
	margin-right: 20px;
}

#footer ul a {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 31px;
}

#footer p {
	color: #9999cc;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 1.3;
	margin: 2% 0;
}

#footer .certified { /* MS certified logo */
	float: right;
	margin-left: 10px;
}

/*---------------------------------------------------------------------------*/
/* SECTIONS */
/*---------------------------------------------------------------------------*/

.newsflash {
	overflow: hidden;
}

.newsflash .primary {
	float:left;
	width:509px;
}

.newsflash .secondary {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 227px;
}

.content-2column {
	overflow: hidden;
}

.content-2column .primary {
	float: left;
	width: 420px;
}

.content-2column .secondary {
	float: left;
	margin-left: 20px;
	width: 314px;
}

/* currently unused */
ul.list-3column {
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

ul.list-3column li {
	float: left;
	height: 90px;
	margin-bottom: 10px;
	width: 33%;
}

ul.list-3column li a img {
	border: none;
	margin: 0;
	padding: 0;
}