@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
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, b, u, i, center, 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;
	vertical-align: baseline;
	background: transparent;
}
	
img {
	border:0;
	margin: 0px;
	padding: 0px;
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 925px;
	background: #7E7E7E;
	font: 62.5% Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	}
	

/*Define text styles*/

p {
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
	line-height: 1.4em;
	}
	
h1 {
	font-size: 2em;
	text-transform: uppercase;
	color: #d86b00;
	letter-spacing: 0.7px;
	}
	
h2 {
	font-size: 1.7em;
	color: #076eb2;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.7px;
	}
	
h3 {
	color: #076eb2;
	font-size: 1.4em;
	font-weight: normal;
	}
	
h4 {
	font-size: 1.2em;
	}
	
h5 {
	font-size: 1.1em;
	font-weight: normal;
	}
	
h6 {
	font-size: 1.2em;
	color: #014B96;
	font-weight: normal;
	margin-bottom: 5px;
	}
	
a:link {
	color: #5fa00a;
	}

a:visited {
	color: #5fa00a;
	}

a:hover {
	color: #3BB8DD;
	
	}
	

	
ul {
	padding-left: 40px;
	padding-bottom: 10px;
	}
	
li {
	font-size: 1.2em;
	margin-bottom: 6px;
	line-height: 1.4em;
	}
	
dl 	{
	}
	
dt {
	font-size: 1.2em;
	color: #014B96;
	}
	
dd {
	font-size: 1.1em;
	margin-bottom: 12px;
	}
	
dl > ul > li {
font-size: 1.1em;
	margin-bottom: 12px;
	}
	
	
/*Define styles for Main Containers*/

#container {
	}
	
#header {
	width: 925px;
	margin: 0px;
	padding: 0px;
	height: 182px;
	}
	
#header img {
	margin: 0px;
	padding: 0px;
	}
	
#header_top {
	background: url(../../assets/images/header_top.jpg);
	height: 30px;
	width: 900px;
	text-align: right;
	font-size: 1.1em;
	padding-right: 25px;
	padding-top: 16px;
	color: #024A94;
	margin: 0px;
	}
	#header_top_lp {
	background: url(../../assets/images/landing/header_top.jpg);
	height: 30px;
	width: 900px;
	text-align: right;
	font-size: 1.1em;
	padding-right: 25px;
	padding-top: 16px;
	color: #024A94;
	margin: 0px;
	
	}
	
#header_top a:link {
	color: #024A94;
	margin-right: 3px;
	margin-left: 3px;
	}
	
#header_top a:visited {
	color: #024A94;
	}
	
#header_top a:hover {
	color: #666666;
	}
	

	
#nav {
	width: 925px;
	height: 52px;
	}

/*Define styles for content area*/
	
#content_container {
	width: 925px;
	background: url(../../assets/images/Alliance_12.gif) repeat-y;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#content {
	float: right;
	width: 590px;
	padding-right: 40px;
	padding-left: 30px;
	padding-top: 20px;	
	}
	
#content_back {
	background: url(../../assets/images/main_content_back.jpg) no-repeat;
	width: 925px;
	min-height:235px;
	height:auto !important;
	height:235px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	#content_back_lp{
background: url(../../assets/images/landing/main_content_back.jpg) no-repeat;
	width: 925px;
	min-height:235px;
	height:auto !important;
	height:235px;
	float: left;
	margin: 0px;
	padding: 0px;		
	}
	
#content img {

	}
	
.bulletin {
	width: 305px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#content .call_out {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0 0px 15px 0px;
	float:right;
	width:200px;
	margin-left: 20px;

	}
#content	.call_out h4 {
	font-size: 14px;
	margin-bottom: 10px;
	background: #46C6E4;
	color: #FFFFFF;
	padding: 5px;
	font-weight: normal;
	}
	
.call_out {
	text-align: center;
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 20px;
	}
	
.call_out a:link {
	color: #014b96;
	margin-right: 10px;
	margin-left: 10px;
	}
	
.call_out a:visited {
	color: #014b96;
	margin-right: 10px;
	margin-left: 10px;
	}
	
.call_out a:hover {
	color: #DD7B23;
	}	

/*Define styles for photos within Content*/

.right_photo {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F4F4F4;
	}

.left_photo {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
	
	
.left_photo img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	}
	
/*Define styles for sidebar*/

#sidebar {
	float: left;
	width: 200px;
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 25px;
	}
	
.sidebar_img img {
	
	}
	
	
.side_link {
	text-align: center;
	font-size: 1.4em;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.side_link a:link {
	color: #014b96;
	margin-right: 10px;
	margin-left: 10px;
	}
	
.side_link a:visited {
	color: #014b96;
	margin-right: 10px;
	margin-left: 10px;
	}
	
.side_link a:hover {
	color: #DD7B23;
	}
	
.side_link#call_out {
	background: #F4F4F4;
	border: 1px solid #CCCCCC;
	padding-bottom: 15px;
	}
	
.side_link#call_out h4 {
	font-size: 14px;
	margin-bottom: 10px;
	background: #46C6E4;
	color: #FFFFFF;
	padding: 5px;
	font-weight: normal;
	}
	
	
/* Styles of links in list on sidebar*/
.sidebar_link {
	font-size: 1.3em;
	font-weight: bold;
	}
	
	
/*Define styles for footer*/

#footer {
	background: url(../../assets/images/footer.gif);
	clear: both;
	height: 60px;
	width: 725px;
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 19px;
	}
	
#footer a:link {
	color: #666666;
	}
	
#footer a:visited {
	color: #666666;
	}
	
#footer a:hover {
	color: #027DBA;
	}
	
/*Define styles for Contact Page*/

#contact_table {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
#contact_table p {
	margin: 15px 10px;
	}
	
#contact_table p:first-line {
	font-weight: bold;
	}
	
/* define styles for Definitions & Facts page */

.definitions_section {
	padding: 10px;
	margin: 10px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	}
