@charset "UTF-8";
/* CSS Document */

* {margin:0px; padding:0px;} /* Get rid of browser default margins and padding */
body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background: #4b4b4b url(images/bg.png) repeat-x;
	text-align: center;
}
img {
	border-style: none;
	border-top-width: 0px;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 944px;
	background: url(images/bg_top.png) no-repeat left top;
}
td.topnav { background: url(images/bg_topnav.png) no-repeat; }
#subnav {
	height: 250px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 130px;
	visibility: hidden;
}
#subnav2 {
	height: 250px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 130px;
	visibility: hidden;
}
p,ul,ol,h2 {
	font-size: 12px;
	line-height: 17px;
	margin-top: 8px;
	margin-bottom: 4px;
}
p.smallParagraph{
	font-size: 10px;
	line-height: 15px;
	margin-top: 20px;
	margin-bottom: 0px;
}

h2 {
	font-size: 14px;
	color: #575757;
}

ul,ol {
	margin-top: 2px;
	margin-left:25px;
}

p.contactInfo{
	font-size: 13px;
	line-height: 20px;
	margin-top: 4px;
	margin-bottom: 46px;
}

p.footText {
	font-size: 11px;
	color: #afafae;
	margin-top: 19px;
	margin-bottom: 4px;
	margin-right: 28px;
}
p.footSmall {
	font-size: 10px;
	color: #afafae;
	margin-top: 6px;
	margin-bottom: 20px;
	margin-right: 28px;
}
a {
	color: #6b8e02;
	text-decoration: none;
}
a.blueLink{color:#2d96ac}
a:hover { text-decoration: underline; }
a.footLink { color: #8B9539; }
a.footLink:hover {
	color: #E9EE7B;
	text-decoration: none;
}
.textBlack { color: #000000; }
.text11{ font-size: 11px; font-weight:normal;}
.text12 { font-size: 12px; }
.text13 { font-size: 13px; }
.text14 { font-size: 14px; }

form td {
	font-size: 12px;
	padding-right: 6px;
	padding-bottom: 3px;
}
input {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	width: 170px;
	background-color:#fff;
	background:none;
	border-collapse:collapse;
	background-image:url(images/bg_input.gif);
	background-repeat:repeat-x;
	border-style:solid;
	border-width: 1px;
	border-color:#999;
}
input.checkBox{	
	background:none;
	border-collapse:collapse;
	border: 0px none;
	width: 13px; height:13px;
	}
textarea {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	width: 280px;
	background-color:#fff;
	background:none;
	border-collapse:collapse;
	background-image:url(images/bg_input.gif);
	background-repeat:repeat-x;
	border-style:solid;
	border-width: 1px;
	border-color:#999;
}

.btn_register, .btn_submit {
	border:0px none;
	background-color:#fff;
	background:none;
	background-image:url(images/btn_register.gif);
	background-repeat:no-repeat;
	width:105px;
	height:20px;
	cursor: hand;
}
div.contact_quote {
	text-align: left;
	background: url(images/quote_top.png) no-repeat;
}
div.broker_quote {
	text-align: left;
	background: url(images/quote_top2.png) no-repeat;
}
.quoteText,.quoteText2,.quoteText3,.quoteText4 {
	padding-top: 38px;
	padding-bottom: 30px;
	font-size: 13px;
	line-height: 20px;
	color: #666600;
	background: url(images/quote_bottom.png) no-repeat right bottom;
}
.quoteText2{
	background: url(images/quote_bottom.png) no-repeat 340px 105px;
}
.quoteText3{
	background: url(images/quote_bottom.png) no-repeat 370px 120px;
}
.quoteText4{
	background: url(images/quote_bottom2.png) no-repeat 370px 120px;
}


.btn_submit{
	width:81px;
	background-image:url(images/btn_submit.gif);
}

#scroller {
overflow: auto;
/*position: relative;*/
width: 685px;
height:316px;
color: #333333;
text-align: left;
}
#scrollerinner {
width: 660px;
}
#scrollerinner p{
line-height: 16px;
	margin-top: 4px;
	margin-bottom: 6px;
}

p.tightPara {
	line-height: 17px;
	margin-top: 4px;
}
td.green_border_bottom {
	background: url(images/bg_green_line.gif) repeat-x left bottom;
}
