/**
 * =Utility Stuff *
**/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,blockquote,th,td {
	margin:0;
	padding:0;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End hide from IE-mac */

.right,
#main .right {
	float: right;
	}
	
.left,
#main .left {
	float: left;
	}
	
/**
 * =Content Styles
**/

body {
	background: #fff url('/images/background_site.gif') repeat-x left top;
	font: normal 87% helvetica,arial,verdana,sans-serif;
	color: #333;
	}
	
a {
	color: #2f3986;
	}

p { 
	margin: 1em 0;
	}

p.intro {
	font-size: 1.14em;
	}
	
/**
 * =Header Styles
**/
	
h1 {
	position: absolute;
	z-index: 9999;
	top: 28px;
	left: 0;
	}
	
h1 a {
	display: block;
	width: 295px;
	height: 110px;
	text-indent: -9999px;
	background: url('/images/logo.png') no-repeat left top;
	}
	
h2 {
	color: #fff;
	font-size: 1.57em;
	font-family: 'trebuchet MS', trebuchet, helvetica, arial, sans-serif;
	}
	
h2 .subHead {
	display: block;
	color: #224c3f;
	font-weight: normal;
	font-size: .9em;
	text-transform: uppercase;
	}

#sub h2 {
	font-size: 2.2em;
	}

h3 {
	font: bold 1em 'trebuchet MS', trebuchet, helvetica, arial, sans-serif;
	text-transform: uppercase;
	margin: 1.2em 0;
	}
	
#side h3 {
	font-size: 1.25em;
	}
	
h3.divider {
	background: url('/images/divider.gif') repeat-x left 50%;
	text-align: center;
	}
	
h3.divider span {
	padding: 0 10px;
	background: #fff;
	}
	
h4 {
	text-transform: uppercase;
	}
/**
 * =h5 added to be like h3 but allows lowercase letters
**/	
h5 {
	font: bold 1em 'trebuchet MS', trebuchet, helvetica, arial, sans-serif;
	text-transform: none;
	margin: 1.2em 0;
	}
	
#side h5 {
	font-size: 1.25em;
	}
	
h5.divider {
	background: url('/images/divider.gif') repeat-x left 50%;
	text-align: center;
	}
	
h5.divider span {
	padding: 0 10px;
	background: #fff;
	}
	
.callout h4 {
	font-size: 1.33em;
	}
	
h1+p, h2+p, h3+p, h4+p, h5+p {
	margin-top: 0;
	}
	
h3.divider+p {
	margin-top: 1em;
	}
	
/**
 * =Layout Containers
**/
	
#site {
	width: 960px;
	padding-top: 108px;
	margin: auto;
	position: relative;
	}
	
#masthead {
	display: table;
	height: 125px;
	background: url('/images/masthead.jpg') no-repeat left top;
	}

#masthead>h2 {
	display: table-cell;
	width: 660px;
	padding-left: 295px;
	vertical-align: middle;
	}

#content {
	padding: 1em 0;
	line-height: 1.625em;
}

#main {
	float: left;
	width: 660px;
	margin-left: 295px;
	}

#col1 {
	float: left;
	width: 315px
}

#col2 {
	float: left;
	width: 315px;
	margin-left: 30px;
}

#side {
	float: left;
	width: 235px;
	margin-left: -930px;
	text-align: right;
	font-size: .93em;
	line-height: 1.6em;
	}

/**
 * =Navigation Styles
**/
	
#utilityNav, #primaryNav {
	margin: 0;
	padding: 0;
	font-family: 'trebuchet MS', trebuchet, helvetica, arial, sans-serif;
	list-style: none;
	position: absolute;
	}
	
#utilityNav li, #primaryNav li {
	float: left;
	height: 47px;
	}
	
#utilityNav li a, #primaryNav li a {
	line-height: 47px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
	
#utilityNav {
	top: 10px;
	right: 10px;
	font-size: .86em;
	}
	
#utilityNav .lowercase {
	text-transform: none;
	}	
	
#utilityNav li {
	padding: 0 20px;
	}
	
#utilityNav li a {
	color: #000f86;
	}
	
#utilityNav li a:hover,{
	color: #000;
	}

#primaryNav {
	top: 60px;
	left: 295px;
	font-size: .92em;
	}
	
#primaryNav li {
	margin-right: 20px;
	}
	
#primaryNav li a {
	color: #fff;
	padding: 0 15px;
	}
	
#primaryNav li a:hover {
	color: #515aa0;
	}
	
#primaryNav li.active {
	background: url('/images/tab_right.gif') no-repeat right bottom;
}

#primaryNav li.active a {
	background: url('/images/tab_left.gif') no-repeat left bottom;
	}
	
#primaryNav li.active a:hover {
	color: #fff;
	}
	
#subNav {
	margin: 1em 0 0 0;
	padding: 0;
	text-transform: uppercase;
	border: 1px solid #ccc;
	list-style: none;
	font: bold 1.25em 'trebuchet MS', trebuchet, helvetica, arial, sans-serif;
	}
	
#subNav .lowercase {
	text-transform: none;
	}

#subNav li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	}
	
#subNav li a {
	display: block;
	padding: 12px 25px 12px 0;
	text-decoration: none;
}

#subNav li.active, #subNav li.last {
	border-bottom: none;
	}
	
#subNav li a:hover,
#subNav li.active ul li a:hover {
	color: #000;
	}
	
#subNav li.active a:hover,
#subNav li.active ul li.active a:hover {
	color: #000;
	}
	
#subNav li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ccc;
	font: bold .7em helvetica, arial, sans-serif;
	}
	
#subNav li ul li {
	margin: 0;
	padding: 0;
	}
	
#subNav li ul li a {

	background: url('/images/subnav_background.gif') no-repeat right 50%;
	}
	
#subNav li ul li.active a {
	background: url('/images/subnav_background_active.gif') no-repeat right 50%;
	border-bottom: 1px solid #ccc;
	}
	
/**
 * =Callout Boxes (rounded rectangles)
**/
	
.callout {
	color: #fff;
	margin: 1em 0 30px 0;
	font-size: .86em;
	line-height: 1.5;
	}
	
#sub .callout {
	text-align: left;
	font-size: 1em;
}
	
.callout .content {
	padding: 1em 1em 0 1em;
	}
	
#side .callout .content {
	text-align: right;
}
	
.purple {
	background: #1c2256 url('/images/cb_purple.gif') repeat-x left top;
	}
	
.green {
	background: #17342a url('/images/cb_green.gif') repeat-x left top;
	}
	
.blue {
	background: #08112f url('/images/cb_blue.gif') repeat-x left top;
}
	
.callout a {
	color: #fff;
	}
	
.bt {
	height:4px;
	margin:0 0 0 4px;
	background: url('/images/cb_tr.gif') no-repeat right top;
	}
	
.bt div {
	position:relative;
	left:-4px;
	width:4px;
	height:4px;
	background: url('/images/cb_tl.gif') no-repeat left top;
	font-size:0;
	line-height:0;
	}

/* Bottom corners and border */
.bb {
	height:4px;
	margin:0 0 0 4px;
	background:url('/images/cb_br.gif') no-repeat right top;
	}

.bb div {
	position:relative;
	left:-4px;
	width:4px;
	height:4px;
	background:url('/images/cb_bl.gif') no-repeat left top;
	font-size:0;
	line-height:0;
	}
	
ul.checklist {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	}
	
.checklist li {
	float: left;
	padding-left: 7%;
	margin-right: 1%;
	width: 41%;
	background: url('/images/check.gif') no-repeat left 50%;
	}


