@charset "UTF-8";
/* CSS Document */

html, body {
	background-color: #FFFFFF;
	margin:0;
	width:100%;
	height:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font:12px Arial, Helvetica, sans-serif;
}
* html #pageWrap {
	height: 100%; /* Fix for Internet Explorer */
}
img {
	border:none;
}
#pageWrap {
	width:100%;
	/*min-height:100%;
	height:auto;*/
	/*border:3px solid red;*/
	position:relative;
	float:left;
}
#headerWrap {
	height:107px;
	width:100%;
	background-image:url(../images/headerBg.jpg);
	background-repeat:repeat-x;
	border-bottom:2px solid #000000;
	position:relative;
}
#header {
	width:874px;
	margin:0px auto;
	height:107px;
	position:relative;
}
#footer {
	background-color:#588655;
	height:60px;
	width:100%;
	border-top:2px solid #000000;
	padding:20px 0px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	clear:both;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#wrapper {
	width:874px;
	/*height:593px;*/
	background-image:url(../images/contentBg.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
	/*border:1px solid;*/
}
#leftNav {
	float:left;
	width:217px;
	height:500px;
	background-image:url(../images/navBg.jpg);
	background-repeat:repeat-x;
	/*height:100%;*/
	/*border:1px solid;*/
}
#leftNav ul{
	margin-top:5px;
	padding-left:20px;
	margin-right:20px;
	margin-left:0px;
}
#leftNav ul li{
	color:#797979;
	font-size:14px;
	font-weight:bold;
	list-style-image:url(../images/nav/arrow.png);
	list-style-position:inside;
	border-bottom:1px solid #f1f1f1;
	padding:19px 0px;
	
}
#leftNav ul li a{
	/*color:#797979;*/
	color:#000000;
	text-decoration:none;
}
#leftNav ul li a:hover{
	/*color:#000000;*/
	color:#588655;
	text-decoration:none;
}
.padding10px {
	padding: 10px;
}
h1 {
	font-size:16px;
	font-weight:bold;
	/*color:#797979;*/
	color:#000000;
	/*border-bottom:1px solid #c9c9c9;*/
}
#homeText {
	padding:0px 20px 0px 230px;
	line-height:18px;
}
#phoneNo {
	position:absolute;
	bottom:4px;
	right:0px;
	color:#909090;
	font-size:20px;
	font-weight:bold;
}
#clearNav  {
	clear:both;
}
label {
	display:block;
	float:left;
	width:150px;
}
.textInput {
	width:200px;
}
.inputWrap {
	padding:0px 0px 20px 0px;
}
#formWrap {
	margin-left:125px;
	width:360px;
}
.submitWrap {
	text-align:right;
}
.largeText {
	padding:10px;
	font-size:14px;
	font-weight:bold;
}

#ibox_wrapper {
	background-color:#333333;
}

#ibox_wrapper a{
	background-color:#333333;
}

#ibox_wrapper a:link, #ibox_wrapper a:visited{
	color:#ffffff;
}

#ibox_wrapper a:hover{
	color:#CCCCCC;
}