/* Business IT Services, inc. CSS | 05.20.08 */

/* HTML classes 
----------------------------------------------------------*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #02245c;
	background-image:url('../site_images/site/bkgd.jpg');
	font-family: Tahoma,Verdana,Arial,Helvetica,sans;
}




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;
}

#content div.hr {
width: 100%;
height: 1px;
border: 0;
background-color: red;
margin-top: 0px;
margin-bottom: 0px;
}

/* FORM
--------------------------------------------------------- */


.textfield_effect {
	border: 1px solid #d3d0ad;
	background: #fdf9cf;
	font-size: 12px;
	color: #474747;
	height: 14px;
	width: 160px;
}

.textfield_effect:hover {
	border: 1px solid #d3d0ad;
}

.textfield_effect:focus {
	border: 1px solid #d3d0ad;
}


.textfield_effect_a {
	border: 1px solid #d3d0ad;
	background: #fdf9cf;
	font-size: 12px;
	color: #474747;
	height: 14px;
	width: 120px;
}

.textfield_effect_a:hover {
	border: 1px solid #d3d0ad;
}

.textfield_effect_a: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;
	border-top: 1px #a1a3a2 solid;
}

.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;
}

.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;
}

.pr_text {
	color: #181797;
	font-size: 12px;
}
.pr_text a:link {
	color: #181797;
	text-decoration: none;
}

.pr_text a:visited {
	color: #181797;
	text-decoration: none;
}

.pr_text a:hover {
	color: #181797;
	text-decoration: none;
}

.pr_text a:active {
	color: #181797;
	text-decoration: none;
}