* {
padding:0;
margin:0;
}

html { min-height: 100%; margin-bottom: 1px; }  /* FireFox Page-Shift Fix */

body {
	margin: 0;
	text-align: center;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#444444;
	background-color:#ABBECF;
	background-image: url(/images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

/*** USEFUL ***/

.clear {
	clear: both;
}

.clear_fusion {
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}

.float_left {
float:left;
}

.float_right {
float:right;
}

.center {
text-align: center;
}

.vertical_align {
display: inline;
vertical-align: middle;
}

a img {
border: 0px none;
}

/*** STRUCTURE ***/

#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 3em;
	text-align: left;
	width:expression(document.body.clientWidth < 1024? "948px": "92%" );
	min-width:948px;
	width:92%;
}

#banner {
	background-color: #FFFFFF;
	background-image: url(/images/bg_banner.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 8px 0px 0px 0px;
	border-left: 7px solid #FFFFFF;
	border-right: 7px solid #FFFFFF;
}

#banner p {
	margin: 0;
}

#logo {
border-right: 8px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}

#content_wrapper {
padding: 10px;
background-color: #FFFFFF;
margin-top: 0.75em;
border: 1px solid #889fb7;
margin-bottom: 1em;
}


.r3_flf{
	width:100%;
	clear: both;
}
.row_wrapper{
	float:left;
	width:100%;
}
.c1 {
	margin: 0 210px;
}
.c2 {
	float:left;
	width:186px;
	margin-left:-100%;
	display:block;
}
.c3 {
	float:left;
	width:186px;
	margin-left:-186px;
}


#footer {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #e0e0e0;
	color: #e0e0e0;
	font-size: 0.9em;
}




/*** FORMATTING ***/

p {
line-height: 150%;
margin: 0 0 1em 0;
}

p.highlight {
color: #153566;
font-weight: bold;
}

ul, ol {
line-height: 150%;
margin: 0 0 1em 25px;
}

h1, h2 {
	font-size: 1.6em;
	color: #153566;
	margin: 0 0 0.5em 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.1;
}

h1 span {
color: #56a1d5;
font-weight: normal;
}

h2 {
font-size: 1.15em;
font-weight: bold;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	font-family:  Arial, Helvetica, sans-serif;
	background-image: url(/images/bg_h3.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #517bb8;
	padding: 8px;
}

blockquote {
margin-left: 20px;
}

a, a:visited, a:active {
text-decoration: none;
color: #517BB8;
}

a:hover {
text-decoration: underline;
}

a.callout, a.callout:visited, a.callout:active {
	background-image: url(/images/bg_callout.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
	padding: 30px 15px 75px 15px;
	margin-bottom: 1em;
	height: 193px;
	display: block;
	font-size: 1.3em;
	color: #3c5780;
	font-weight: bold;
	line-height: 150%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	font-family: Arial, Helvetica, sans-serif;
}

a.callout:hover {
	color: #000000;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

a.callout2, a.callout2:visited, a.callout2:active {
	background-image: url(/images/bg_callout2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
	padding: 30px 15px 75px 15px;
	margin-bottom: 1em;
	height: 193px;
	display: block;
	font-size: 1.3em;
	color: #3c5780;
	font-weight: bold;
	line-height: 150%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	font-family: Arial, Helvetica, sans-serif;
}

a.callout2:hover {
	color: #000000;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.callout_alt {
	background-image: url(/images/bg_callout_alt.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #517bb8;	
	margin-bottom: 1em;
}

.callout_alt_inner {
	background-image: url(/images/bg_callout_alt_arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.callout_alt_inner a, .callout_alt_inner a:visited, .callout_alt_inner a:active, .callout_alt_inner a:hover {
	display: block;
	padding: 10px 10px 5px 10px;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.callout_alt_inner a span {
	display: block;
	margin-top: 0.5em;
	padding-top: 0.5em;
	font-size: 0.8em;
	font-weight: normal;
	border-top: 2px solid #7c9cc9;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #999999;
	padding: 0 5px;
}

table {
	margin:0px;
	padding:0px;
	}
	
tr {
	margin:0px;
	padding:0px;
	}
	
table td {
	margin:0px;
	padding:2px 0px;
}

.service_table {
	font-size: 1em;
}

.quickLinksSection {
	padding-top: 1em;
}

.compact_list{
	list-style-type:square;
	width:180px;
	margin:0 0 20px 15px;
	display:block;
	float:left;
	font-size:0.9em;
}

/*test*/

.imagewrap {
	padding:10px 0;
	margin-bottom:15px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-image:url('/images/gradient.gif');
	background-position:left bottom;
	background-repeat:repeat-x;
}

.content_image_left {
	border:10px solid #f8f8f8;
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	width:160px;
	height:160px;
}

.content_image_right {
	border:10px solid #f8f8f8;
	margin-left:15px;
	margin-bottom:5px;
	float:right;
	width:160px;
	height:160px;
}