body,div,dl,dt,dd,ul,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;
}

abbr,acronym { 
	border:0;
}

body {
	background: #fff;
	color: #000; 
	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;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.clear{
	clear: both;
}

.relative{
	position: relative;
}

p{
	padding: 0 0 1em 0;
	line-height: 1.5em;
}

strong{
	font-weight: bold;
}

em strong{
	font-weight: normal;
	font-style: italic;
}

a{
	color: #abcf49;
	text-decoration: none;
}

.border{
	border: 5px solid #fff;
}

#title{
	text-indent: -9999px;
	height: 154px;
	width: 200px;
	position: relative;
	left: 25px;	
	z-index: 10;
}

a:hover{
	text-decoration: underline;
}

#container{
	margin: 65px auto 0 auto;
	position: relative;
	width: 753px;
	background: url(images/main-background.png) repeat-y;
}

#header{
	position: absolute;
	top: 9px;
	left: 0;
	z-index: 1000;
	width: 100%;
}

#headerHolder{
	margin: 0 auto;
	width: 753px;
	height: 57px;
	position: relative;	
	background: url(images/header.png) no-repeat 0 0;
}

h1, h2, h3{
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
	color: #91a5a5;
	font-size: 20px;
	padding-bottom: 10px;
}

h2{
	font-size: 14px;
	color: #91a5a5;
}

#content{
	color: #555;
	width: 751px;
	border: 1px solid #eee;
	font-size: 12px;
	line-height: 1.3em;
	z-index: 1000;
	margin: 0 auto;
	overflow: hidden;
	background: #91a5a5 ;
	height: 1%;
	position: relative;
}

* > #content{
	height: auto;
}

#leftColumn{
	float: left;
	width: 170px;
	position: relative;
	border-right: 1px solid #eee;
	padding: 113px 0 55px 0;
	margin-right: -1px;
	background: url(images/logo.png) no-repeat 0 0;
}

#leftColumn a{
	display: block;
	color: #8fb303;
	height: 40px;
	line-height: 40px;
	padding-left: 45px;
	position: relative;
	background: #fff url(images/menu.png) no-repeat -100px center;
}

#leftColumn a:hover{
	color: #415200;
	text-decoration: none;
	background-position: 0 center;
}

#leftColumn a.selected{
	background-position: 0 center;
}

#rightColumn{
	border-left: 1px solid #eee;
	float: right;
	width: 580px;
	height: 530px;
	min-height: 530px;
	background: #fff;
	padding-bottom: 5px;
}

* > #rightColumn{
	height: auto;
}

#rightColumn ul{
	padding-left: 25px;
	padding-bottom: 1em;
}

#rightColumn ul li{
	padding: 4px 0;
}

.before{
	float: left;
	width: 48%;
	clear: both;
	text-align: right;
}

.after{
	float: right;
	width: 48%;
	margin-bottom: 15px;
}

#home .pad{
	padding: 15px 15px 5px 15px;
}

.pad{
	padding: 35px 15px 5px 15px;
}

ul#innerMenu{
	position: absolute;
	top: 237px;
	right: -1px;
	z-index: 1000;
	width: 580px;
	color: #cbd8d6;
	text-align: center;
	height: 24px;
	padding: 0;
	background: #91a5a5;
}

* > ul#innerMenu{
	right: 0;
}

ul#innerMenu li{
	display: inline;
	line-height: 25px;
	padding: 0;
	font-size: 12px;
}

#innerMenu li a{
	color: #fff;
}

#innerMenu li a:hover{
	color: #e4e76c;
	text-decoration: none;
}

.before img, .after img{
	border: 1px solid #39454d;
}

#contactForm{
	width: 240px;
	float: left;
	margin: 20px 0 20px 15px;
}

#contactForm .element{
	margin-bottom: 10px;
	height: 20px;
	clear: both;
}

#contactForm .element .field{
	float:left;
	width: 240px;
	text-align: left;
}

#contactForm .element .field input, #contactForm .element .field textarea{
	background: #fff;
	border: 1px solid #8fb303;
	color: #666;
	width: 200px;
	padding: 2px;
}

#contactForm .element .field .button{
	width: 80px;
	cursor: pointer;
}


#bottomRight{
	height: 8px;
	width: 8px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: 1000;
	font-size: 0;
	background: url(images/right-corner.png);
}

* > #bottomRight{
	right: 0;
	bottom: 0;
}

#bottomLeft{
	height: 56px;
	width: 171px;
	position: absolute;
	bottom: -1px;
	z-index: 1000;
	background: url(images/left-corner.png);
}

* > #bottomLeft{
	bottom: 0;
}

#footer{
	clear: both;
	width: 703px;
	margin: 0 auto;
	height: 15px;
	position: relative;
	z-index: 1;
	font-size: 12px;
	color: #ddd;
	text-align: right;
	padding: 3px 25px;
}

#footer a{	
	color: #bbb;
	font-weight: bold;
}

#footerLeft, #footerRight{
	position: absolute;
	left: 10px;
	z-index: 100;
}

#footerRight{
	left: auto;
	right: 10px;	
}

#siteMap{
	text-align: center;
	width: 624px;
	color: #c2bfad;
	margin: 5px auto;
	padding: 5px 0;
	border-top: 1px solid #c2bfad;
}

#siteMap a{	
	color: #aba687;
}