@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	color: #000000;
}

img {
	border: 0;
}

#container { 
	width: 990px;  
	margin: 0 auto;
	padding-top:10px;
	text-align: left; 
	overflow: hidden;
} 

/* Header -------------------------------- */
#header {
	position: relative;
	height: 201px;
	width: 965px;
	background: url(/images/header_bg.png) top center no-repeat;
}
#header h1, #header h2, #header h3 {
	display: none;
}
#header  #header_menu {
	display: block;
	position: absolute;
	left: 0px;
	top: 138px;
	width: 965px;
}
	
#header  #header_menu li {
	list-style: none;
	display: block;
	float: left;
}
#header  #header_menu  li#menu_faq {
	float: right;
}

#header  #header_menu li a{

	display: block;
	height: 20px;
	padding: 18px 11px 18px 11px;
	color:#FFF;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1em;
}
#header  #header_menu li a:hover{
	color: #F8AE4B;
	background: #A60A2F;
}



#mainContent { 
	padding: 13px 52px 13px 52px;  
}

#footer {
	padding: 25px;
	color: #666;
	font-size: 11px;
	text-align: center;
}
#footer  a{
	text-decoration: none;
	color: #AD2043;
}

.fltrt { 
	float: right;
	margin-left: 13px;
}
.fltlft { 
	float: left;
	margin-right: 13px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* Misc. Styles ------------------------- */
.fltrt { 
	float: right;
	margin-left: 13px;
}
.fltlft { 
	float: left;
	margin-right: 13px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.purple {
	color: #A40366;
}
.white {
	color: #FFFFFF;
}
.gold {
	color: #F8A637;
}
.blue {
	color: #F48136;
}
.blue2 {
	color: #6B2026;
}
.blue3 {
	color: #55C8D7;
}
.blue4 {
	color: #F26635;
}
.green {
	color: #95C873;
}
.green2 {
	color: #A50A2D;
}
.grey {
	color: #999999;
}

.style3 {color: #F26635}
.style4 {
	font-size: 16px
}
.style5 {font-size: 15px}


.twoColFixLtHdr #mainContent  h1{ 
	color: #F8A637;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
}
.twoColFixLtHdr #mainContent  h2{
	color: #F48136;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
} 
.twoColFixLtHdr #mainContent  h3{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
} 
.twoColFixLtHdr #mainContent  p{ 
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
} 
.twoColFixLtHdr #mainContent  ul{ 
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	list-style-image: url(../images/bullet_purple_ring.gif);
} 
.twoColFixLtHdr #mainContent  ol{ 
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
} 
.twoColFixLtHdr #mainContent  a:link {
	color: #A50A2D;
	text-decoration: none !important;
}
.twoColFixLtHdr #mainContent  a:visited {
	text-decoration: none;
	color: #A50A2D;
}
.twoColFixLtHdr #mainContent  a:hover {
	text-decoration: none;
	color: #A50A2D;
}
.twoColFixLtHdr #mainContent  a:active {
	text-decoration: none;
	color: #A50A2D;
}

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 158px; 
	background: #6B2126 url(../images/sidebar_bottom_cap.jpg) bottom center no-repeat; 
	padding: 15px;
	margin-left: 10px;
	margin-right: 10px;
	
}
.twoColFixLtHdr #sidebar1 h1{
	padding: 0;
	margin: 0;
	text-align: center;
	color: #F26635;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
}
.twoColFixLtHdr #sidebar1 h2{
	padding: 0;
	margin: 0;
	text-align: center;
	color: #F8A637;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
}
.twoColFixLtHdr #sidebar1 p{
	font-size: 12px;
}

.twoColFixLtHdr #homeTable { 
	margin: 0 13px 0 200px; 
	padding: 0; 
} 
