/**************************
Gerneral
**************************/
body {
	margin: 0;
	font: normal 12px Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #444;
	/*
	background: #1b87cf url('images/body_bg.gif') 0 0 repeat-x;
	*/
	background: #FFF url('images/body_bg_alt.gif') 0 0 repeat-x;
}

a img {
	border: none;
}
.cf:after {
	clear: both;
	display: block;
	margin: 0;
	height: 0;
	visibility: hidden;
	content: 'aye aye';
}
div.alt {
	display: none;
}
span.alt {
	display: none;
}
.g-auto-resolve {
	margin: 0 auto;
}
form {
	margin: 0;
	padding: 0;
}
/**************************
Container
**************************/
#container_wrap {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent url('images/header_bg.png') 50% 0 no-repeat;
	_background: none;
}
#container {
	position: relative;
	margin: 0 auto;
	padding: 144px 0 0;
	width: 757px;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 25px 0 0;
	width: 757px;
	height: 120px;
}
#h_img {
	position: absolute;
	top: 0;
	right: 150px;
}
#h_i {
	position: absolute;
	top: 27px;
	right: 0;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	color: #FFF;
	text-align: right;
}
#h_i_p {
	position: relative;
	margin: 4px 0 0;
	padding: 2px 7px;
	font-weight: bold;
	font-style: normal;
	font-size: 23px;
	text-align: center;
	border: 1px solid #FFF;
	background-color: #153586;
}

#mainNav {
	position: absolute;
	z-index: 100001;
	bottom: 6px;
	right: 0;
	margin: 0;
	padding: 0;
}
#mainNav ul {
	margin: 0;
	padding: 7px 0;
}
#mainNav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainNav a {
	margin: 0 2px;
	padding: 7px 7px;
	background: transparent url('images/mainNav_btn_bg.png') 0 0 no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/schemes/sequoia/Template8/images/mainNav_btn_bg.png',
		sizingMethod='scale');
}
#mainNav a:link, #mainNav a:visited {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
	color: #000;
	text-trenaform: uppercase;
	text-decoration: none;
	background-color: #FFF;
}


#content {
	position: relative;
	margin: 0 auto;
	width: 757px;
}
.ci1 {
	padding: 0;
	background: transparent url('images/content_center.gif') 0 0 repeat-y; 
}	
.cii1 {
	padding: 9px 0 0;
	background: transparent url('images/content_top_i.png') 0 0 no-repeat; 
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/schemes/sequoia/Template8/images/content_top_i.png',
		sizingMethod='crop');
}	
#content_1 {
	position: relative;
	margin: 0 auto;
	width: 757px;
}
.ci2 {
	padding: 0 0 10px;
	/*
	background: transparent url('images/content_btm.gif') 0 100% no-repeat; 
	*/
	background: transparent url('images/content_btm_alt.gif') 0 100% no-repeat; 
}	
.cii2 {
	padding: 0;
	background: transparent url('images/content_center_i.gif') 0 0 repeat-y; 
}	
#content_2 {
	position: relative;
	margin: 0 auto;
	padding: 15px;
	width: 727px;
	/*
	background: transparent url('images/content_btm.gif') 0 100% no-repeat; 
	*/
	background: transparent url('images/content_btm_alt.gif') 0 100% no-repeat; 
}

#cm {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 527px;
	background: transparent url('images/content_top.gif') 0 0 no-repeat;
}
#cm p {
	position: relative;
}
#cml {
	position: relative;	
	float: left;
	margin: 0;
	padding: 15px;
	width: 280px;
}
#cml h1 {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 20px;
	color: #999;
	text-align: center;
}
#cml h1 span {
	position: relative;
	display: block;
}
#cml h1 b {
	position: relative;
	display: block;
	padding: 4px 0;
	font-size: 36px;
}

#cmll {
	position: relative;
	margin: 0;
	padding: 0;
	width: 280px;
}
#cmll div.cmlll {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 106px;
}
#cmll div.cmllr {
	position: relative;
	float: right;
	margin: 0;
	padding: 15px 0 0;
	width: 160px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
#cmll div.cmllr span {
	display: block;
	margin: 0;
	padding: 3px 0;
	color: #073fa5;
}
#cmll div.cmllr a {
	display: block;
	margin: 0;
	padding: 8px 4px;
	width: 78px;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	background: transparent url('images/blue_btn.gif') 0 0 no-repeat;
}
#cmll div.cmllr a:link, #cmll div.cmllr a:visited {
	color: #FFF;
	text-decoration: none;
}
#cmll div.cmllr a:hover, #cmll div.cmllr a:active {
	color: #FFF;
	text-decoration: none;
}

#cmr {
	position: relative;	
	float: right;
	margin: 0;
	padding: 10px 10px 10px 9px;
	width: 198px;
}
#cmr a {
	position: relative;	
	display: block;
	margin: 0 0 10px;
	padding: 0;
	width: 198px;
	background: transparent url('images/cb_center.gif') 0 0 repeat-y;
}
#cmr a span.cmras {
	position: relative;	
	display: block;
	margin: 0;
	padding: 0;
	width: 198px;
	background: transparent url('images/cb_top.gif') 0 0 no-repeat;
}
#cmr a span.cmrass {
	position: relative;	
	display: block;
	margin: 0;
	padding: 15px;
	width: 168px;
	text-align: center;
	background: transparent url('images/cb_btm.gif') 0 100% no-repeat;
}
#cmr a span.cmrass_t {
	position: relative;	
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #000;
}
#cmr a span.cmrass_st {
	position: relative;	
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
}
#cmr a span.cmrass_i {
	position: relative;	
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
#cmr a span.cmrass_p {
	position: relative;	
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 23px;
	color: #000;
}
#cmr a:link, #cmr a:visited {
	color: #000;
	text-decoration: none;
}
#cmr a:hover, #cmr a:active {
	color: #000;
	text-decoration: none;
}
#cmr h6 {
	position: relative;
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}


#cs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 230px;
	background: transparent url('images/s_top.gif') 0 0 no-repeat;
}
#c_img {
	position: relative;
	display: block;
	margin: 0;
	padding: 17px 0 0;
	text-align: center;
}
#cs h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	text-align: center;
}
#csa {
	position: relative;
	margin: 0 auto;
	padding: 13px 0 0;
	width: 217px;
}
#csa a {
	position: relative;
	display: block;
	margin: 0 0 3px;
	padding: 8px 0;
	width: 217px;
	height: 23px;
	font-size: 15px;
	text-align: center;
	background: transparent url('images/s_a_btn.gif') 0 0 no-repeat;
}
#csa a:link, #csa a:visited {
	color: #4d4c4c;
	text-decoration: none;
}	
#csa a:hover, #csa a:active {
	color: #4d4c4c;
	text-decoration: none;
}	
#cml li {
	font-weight: normal;
	line-height: 22px;
	color: #000;
}

#footer {
	position: relative;
	margin: 0;
	padding: 15px 5px;
	width: 747px;
}
#f_c {
	position: absolute;
	top: 7px;
	right: 0;
}
#f_n {
	position: relative;
	margin: 0;
	padding: 0;
	width: 673px;
}
#f_n ul {
	margin: 0;
	padding: 0;
}
#f_n li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#f_n a {
	margin: 0;
	padding: 0 7px;
	font-size: 10px;
	text-transform: uppercase;
}
#f_n a:link, #f_n a:visited {
	color: #000;
	text-decoration: none;
}
#f_n a:hover, #f_n a:active {
	color: #333;
	text-decoration: underline;
}
#footer h6 {
	margin: 0;
	padding: 3px 7px;
	color: #000;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
}

#fcc {
    position: relative;
    margin: 6px 0 0;
    padding: 0;
}
#fcc table {
    opacity: 0.8;
    filter: alpha(opacity = 80);
    padding: 0 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #FFF;
    background-color: #FFF;
}
#fcc img {
    display: block;
    float: left;
    margin: 0 4px 0 0;
    padding: 0;
}

/* Remove Bold from Services */
li.h_h_f_c-li b {
	font-weight: normal;
}
