@charset "UTF-8";

/* container styles */

#header {
	width: 790px;
	height: 166px;
	background-image: url(images/header_narrow.jpg);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
}

#headernav {
	width: 790px;
	padding-top: 105px;
}

#navigation {
	width: 790px;
	height: 61px;
	background-image: url(images/nav_bg.gif);
	margin-left: auto;
	margin-right: auto;
}

ul.nav {
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
	width: 100%;
}

ul.nav li {
	float: left;
	background: url(images/tab_right_small.gif) no-repeat right top;
	padding: 0px 0px 0px 0px;
}

ul.nav a {
	display: block;
	background: url(images/tab_left_small.gif) no-repeat left top;
	padding: 14px 14px 20px 17px;
	text-decoration: none;
	color: #2371b6;
	font-size: 12px;
	font-weight: bold;
}

ul.nav a:hover {
	text-decoration: underline;
}


#container {
	width: 790px;
	background: url(images/bg_home_new.jpg) no-repeat;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	text-align: left;
	overflow: hidden;
}

#contentarea {
	width: 450px;
	margin: 10px 0px 25px 50px;
	float: left;
}

#sidebar {
	width: 180px;
	margin: 70px 35px 25px 0px;
	font-size: 13px;
	float: right;
}


#sidebar a {
	color: #C43C43;
	text-decoration: underline;
}

#footer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2371b6;
	padding: 10px 10px 10px 10px;
	color: #FFF;
	font-size: 11px;
	line-height: 13px;
	clear: both;
}

#highlightbox {
	width: auto;
	padding: 15px;
	background-color:#EEE;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	background-image: url(images/quotemarks.gif);
	background-repeat: no-repeat;
	margin-bottom: 25px;
	
}

#highlightbox p {
	padding-left: 40px;
}

#privacypolicy {
	width: auto;
	margin: 15px;
	padding: 15px;
	background-color: #FFF;
}



/* html styles */

body {
	background-image: url(images/alt_r1_bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #144AA5;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

a {
	color: #144AA5;
	text-decoration: none;
}

a:hover {
	color: #144AA5;
	text-decoration: underline;
}

label {
	color: #C43C43;
	font-weight: bold;
	font-size: 11px;
}

ul {
	list-style-image: url(images/bullet_sq_blue.gif);
	list-style-position: outside;
	display: inline;/*setting for FF and other standards compliant browsers*/
	#display: block /*setting for IE7*/
	_display: block /*setting for IE6*/
}




/* class styles */

.txtred {
	color: #C43C43;
}

.red30 {
	font-size: 30px;
	color: #C43C43;
	font-weight: bold;
}

.red20 {
	font-size: 20px;
	color: #C43C43;
	font-weight: bold;
}

.red26 {
	font-size: 26px;
	color: #C43C43;
	font-weight: bold;
}


.black20 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}


.blue26 {
	font-size: 26px;
	color: #2371b6;
	font-weight: bold;
}

.blue21 {
	font-size: 21px;
	color: #2371b6;
	font-weight: bold;
}

.blue16 {
	font-size: 16px;
	color: #2371b6;
	font-weight: bold;
}

.redboldtxt {
	font-weight: bold;
	color: #C43C43;
	font-size: 14px;
}

.testimonial {
	font-size: 12px;
}

.lettertext {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 18px;
	font-weight: bolder;
}




/* browser-specific fixes */


img, div {
	behavior: url(iepngfix.htc);
}