@charset "utf-8";
/* global & text styles */
html {
	margin: auto;
	min-height: 200px;
}

body {
	margin: auto;
	min-height: 200px;
	background-image: url(images/page-bg2.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	padding-top: 15px;
}

.title-gray {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.title-blue {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00539f;
	padding-bottom: 12px;
}

.title-blue-large {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00539f;
	padding-bottom: 12px;
}

.title-gray-large {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #999;
	padding-bottom: 12px;
}

.subtitle-blue {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00539f;
	line-height:17px;
}

.subtitle-gray {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	padding-bottom:16px;
	font-weight: bold;
}

.subtitle-red {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.subtitle-feature{
	font-family: Georgia, "Times New Roman",Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0033;
	font-style:italic;
}


.text-gray {
	font-size: 11px;
	color: #555;
	line-height: 15px;
}

.text-ltgray {
	font-size: 11px;
	color: #777;
	line-height: 15px;
}		

.disclaimer {
	font-size: 10px;
	color: #990000;
}	

ul {
	padding-left: 0px;
	margin-left: 0px;
}

li {
	padding-left: 0px;
	margin-left: 0px;
}

.copy ul {
	margin-left: 0px;
	margin-top: 3px;
	padding-left: 25px;
	padding-bottom:0px;
	} 
	
.copy li {
	margin-left: 15px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(images/bullet2.gif);	
	}
	
.callout ul {
	margin-left: 0px;
	margin-top: 3px;
	padding-left: 10px;
	padding-bottom:3px;
}

.callout li {
	margin-left: 10px;
	padding: 3px 0px 0px 0px;
	list-style-image: url(images/bullet2.gif);	
}	
	
.nav ul {
	margin-left: 0;
	margin-top: 3px;
	padding-left: 0;
	} 
	
.nav li {
	margin-left: 16px;
	list-style-image: url(images/bullet.gif);
	border-bottom: 1px solid #EEE;
	padding:5px 0px 5px 0px;	
	width:200px;
	}	

.nav-buttons ul {
	text-align: left;
	padding-left: 5px;
	padding-bottom: 15px;
	font-size: 13px;
}	

.nav-buttons li {
	list-style: none;
	list-style-type: none;
	text-align: left;
	background-image: url(images/icon-bullet3.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #EEE;
	padding:9px 15px 0px 28px;
	width:240px;
	height: 23px;
	}	


#subtitle {
	padding-top: 6px;
	padding-bottom: 12px;
}

#title {
	padding-bottom: 8px;
	background: url(images/title-line.gif) repeat-x bottom;
}	

/* call out box styles */
.callout {
	background-image: url(images/callout-bg.gif);
	padding: 0px;
	margin: 0px;
}


.topcallouts {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #93C274;  
	font-size:15px;
	font-weight: bold;
	padding:0px 10px 0px 160px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
}

.leftcolumncallouts {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #93C274;  
	font-size:14px;
	padding:0px 20px 0px 20px;
	line-height:25px;
}

.callout-titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}	

.callout-text {
	color: #000;
}

/* header styles */
#header {
	width: 730px;
	padding-top: 1px;
	margin: auto;
}	
	
.header_logo {
	float: left;
	}	
	
.header_nav {
	text-align: right;
	padding-right: 5px;
}	

#header_hotline {
	color: #990000;
	text-align: right;
	padding-right: 11px;	
	padding-bottom: 8px;
	line-height: 110%;
	font-size: 10px;
}

.header_hotline {
	color: #666;
	font-size: 10px;
}	

.header_hotline_big {
	font-weight: bold;
	font-size: 15px;
}

#header ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	} 

#header ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0px 4px 0px 0px; 
	list-style: none;
	display: inline;
	}


/* content styles */
#content {
	width: 730px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	min-height: 100%;
	background: url(images/seperator-line-trans.gif) repeat-y;
}

#content-nobg {
	width: 730px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	min-height: 100%;
}

#banner {
	width: 730px;
	margin: auto;
}	

#left-col {
	width: 240px;
	float: left;
	text-align: left;
}

#left-col img {
	padding-bottom: 10px;
}


#right-col {
	width: 360px;
	margin-top: 5px;
	padding-left: 28px;
	float: left;
	text-align: left;
	overflow:hidden;
}			

#right-col-careers {
	width: 360px;
	margin-top: 5px;
	padding-left: 28px;
	text-align: left;
	overflow:hidden;
}			

#right-col-news {
	width: 410px;
	margin-top: 5px;
	padding-left: 28px;
	float: left;
	text-align: left;
	overflow:hidden;
}

#one-col {
	text-align: left;
	width: 680px;
	margin: auto;
}		

#flash {
	width: 726px;
	height: 348px;
	margin: auto;
	margin-top: 1px;
}

#global-wrapper {
	width: 760px;
	background-image: url(images/wrapper-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;	
	margin: auto;	
}

#wrapper {
	width: 760px;
	margin: auto;
	text-align: center;
	background-color: #fff;
}	

#homepage {
	width: 726px;
	padding-bottom: 14px;
	padding-top: 14px;
	margin: auto;
}

#homepage-left {
	float: left;
}

#homepage-right {
	float: right;
}		

#homepage-callout {
	width: 393px;
	text-align: left;
	padding: 10px;
}

#homepage-callout ul, #homepage-callout ul li {
	list-style: none;
	list-style-type: none;
}

.homepage-callout-text {
	font-size: 12px;
	line-height: 115%;
	color: #6d6e63;
}

.homepage-callout-title {
	font-size: 15px;
	font-weight: bold;
	color: #00539f;
	margin-bottom: 10px;
}

#tab {
	background-image: url(images/home-tab-bg.gif);
	background-repeat: repeat-y;
	width: 170px;
	float: left;
	text-align: center;
}

#tabHeader {
	height: 39px;
	overflow: hidden;
}

#tabContent {
	width: 154px;
	text-align: left;
	padding: 7px;
	font-size: 11px;
	color: #666;
	background-image: url(images/home-tab-content-bg.gif);
	background-repeat: no-repeat;
	background-position: top;	
	height: 130px;
}	

#tabBottom {
	height: 6px;
}

#urac {
	clear: both;
	width: 154px;
	padding: 22px;
}

#prospective {
	width: 264px;
	padding-top: 22px;	
	float: left;
	text-align: left;
}

#prospective ul {
	margin-left: 0;
	margin-top: 3px;
	padding-left: 0;
	} 
	
#prospective ul li {
	margin-left: 16px;
	padding-left: 0px;
	list-style-image: url(images/bullet.gif);	
	}	

#solutions {
	width: 264px;
	float: left;
	padding-top: 22px;	
	text-align: left;
}

#solutions img {
	position: relative;
	float: right;
}

#solutions ul {
	margin-left: 0;
	margin-top: 3px;
	padding-left: 0;
	} 
	
#solutions ul li {
	margin-left: 16px;
	padding-left: 0px;
	list-style-image: url(images/bullet.gif);	
	}


/* footer styles */
#footer-callout {
	width: 674px; /* 726 - 72 padding */
	background-color: #e9f1f8;
	border-top: 1px solid #7fb2cc;
	border-bottom: 1px solid #7fb2cc;
	padding-left: 22px;
	padding-right: 30px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 11px;
	color: #115ea5;
	text-align: left;
	margin: auto;
	/*margin-top: 10px;*/
}

#footer-callout-left {
	float: left;
	font-size: 14px;
	font-style: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer-callout-right {
	float: right;
}

#footer {
	width: 726px;
/*	border-top: 1px solid #7fb2cc;*/
	color: #2c7cbd;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: auto;
	min-height: 80px;
	position: relative;
}

.footer_col {
	padding: 14px 24px 0px 22px;
	float: left;
	text-align: left;
}

.footer_col ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
}

.footer_col ul li {
	list-style: none;
	list-style-type: none;
	padding-right: 18px;
	display: inline;
}

.footer_logo {
	padding: 14px 10px; /*top&bottom right&left */
	float: right;
}



.footer_tagline {
	padding-left: 22px;
	text-align: left;
	clear: left; 
	font-size: 10px;
	color: #999;
}

a:link {
	color: #00539f;
	text-decoration: none;	
}

a:visited {
	color: #00539f;
	text-decoration: none;	
}

a:hover {
	color: #7fb2cc;
	text-decoration: none;	
}

a:active {
	color: #000;
	text-decoration: none;	
}


a.footer:link {font-size: 10px; color: #2c7cbd; text-decoration: none;};
a.footer:visited {font-size: 10px; color: #2c7cbd; text-decoration: none;};
a.footer:hover {font-size: 10px; color: #678fb1; text-decoration: none;};
a.footer:active {font-size: 10px; color: #19588b; text-decoration: none;};

a.header:link {font-size: 10px; color: #666; text-decoration: none;};
a.header:visited {font-size: 10px; color: #666; text-decoration: none;};
a.header:hover {font-size: 10px; color: #307cbd; text-decoration: none;};
a.header:active {font-size: 10px; color: #000; text-decoration: none;};

/* misc styles */
.clearfloat {
	clear:both;
	float: none;
    height:1px;
    font-size: 1px;
    line-height: 0px;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	display: block;
}

/* misc styles */
#clearer {
	height: 1px;
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;	
	overflow: hidden;
	visibility: hidden;
	font-size: 1px;
}

hr {display: block; clear: both; margin: -0.66em 0; visibility: hidden;}

.logo-img {
	padding-bottom: 6px;
}

#form-seperator {
	height: 5px;
	width: 100%;
	padding-bottom: 2px;
	background: url(images/form-line.gif) repeat-x center;
	padding-top: 2px;
}

#popup {
	width: 383px;
	text-align: left;
	padding-left: 35px;
	padding-top: 15px;
	float: left;
}

.input-short {
	width: 180px;
}

textarea {
	width: 180px;
}		

.tour-img {
	padding: 3px;
	border: 1px solid #ccc;
}

.tour-paragraph {
	margin-top: 2px;
}	

a.seo:link, a.seo:visited, a.seo:hover, a.seo:active {	color: #6d6e63; font-size: 12px; line-height: 15px; cursor: default; text-decoration: none};

#apDiv3 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	width: 700px;
	height: 501px;
}	
