/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* page construction */


/* header */
.main-container {
	max-width: 960px;
	padding:0 35px;
	margin:0 auto;
	margin-bottom:30px;
	font-family: arial, helvetica, sans-serif;
}
.banner-blue {
	background-color: #003366;
	padding:30px 30px;
	margin:10px 0;
}
.banner-blue h1{ 
	color:#fff;
	font-size:28px;
}

header h1{
	max-width:189px;
	margin-top:15px;
	float:left;
}
header h1 a{
	background: url('../images/logo.png') no-repeat;
	text-indent: -9999px;
	display: block;
	width:182px;
	height:59px;
}
.callbox {
	float:right;
	margin-top:25px;
}
.callbox span {
	color:#0066CC;
	font-size:18px;
	font-weight: bold;
}
nav {
	border-top:1px solid #D5D5D5;
	border-bottom:1px solid #D5D5D5;
	margin-top:15px;
}
nav li {
	display: inline-block;
}
nav li a {
	color:#000;
	font-size:14px;
	padding:15px 20px 15px 0;
	display:block;
}
nav li a ,.footer a{cursor:pointer;}

.content-container {
	margin:20px 0;
	overflow: auto
}
.col-2-3 {width:60%;}
.col-1-3 {width:39%;}
.col-1-2, .col-1-3, .col-2-3 {float:left;}

.col-1-2 {width:45%;}

.banner-box{
	margin-top:20px;
}
h2 {
	font-size: 18px;
	color:#003366;
	margin-bottom: 30px
}
p{
	font-size:12px;
	color:#000;
	margin-bottom:10px;
	line-height: 1.6em;
}
.introtext {
	font-size:16px;

}
h3 {
	font-size: 18px;
	margin-bottom:30px;
}
.special-box {
	border:1px solid #D5D5D5;
	padding:20px 35px;
	margin-left:60px;
}
.special-box ul li{
	line-height: 2.4em;
	font-size: 14px;
}


.footer {
	clear:both;
	border-top:4px solid #003366;
	padding:8px 0 15px;
}
.footer img, .footer ul{float:left;}
.footer ul {
	margin-left: 40px; 
	margin-top:11px;}
.footer li {
	display: inline-block;
	margin-right:20px;
	font-size:14px;
}
.footer a {color:#000;}
.footer span {
	text-align: right; 
	font-size:12px;
	margin-top:13px;
	float:right;
}
a{text-decoration: none}
a.active {color:#0066CC;font-weight: bold}
nav li a:hover, .footer a:hover {color:#0066CC;}
