body {
	padding: 20px 0;
	margin: 0;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	background-color: #ECF5E7;
	color: #444D50;
}
#container {
	margin: 0px auto;
	width: 940px;
	background: url(../images/page/page-bg.gif) repeat-y center top;
}
#header {
}

#sidenav {
	float: left;
	width: 230px;
	font: 12px/30px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/page/nav-bg.jpg) top left no-repeat;
	padding-bottom: 100px;
}
#sidenav ul {
	margin: 7px 10px 50px 48px;
	padding: 0;
	list-style: none;
}
#sidenav li {
	margin: 0px 0 0 0;
	padding: 0 0 0 15px;
	background: url(../images/page/bullet.gif) left top no-repeat;
	line-height: 30px;
}
#sidenav li ul {
	margin: 0;
}
#sidenav li li {
	margin: -5px 0 5px 0;
	padding: 0 0 0 10px;
	background: url(../images/page/bullet2.gif) left top no-repeat;
	font-size: 11px;
	line-height: 20px;
}
#sidenav li a {
	color: #1077A0;
	display: block;
	text-decoration: none;
}
#sidenav li a:hover {
	text-decoration: underline;
}
#sidenav form {
	margin: 0 0 20px 50px;
}
#sidenav td {
	padding: 0 0 5px 0;
	font-size: 11px;
	line-height: 14px;
}
#sidenav input {
	font: 10px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 3px 0 5px;
	padding: 2px;
}
#sidenav h3 {
	margin: 0 0 5px;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
#content {
	margin: 12px 70px 0px 280px;
}
#content ul {
	margin-top: 20px;
}
#content li {
	padding-bottom: 10px;
}
#content td {
	font-size: 11px;
	line-height: 16px;
}

h1 {
	font: normal 24px/26px Arial, Helvetica, sans-serif;
	color: #AACB6F;
	margin: 0 0 20px;
	padding: 0;
}
h2 {
	margin: 30px 0 -10px;
	font: normal 18px/20px Arial, Helvetica, sans-serif;
	color: #AACB6F;
}
h3 {
	margin: 12px 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
h4 {
	font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #AACB6F;
	margin: 30px 0 -10px;
}
p {
	margin: 15px 0;
}




#footer {
	clear: both;
	padding: 30px 30px 0;
	zoom: 1;
	background: url(../images/page/footer-bg.gif) top center no-repeat;
}
#footer table {
}
#footer td {
	font-size: 10px;
	line-height: 25px;
	color: #66A8C2;
}
#footer a {
	text-decoration: underline;
}
a {
	color: #0085BA;
}
#sidebar {
	margin: 30px 10px 10px 25px;
}
#sidebar div {
	border: 1px solid #E7E7E7;
	margin-bottom: 20px;
	padding: 0 1px 0 20px;
}
#sidebar p{
	font: 9px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	
}

form {
	margin: 0;
}
input, select, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #444D50;
}

.req {
	color: #FF6633;
}
.white {
	color: #FFFFFF;
}
.note, small {
	font-size: 9px;
	line-height: 11px;
	color: #666666;
	text-transform: none;
	font-weight: normal;
}


/* ----------------------------------- tables ----------------------------------- */

.infotable {
	margin: 20px 0;
	width: 590px;
	background: url(../images/page/th-bg-610.gif) top left no-repeat;
	font-size: 10px;
	line-height: 12px;
}
.infotable th {
	font-size: 11px;
	line-height: 32px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 2px solid #AACB6F;
	padding: 0 8px 2px;
}
.infotable td {
	padding: 8px 8px;
	border-bottom: 1px solid #D0E4EC;
}
.infotable tr:hover {
	background-color: #EEF6F8;
}
.alt-cell {
	background-color: #EEF6F8;
}
.th {
	background-color: #EEF6F8;
	color: #1379A1;
	width: 150px;
}
.infotable .sectionhead {
	padding-top: 15px;
}





/*.infotable {
	width: 99%;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}
.infotable th {
	padding: 8px;
	background: #E2E2E2 url(../images/page/th-bg.gif) top repeat-x;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	color: #4C77A0;
	border-top: 1px solid #F0F0F0;
	border-bottom: 3px solid #1077A0;
}
.infotable td {
	padding: 8px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #F0F0F0;
	background-color: #FAFAFA;
}
.shadedcell {
	background-color: #F0F0F0;
}*/

.post-it {
	margin: 20px 0;
	border: 1px solid #edeaca;
	padding: 20px;
	background-color: #FFFee4;
	font-size: 10px;
	line-height: 12px;
}
.post-it p {
	margin: 0;
}
.post-it ul {
	margin: 15px 0 0 20px;
	padding: 0;
}
.post-it ul li {
	margin: 0;
	padding: 0 0 7px 0;
}

.msg {
	border: 1px solid #FEE25D;
	margin-bottom: 10px;
	min-height: 30px;
	font-size: 11px;
	line-height: 16px;
	padding: 7px 10px 10px 45px;
	background: #FFF6CE url(../members/images/tool-icons/yellow-alert.png) top left no-repeat;
}


.sendcalculator {
	margin: 30px 0;
	padding: 10px 15px 15px;
	border: 2px dashed #AACB6F;
/*	border: 1px dashed #D0E4EC;*/
/*	background-color: #EEF6F8;*/
}
.sendcalculator h2 {
	margin-top: 0;
	color: #1379A1;
}
.sendcalculator div {
	margin-top: 15px;
	background-color: #AACB6F;
	color: #FFFFFF;
	padding: 10px 15px 15px;
	border: 1px solid #FFFFFF;
}
.sendcalculator div strong {
	font-size: 16px;
	color: #1379A1;
}



/* ==================================== content slider for home page ==================================== */

.hero-wrapper {
	position: relative;
	overflow: hidden;
	width: 588px;
	height: 205px;
	margin: 0 -4px;
/*	background: url(/images/home/hero-bg.gif) top left no-repeat*/
}
.hero-wrapper .contentdiv {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0;
	background: white;
	width: 588px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pagination {
	display: none;
}

.ticklist {
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
}
.ticklist li {
	margin: 0 0 7px 10px;
	padding: 0 0 0 20px;
	background: url(../images/pics/tick.gif) top left no-repeat;
}


