@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img { behavior: url(css/iepngfix.htc); }

a {
	color: #d85b00;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
	text-align: left;
}

h1 {
	color: #ff8a00;
	font-size: 16px;
	font-weight: normal;
}
h1 a{
	color: #af3d03;
	font-size: 16px;
	font-weight: normal;
}
.visa{color: #ff8a00;
	font-size: 16px;
	font-weight: normal;
	}
.yellow{
	color: #ff8a00;
	font-size: 16px;
	font-weight: normal;
	}
h1 strong {
	color: white;
	font-weight: normal;
}

h3 {
	color: #fcc00f; 
	font-size: 16px; 
	font-weight: bold;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/container_back_2.jpg) 0 0 repeat-y #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 16px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 11px;
}
.oneColFixCtrHdr #header {
	float: left;
	background: url(../images/header_logo2.jpg) 0 0 no-repeat #000000; 
	padding: 0;
	margin: 0;
	width: 100%;
}

.oneColFixCtrHdr #e-news_signup {
	float: left;
	width: 748px;
	padding: 10px 10px 0 10px;
	font-size: 11px;
	height: 85px;
}
.oneColFixCtrHdr #mainContent {
	background: #000000;
	color: #E5E5E5;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #mainContent_text {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #ffffff;
}
.oneColFixCtrHdr #mainContent_text #main_left {
	float: left; 
	width: 100%; 
	background: #fef6d1; 
	text-align: left;  
	font-size: 9px; 
	color: #000000;
	margin: 0 0 20px 0;
}
.oneColFixCtrHdr #mainContent_text #main_left h1, .oneColFixCtrHdr #mainContent_text #main_right h1 {
	font-family: impact; 
	color: #000000; 
	font-size: 24px;
	margin: 5px 0 0 0;
}
.oneColFixCtrHdr #mainContent_text #main_left h5, .oneColFixCtrHdr #mainContent_text #main_right h5 {
	font-family: impact; 
	color: #000000; 
	font-size: 20px;
	margin: 5px 0 0 0;
	font-weight:normal;
}
.oneColFixCtrHdr #mainContent_text #main_left h2 {
	font-family: impact; 
	color: #d85b00; 
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
}
.oneColFixCtrHdr #mainContent_text #main_left_text {
	float: left;
	width: 233px;
	padding: 15px;
}
.oneColFixCtrHdr #mainContent_text #main_right {
	float: right;
	width: 485px;
	background: #ffffff;
	text-align: left;
	padding: 15px;
	margin: 0;
	border-left: 2px solid #000000;
	color: #000000;
	font-style: normal;
	font-size: 11px;
}

.oneColFixCtrHdr #mainContent_text #main_right h1 {
	font-family: impact; 
	color: #000000; 
	font-size: 24px;
	margin: 5px 0 0 0;
	}
.oneColFixCtrHdr #mainContent_text #main_right h2.new {
	font-family: impact; 
	color: #000000; 
	font-size: 24px;
	margin: 5px 0 0 0;
	}
.oneColFixCtrHdr #mainContent_text #main_left h2.new {
	font-family: impact; 
	color: #000000; 
	font-size: 20px;
	margin: 5px 0 0 0;
	}	
.oneColFixCtrHdr #mainContent_text #main_left h2 a{
	font-family: impact; 
	color: #000000; 
	font-size: 24px;
	margin: 0;
	padding:0;
	text-decoration:none;
	}		
.oneColFixCtrHdr #mainContent_text #main_right h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.sub {
	color: #ff8a00;
	font-size: 10px;
	font-weight: normal;
}

.oneColFixCtrHdr #footer {
	background: url(../images/footer_back.gif) 0 30px no-repeat #ae3b00;
}
.oneColFixCtrHdr #footer p {
	line-height: 30px;
	font-size: 11px;
	color: black;
	margin: 0 0 0 20px;
}

.form_table td {
	color: #ff8a00;
	font-size: 11px;
	font-style: italic;
}

.dot {
	background:url(../images/hr_background.gif); 
	border: 0; width: 100%; height: 3px;
}

.service_list {
	color: #e28901; 
	font-style: italic;
}

.service_list li {
	margin: 4px 0;
}

.question {
	color: #ae3b00;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 0;
}

.answer {
	color: #000000;
	font-size: 11px;
	margin-top: 3px;
}

#secondary {
	display: block;
	float: left;
	width: 750px;
	height: 201px;
	background: url(../images/secondary_menu.jpg) 0 0 no-repeat;
}

#secondary li {
	list-style-type: none;
	width: 400px;
	float: left;
	height: 48px;
}

#secondary li a {
	line-height: 48px;
	color: #ae3b00;
	font-size: 18px;
	font-weight: bold;
}

#one { margin-left: 210px; }
#two { margin: 2px 0 0 250px; }
#three { margin: 2px 0 0 270px; }
#four { margin: 2px 0 0 290px; }

/** Main Menu **/
/*#main_menu2 {
	float: left;
	width: 780px;
	background: url(../images/menu_ul_back.jpg) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

#main_menu2 li {
	float: left;
	display: inline-block;
	line-height: 24px;
	padding: 0;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	margin: 0 1px;
	background: url(../images/menu_li_back.jpg) 0 0 no-repeat #c26204;
	text-align: center;
}

#main_menu2 li a {
	float: left;
	display: block;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#main_menu2 li a:hover {
	background: url(../images/hover_back.jpg) 0 0 no-repeat #ae3b00;
	text-align: center;
}*/

#secondary_menu {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 300px;
	background: url(../images/secondary_menu_back.jpg) 0 0;
}

#secondary_menu li {
	float: left;
	list-style-type: none;
	line-height: 38px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#secondary_menu li a {
	float: left;
	display: block;
	width: 270px;
	padding: 0 0 0 30px;
	height: 38px;
	background: url(../images/second_back.jpg) 0 0 no-repeat;
	color: #af3d03;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}

#secondary_menu li a.new {
	float: left;
	display: block;
	width: 270px;
	padding: 0 0 0 30px;
	height: 38px;
	background: url(../images/second_back_new.jpg) 0 0 no-repeat;
	color: #af3d03;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}

#secondary_menu li a:hover {
	background: url(../images/second_back.jpg) 0 -38px no-repeat;
}

#secondary_menu li a.new:hover {
	background: url(../images/second_back_new.jpg) 0 -38px no-repeat;
}

ul.license_list {
	margin: 0;
	padding: 0;
}
ul.license_list li {
	list-style-type: none;
	margin: 5px 0;
}

ul.services_lists {
	font-size: 11px; 
	padding-left: 15px;
}
ul.services_lists li {
	margin: 5px 0;
}

ol.agreements li {
	margin: 10px;
	padding: 10px 0;
	font-size: 11px;
}

.oneColFixCtrHdr #mainContent_text #main_left table#licenses {
	border: 1px solid #000000;
}

.oneColFixCtrHdr #mainContent_text #main_left table#licenses td {
	padding: 5px;
}

.oneColFixCtrHdr #mainContent_text #main_left table#licenses td.color {
	background: #fef6d1;
}

.oneColFixCtrHdr #mainContent_text #main_left table#licenses td.white {
	background: #ffffff;
}
