* {
	margin: 0;
	padding: 0;
}
ul {
	margin:10px 0 10px 30px;
}
.clear {
	clear:both;
}
img {
	border:none;
}

body{
	background-color:#FBF0D7;
	background-image:url(/images/background.gif);
	background-repeat:repeat;
	font-family: Verdana, Arial, Sans-Serif;
	color:#414040;
	font-size: 75%; /* Resets 1em to 10px */
}

#wrapper {
	width:760px;
	margin:10px auto 0 auto;
	background-color:#FFFFFF;
	border:1px solid #bdbdbd;
	position:relative;
}

p{
	line-height:130%;
	font-size:1.1em;
	margin-bottom:0.9em;
	
}
h1, h2, #mainmenu li a{
color:#004713;
font-family:Century Gothic,Verdana, Arial, Helvetica, sans-serif;
}
h1{
font-size:190%;
margin-bottom:0.4em;
}
h2{
font-size:150%;
margin:0.9em 0 0.1em 0;
}
#logo{
	margin:15px 0 20px 30px;
	float:left;
	display:inline;
}

#header{
	width:100%;
	background-color:#006630;
	background-image:url(/images/template/header-bg.gif);
	background-repeat:repeat-y;
	
	height:145px;
	border-top:10px solid #00ab53;
	border-bottom:10px solid #00ab53;
}
#flash{
	margin-left:30px;
}	
#mainMenu{
	padding:0;
	width:252px;
	margin:0 15px 0 0;
	float:right;
	display:inline;
}
#mainMenu ul{
	margin:0;
	list-style:none;
	font-weight:bolder;
	font-size:1.5em;
}

#mainMenu a{
	padding:10px 20px; 
	display:block;
	text-decoration:none;
	border-bottom:1px solid #adceb8;
	line-height:1em;
	height:100%;	
	
}
#mainMenu a:hover{
	background-color:#00aa4f;
	color:#FFFFFF;
	padding:10px 20px 10px 40px;
	background-image:url(/images/template/pointer.gif);
	background-repeat:no-repeat;
	background-position:10px center;
}




#main{
	width:430px;
	padding:30px;
}
.highlighted{
	background-color:#dff0e2;
	border:1px solid #c8e8d2;	
	padding:20px;
	margin:30px 0 30px 0;
}
#rha{
	background-color:#dff0e2;
	border:1px solid #c8e8d2;	
	padding:20px;
	margin:30px 0 30px 0;
}
#rha img{
	float:left;
}

#vatext{
	float:right;
	margin:32px 0 0 0;
	display:inline;
	width:290px;
	font-weight:bold;
}
	

#background{
	background-image:url(/images/template/menu-bg.gif);
	background-repeat:repeat-y;
	padding:0 0 30px 0;
}
#footer{
	width:720px;
	margin:0 auto;
	font-size:0.8em;
	color:#58832a;
}
#footer a{
	color:#58832a;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#sitemap{
	float:left;
	border-right:1px solid #58832a;
	padding-right:10px;
}
#copyright{
	float:left;
	padding-left:10px;
}
#aswebdesign {
	float:right;
}
#van{
	position:absolute;
	background-image:url(/images/template/van.png);
	width:253px;
	height:160px;
	top:147px;
	left:470px;
	behavior: url("scripts/iepngfix.htc");
}
#phone{
	float:right;
	display:inline;
	color:#004713;
	font-family:Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-size:190%;
	font-weight:bold;
	margin:15px 20px 0 0;
}
.bold{
	font-weight:bold;
}

/* -------------------------------------Forms----------------------------------------------- */
label {
margin-left:5px;
float:left;
width:12em;
color:#333333;
font-weight:bold;
}
input{
	width:200px;
}
legend {
	position:absolute; top: -.5em; left: .5em;
	font-weight:bold;
	font-size:140%;
	font-family:Myriad, Arial, Helvetica, sans-serif;
	color:#004713;
	padding:0 5px 0 5px;
}
fieldset {
	position: relative;
	margin:1em 0;
	padding:1em;
	background-color:#dff0e2;
	border:1px solid #c8e8d2;
}

/* ---------------------------IE fielset background fix ------------------------------------
html fieldset{ position: relative; margin-top:1em; padding-top:2em; padding-bottom:1em;margin-bottom:2em; }
html legend{ position:absolute; top: -.5em; left: .5em; }
*/


input.radio, input.checkbox, input.submit {
	width:auto;
}

input.radio {
	float:left;
	margin-right:1em;
}


select{
width:200px;
}

textarea {
	width:200px;
	height:150px;
}

#message {
margin-left:10px;
	width:350px;
	height:100px;
}

input.text:focus, textarea:focus {
	background:#ffc;
}

.required {
	font-size:0.75em;
	  color: #d30303;
}
#formerror {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  padding: 5px;
  margin-bottom:10px;
}

.errortext {
  padding-left: 170px;
  font: bold smaller sans-serif;
}

.longInput .errortext{
	padding-left:20px;
}
	

#formerror ul{
	padding-left:40px;
}

input:focus, textarea:focus {
	background:#ffc;
}
.submit {
	text-align:center;
}	
#button{
	text-align:center;
}

.submit:focus {
	background-color:transparent;
}	

#error img {
	margin-left:5px;
	margin-right:5px;
}

/*------------------------------------------------------------------*/
.bold{
	font-weight:bold;
}
address{
	font-style:normal;
}
