html, body {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	text-align: center;
	background-color: #6B001A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.rollover {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

.clearing {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

#header, #container, #footer {
	position: relative;
	width: 936px;
	padding: 0 8px 0 16px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#header {
	height: 130px;
	background: url(img/headfoot_bg.png) no-repeat 0 0;
	margin: 20px auto 0 auto;
}

#container {
	width: 934px;
	padding: 0 9px 0 17px;
	background: url(img/container_bg_tile.png) repeat-y;
}

#footer {
	position: relative;
	height: 87px;
	background: url(img/headfoot_bg.png) no-repeat 0px -130px;
	margin-bottom: 40px;
}

#icons {
	position: absolute;
	left: 248px;
	top: 15px;
}

#icons a {
	float: left;
	width: 46px;
	height: 44px;
	margin-left: 11px;
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

#mainContent .iconPreview {
	width: 46px;
	height: 44px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin-right: 8px;
	background-repeat: no-repeat;
}

#icons a:active {
	position: relative;
	top: 1px;
}

.icon1 { background: url(img/icons.png) 0px 0px; }
#footer .icon1:hover { background-position: 46px 0px; }
.icon2 { background: url(img/icons.png) 0px -44px; }
#footer .icon2:hover { background-position: 46px -44px; }
.icon3 { background: url(img/icons.png) 0px -88px; }
#footer .icon3:hover { background-position: 46px -88px; }
.icon4 { background: url(img/icons.png) 0px -132px; }
#footer .icon4:hover { background-position: 46px -132px; }
.icon5 { background: url(img/icons.png) 0px -176px; }
#footer .icon5:hover { background-position: 46px -176px; }
.icon6 { background: url(img/icons.png) 0px -220px; }
#footer .icon6:hover { background-position: 46px -220px; }
.icon7 { background: url(img/icons.png) 0px -264px; }
#footer .icon7:hover { background-position: 46px -264px; }
.icon8 { background: url(img/icons.png) 0px -308px; }
#footer .icon8:hover { background-position: 46px -308px; }
.icon9 { background: url(img/icons.png) 0px -352px; }
#footer .icon9:hover { background-position: 46px -352px; }
.icon10 { background: url(img/icons.png) 0px -396px; }
#footer .icon10:hover { background-position: 46px -396px; }
.icon11 { background: url(img/icons.png) 0px -440px; }
#footer .icon11:hover { background-position: 46px -440px; }
.icon12 { background: url(img/icons.png) 0px -484px; }
#footer .icon12:hover { background-position: 46px -484px; }

#bottomContainer {
	position: absolute;
	bottom: -6px;
	left: 32px;
	width: 900px;
	font-size: 10px;
	z-index: 2;
}

#copyright {
	color: #EA6C09;
	float: left;
}

#bottomLinks {
	float: right;
}

#bottomLinks a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0 0 20px;
}

#bottomLinks a:hover {
	text-decoration: underline;
}

#logo {
	position: absolute;
	top: 56px;
	left: 44px;
}

#slogan {
	position: absolute;
	top: 83px;
	left: 295px;
}

#members {
	position: absolute;
	top: 25px;
	right: 28px;
}

#members a#new {
	width: 132px;
	height: 44px;
	background: url(img/members1.png);
}

#members a:hover#new {
	background-position: 0 -44px;
}

#members a#existing {
	width: 132px;
	height: 52px;
	background: url(img/members2.png);
}

#members a:hover#existing {
	background-position: 0 -52px;
}

#navigation {
	width: 100%;
	height: 33px;
	background: url(img/navigation_bg_tile.png) repeat-x;
}

#navMenu {
	list-style:none;
	margin: 0 0 0 243px;
	height: 33px;
	padding: 0;
	border-left: #812433 1px solid;
}

#navMenu li {
	color: #FFF;
	height: 33px;
	float: left;
	position: relative;
	z-index: 1000 !important;
	border-right: #812433 1px solid;
}

#navMenu li a {
	display: block;
	padding: 8px 30px 0 30px;
	height: 25px; /* 33 */
	color: #F08100;
	font-weight: bold;
	text-decoration: none;
}

#navMenu li a:hover {
	color: #FFFFFF;
}

#navMenu li:hover ul {
	display: block;
}

#navMenu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 33px;
	left: -1px;
	z-index: 100;
	background-color: #530010;
	border: #812433 1px solid;
	display: none;
	min-width: 100%;
}

#navMenu li ul li {
	float: none;
	width: auto;
	white-space: nowrap;
	border-right: 0;
}

#leftPanel {
	position: relative;
	float: left;
	width: 243px;
	background-color: #6B001A;
}

#leftPanel h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 17px;
	top: 43px;
}

#leftPanel h2 {
	color: #FFFFFF;
	margin-top: 90px;
	font-size: 18px;
	font-weight: normal;
	padding: 15px;
}

#mainContent {
	float: right;
	width: 621px; /* 691 */
	background-color: #FFFFFF;
	padding: 39px 35px 20px 35px;
}

#iconPage #mainContent {
	padding: 0;
	width: 691px;
	height: 372px;
}

#mainContent a {
	color: #f08100;
}

#mainContent a:hover {
	text-decoration: none;
}

#mainContent a:visited {
	color: #6b001a;
}

#mainContent h1, h2, h3 {
	color: #6b001a;
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	margin: 10px 0 20px 0;
}

#mainContent h1 {
	font-size: 20px;
	margin: 3px 0 0 0;
	line-height: 33px;
}

#mainContent h3 {
	font-weight: normal;
	margin: 0;
	line-height: 18px;
}

#mainContent p {
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 18px;
}

#mainContent ul {
	margin: 6px 0 20px 16px;
	padding: 0;
	line-height: 20px;
}

#sitemap #mainContent ul {
	margin: 0 0 0 16px;
}

#mainContent .rightImg {
	float: right;
	padding: 0 0 5px 5px;
}

.emph1, .emph2 {
	color: #802524;
}

.emph1 {
	font-weight: bold;
}

.emph3 {
	color: #f08100;
}

#homeFlash #container {
	height: 404px;
}

#flashIntro {
	position: absolute;
	top: 33px;
	z-index: 2;
}

#contactTable {
	border-collapse: collapse;
	width: 500px;
	margin: 0 auto 20px auto;
	border: #000 1px solid;
}

#contactTable td {
	border: #000000 1px solid;
	padding: 4px;
}

a#msgBtn {
	width: 143px;
	height: 64px;
	background: url(img/sendmessage.png);
	margin: 33px auto 0 auto;
}

a:hover#msgBtn {
	background-position: 0 -64px;
}

#iconFigure {
	float: left;
	width: 181px;
}

#iconPageContent {
	float: right;
	width: 320px;
	margin-right: 100px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

#iconPageContent p, #iconPageContent li 
{
	line-height: 20px;
	margin-bottom: 10px;
}

.iconPage1 { background: url(img/servbg_cards.png) no-repeat; }
.iconPage2 { background: url(img/servbg_idtheft.png) no-repeat; }
.iconPage3 { background: url(img/servbg_wallet.png) no-repeat; }
.iconPage4 { background: url(img/servbg_mobile.png) no-repeat; }
.iconPage5 { background: url(img/servbg_emergency.png) no-repeat; }
.iconPage6 { background: url(img/servbg_ice.png) no-repeat; }
.iconPage7 { background: url(img/servbg_getcash.png) no-repeat; }
.iconPage8 { background: url(img/servbg_homefast.png) no-repeat; }
.iconPage9 { background: url(img/servbg_motor.png) no-repeat; }
.iconPage10 { background: url(img/servbg_medical.png) no-repeat; }
.iconPage11 { background: url(img/servbg_legal.png) no-repeat; }
.iconPage12 { background: url(img/servbg_travel.png) no-repeat; }

#homeNoFlash #mainContent {
	background: url(img/home_photo.jpg) no-repeat;
	padding: 0;
	width: 691px;
	height: 372px;
}

#homeNoFlash #leftPanel {
	background: url(img/home_leftbg.png) no-repeat;
	height: 372px;
}

#divTertNav li
{
	line-height: 4px;
}
