/* CSS Document */

a:link {  color: #006633; text-decoration: underline}
a:visited {  color: #669966; text-decoration: underline}
a:hover {  color: #CCCC66; text-decoration: underline}
a:active {  color: #666666; text-decoration: underline}

.bold {
	font-weight: bold;
}

.firstmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.firstmenu a:link {  color: #006633; text-decoration: none}
.firstmenu a:visited {  color: #006633; text-decoration: none}
.firstmenu a:hover {  color: #333333; text-decoration: none}
.firstmenu a:active {  color: #006633; text-decoration: none}

.secondmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.secondmenu a:link {  color: #ffffff; text-decoration: none}
.secondmenu a:visited {  color: #ffffff; text-decoration: none}
.secondmenu a:hover {  color: #CCCC66; text-decoration: none}
.secondmenu a:active {  color: #ffffff; text-decoration: none}

.hometext {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}

.hometextb {
	font-weight: bold;	
}

.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 15px;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	padding: 10px;
}

.green {
	color: #006633;
	font-weight: bold;	
}

.introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006633;
	line-height: 23px;

}

.introtextb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006633;
	line-height: 23px;
	font-weight: bold;
}

.medgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006633;
	line-height: 23px;

}

.menu_slideout {  background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #333333; background-image: url(images/common/navbar_menu_gradient.gif); background-repeat: repeat-x; background-position: bottom}
.menu_slideout a:link {  color: #333333; text-decoration: none}
.menu_slideout a:visited {  color: #333333; text-decoration: none}
.menu_slideout a:hover {  color: #006633; text-decoration: underline}
.menu_slideout a:active {  color: #333333; text-decoration: none}

.greenitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #006633;
}

/*  ------ Contact Form ------- */			
		
form.formLoan {border:none;color:#666;}
fieldset.fieldsetLoan {padding:15px 0 15px 0;margin:0 0 0 0;border:0;border-top:1px dotted #ccc;}
form.formLoan div{margin:0 0 15px 0;height:1%;overflow:hidden;}
form.formLoan .required{font-weight:bold;color:#B22525;font-size:1em;line-height:50%;}
legend.legendLoan {font-weight:bold;font-size:1.2em;border:0; text-align:center;}
label.label_main {font-weight:bold;width:150px;display:block;float:left;text-align:right;padding:0 10px 0 0; font-size: 10px;line-height: 1.2em;}
label.label_secondary {display:block;float:left;text-align:left;padding:3px 10px 0 0;}
input.text, textarea{margin:0 1em 0 0;padding:3px;border:1px solid #BBB;font-size:13px;color:#777;float:left;outline:none;}
select.loan {margin:0 1em 0 0;border:1px solid #BBB;font-size:13px;color:#333;float:left;outline:none;}
input.text:focus, textarea:focus, select:focus {border:1px solid #009F5F;}	

.section {background-color:#F7F7F7;padding:10px 10px 7px 10px;margin:5px 0 30px 0;border:1px solid #E5E5E5;height:1%;overflow:hidden;}

.section_label {padding-top:5px;}