@charset "utf-8";
/* CSS Document */

body{
	padding:23px 0 0 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
div, p, h1, h2, h3, p, ul{
	margin:0;
	padding:0;
	}
	
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	}
	
/*=============== main div start ==================*/
#mainDiv{
	width:850px;
	margin:0 auto;
	}
	
/*===========================
	[ header part start ]
==============================*/

#header{
	height:190px;
	border-bottom:#d2e5f6 1px solid;
	}
	
/*===========================
	[ Business part start ]
==============================*/

#green{
	background:url(../images/green_bg.gif) no-repeat 0 0;
	height:60px;
	padding:6px 0 0 186px;
	}
	
#green h2{
	background:url(../images/business.gif) no-repeat 0 0;
	height:56px;
	text-indent:-22222px;
	}
	
/*===========================
	[ Body part start ]
==============================*/

#body{
	background:url(../images/body_bg.gif) repeat-y 0 0;
	}
	
#bodyTop{
	background:url(../images/body_top.gif) no-repeat left top;
	width:812px;
	padding:22px 19px 95px;
	}
		
#bodyBot{
	background:url(../images/body_bot.gif) no-repeat left bottom;
	}
	
/*-------------left part start----------*/
#leftHome{
	width:649px;
	float:left;
	}
#left{
	width:800px;
	float:left;
	}
	
#left h2, #leftHome h2{
	font:bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#0103c8;
	background-color:inherit;
	margin:0 0 21px 0;
	}
	
#left h1, #leftHome h1{
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	background-color:inherit;
	margin:0 0 21px 0;
	}
	
#left h2.font13, #leftHome h2.font13{
	font-size:13px;
	}
	
.redColor{
	color:#f60305 !important;
	background-color:inherit;	
	}
	
#leftHome p{
	font-size:13px;
	line-height:18px;
	margin-bottom:17px;
	float:left;
	width:533px;
	color:#333;
	background-color:inherit;
	}
#left p{
	font-size:13px;
	line-height:18px;
	margin-bottom:17px;
	float:left;
	width:800px;
	color:#333;
	background-color:inherit;
	}

#left a:link, #leftHome a:link { text-decoration:none; color: #F00; font-weight:bold; }
#left a:active, #leftHome a:active { text-decoration:none; color:#F00; font-weight:bold; }
#left a:visited, #leftHome a:visited { text-decoration:none; color:#F00; font-weight:bold; }
#left a:hover, #leftHome a:hover { text-decoration:underline; color:#0103c8; font-weight:bold; }

.bodyImg{
	float:right;
	width:auto;
	}
	
.redBodyText{
	color:#f60305 !important;
	background-color:inherit;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	}
	
/*-------------right part start----------*/
#right{
	width:140px;
	float:right;
	padding:60px 0 0 0;
	background:url(../images/locally_owned.png) no-repeat;
	}
#right p {
	font:bold 11px Verdana, Geneva, sans-serif;
	color:#F00;
	text-align:left;
	padding-bottom:15px;
}
#right ul.link{
	list-style-type:none;
	line-height:0;
	font-size:0;
	}
	
#right ul.link li{
	display:block;
	margin:0 0 14px 0;
	}
	
#right ul.link li a{
	color:#006600;
	background-color:inherit;
	text-decoration:none;
	font:normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	}
	
#right ul.link li a:hover{
	color:#333;
	background-color:inherit;
	}
	
/*===========================
	[ green  part start ]
==============================*/
#greenLink{
	background:url(../images/greenLink.gif) no-repeat 0 0;
	height:50px;
	}
	
#greenLink ul{
	height:50px;
	list-style-type:none;
	}
	
#greenLink ul li{
	float:left;
	height:50px;
	background:url(../images/green_link_arrow.gif) no-repeat right center;
	padding:0 18px;
	width:auto;
	}
	
#greenLink ul li.nobor{
	background-image:none;
	}
	
#greenLink ul li a{
	font:normal 14px/50px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
	background-color:inherit;
	}
	
#greenLink ul li a:hover{
	color:#d1ff70;
	background-color:inherit;
	}

/*===========================
	[ green  part start ]
==============================*/

#footer{
	padding:8px 0 0 0;
	}
	
#footer p{
	text-align:center;
	font-size:10px;
	line-height:16px;
	color:#676767;
	background-color:inherit;
	}	
	
#footer ul{
	height:20px;
	list-style-type:none;
	padding:0 0 0 238px;
	margin:0 0 10px 0;
	}
	
#footer ul li{
	height:20px;
	float:left;
	width:auto;
	font-size:11px;
	line-height:20px;
	padding:0 4px;
	}
	
#footer ul li a{
	color:#676767;
	background-color:inherit;
	text-decoration:none;
	}
	
#footer ul li a:hover{
	color:#598500;
	background-color:inherit;
	}
	
/* -------------- Form Styles --------------- */

.formLabels {
	font-size: 12px;
	font-weight: bold;
}
.formFields {
	width:98%;
	font-size:12px;
	color:#090;
}