/***********************************************/
/* UNIQUE STYLES                               */
/***********************************************/

/************** PRIVACY STYLES *****************/


/*********** PAGE NOT FOUND STYLES ***********/
#pagenotfound_txt{
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px 15px;
	font: normal 100% Arial,sans-serif;
	color: #333333;
	line-height: 20px;
}
#pagenotfound_txtbold{
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px 15px;
	font: bold 100% Arial,sans-serif;
	color: #333333;
	line-height: 20px;
}
#pagenotfound_txt a:visited {
	color:#333333;
    text-decoration: none;
}
#pagenotfound_txt a:link {
	color:#333333;
    text-decoration: underline;
}
#pagenotfound_txt a:hover {
	color:#666666;
    text-decoration: underline;
}

/*********** SEARCH AND RESULTS STYLES ***********/

/*********** APPLY ONLINE FORM STYLES *****************/
#applyOnline {
	width:600px;
	padding-left:0px;
	margin-left:15px;
	background-color:#CCCCCC;
}
#applyOnline td{
	padding:3px;
	text-align:left;
	vertical-align:top;
}
#applyOnline hr{
	width:565px;
	margin:10px 0px 10px 0px;
}
.formButton{
	background-color:#66BB50;
	color:#FFFFFF;
}
#applyOnline h4{
	border:0px;
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px;
	background-color:#999999;
	color:#FFFFFF;
	width:580px;
}
#applyOnline table{
	margin-left:15px;
	width:600px;
}
.input_wide{
	width:140px;
}
.input_medm{
	width:90px;
}
.input_narrow{
	width:50px;
}
.col-1{
	width:140px;
}
.col-2{
	width:150px;
}
.col-3{
	width:120px;
}
.col-4{
	width:180px;
}
.requiredColor{
	color:#FF0000;
}
/*********** CONTACT FORM STYLES ********************/

#contact-us{
	width:400px;
	padding-left:0px;
	margin-left:15px;
	background-color:#CCCCCC;
}
#contact-us h3{
	background-color:#999999;
}
#contact-us td{
	text-align:left;
	vertical-align:top;
}
#contact-us table{	
	margin-left:15px;
	width:400px;

}
#contact-us .input_wide{
	width:200px;
}
/*********** RESOURCES STYLES ********************/
#resources {
	padding:10px;
	display:none;
}


/********************* end *********************/
