body,div,dl,dt,dd,ul, ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	text-decoration: none;
	color: #96bf14;
	padding-bottom: 2px;
}

h1{
	font-size: 22px;
	line-height: 1em;
}

h1.first{
	padding-top: 0;
}

h2{
	font-size: 15px;
	line-height: 1em;
}

h3{
	font-size: 14px;
	line-height: 1em;
}

abbr,acronym { 
	border:0;
}

strong{
	font-weight: bold;
}

table{
	width: 602px;
}

table td{
	padding: 3px 5px;
	text-align: center;
	border-right: 1px solid #fff;
}

table thead td{
	background: #96bf14;
	font-weight: bold;
	color: #fff;
}

table tr.odd td{
	background: #f3f4f4;
}

body {
	background: #eaebed url(images/bg.jpg) repeat-x;
	color: #737a7e; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px; 
	line-height: 1.3em;
}

.floatLeft{
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight{
	float: right;
	margin: 0 0 5px 10px;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.clear{
	clear: both;
}

.green{	
	color: #96bf14;
}

ul{
	padding: 0 0 1.3em 30px;
	font-size: 14px;
	text-align:left
}

ul li{
	padding-bottom: 2px;
	color: #96bf14;
	text-align:left
}

ul li span{
	color: #737a7e;
	text-align:left
}

p{
	padding: 0 0 1em 0;
	line-height: 1.5em;
	font-size: 14px;
}

a{
	color: #96bf14;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 860px;
	background: #fff;
}

#header{
	position: absolute;
	top: 0;
	right: 0;
	width: 633px;
}

#logo{
	position: relative;
	width: 464px;
	height: 77px;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	font-size: 48px;
	line-height: 1em;
	margin: 26px auto 28px auto;
}

#logo i{
	line-height: 1em;
	display: block;
	margin-top: 5px;
	color: #96bf14;
	font-size: 18px;
	font-style: normal;
}

#logo a{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/logo.png) no-repeat;
}

#flashArea{
	width: 424px;
	height: 204px;
	background: #f3f4f4;
}

#topArea{
	width: 203px;
	height: 204px;
	padding-left: 430px;
	background: #f3f4f4 url(images/home-top.jpg) no-repeat;
	position: absolute;
	top: 133px;
}

#topArea h2{
	padding: 10px 10px 0 10px;
	color: #666;
	font-size: 18px;
}

#content{
	position: relative;
	overflow: hidden;
}

#leftColumn{
	width: 226px;
	float: left;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
	border-right: 1px solid #eee;
}

#phone{
	height: 86px;
	padding-top: 47px;
	text-align: center;
	color: #96bf14;
	font-size: 22px;
	text-transform: uppercase;
}

#phone small{
	padding: 5px 0;
	display: block;
	font-size: 14px;
	color: #737a7e;
}

#mainMenu, #subMenu{
	list-style-type: none;
	padding: 0 13px 10px 13px;
}

#mainMenu li{
	padding-bottom: 3px;
}

#mainMenu li a{
	display: block;
	height: 28px;
	overflow: hidden;
	padding-left: 38px;
	line-height: 28px;
	border: solid #e9eced;
	border-width: 1px 0;
	font-size: 12px;
	background: #f7f8f9 url(images/menu-bg.png) no-repeat 16px 0;	
}

#mainMenu li a:hover, #sideMenu li a.selected{
	color: #fff;
	border-color: #96bf14;
	text-decoration: none;
	background-color: #96bf14;
	background-position: 16px -28px;
}


#subMenu li{
	padding-bottom: 3px;
}

#subMenu li a{
	display: block;
	height: 20px;
	overflow: hidden;
	padding-left: 40px;
	line-height: 20px;
	color: #999;	
	background: #fff url(images/submenu-bg.png) no-repeat 25px 0;	
}

#subMenu li a:hover, #subMenu li a.selected{
	color: #666;
	text-decoration: none;
	background-color: #f3ffce;
	background-position: 25px -21px;
}

#rightColumn{
	width: 603px;
	padding: 352px 15px 10px 15px;
	float: right;
}

/* Footer */
#footer{
	border-top: 1px solid #eee;
	padding: 10px;
	position: relative;
	background: #fff;
	overflow: hidden;
	height: auto !important;
	height: 1%;
}

#footerLeft{
	width: 45%;
	float: left;
}

#footerRight{
	width: 45%;
	text-align: right;
	float: right;
}

/* Contact Form */
#contactForm{
	width: 160px;
	padding: 10px;
}

#contactForm .element{
	padding: 0 0 5px 0;
}

#contactForm .element .field{
	text-align: left;
}

#contactForm .element .field input, #contactForm .element .field textarea{
	background: #fff;
	border-top: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	width: 160px;
}

#contactForm .element .field textarea{
	height: 50px;
}

#contactForm .element .field input{
	height: 18px;
	line-height: 18px;
}

#contactForm .button{
	width: 48px;
	border: 0;
	float: right;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: normal;
	background: #96bf14 url(images/button-bg.png) no-repeat;
	height: 17px;
	font-weight: bold;
}

