body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	background: #ededed url('../images/body-bg.gif') repeat-x;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#page {
	width: 918px;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	height: 100%; 
	padding: 29px 0 0;
}

.logo {
	margin: 0;
}

.logo a {
	display: block;
	text-indent: -9999px;
	width: 348px;
	height: 43px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}


#header img {
	display: block;
	border: 1px solid #cfcfcf; 
	padding: 1px;
}
.nav {
	overflow: hidden;
	height: 36px;
	background: url(../images/nav-bg.png) repeat-x;
	margin-top: 2px;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 33px;
	overflow: hidden;
	background: url(../images/nav-divider2.gif) no-repeat 0 2px;
}
.nav li {
	float: left;
	height: 33px;
	background: url(../images/nav-divider.gif) no-repeat 100% 0;
	padding: 0 24px 0 23px;
	font-size: 14px;
	line-height: 32px;
}
.nav li a {
	float: left;
	text-decoration: none;
	color: #fff;
}
.nav li a:hover {
	text-decoration: underline;
}

#content {
	overflow: hidden;
	height: 100%;
	background: #f6f6f6;
	border-left: 1px solid #cfcfcf; 
	border-right: 1px solid #cfcfcf; 
	padding: 15px 14px 15px 17px;
}
#footer {
	margin: 0;
	padding: 6px 7px 6px 0;
	text-align: right;
	line-height: 14px;
	color: #fff;
	background: #4188c0;
}

.sidebar {
	float: left;
	width: 202px;
	background: url(../images/sidebar-bg.gif) repeat-y;
}
.sidebar .top-bg {
	overflow: hidden;
	height: 100%;
	background: url(../images/sidebar-top-bg.gif) no-repeat;
}
.sidebar .bot-bg {
	overflow: hidden;
	height: 100%;
	padding: 13px 30px 20px 17px;
	background: url(../images/sidebar-bot-bg.gif) no-repeat 0 100%;
}
.sidebar h2 {
	margin: 0 0 0 -7px; 
	font-size: 17px;
	color: #4188c0;
}
.sidebar ul {
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}
.sidebar ul li {
	background: url(../images/sidebar-arrow.gif) no-repeat 0 1px;
	padding: 0 0 23px 17px;
	line-height: 14px;
}


.sidebar ul li a {
	text-decoration: none;
	color: #666;
}
.sidebar ul li a:hover {
	text-decoration: underline;
}

.vice-btn {
	display: block;
	width: 62px;
	margin-top: -3px;
	height: 37px;
	background: url(../images/vice-btn.gif) no-repeat;
}
.vice-btn a {
	width: 62px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}


.main {
	float: right; 
	width: 668px;
	background: url(../images/main-bg.gif) repeat-y;
}
.main .top-bg {
	overflow: hidden;
	height: 100%;
	background: url(../images/main-top-bg.png) no-repeat;
}
.main .bot-bg {
	background: url(../images/main-bot-bg.gif) no-repeat 0 100%;
	overflow: hidden;
	height: 100%;
	padding: 13px 10px 10px 4px;
}
.main h2 {
	margin: 0 0 0 14px;
	font-size: 17px;
	color: #4188c0;
}
.sidenav {
	width: 139px;
	float: left;
	margin: 0;
	padding: 11px 0 20px;
	list-style: none;
	position: relative;
}
.sidenav li {
	background: url(../images/sidenav-divider.png) no-repeat;
	float: left;
	width: 134px;
	padding: 0 0 0 5px;
	font-size: 18px;
}
.sidenav li.first {
	background: none;
}
.sidenav li a {
	display: block;
	text-decoration: none;
	color: #4188c0;
	height: 37px;
	overflow: hidden;
	line-height: 42px;
	padding-left: 27px;
	background: url(../images/sidenav-arrow.gif) no-repeat 18px 17px;
}
.sidenav li a:hover {
	text-decoration: underline;
}
.sidenav li a.active {
	height: 45px;
	text-decoration: none !important;
	margin-bottom: -8px;
	position: relative; 
	color: #eb7400;
	font-weight: bold;
	background: url(../images/sidenav-active.gif) no-repeat;
}

.divider {
	overflow: hidden;
	width: 100%;
}
.affiliate {
	float: right;
	width: 516px;
	margin: 9px 0 0 -1px;
	padding-top: 6px;
	display: inline;
	background: url(../images/affiliate-top-bg.gif) no-repeat;
}
.affiliate .cont {
	overflow: hidden;
	height: 100%;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	background: #fff;
	padding: 11px 0px 0 29px;
}
.affiliate .bot-bg {
	overflow: hidden;
	height: 6px;
	padding: 0;
	background: url(../images/affiliate-bot-bg.gif) no-repeat;
}
.affiliate .list {
	margin: 7px 0 0;
	padding: 0;
	list-style: none;
	width: 230px;
	overflow: hidden;
}
.affiliate .list li {
	background: url(../images/affiliate-list-arrow.gif) no-repeat;
	padding: 1px 0 0 29px;
	line-height: 14px;
	height: 32px;
}
.affiliate .list li a {
	text-decoration: none;
	color: #666;
}
.affiliate .list li a:hover {
	text-decoration: underline;
}
.affiliate .left-col {
	float: left;
	width: 230px;
}
.affiliate .right-col {
	float: right;
	padding: 0 16px 0 0;
	width: 203px;
}
.register-btn {
	width: 109px;
	height: 56px;
	display: block;
	background: url(../images/register-btn.gif) no-repeat;
	margin-top: 15px;
}
.register-btn a {
	display: block;
	width: 109px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
}
.bot-text {
	margin: 14px 0 0 -1px;
}

.featured {
	width: 203px;
	overflow: hidden;
	background: url(../images/featured-bg.png) repeat-y;
	color: #0d1f69;
	font-size: 13px;
}
.featured .tbg {
	overflow: hidden;
	height: 100%;
	background: url(../images/featured-top-bg.png) no-repeat;
}
.featured .bbg {
	overflow: hidden;
	height: 100%;
	background: url(../images/featured-bot-bg.gif) no-repeat 0 100%;
	padding: 9px 0 42px 12px;
}
.featured h3 {
	margin: 0;
	font-size: 17px;
	color: #4188c0;
	
}
.featured p {
	margin: 10px 0 0;
	line-height: 20px;
	background: url(../images/featured-left-arrow.gif) no-repeat 0 1px;
	padding: 0 0 0 21px;
}
.featured p span {
	padding-right: 18px;
	background: url(../images/featured-right-arrow.gif) no-repeat 100% 4px;
}

.provident-btn {
	background: url(../images/provident-btn.gif) no-repeat;
	display: block;
	width: 122px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 3px 0 0 40px;
}


.vice-info-btn {
	width: 132x;
	height: 58px;
	display: block;
	background: url(../images/vice_info.gif) no-repeat;
	margin-top: 15px;
}
.vice-info-btn a {
	display: block;
	width: 132x;
	height: 58px;
	overflow: hidden;
	text-indent: -9999px;
}

