@charset "utf-8";
/* tab styles */
ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    background: #A8C4D4 url(../images/tab.png);
    float: left;
    margin: 0 1px 0 0;
    padding-left: 10px;
}

ol#toc a {
    background: url(../images/tab.png) 100% 0;
    color: #464646;
    display: block;
    float: left;
    height: 2em;
    line-height: 2.5em;
    padding-right: 13px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

ol#toc li.current {
    background-color: #D5E4ED;
    background-position: 0 -60px;
}

ol#toc li.current a {
	outline: none;
    background-position: 100% -60px;
    color: #000;
    font-weight: bold;
}

div.content {
    border-top: #A8C4D4 solid 3px;
    clear: left;
    padding: 1em;
}

/* page styles */
.theBody {
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	color: #202020;
	background-color: #4f8c09;
}

.mainContainer {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

.header {
	width: 800px;
	height: 269px;
	background-image: url(../images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.headerNavigation {
	padding-left: 33px;
	width: 212px;
	height: 259px;
	float: left;
	padding-top: 10px;
}

.headerBtn {
	width: 212px;
	height: 29px;
	background-image: url(../images/spacer.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 5px;
	font-weight: bold;
	color: #777777;
}

.headerBtn a:link {
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}

.headerBtn a:active {
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}

.headerBtn a:visited {
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}

.headerBtn a:hover {
	font-weight: bold;
	color: #8fcb4f;
	text-decoration: none;
}

.headerBtnNoSpace {
	width: 212px;
	height: 29px;
	padding-top: 5px;
	font-weight: bold;
	color: #777777;
}

.headerBtnNoSpace a:link {
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}

.headerBtnNoSpace a:active {
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}

.headerBtnNoSpace a:visited {
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}

.headerBtnNoSpace a:hover {
	font-weight: bold;
	color: #8fcb4f;
	text-decoration: none;
}

.applyNowBar {
	width: 767px;
	font-size: 14px;
	color: #2a77bb;
	padding-left: 33px;
	font-weight: bold;
	vertical-align: top;
}

.applyNowLeft {
	width: 212px;
	float: left;
	padding-bottom: 8px;
}

.applyNowRight {
	width: 530px;
	float: right;
	padding-bottom: 8px;
	padding-left: 25px;
}

.contentLeft {	
	width: 237px;
	padding-left: 8px;
	float: left;
	overflow: hidden;
	min-height: 350px; 
	border-top: 1px solid #DEDEDE;
	padding-top: 10px;
}

.contentRight{
	width: 504px;
	min-height: 350px;
	float: right;
	overflow: hidden;
	border-left: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}

.mainFooter {
	width: 802px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 10px;
	color: #FFFFFF;
}

.mainFooter a:link {
	color: #141414;
	text-decoration: none;
}

.mainFooter a:visited {
	color: #141414;
	text-decoration: none;
}

.mainFooter a:active {
	color: #141414;
	text-decoration: none;
}

.mainFooter a:hover {
	color: #454545;
	text-decoration: none;
}

.bottomRightSecure {
	width: 201px;
	height: 235px;
	border-right: 1px solid #ccdeec;
	float: left;
	background-image: url(../images/orb-shield.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	
}

.bottomRightCheck {
	width: 186px;
	height: 235px;
	float: left;
	background-image: url(../images/orb-check.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-left: 15px;
}
