/* CSS Reset */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: #0D006A;
	background-color:#E6F6FB;
	font-family:tahoma,verdana,sans-serif;
	font-size:11px;
	padding:0 0 10px 0;	
}
	
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset */

/*general site styles */

h1
{
	font-weight:bold;
	font-size:190%;
	color:#0D006A;
	padding:0 0 12px 0;
}
h2, h3, h4
{
	font-weight:bold;
	font-size:110%;
	padding:10px 0;
}
h3
{

}
h4
{

}
p
{
	padding:0px 0 15px 0;
}
a, a:link, a:visited, a:active
{
	color:#0D006A;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
strong
{
	font-weight:bold;
}

address
{
	font-style:italic;
}
em
{
	font-style:italic;
}
/* generic classes */
.clear
{
	clear:both;
}
.offScreen
{
	position:absolute;
	left:-5000;
	top:-1000px;
}



.container
{
	margin:0pt auto;
	text-align:left;
	width:1000px;
}

.header 
{
	background:transparent url(media/top_bg.gif) no-repeat scroll 0%;
	height:95px;
	padding:30px 25px 0pt 50px;
}
.content 
{
	background:transparent url(media/main_bg.gif) repeat-y scroll 0%;
	padding:20px 18px 10px;
}
.contentWrapper
{
	background:url(media/contentWrapper-mid.png) repeat-y;

	width:960px;
}

.leftNav
{
	width:170px;
	float:left;
	padding:14px 40px 0 37px;
}
.lowerMenu
{
	background:url(media/contentWrapper-bot.png) no-repeat;
	padding:40px 0 0 0;
}
.pageTitle
{
	background:url(media/dotted-horizontal.gif) repeat-x bottom left;
    padding:0 0 13px 0;
    margin:0 0 18px 0;
    font-weight:bold;
	font-size:190%;
	color:#0D006A;
}
/**Content Blocks*******/
.contentLeft
{
	float:left;
}

.contentRight
{
	float:left;
	
}
.contentRight h2, .contentRight h3, .contentRight h4
{
	padding:20px 0 6px 0;
}
.contentRight p
{
	padding:0 0 25px 0;
}
.homePageCol .contentLeft
{
	width:286px;
}
.homePageCol .contentRight
{
	width:387px;
}
.homePageCol .contentRight .textArea
{
	margin-left:60px;
	padding-top:30px;
}
.homePageCol .contentRight .textArea a
{
	font-weight:bold;
}


.DefaultCol .contentLeft
{
	width:350px;
}
.DefaultCol .contentRight
{
	width:300px;
	margin-left:38px;
}

.TwoCol .contentLeft
{
	width:321px;
}
.TwoCol .contentRight
{
	width:321px;
	margin-left:30px;
}
.SingleCol
{
	width:680px;
	float:left;
}
/*****Navigation*******/
.leftNav ul
{	
}
.leftNav ul ul
{
	background:none;
	padding-bottom:0;
	margin-bottom:0;
}
.leftNav ul li
{
	background:url(media/dotted-horizontal.gif) repeat-x bottom left;
    padding:0;
}
.leftNav ul li a, .leftNav ul li a:active, .leftNav ul li a:visited
{
	background:url(media/bullet-arrow.gif) left 0.8em no-repeat;
	display:block;
	font-size:11px;
	font-weight:bold;
	padding:7px 0;
	
}
.leftNav ul li.selected  a
{
	text-decoration:underline;
}
.leftNav ul li  a, .leftNav ul li a:active
{
	text-decoration:none;
}
.leftNav ul li li a, .leftNav ul li li a:active
{
	margin-left:10px;
	text-decoration:none;
}
.leftNav ul li a.selected, .leftNav ul li a:hover
{
	text-decoration:underline;
}
.leftNav ul li.selected li a
{
	text-decoration:none;
}
.leftNav ul li.selected li a:hover, .leftNav ul li.selected li.selected a
{
	text-decoration:underline;
}
/***********Footer***************/
.footerNav
{
	text-align:center;
	padding-top:30px;
}
.footerNav li
{
	display:inline;
}
.footerNav li a
{
	text-decoration:none;
}
.footerNav li a:hover
{
	text-decoration:underline;
}

.footer 
{
	background:transparent url(media/bottom_bg.gif) no-repeat scroll 0%;
	height:48px;
	overflow:hidden;
	padding:8px 55px 0;
}

.dataCaptureForm p
{
	padding-bottom:20px;
	
}
.dataCaptureForm p span
{
	color:#666666;
	float:left;
	padding:4px 72px 0 0;
}
.dataCaptureLabel
{
    width:113px;
    float:left;
    clear:left;
    font-weight:bold;
}
.dataCaptureText, .dataCaptureTextArea
{
    width:228px;
    border:none;
    background-color:#EAEAEA;
    padding:3px;
}
.dataCaptureTextArea
{
    height:80px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
}
.dataCaptureSubmit {
	float:right;
}

.floatLeft
{
    float:left;
    padding:0 10px 10px 0;
}
.floatRight
{
    float:right;
    padding:0 0 10px 10px;
}
.siteMap li
{
	background:transparent url(media/bullet.gif) no-repeat scroll left 0.8em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:4px;
	padding:5px 0 5px 14px;
}
.siteMap li a
{
	text-decoration:underline;
}

.DefaultCol ul, .TwoCol ul, .SingleCol ul {
	list-style:disc;
	padding-left:15px;
}
.DefaultCol ul li, .TwoCol ul li, .SingleCol li {
	padding-bottom:10px;
}


hr {

border: 0;

  color: #0D006A;
background-color: #0D006A;
height: 1px;
margin-bottom:20px;
}
.margin-top {
	margin-top:45px;
}