/*
      Created by Zolli, Inc. (www.zolli-inc.com)

	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}
#wrapper {
	width: 910px;
	background-image: url(wrapper_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 31px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #d7dbd6;
}

#faux {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url(faux-4-2-col.gif);
	background-position: center;
}

#header {
	color: #333;
	width: 900px;
	height: 157px;
	background-color: #d7dbd6;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 5px;
}
#header h1 {
	left: -5000px;
	position: absolute;
}

#leftcolumn {
	color: #0F6B08;
	width: 525px;
	float: left;
	margin-left: 5px;
	padding-left: 25px;
	background-color: #FFFFFF;
	height: 750px;
}

#leftcolumn h1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 2.3em;
	padding-right: 25px;
	margin-top: 12px;
}

#leftcolumn ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#leftcolumn li {
	color: #5f5f5f;
	font-family: Tahoma;
	font-size: 1.8em;
	line-height: 2em;
	font-weight: bold;
	padding-left: 28px;
}

#leftcolumn p {
	font-family: Tahoma;
	font-size: 1.8em;
	color: #5F5F5F;
	line-height: 1.6em;
	margin-top: 21px;
	margin-left: 5px;
	padding-right: 25px;
	font-weight: bold;
	margin-bottom: 21px;
}

#rightcolumn {
	float: right;
	color: #333;
	background: #FFFFFF;
	width: 350px;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 750px;
}

#rightcolumn p {
	font-family: Tahoma;
	font-size: 1.8em;
	color: #5F5F5F;
	line-height: 1.6em;
	margin-top: 12px;
	margin-left: 5px;
	padding-right: 25px;
	font-weight: bold;
}

#forms {
	width: 268px;
	background-image: url(form_bg.gif);
	padding: 20px;	
}

label {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 1.8em;
	color: #59370f;
}

.formbg {
	background-image: url(forminput_bg.gif);
}

input {
	margin: 0 0 5px 0;
	padding: 5px;
	border: solid 1px #bfbebe;
}

input.noborder {
 border: 0;
}

#footer {
	clear: both;
	background-color: #FFFFFF;
	width: 900px;
	height: 33px;
	margin: 0 auto 0 auto;
	padding-bottom: 5px;
}

#footer p {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 1.2em;
	padding-top: 21px;
	color: #5F5F5F;
	text-align: center;
}

#footerimage {
	margin: 0 auto 0 auto;
	height: 33px;
	width: 910px;
}

#footer p a {
	color: #015a09;
}
.clear { clear: both; background: none; }

.arrow {
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
