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

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

body {
	margin: 0;
	padding: 0;
	background: #f0f7e4;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-size: 6pt;
	margin: 0;
	padding: 0;
}


a {
	color: #000000;
	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;
}




ul.b1 {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

ul.b1 li {
	background: url('../images/site/bullet.jpg') left center no-repeat;
	padding-left: 15px;
	list-style-type: none;
	margin-bottom: 12px;
	}




/* 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_b {
	border: 1px solid #d3d0ad;
	background: #fdf9cf;
	font-size: 12px;
	color: #474747;
	height: 19px;
	width: 223px;
}

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

.textfield_effect_b: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: 150px;
	width: 353px;
}

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

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


label {
	font-size: 11px;
}






/* SITE classes  
----------------------------------------------------------*/

.mainTable1 {
	background-image:url('../images/site/bg_1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}


.mainTable2 {
	background-image:url('../images/site/bg_2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}


.mainTable3 {
	background-image:url('../images/site/bg_3.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}


.mainTable4 {
	background-image:url('../images/site/bg_4.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}


.mainTable5 {
	background-image:url('../images/site/bg_5.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}


.mainTable6 {
	background-image:url('../images/site/bg_6.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}


.menuBar {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: bold;
}
.menuBar:hover {
	border-bottom: 4px solid #009e84;
	line-height: .8em
}


.siteBullets {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #009e84;
	font-style: bold;
}