/* BARE NECESSITIES */
body {
	margin:0px;
	padding:0px;
	background-color:#f7f7f7;
	font-family:tahoma;
	font-size:12px;
	}
a {
	text-decoration:none;
	color:#0071bd;
	}
a:hover {
	color:#CB282B; }
a img {
		border:0px;
	}
.img {
	display:block;
	}
.last {
	border-right:0px !important;
	}

h3 {
		margin-top:5px;
		margin-bottom:5px;
		color:#1E7CB2;
		font-size:18px;
		}
/*WRAPPERS */
.wrapper {
	width:976px;
	margin-left:auto;
	margin-right:auto;
	}
.headwrap {
	height:91px;
	background:#ededed url('../images/bgblurb.jpg') no-repeat right 25px;
	border-left:1px solid #194E78;
	border-right:1px solid #194E78;
	}
.header {
	background:url('../images/header.jpg') no-repeat top left;
	height:176px;
	}
	
/* NAVIGATION */	
.nav {
	float:right;
	width:586px;
	height:58px;
	background:url('../images/tabs.jpg') no-repeat top right;
	margin-right:4px;
	text-align:center;
	}
.nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-left:25px;
	margin-top:8px;
	}
.nav ul li {
	float:left; }
	
.nav ul li a {
	text-decoration:none;
	color:#0071bd;
	font-size:11px;
	display:block;
	padding-left:20px;
	padding-right:20px;
	border-right:1px solid #9ddcf9;
	}
.nav ul li a:hover {
	color:#CB282B; }
/* CONTENT */
.contentwrap {
	border-top:7px solid #194e78;
	border-left:1px solid #194E78;
	border-right:1px solid #194E78;
	}
.middlewrap {
	height:224px;
	border-bottom:1px solid #808080;
	}
.middlewrap img, .middlewrap2 img {
	float:left;
	}
.middlewrap2 {
	height:197px;
	border-bottom:1px solid #808080;
	}
	
/*third tier*/
.thirdwrap {
	background-color:#fff;
	padding-top:20px;
	padding-bottom:20px;
	}
.thirdwrap .item {
	width:209px;
	float:left;
	padding-left:30px;
	}
.thirdwrap .item ul {
	margin-top:5px;
	margin-left:0px;
	padding-left:30px;
	font-size:12px;
	color:#67b1db;
	}
.thirdwrap .item ul span {
	color:#2e3c69;
}
.thirdwrap .item ul li {
	margin-bottom:5px;
	}
	
/*footer */
.footwrap {
	background-color:#1e7cb2;
	color:#fff;
	font-size:10px;
	font-family:verdana;
	background:#1e7cb2 url('../images/footerbottom.jpg') no-repeat bottom center;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	margin-bottom:40px;
	}
.footwrap span {
	color:#194E78;
	}
.footwrap a {
	color:#000;
	text-decoration:none;
	}
.footwrap a:hover {
		text-decoration:underline;
		}
	
.calforexlogo {
	float:right;
	margin-right:10px;
	}
	
.content {
	background-color:#fff;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:60px;
	padding-right:60px;
	line-height:150%;
	color:#222;
	}

.agreement li {
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
}
.optionGroup td {
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	font-size: 0.9em; }
.left { float:left; width:502px; }
.right { float:right; width:312px;}