/*--------------- Defaults ---------------*/
* {
	margin: 0;
	padding: 0;
}
	
/*--------------- Styles ---------------*/
html {
	font-size: 100%;
}

body {
	font: 62.5%/1.5em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	background: url("/resources/images/body_bg.jpg") repeat-x #033476;
	color: #000;
}

p {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	margin-bottom: .5em;
}
	
img {
	border: 0;
}
	
h1 {
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	font: bold 2em/1.0em Georgia, "Times New Roman", Times, serif;
	color: #C10D31;
	margin: 0;
	padding: 0 0 8px 8px;
}

h2 {
	font: bold 1.7em/1.0em Georgia, "Times New Roman", Times, serif;
	color: #0C3970;
	margin-bottom: 8px;
}
h3 {
	color: #C10D31;
	font: bold 1.2em/1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 4px;
	text-transform: none;
}

.float_left {
	float: left;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/*--------------- Lists ---------------*/	
ul {
	font: normal 1.2em/1.5em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	padding: 4px 20px 4px 4px;
}
	
li {
	list-style-type: none;
	background-image: url("/resources/images/bullet_blue.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 1em;
	padding-bottom: 5px;
	color: #000;
	line-height: 1.5em;
}
	
li a {
	text-decoration: none;
}

/*--------------- Links & Navigation ---------------*/
a {
	color:#002E76;
	text-decoration:underline;
}
	
a:hover {
	color: #C41C2D;
}

/*--------------- Structure ---------------*/
#site_cap {
	background: #024879;
	border-bottom: 1px solid #1882B4;
	text-align: center;
}

#page_container {
	margin: 0 auto;
	width: 960px;	
}

#page_header {
	margin: 0 auto;
	height: 102px;	
	background: url("/resources/images/page_header.gif") left top no-repeat;
}
#page_header h1 {
	border: none;
	height: 100%;
	overflow: hidden;
	margin: 0;
	width: 960px;
}
#page_header h1 a {
	display: block;
	height: 100%;
	text-indent: -1000px;
}

/*--------------- Used for main background of content ---------------*/
#content_wrapper_outer {
	background:url("/resources/images/content_bg.jpg") left top repeat-y;
}

/*--------------- Used for top cap of content ---------------*/
#content_wrapper_inner {
	background:url("/resources/images/content_header_bg.jpg") left top no-repeat;
}

/*--------------- Used for bottom cap of content ---------------*/
#content_container {
	background:url("/resources/images/content_footer_bg.jpg") left bottom no-repeat;
	padding: 11px 49px 50px 50px;
	
	/* min-height hack for ie6 */
	min-height: 470px;
	height: auto !important;
	height: 470px;
}

/*--------------- Page Content ---------------*/
#site_cap_content {
	padding: 0;
	margin: 0 auto;
}

#content {
	width: 861px;
}

/*--------------- Sidebar ---------------*/
#sidebar {
	float: left;
	width: 255px;
}

#sidebar p, 
#sidebar ul {
	font-size: 1.1em;
} 

#sidebar .stagger {
	background: #F7F7F7;
}

#sidebar p.main_office {
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 40px 0;
	text-align: center;
}

#sidebar p.satellite_office {
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0;
	text-align: center;
}

#sidebar .section {
	padding: 8px 8px 8px 0;
}

/*--------------- Site Nav ---------------*/	
#sidebar .nav {
	width: 250px;
}

#sidebar .nav ul {
	padding: 0;
}

#sidebar .nav ul li {
	background: transparent;
	border-bottom: 1px solid #E0E0E0;
	color: #fff;
	font: bold 1.2em/1.1em Verdana, sans-serif;
	list-style: none;
	padding: 0;
	text-align: left;
}

#sidebar .nav ul li a {
	background: url("/resources/images/bullet.gif") 4px 9px no-repeat;
	border-bottom: 1px solid #fff;
	color: #0C3970;
	display: block;
	padding: 7px 0 7px 20px;
	text-decoration: none;
}

#sidebar .nav ul li a:hover {
	background-color: #F0F0F0;
}

#sidebar .nav ul li a.current {
	background: #A9C9E9;
}

/*--------------- Main ---------------*/
#main {
	float: left;
	width: 606px; 
}

#main .main_image {
	background: url("/resources/images/main.jpg") left top no-repeat;
	border: 1px solid #A9A9A9;
	height: 150px;
	margin-bottom: 8px;
	width: 604px;
}

#main .section {
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	padding: 8px 0 8px 8px;
	width: 597px;
}

#main .stagger {
	background: #F7F7F7;
}

#main .last {
	border-bottom: none;
}
	
#main .borderimg_left {
	border: 1px solid #C9C6DB;	
	float: left;
	margin-right: 10px;
}
#main .borderimg_right {
	border: 1px solid #C9C6DB;	
	float: right;
	margin-left: 10px;
}
#main .borderimg_bottom {
	border: 1px solid #C9C6DB;	
	float: left;
	margin-bottom: 10px;
}

#main .borderimg_left img,
#main .borderimg_right img {
	padding: 2px;
}

#main .cols_3 {
	float: left;
	margin-right: 10px;
	width: 189px;
}
	
/*--------------- Footer ---------------*/
#page_footer {
	margin-bottom: 15px;
}

#page_footer p {
	color: #FFF;
	text-align:center;
	font: normal 0.9em/1.8em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
}

#page_footer p.copyright {
	margin-top: 10px;
}

#page_footer_nav {
	margin: 0;
	padding: 4px 0 6px 0;
}

#page_footer_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align:center;
}

#page_footer_nav li {
	background: transparent;
	display: inline;
	padding: 0;
	margin: 0;
	margin-left: -4px;
}

#page_footer_nav a {
	padding: 8px 20px;
	text-decoration: none;
	font: normal 0.9em/1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#page_footer_nav a:hover {
	text-decoration: underline;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
