@charset "utf-8";
body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:#FFF url(/images/00-topBg.jpg) top repeat-x;
}
h1{
	font-size:18px;
	margin-top:0;
}
h2{
	font-size:15px;
	margin-top:0;
}
a{
	color:#9a0011;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.mainContainer, .headerLogin, .mainMenu, .promoSection, .content{
	width:838px;
	margin:0;
	padding:0;
	display:inline-block;
	overflow:hidden;
}
.headerLogin div{
	float:left;
}
	.logo{
		width:215px;
	}
	.login{
		width:623px;
		color:#fffcd5;
	}
		.login span{
			color:#fffcd5;
			font-weight:bold;
			font-size:10px;
		}
		.login p{
			margin:3px 8px 0 0;
			padding:0;
		}
		.login a{
			color:#fffcd5;
			font-weight:bold;
			font-size:10px;
		}
		.formOptions{
			background:url(/images/04-loginBg.jpg) top repeat-x;
			height:30px;
			font-size:10px;
			font-weight:bold;
			margin:25px 0 0 0;
		}
		.formInputs{
			margin:0 6px 0 6px;
			padding:5px 0 0 0;
		}
		.loginInput{
			width:113px;
			height:17;
			background:#5f5e5e;
			border:#8d8971 solid 1px;
			padding:0;
			margin:0 5px 0 5px;
			color:#FFF;
		}
.mainMenu img{
	float:left;
	padding:0;
	margin:0;
}
.promoSection{
}
.promoSection img{
	float:left;
	padding:0;
	margin:0;
}
	.flash{
		background:#cecece;	
		float:left;
		padding:0;
		margin:0;
		height:270px;
		width:617px;
	}
.content{
	background:#e0e0e0;
	position:relative;
}
	.contentLeft{
		float:left;
		text-align:left;
		width:201px;
		padding:10px;
		display:inline-block;
		overflow:hidden;
		height:100%;
	}
		.contentLeft ul{
			margin:5px 0 5px 15px;
			padding:0
		}
			.contentLeft li{
				margin:10px 0 10px 0;
			}
		.contentLeft .flash-link{
			margin:10px auto;
			width:118px;
			height:114px;
			display:block;
		}
		.contentLeft .link-bottom{
			margin:0 auto;
			width:120px;
			height:59px;
			display:block;
		}
			.contentLeft .link-bottom img{
				border:none;
			}
	.contentRight{
		width:557px;
		min-height:485px;
		padding:30px;
		float:left;
		text-align:justify;
		display:inline-block;
		overflow:hidden;
		margin:0;
		/* BOX GRADIENT */
		background: #dfd7b4;
		background-image: -moz-linear-gradient(top, #fffdeb, #c0b27f); /* FF3.6 */
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fffdeb),color-stop(1, #c0b27f)); /* Saf4+, Chrome */
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffdeb', EndColorStr='#c0b27f'); /* IE6,IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffdeb', EndColorStr='#c0b27f')"; /* IE8 */
	}
.faqTable{
	font-size:11px;
	border:#333 solid 1px;
}
