ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0;
}
a,a:link,a:visited,a:hover{
	color:#A98C00;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

html{
	height: 100%;
}

body{
	position:relative;
	height: 100%;
	background:#fff url(images/bodybg.jpg) repeat-x;
	color:#000;
	font:62.5% Verdana,Arial,sans-serif;
}

#services-menu
{
display: none;
}

#navigation{
	width: 600px;
	height: 27px;
	float: right;
	padding: 11px 0px 0px 6px;
	margin: 0px 0px 9px 0px;
	background: url(images/navibg.jpg) no-repeat;
}

#navigation ul li{
	position: relative;
	font-family: Arial;
	display: block;
	height: 22px;
	float: left;
	margin: 0px 13px 0px 0px;
}

#navigation ul li a{
	position: relative;
	display: block;
	height: 22px;
	color: #fff;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 0px 0px 10px;
}

#navigation ul li a span{
	display: inline-block;
	height: 18px;
	padding: 4px 15px 0px 5px;
}

#navigation ul li a:hover{
	color: #595948;
	overflow: hidden;
	text-decoration: none;
	background: url(images/leftdoor.jpg) left top no-repeat;
}

#navigation ul li a:hover span{
	color: #595948;
	overflow: hidden;
	text-decoration: none;
	background: url(images/rightdoor.jpg) top right no-repeat;
}

#navigation ul li.active a{
	color: #595948;
	text-decoration: none;
	background: url(images/leftdoor.jpg) left top no-repeat;
}

#navigation ul li.active a span{
	color: #595948;
	text-decoration: none;
	background: url(images/rightdoor.jpg) top right no-repeat;
}

#navigation li#dropdown{position: relative;}

#navigation li ul#submenu{	
  margin: 0;
	padding: 10px 5px 5px 5px;
	position: absolute; top: 22px; left: 0;
	display: none;
  background: #DF7915;
}
		
#navigation li ul#submenu li{	
  float: none;
}

#navigation li#dropdown{cursor: default;}

#navigation li#dropdown:hover ul#submenu{
  display: block;
}

#navigation ul li ul#submenu li a{
  width: 120px;
}

#navigation ul li ul#submenu li a:hover{
  
  background: none;
}
		

#header{
	width: 858px;
	height: 358px;
	clear: both;
	padding: 0px 10px 0px 0px;
	background: url(images/bannerbg.jpg) bottom no-repeat;
}

#logo{
	width: 194px;
	height: 65px;
	margin: 15px 30px 0px 0px;
	float: left;
	text-indent: -999999px;
	background: url(images/logo.jpg) no-repeat;
}

#slogan{
	width: 366px;
	height: 55px;
	float: left;
	margin: 29px 0px 0px 0px;
	text-indent: -999999px;
	background: url(images/headertext.gif) no-repeat;
}

#phonenumber{
	width: 132px;
	height: 33px;
	float: right;
	margin: 15px 0px 0px 0px;
	background: url(images/phone.gif) no-repeat;
}

#header img{
	position: absolute;
	margin: 0px 0px 0px -41px;
}

#content{
	width: 858px;
	float: left;
	clear: both;
	padding: 48px 10px 30px 0px;
}

#left_column{
	width: 224px;
	float: left;
}

#left_column p{
	margin: 0px 35px 20px 0px;
	font-size: 1.1em;
	line-height: 140%;
	color: #0c0c0c;
}

#left_column img{
  padding: 0 0 15px 0;
}


#right_column{
	width: 630px;
	float: left;
}

#right_column h1{
	font-family: Tahoma;
	font-size: 1.8em;
	font-weight: normal;
	color: #716d36;
	margin: 0px 0px 20px 0px;
}

#right_column p{
	font-size: 1.1em;
	color: #0c0c0c;
	line-height: 140%;
	margin: 0px 0px 20px 0px;
}

#right_column ul li{
	list-style-type: disc;
	font-size: 1.1em;
	color: #0c0c0c;
	margin: 5px 0px 5px 30px;
}

#right_column a{
	color: #a98c00;
}

#quicklinks{
	width: 194px;
	float: right;
	margin: 0px 0px 57px 59px;
}

#quicklinks h2{
	height: 37px;
	color: #716d36;
	font-size: 1.4em;
	border-bottom: 1px dotted #b3ae95;
}

#quicklinks ul li{
	list-style-type: none;
	font-size: 1.1em;
	color: #a98c00;
	font-weight: bold;
	padding: 5px 0px 6px 16px;
	margin: 0px 0px 5px 0px;
	background: url(images/quicklinksli.gif) left center no-repeat;
	border-bottom: 1px dotted #b3ae95;
}

#quicklinks ul li a{
	color: #a98c00;
}

#footer{
	width: 100%;
	height: 50px;
	clear: both;
	background: url(images/footerbg.jpg) bottom repeat-x;
}

#footer_container{
	width: 642px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0px 0px 224px;
}

#footer_container ul li{
	font-size: 1em;
	color: #bbad65;
	float: left;
	padding: 0px 7px 0px 7px;
	border-left: 1px solid #7e7e79;
	text-transform: uppercase;
}

#footer_container ul li.nobg{
	border: none;
	padding: 0px 7px 0px 0px;
}


#footer_container ul li a{
	color: #bbad65;
}




.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}

.right{
	float: right;
}

.left{
	float: left;
}

#wrapper{
	width: 868px;
	margin:0 auto -50px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


.footerspace{
	height: 50px;
}

/************* contact form ***************************/
#contactwrap{
	width: 360px;
	float: left;
}

form{
	width: 360px;
	margin: 15px 0 40px 0;
	float: left;
}

#form-left{
	width: 270px;
	float: left;
	padding: 0 3px 0 0;
}

#form-right{
	width: 210px;
	float: left;
}
.formfield, #messagediv label{
	padding: 0 0 10px 0;
	font-size: 12px;
	color: #0c0c0c;
}
input, select, option{
  height: 18px;
}
.inputfile input{
  height: 22px;
}
input, select, textarea{
	border: solid 1px #ddd;
	background: white url(images/contact-input-back.gif) repeat-x;
	width: 210px;
}
option{background: white;}
#messagediv{
  width: 360px;
  float: left;
}
textarea{
	width: 360px;
	background: transparent url(images/contact-textarea-back.gif) repeat-x left bottom;
}
.check{
  width: 15px;
  position: relative; top: 3px;
}
select#position{width: auto; height: 22px;}



#submitdiv input{
	float: left;
	width: 78px;
	height: 29px;
	border: 0;
	font-size: 18px;
	color: #fff;
	clear: both;
	background: url(images/contact-send-button.gif) no-repeat;
}

#errorwrap{
	width: 360px;
	overflow: hidden;
	float: left;
}

#errorimg{
	width: 60px;
	float: left;
	margin: 0px 10px 0px 0px;
}

#errorimg img{
	float: left;
	margin: 0px;
}

#errormsg{
	width: 290px;
	float: left;
	color: red;
}
