html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/homepage01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #767676;
}

h1 {
	letter-spacing:-1px;
	font-size: 20px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 150%;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(../images/homepage09.gif) no-repeat left center;
}

strong {
	font-weight:bold;
}

a {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.hr1 {
	height: 20px;
	background: url(../images/homepage10.gif) repeat-x left top;
}

.alt { 
	color: #558F00;
	font-size:180%;
	line-height:normal;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
	font-style: italic;
	font-weight: normal;
	text-align: center;
	padding:10px;
}

/** HEADER */

#header {
	width: 728px;
	height: 156px;
}

/** MENU */

#menu {
	width: 728px;
	height: 60px;
	background: url(../images/homepage03.jpg) repeat-x left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	width: 102px;
	height: 59px;
	padding: 0px 1px 1px 1px;
	background: url(../images/homepage04.jpg) no-repeat left top;
}

#menu a {
	display: block;
	width: 102px;
	height: 36px;
	padding: 23px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	color: #FBFBFB;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

#menu .active a {
	background: url(../images/homepage05.jpg) repeat-x left top;
}

/** PAGE */

#page {
	width: 688px;
	padding: 0px 20px;
	background: #FFFFFF url(../images/homepage08.gif) repeat-y 250px 0px;
}

.wide #page {
	background: #FFFFFF;
}

/** CONTENT */

#content {
	width: 420px;
}

.wide #content {
	width: auto;
}

.two-columns {
	background: url(../images/homepage08.gif) repeat-y 160px 0px;
}


.two-columns .column1 {
	width: 140px;
}

.two-columns .column2 {
	width: 225px;
}

/** SIDEBAR */

#sidebar {
	width: 200px;
}

/** FOOTER */

#footer {
	padding: 60px 0px;
	background: url(../images/homepage11.jpg) repeat-x left top;
}

#footer .wrapper {
	width: 728px;
}

#footer p {
	margin: 0px;
	padding: 0px 20px;
	line-height: normal;
	text-align: left;
}

#footer .links {
	padding-left: 10px;
}

#footer .links a {
	padding: 0px 10px;
}

/** BOX1 */

#box1 {
	width: 728px;
	margin: 0px auto;
}


/** HEADER */

#header {
	margin: 0px auto;
}


/** MENU */

#menu {
	margin: 0px auto;
}

/** PAGE */

#page {
	margin: 0px auto;
}

/** CONTENT */

#content {
	float: right;
}

.wide #content {
	float: none;
}

.two-columns .column1 {
	float: left;
}

.two-columns .column2 {
	float: right;
}

/** SIDEBAR */

#sidebar {
	float: left;
}

/** FOOTER */

#footer .wrapper {
	margin: 0px auto;
}

#footer .links {
	float: left;
}

#footer .links a {
}

#footer .legal {
	float: right;
}

/** FORMS */

form .row{
	clear:both;
	margin:10px;
}
form .row label, form .checkboxRow .label{
	font-weight:bold;	
	margin-top:10px;
	display:block;
	float:left;
	width:160px;
	text-align:right;	
}
#contactForm .row label, #contactForm .checkboxRow .label{
	width:100px;
}
#contactForm .row input.submit{
	margin-left:110px;
}

form .checkboxRow{
	margin-top:20px;
}

form .checkboxRow .label{
	font-weight:bold;
	margin-top:10px;
	display:block;
}

form .row input,form .row select{
	float:left;
	padding:4px 2px;
	width:200px;
	margin:5px 0 2px 10px;
}
form .row textarea{
	margin:5px 0 2px 10px;
}

.checkboxRow .option{
	margin:5px;
	float:left;
}
form .checkboxRow input{
	display:inline;
	width:auto;
}
form .checkboxRow label{
	margin:5px;
	display:inline;
	width:auto;
}
.row.submit input {
	width:auto;
	margin:10px;
}

.innerSection{
	margin-left:50px;
	clear:both;
}

form h2, form h3{
	clear:both;
}

form .row label.error{
	color:red;
	margin:10px;
	font-weight:normal;
	float:left;
	text-align:left;
	width:auto;
}

#contactForm .row label.error{
	width:auto;
}

input.error, textarea.error, select.error{
	border:1px dotted red;
}

