/*********** styles.css *********/
body{ margin:0;padding:0; background-color:#FFF; }
#shelltop{ width:100%; height:16px; margin:0; padding:0; background:#FFFFFF url(images/shelltopbar.gif) top left no-repeat; text-align:right; }
/*#shelltop p, a{ font:normal 10px Verdana, Arial, Helvetica, sans-serif; color:#004172; margin:0px; text-align:left; }
#shelltop a:hover{ text-decoration:none; }*/
.logos{ width:804px; height:65px; text-align:left; }
.main{ width:799px; margin:0; padding:0; padding-left:5px; }
.sbgleft{ background:#277039 url(images/shellbo.gif) left repeat-y; }
.sbgright{ background:#277039 url(images/shellbo.gif) right repeat-y; }
.sbgbottom{ background:#277039 url(images/shellbo.gif) bottom repeat-x; }
td.ssbgleft{ border-left:1px solid #0C4F60; }
.ssbgright{ background:#FFF url(images/shellsubbor.gif) right repeat-y; }
.ssbgbottom{ border-bottom:1px solid #0C4F60; }
.frmtl{ background:url(images/frmtl.gif) top left no-repeat; height:14px; }
.frmtop{ background:url(images/frmbo.gif) top repeat-x; height:14px; }
.frml{ background:url(images/frmbo.gif) left repeat-y; }
.frmr{ background:url(images/frmbo.gif) right repeat-y; }
.frmb{ background:url(images/frmbo.gif) bottom repeat-x; }
.right{ background-position:right; background-repeat:repeat-y; }
#sideNav{ width:125px; text-align:left; }
#sideNav a{ color:#FFF; font:normal 12px Verdana, Helvetica, sans-serif; }
.sideLink{color:#FFF; font:normal 12px Verdana, Helvetica, sans-serif; padding-left:3px;}
#sideNav a:hover{ text-decoration:none; }
.sideTitle{ color:#FFF; font:normal bold 14px bold Verdana, Arial, Helvetica, sans-serif; }
.sidelines{ height:20px; width:125px; background:url(images/sidenavbar.gif) top repeat-x; }
.mainImg{ background:#F8EEBD url(images/mainImg1.jpg) top right no-repeat; background-position: 394px 32px; }
#title{ background-color:#FFF; width:616px; height:26px; padding:6px 0 0 8px; font:normal bold 18px Verdana, Arial, Helvetica, sans-serif; color:#27703A; }
#subhead{ background-color:#FFF; width:498px; height:26px; padding:6px 0 0 8px; font:normal bold 14px Verdana, Arial, Helvetica, sans-serif; color:#27703A; }
html> body #title{ height:26px; }
h1{ font:normal bold 18px Verdana, Arial, Helvetica, sans-serif; color:#27703A; }
h3{ font:normal bold 16px Verdana, Arial, Helvetica, sans-serif; color:#27703A; }
td, p, li{ font:normal 11px Verdana, Arial, Helvetica, sans-serif; color:#000; }
#bottomtxt{ background-color:#FFFFFF; }
#frmTxt, .frmTxt{ font:normal bold 11px Verdana, Arial, Helvetica; color:#000; }
.frmsubTxt{ font:normal 11px Verdana, Arial, Helvetica, sans-serif; color:#000; }
#privacy, #privacy a{ font:normal 9px Verdana, Arial, Helvetica, sans-serif; color:#000; }
#privacy a{ font-weight:bold; }
input,select{ color:#0084D9; font:normal 10px Verdana, Arial, Helvetica, sans-serif; }
#link1{ width:125px; height:25px; }
#link2{ width:127px; height:25px; }
#link3{ width:127px; height:25px; }
#link4{ width:127px; height:25px; }
#link1:hover{ width:125px; height:25px; background:url(images/link1on.gif) top no-repeat; }
#link2:hover{ width:127px; height:25px; background:url(images/link2on.gif) top no-repeat; }
#link3:hover{ width:127px; height:25px; background:url(images/link3on.gif) top no-repeat; }
#link4:hover{ width:127px; height:25px; background:url(images/link4on.gif) top no-repeat; }
.link1{ background:url(images/link1on.gif) top no-repeat; }
.link2{ background:url(images/link2on.gif) top no-repeat; }
.link3{ background:url(images/link3on.gif) top no-repeat; }
.link4{ background:url(images/link4on.gif) top no-repeat; }
a{ font:normal bold 11px Verdana, Arial, Helvetica, sans-serif; color:#164613; text-decoration:underline; }
a:hover{ text-decoration:none; }
#tnav, #tnav a, #tnav a:hover, #tnav a:visited{ font:normal bold 12px Verdana, Arial, Helvetica, sans-serif; color:#FFF; text-decoration:none; }
#tnav a:hover{ color:#164613}
#footer, #footer a{ color:#E8D670; font:normal 10px Verdana, Arial, Helvetica, sans-serif; padding:4px 0 5px 0; }
#footer a:hover{ text-decoration:none; }
#copy { font:normal 11px Verdana, Arial, Helvetica, sans-serif; color:#000; }
.formTitles{ color:#000;font:normal bold 11px Verdana, Arial, Helvetica, sans-serif;border-bottom:1px solid #050003;width:468px;margin:0px 0 0 3px; }
#geotrust{ width:94px; height:45px; padding-top: 5px; }

/**************style.css ***********/
body {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
#container {
	width: 804px;
}
#top {
	width: 812px;
	height: 17px;
	background: url(images/top.jpg) no-repeat;
}
#logo {
	height: 84px;
}
#logo img {
	margin-top: 9px;
	margin-left: 20px;
}
#main-top {
	width: 799px;
	height: 12px;
	background: url(images/main-top.jpg) no-repeat;
	margin-left: 5px;
}
#main {
	width: 799px;
	background: url(images/main-bg.jpg) repeat-y;
	margin-left: 5px;
	display: table;
}
* html #main {
	margin-top: -5px;
	position: relative;
	left: 0;
	top: 0;
	z-index: 2;
}
#main-bottom {
	width: 799px;
	height: 12px;
	background: url(images/main-bottom.jpg) no-repeat;
	margin-left: 5px;
	margin-top: -5px;
}
#left {
	width: 125px;
	color: #FFFFFF;
	margin-left: 5px;
	float: left;
}
#left a{ 
	font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
	color:#164613; 
	text-decoration:underline; 
}
* html #left {
	width: 120px;
}
#right-top {
	width: 663px;
	height: 10px;
	background: url(images/right-top.jpg) no-repeat;
	margin-right: 1px;
	float: right;
	margin-top: -7px;
}
* html #right-top {
	position: relative;
	top: 0;
	left: 0;
	z-index:2;
	margin-top: -4px;
}
#right {
	width: 663px;
	background: url(images/right-bg.jpg) repeat-y;
	margin-right: 1px;
	float: right;
	min-height: 550px;
}
* html #right {
	height: 550px;
}
* html #right {
	margin-top: -5px;
}
#footer {
	width: 799px;
	font-size: 10px;
	color: #E8D670;
	text-align: right;
}
#footer p {
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
	color: #E8D670;
}
#footer a {
	color: #E8D670;
}
#footer a:hover {
	text-decoration: none;
}
#right-bottom {
	width: 663px;
	height: 10px;
	background: url(images/right-bottom.jpg) no-repeat;
	margin-right: 1px;
	float: right;
	margin-top: -1px;
}
#form {
	width: 624px;
	background: url(images/form-bg.jpg) repeat-y;
	margin-left: 29px;
}
#form-top {
	width: 624px;
	min-height: 457px;
	margin-top: -22px;
	background: url(images/form-top.jpg) no-repeat;
	padding-top: 36px;
}
* html #form-top {
	height: 457px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(images/form-top.gif) no-repeat;
	margin-top: -25px;
}
#form-bottom {
	width: 624px;
	height: 10px;
	background: url(images/form-bottom.jpg) no-repeat;
	margin-left: 29px;
	margin-top: -10px;
}
#right h1 {
	margin-left: 35px;
	color: #277039;
	font-size: 20px;
	margin-bottom: 0;
}
#right h2 {
	margin-left: 35px;
	color: #277039;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0;
}
* html #right h2 {
	width: 530px;
	padding-bottom: 2px;
}	
#tabs {
	position: relative;
	z-index: 2;
	margin-top: -33px;
	margin-left: 27px
}
* html #tabs {
	position: absolute;
	top: -27px;
	z-index: 3;
	left: 150px;
	margin: 0 !important;
	margin-left: 12px !important;
}
div.tab {
	width: 124px;
	height: 24px;
	margin: 0 3px 0 0;
	float: left;
	text-align: center;
	padding-top: 5px;
}
div.tab a {
	text-decoration: none;
	font-weight: bold;
}
#tab1 {
	background: url(images/white-tab.jpg) no-repeat;
}
#tab1 a, #tab2 a:hover, #tab3 a:hover, #tab4 a:hover, #tab5 a:hover {
	color: #000;
}
#tab2 a, #tab3 a, #tab4 a, #tab5 a {
	color: #FFFFFF;
}
#tab2, #tab3, #tab4, #tab5 {
	background: url(images/green-tab.jpg) no-repeat;
}
#left h1 {
	font-size: 14px;
	color: #FFF;
}
#left p {
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
}
#left a {
	color: #FFFFFF;
}
#left img.link-divider {
	padding-bottom: 10px;
	padding-top: 5px;
}
p.privacy {
	font-size: 9px;
	margin: 10px;
	padding-bottom: 10px;
}
#bottom-content {
	margin-left: 29px;
	margin-right: 15px;
}
#bottom-content h3 {
	color: #27703A;
	font-size: 18px;
}
#bottom-content h4 {
	color: #27703A;
	font-size: 16px;
}
/****************  group.css *************/
input,select{ color:#0084D9; font:normal 10px Verdana, Arial, Helvetica, sans-serif; }
#right table {
	font-size: 11px;
}

/* Group Stylesheet */
.label {
	font-weight: bold;
}
.form, .step-header {
	width: 500px;
	margin-left: 10px;
}
.button {
	width: 624px;
}

/* Section Headers */
.step-header {
	border-bottom: 1px #000 solid;
	font-weight: bold;
	font-size: 11px;
	height: 15px;
}
.step-left {
	float: left;
}
.step-right {
	float: right;
}


/* Form Style */
.red {
	color: #FF0000;
}
.col1 {
	width: 95px;
}
.col2 {
	width: 95px;
	text-align: center;
}
.col3 {
	width: 45px;
	text-align: center;
}
.col4 {
	width: 95px;
	text-align: center;
}
.col5 {
	width: 55px;
	text-align: center;
}
.col6 {
	width: 55px;
	text-align: center;
}
.col7 {
	width: 55px;
	text-align: center;
}
.phone1 {
	width: 25px;
}
.phone2 {
	width: 35px;
}
.button {
	text-align: center;
}



