/* CSS Document */

a, img {
	border: none;
	}
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	color: black;
	font-size: 15px;
	background-color: #791517;
	}

.main_container {
	background-color: white;
	}

.mainbanner {
	background-image: url(nav_bg.jpg);
	background-repeat: no-repeat;
	background-color: white;
	}
	
.otherpages_banner {
	background-image: url(mainpage_banner.jpg);
	background-repeat: no-repeat;
	background-color:white;
	}

.otherpages_banner p {
	text-align: right;
	padding-right: 175px;
	color: #01143e;
	font-size: 50px;
	font-weight: bold;
	}
	
.banner {
	background-image: url(home_page_2/banner_bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
	}

.homenavigation {
	background-color: white;
	}
	
.navigation {
	background-image: url(mainpage_blue_banner.jpg);
	background-repeat: repeat-x;
	color: white;
	text-align: right;
	padding-right: 25px;
	font-size: 14px;
	}

.navigation a:active, .navigation a:link, .navigation a:visited{
	color: white;
	text-decoration: none;
	}

.navigation a:hover {
	text-decoration: underline;
	color: white;
	}

.main_cell {
	background-color: white;
	width: 968px;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	}
	
.main_cell table{
	background-color: white;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	}

.main_cell a:link, .main_cell a:visited, .main_cell a:active {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

.main_cell a:hover {
	text-decoration: underline;
}
.footer {
	background-color: #791517;
	color: white;
	text-align: center;
	font-size: 12px;
	}

.footer_links {
	text-align: center;
	color: #CCCCCC;
	font-size: 12px;
	}
	
.footer_links a:active, .footer_links a:visited, .footer_links a:link{
	text-decoration: none;
	color: white;
	}
	
	
.footer_links a:hover {
	text-decoration: underline;
	padding-right: 0px;
	}

.left_shadow {
	width: 15px;
	background-image:url(mainpage_left_shadow.jpg);
	background-repeat: repeat-y;
	text-align: left;
	}
	
.right_shadow {
	width: 15px;
	background-image:url(mainpage_right_shadow.jpg);
	background-repeat: repeat-y;
	text-align: right;
	}
h4 {
	font-size: 18px;
	}
h3 {
	font-size: 22px;
	}

h2 {
	font-size: 26px;
	}

h1 {
	font-size: 30px;
	}
	
.nav_text_sm {
	font-size: 14px;
	}

.nav_text_md {
	font-size: 18px;
	}

.nav_text_lg {
	font-size: 22px;
	}

.checkmark_cell {
	width: 35px;
	}
	
.checkmark_links a:active, .checkmark_links a:link, .checkmark_links a:visited{
	font-weight: bolder;
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	
	}
	
.checkmark_links a:hover {
	text-decoration: underline;
	}

.contactus_tbl td{
	padding: 5px;
	vertical-align: top;
	}

.req {
	color: #FF0000;
	}

.qa_title_bg {
	background-color: #666666;
	color: white;
	vertical-align: middle;
	}
	
p.fixed a:link, p.fixed a:active, p.fixed a:visited {
	/*position: absolute;
	right: 0px;
	top: 250px;*/
	width: 75px;
	height: 50px;
	background-color: #0080d5;
	border: none;
	font-size: 15px;
	color: white;
	text-decoration: none;
	text-align: center;
	}

p.fixed a:hover{
	background-color: #008AE6;
	}

.roundcont {
	width: 125px;
	background-color: #0080d5;
	color: #fff;
	position: absolute;
	right: 0px;
	top: 250px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


.homepage2_bullets {
	list-style-image: url(star_bullet.gif);
	}

.homepage_list {
	font-size: 20px;
	text-align: left;
	}

.list_title {
	color: #791517;
	}
	
.list_smalltext {
	font-size: 16px;
	}
	

.centeredmaincell {
	text-align: center;
	background-color: white;
	vertical-align: top;
	padding-top: 10px;
	}
