

/* RESET -------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {    
	margin: 0;   
	padding: 0; 
	}
	   
table {   
	border-collapse: collapse;   
	border-spacing: 0;   
	}
	   
fieldset, img, a {    
	border:none;
	outline:none;   
	}
	   
address, caption, cite, code, dfn, em, strong, th, var {   
	font-style: normal;   
	font-weight: normal;   
	}
	   
ol.navigation, ul.navigation {   
	list-style: none;   
	}
ul.contentList, ol.contentList {
	margin: 0 0 2em 25px;
 }
ul.contentList li {
	list-style: disc;
	line-height: 1.36em;
	margin-bottom: 1.09em;
 }
ol.contentList li {
	line-height: 1.36em;
	margin-bottom: 1.09em;
 }   
caption,th {   
	text-align: left;   
	}
	   
h1, h2, h3, h4, h5, h6 {   
	font-size: 100%;   
	font-weight: normal;   
	}   

q:before, q:after {   
	content: '';   
	}   

abbr, acronym { 
	border: 0;   
	}   
	
	
/* TYPE -------------------------------- */
	
body {
	font: 11px verdana,arial,helvetica,clean,sans-serif; 
	line-height: 100%;
	color: #666666;
	}	

a {
	color: #0056b7;
	text-decoration: none;
	border: none;
	}
	
a:active {
	border: none;
	}

a:hover {
	text-decoration: underline;
	color: F00;
	}

ul.navigation li a, a.memberLogin {
	text-transform: uppercase;
	font-size: 12px;
	}

ul.navigation li a:hover, ul.navigation li a.selected {
	color: #092a4f;
	text-decoration: underline;
	}

strong {
	font-weight: bold;
	}
	
input {
	color: #78848e;
	font-size: 11px;
	padding: 1px 0 0 2px;
	}

h2 {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	}

h1 {
	color: #f60;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	}
h3 
{
    color: #092a4f;
    font-size: 14px;
    font-weight:bold;
    margin-bottom: 5px;
    line-height: 18px;
}
div#contactForm h2 {
	font-size: 22px;
	margin-bottom: 10px;
	color: #FFF;
	}


div#footerWrapper p {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 5px;
	}
	
ul.listLinks li {
	font-size: 12px;
	line-height: 11px;
	}

#boxes .window h2 {
	font-size: 18px; 
	margin: 10px 0 10px 0;
	color: #fe6700;
	font-family:Arial, Helvetica, sans-serif;	
	}

#boxes .window h3 {   
	font-size: 14px; 
	margin-bottom: 12px;
	font-weight: bold;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;	
	}

#boxes .window h4 {   
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px; 
	color: #333;
	}
	
#boxes .window ul {   
	line-height: 1.27em;
	list-style:disc;
	margin: 0 0 2em 30px;
	}
	
#boxes .window ul li {   
	margin-bottom: 1em;
	font-size: 1.09em;
	line-height: 1.63em;  
	}	
/*------------------ Styles for tabular data ----------------------------*/
table#tableWithBorder {
border-bottom:1px solid #CCCCCC;
margin-bottom:1.63em;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}
table#tableWithBorder tr {
vertical-align:top;
padding-bottom: 7px;
}
td#white {
padding: 5px;
border-top:1px solid #CCCCCC;
}
td#gray {
padding: 5px;
border-top:1px solid #c2cfdb;
background-color:#e0e7ed;
}
tr.white {
padding: 5px;
border-top:1px solid #CCCCCC;
}
tr.gray {
padding: 5px;
border-top:1px solid #c2cfdb;
background-color:#e0e7ed;
}

td#heading {
padding: 5px;
border-top:1px solid #CCCCCC;
}
