/* CSS Document */

body { margin: 0 0 0 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-weight: normal;
text-decoration: none;

}

.bodybold {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-weight: bold;
text-decoration: none;

}

.bodysmall {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight: normal;
text-decoration: none;

}

.bodysmallbold {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
text-decoration: none;

}

.greentitles { 
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #003300;
font-weight: bold;

}

.green { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #003300;
font-weight: normal;

}

.greenbold { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #003300;
font-weight: bold;
text-decoration: none;

}

.greenboldlink { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #003300;
font-weight: bold;
text-decoration: underline;

}

.greensmall { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #003300;
font-weight: normal;
text-decoration: none;
}

.greensmalllink { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #003300;
font-weight: normal;
text-decoration: underline;
}

.greensmallbold { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #003300;
font-weight: bold;
text-decoration: none;
}

.greensmallboldlink { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #003300;
font-weight: bold;
text-decoration: underline;
}

.newslink { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #009900;
font-weight: bold;
text-decoration: underline;
}

.jobsearchbox { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

.jobsearchboxbold { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}



/* FORM ELEMENTS */

.textfield1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
}

.drpDown
{
font-family: Arial, Verdana, Helvetica;
font-size: 11px;
color: #000000;
}

/* Equivalent styles set up for hrgo elements */
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;

	margin-bottom: 10px;
	width: 125px;
}

.lbl { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}


/* NAV STYLES */

.topnav { 
    line-height: 22px;
	padding: 0px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
	text-decoration: none;
}

a:hover.topnav{ 
	background-color: #FFFFFF;
	display: block;
	padding: 0px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006634;
	font-weight: normal;
	text-decoration: none;
}

.nav_off {

    padding: 4px 5px 4px 5px;	
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;

}

.nav_on {
	padding: 4px 5px 4px 5px;
	background-color:#666666;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	}
	
a:hover.nav_off {
    padding: 4px 5px 4px 5px;	
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;

}	

/*BG IMAGES */

.quotedark_left{
background-image:url(resource/furninture/left_quote_dark.gif);
background-position: top left;
background-repeat: no-repeat;}


.quotedark_right{
background-image:url(resource/furninture/right_quote_dark.gif);
background-position: bottom right;
background-repeat: no-repeat;}


.quotelight_left{
background-image:url(resource/furninture/left_quote_light.gif);
background-position: top left;
background-repeat: no-repeat;}


.quotelight_right{
background-image:url(resource/furninture/right_quote_light.gif);
background-position: bottom right;
background-repeat: no-repeat;}