.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;

}
.bg1 {
	background-image: url(images/home/index_r1_c1.jpg);
	background-repeat: repeat-x;
}
.bgLeft {
	background-image: url(images/home/index_left1b.jpg);
	background-repeat: no-repeat;
}
.bgRight {
	background-image: url(images/home/index_right1.jpg);
	background-repeat: repeat-y;
}
.bgBottom {
	background-image: url(images/home/index_r10_c2.jpg);
	background-repeat: repeat-y;
}
.bodyDarkGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 47561A;
	line-height: 15px;

}
.box1 {
	background-image: url(images/home/welcomebox1.jpg);
	background-repeat: no-repeat;
}
.bgWoman {
	background-image: url(images/home/womansiluette.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box2 {
	background-image: url(images/home/welcomeboxtiler2.jpg);
	background-repeat: no-repeat;

}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 78971D;
	background-color: F7FAE8;
	border: 1px solid #000000;
	font-weight: bold;

}
.box2b {

	background-image: url(images/home/contactbox1bc.jpg);
	background-repeat: no-repeat;
}
.headerGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 68851C;
	line-height: 15px;
	font-weight: bold;

}

fieldset,img,a img,:link img,:visited img {border:0;}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:10px; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#F7FAE8 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000000;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size: 10px;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }


/* ------------------------ submit button form elements ------------------------ */



input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("images/home/sendForm.jpg");
	width:77px;
	height:24px;
	border:none;
	cursor:pointer;
	}
