/* ------ START: Global Reset ------ */
* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0px;
}
li, dd, blockquote {
	margin-left: 5%;
}
fieldset {
	padding: .5em; 
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin-bottom: 1em;
}
/* ------ END: Global Reset ------ */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/body_repeater.gif);
	background-repeat: repeat-x;
	background-position: center top;	
}

/* links */
a {
    outline: none;
}

A:link    { text-decoration:underline; color: #8CBE11; }
A:visited { text-decoration:underline; color: #8CBE11; }
A:active  { text-decoration:underline; color: #8CBE11; }
A:hover   { text-decoration:underline; color: #009CC3; }
A:focus   { text-decoration:underline; color: #8CBE11; }
/* links */

/* start div tag declarations */
 
.checkbox {
	border: 0px;
}

.clear {
	clear: both;
}


h1 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
	color: #009cc4;	
	margin-bottom: 1.5em;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #8FBF15;	
	margin-bottom: 1.0em;
	margin-top: 1.5em;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 1em;
}

#header {
	width: 960px;
	height: 86px;
	background-image: url(../images/header_bottom.gif);
	background-repeat: repeat-x;
	background-position: center bottom;	
} 

#footer {
	width: 100%;
	clear: both;
	font-size: 0.85em;
	color: #F98D45;
	text-align: center;
	background-image: url(../images/header_bottom.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
}

#footercontent {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	padding-top: 1.0em;
	margin-bottom: 0;
}

#footer a, #footer a:hover {
	color: #F98D45;
	text-decoration: none;
}

.form_btn {
	clear: both;
	text-align: right;
}

.form_error {
	color: #E13930;
	text-align: center;
	padding: 3px;
}

#form_reg {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 10px;
}

.form_fields {
	clear: both;
}

.form_fields label {
	display: inline-block;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

.form_input {
	width: 260px;
	border: 1px solid #CCCCCC;
	
}

* * body .form_input {
	width: 257px;
}

.form_textarea {
	width: 260px;
	height: 10em;
	border: 1px solid #CCCCCC;
}

.form_required {
	color: #E13930;
	font-weight: bold;
}

#leftcolumn {
	float: left;
	width: 290px;
	margin-top: 30px;
	background-image: url(../images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 37px;
	padding-bottom: 20px;
	
}

#mainbody {
	padding: 0 7px 0 25px;
}

#mainbody p {
	line-height: 1.5em;
	text-align: justify;
}

#mainbody li {
	list-style-image: url(../images/hand_print.gif);
	margin-top: 5px;
	list-style-type: none;
	margin-left: 50px;

}

#menu {
	position: relative;
	width: 290px;
	height: 447px;
	background-image: url(../images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu a {
	display: block;
	width: 290px;
	height: 38px;
	background: url("../images/menu.jpg") no-repeat;
	text-indent: -3000px;
}

a#menu_1 { background-position: 0px 0px; }
a#menu_1:hover, #menu #menu_1.menu_current { background-position: -290px 0px; }

a#menu_2 { background-position: 0px -38px; }
a#menu_2:hover, #menu #menu_2.menu_current { background-position: -290px -38px; }

a#menu_3 { background-position: 0px -76px; }
a#menu_3:hover, #menu #menu_3.menu_current { background-position: -290px -76px; }

a#menu_4 { background-position: 0px -114px; }
a#menu_4:hover, #menu #menu_4.menu_current { background-position: -290px -114px; }

a#menu_5 { background-position: 0px -152px; }
a#menu_5:hover, #menu #menu_5.menu_current { background-position: -290px -152px; }

a#menu_6 { background-position: 0px -190px; }
a#menu_6:hover, #menu #menu_6.menu_current { background-position: -290px -190px; }

a#menu_7 { background-position: 0px -228px; }
a#menu_7:hover, #menu #menu_7.menu_current { background-position: -290px -228px; }

a#menu_8 { background-position: 0px -266px; }
a#menu_8:hover, #menu #menu_8.menu_current { background-position: -290px -266px; }

a#menu_9 { background-position: 0px -304px; }
a#menu_9:hover, #menu #menu_9.menu_current { background-position: -290px -304px; }

.photoleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.photoright {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

.photohome {
	margin-bottom: 2.0em;
}


#rightcolumn {
	width: 670px;
	float: left;
	margin-top: 40px;
	padding-bottom: 20px;
}

.testimonial {
	margin: 25px 20px;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	background-color: #FFFFFF;
}