/* CSS Document */

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align : justify;

}

.bg_leftside {
	background-image: url(../images/bgside_lf.jpg);
	background-repeat: repeat-y;
	width: 23px;
}

.bg_rightside {
	background-image: url(../images/bgside_rt.jpg);
	background-repeat: repeat-y;
	width: 23px;
}

.bg_content {
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	width: 330px;
	background-position: bottom;
	text-align : justify;
}

.bg_footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 132px;
}

.bg_services {
	background-image: url(../images/service.jpg);
	background-repeat: no-repeat;
	height: 528px;
	background-position: right bottom;
}

.thumbnail_image {
	padding: 12px 12px 12px 4px;
}

.thumbnail_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	font-weight:bold;
	padding: 18px 0px 0px 0px;
}

.thumbnail_header a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	font-weight:bold;
	padding: 18px 0px 0px 0px;
	text-decoration:underline
}

.thumbnail_header a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	font-weight:bold;
	padding: 18px 0px 0px 0px;
	text-decoration:none
}

.thumbnail_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f8f8f;
	padding: 5px 0px 0px 0px;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767676;
	padding: 65px 0px 0px 0px;
}

.header_12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight:bold;
}

.header_11pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
}
	
#dropmenudiv{
position:absolute;
line-height:20px;
z-index:100;
width:159px;
}

.btnsubmit { 
border: 0px; 
background: url(../images/submit_btn.gif);
background-repeat: no-repeat; 
margin: 0px;
height: 20px;
width: 61px;
cursor: pointer; 
}

.btnreset { 
border: 0px; 
background: url(../images/reset_btn.gif);
background-repeat: no-repeat; 
margin: 0px;
height: 20px;
width: 56px;
cursor: pointer; 
}

.contact_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px 0px 2px 2px; 
}

.thumbnail_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f8f8f;
	text-decoration:underline
	
}

.thumbnail_text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f8f8f;
	text-decoration:none
	
}


.text_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	border: solid 1px;
	border-color: #999;
	width: 200px;
}

.joblisting_box {
	height: 20px;
	padding: 6px 5px 0px 5px;
}

.joblink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}

.joblink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-decoration:underline;
}

.jobfield {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	border: solid 1px;
	border-color: #999;
	width:200px;
}

