@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #E7EDE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

body h1, h2, h3, h4, h5, p {
	margin: 0;
}

body a:link, img a:visited, a:hover, a:visited, a:active {
	outline: none;
	border: none;
}

body a:link, a:visited, a:hover, a:visited, a:active {
	outline: none;
	border: none;
	color: #008039;
	text-decoration: underline;
}


body #mainContent h1 {
	font-size: 1.6em;
	color: #00964A;
	background-image: url(images/h1_deco.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	padding-bottom: 4px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

body #mainContent h2 {
	font-size: 1.2em;
	background-image: url(images/h2_deco.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	color: #00964A;
	padding-bottom: 3px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

body #mainContent h3 {
	font-size: 1em;
	color: #00964A;
}






.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 6px solid #FFFFFF;
}


.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 178px;
	margin: 0;
}

.oneColFixCtrHdr #mainContent {
	height:auto;
	background: #FFFFFF;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 16px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00964A;
	border-right-color: #00964A;
	border-bottom-color: #00964A;
	border-left-color: #00964A;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.oneColFixCtrHdr #mainContent p {
	font-size: 0.82em;
	line-height: 1.4em;
	margin-bottom: .9em;
	text-align: justify;
}


.oneColFixCtrHdr #footer {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 40px;
	background-image: url(images/footer_bckgrnd.gif);
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.oneColFixCtrHdr #footer #textnavbar{
	color: #C4C4C4;
	font-size: .8em;
	text-align: center;	
}

.oneColFixCtrHdr #footer #textnavbar a:link {
	color: #C4C4C4;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #textnavbar a:visited {
	color: #C4C4C4;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #textnavbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #textnavbar a:active {
	color: #C4C4C4;
	text-decoration: none;
}


.oneColFixCtrHdr #footer #hwsinfo {
	color: #C4C4C4;
}

.oneColFixCtrHdr #footer #hwsinfo a:link {
	color: #C4C4C4;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #hwsinfo a:visited {
	color: #C4C4C4;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #hwsinfo a:hover {
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer #hwsinfo a:active {
	color: #C4C4C4;
	text-decoration: none;
}




/************** HOME PAGE STYLES*************************/

.oneColFixCtrHdr #mainContent #home_content {
	margin: 0;
	padding: 0;
	height: auto;
	width: 375px;
}


.oneColFixCtrHdr #mainContent #home_pic01 {
	margin: 0;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 15px;
	float:right;
}

.oneColFixCtrHdr #mainContent #join{
	margin: 0;
	float:left;
	width: 366px;
	height: 143px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 20px;
	background-color: #E7EFEF;
}

.oneColFixCtrHdr #mainContent #staff_needs {
	margin: 0;
	float:left;
	width: 345px;
	height: 143px;
	background-color: #E7EFEF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.oneColFixCtrHdr #mainContent p#license_statement {
	margin: 0;
	padding-top: 15px;
	font-size: 0.7em;
	text-align: right;
	clear: both;
	color: #333333;
}

.oneColFixCtrHdr #mainContent h2.block_bckgrnd {
	color: #fff;
	background-color: #00964A;
	font-size: 0.97em;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-position: left center;
}

/**************END HOME PAGE!!!!!  PAGE STYLES*************************/


/************** ABOUT US PAGE STYLES*************************/
.oneColFixCtrHdr #mainContent #about_pic01 {
	margin: 0;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	float:right;
}

/**************END ABOUT US!!!!!  PAGE STYLES*************************/


/************** SERVICES PAGE STYLES*************************/

.oneColFixCtrHdr #mainContent #service_form_container {
	background-color: #E7EFEF;
	width: 550px;
	font-size: 0.97em;
	margin-top: 15px;
	margin-right: 75px;
	margin-bottom: 15px;
	margin-left: 75px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	border: 3px solid #000000;
	text-align: left;
}

.oneColFixCtrHdr #mainContent span#submit_button {
	text-align: right;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.oneColFixCtrHdr #mainContent span#position_instructions {
	font-size: 0.9em;
	line-height: 1em;	
}

.oneColFixCtrHdr #mainContent #services_pic{
	float:left;
	border: 3px solid #000000;
	padding: 0px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.oneColFixCtrHdr #mainContent #service_text{
	height: 200px;
}
/**************END SERVICES!!!!! PAGE STYLES*************************/


/************** CONTACT PAGE STYLES*************************/
.oneColFixCtrHdr #mainContent #logo_contactpg {
	margin: 0;
	padding-top:0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 10px;
	float:left;
}

.oneColFixCtrHdr #mainContent p#contact_info {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.oneColFixCtrHdr #mainContent #contact_container {
	height: 300px;
	padding: 25px;
}

.oneColFixCtrHdr #mainContent h3#plain{
	font-size: 1.4em;
	padding-bottom: 5px;
	text-align: left;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}



/**************EMPLOYMENT OPOORTUNITIES !!!!!  PAGE STYLES*************************/


.oneColFixCtrHdr #mainContent #employment_pic {
	padding:0;
	float:right;
	border: 3px solid #000000;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.oneColFixCtrHdr #mainContent #employment_form_container {
	background-color: #E7EFEF;
	width: 550px;
	font-size: 0.97em;
	margin-top: 15px;
	margin-right: 75px;
	margin-bottom: 15px;
	margin-left: 75px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	border: 3px solid #000000;
	text-align: left;
}

.oneColFixCtrHdr #mainContent ul{
	font-size: .9em;
	list-style-type: square;
}


/************** LOG IN PAGE STYLES*************************/
 
.oneColFixCtrHdr #mainContent #log_in_container {

height: 305px;


}

/**************LOG IN PAGE!!!!!  PAGE STYLES*************************/


/************** FORMS PAGE STYLES*************************/
 
.oneColFixCtrHdr #mainContent h2.form_h2 {
	font-size: 1.1em;
	border: 1px solid #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: none;
	font-weight: normal;
}

/**************FORMS PAGE!!!!!  PAGE STYLES*************************/

