/* Business IT Services, inc. CSS | 05.20.08 */



/* HTML classes 

----------------------------------------------------------*/



body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;


	font-family: Tahoma,Verdana,Arial,Helvetica,sans;
	background-size: 100%;
	background-image: url(../site_images/site/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
}



a {

	text-decoration: none;

	border: 0px;

}



a:link {

	text-decoration: none;

	border: 0px;

}



a:visited {

	text-decoration: none;

	border: 0px;

}



a:hover {

	text-decoration: none;

	border: 0px;

}



a:active {

	text-decoration: none;

	border: 0px;

}



a img {

	border: 0px;

}







/* FORM

--------------------------------------------------------- */





.textfield_effect {

	border: 1px solid #d3d0ad;

	background: #fdf9cf;

	font-size: 12px;

	color: #474747;

	height: 18px;

	width: 160px;

}



.textfield_effect:hover {

	border: 1px solid #d3d0ad;

}



.textfield_effect:focus {

	border: 1px solid #d3d0ad;

}





.textarea_effect {

	border: 1px solid #d3d0ad;

	background: #fdf9cf;

	font-size: 12px;

	color: #474747;

	height: 75px;

	width: 353px;

}



.textarea_effect:hover {

	border: 1px solid #d3d0ad;

}



.textarea_effect:focus {

	border: 1px solid #d3d0ad;

}





label {

	font-size: 11px;

}







/* Custom classes 

----------------------------------------------------------------*/



/* site */



.grey_bg {

	background-color: #c2c2c2;

}



.white_bg {

	background-color: #ffffff;

}







/* Homepage */



.information_area_bg {

	background-image:url('../site_images/home/bg_1.gif');



}



.information_area_box_top_cell {

	color: #01305c;

	font-family: sans,Garamond,Arial,Helvetica;

	font-size: 20px;

	border-bottom: 2px #c5c5c5 solid;



}



.information_area_box_sub_title {

	color: #01305c;

	font-family: sans,Garamond,Arial,Helvetica;

	font-size: 20px;

}



.information_area_box_text {
	font-size: 12px;
}

.header_area_box_text {
	font-size: 10px;
}

.footer_area_box_text {
	font-size: 10px;
	font-style: italic;
	font-family: century;
	color: #ffffff;
	background-image:url('../site_images/site/footer.gif');
}


.dropdown_text {
	color: #474747;
	font-size: 12px;
}
.dropdown_text a:link {
	color: #474747;
	text-decoration: none;
}

.dropdown_text a:visited {
	color: #474747;
	text-decoration: none;
}

.dropdown_text a:hover {
	color: #ffffff;
	text-decoration: none;
}

.dropdown_text a:active {
	color: #474747;
	text-decoration: none;
}