@charset "utf-8";
/* CSS Document */

html, body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#e4e0cd;
	font-size:12px;
}
a {}
.clearbox {clear:both;}

#container {width:760px; background:url(images/background.gif); margin:0px auto;}
#top {width:760px; height:56px; background:url(images/topback.gif);}
#top h1 {font-size:24px; font-weight:normal; color:#fbf3d0; margin:0px; padding:10px; float:left;}
#top .phone {float:right; font-weight:bold; font-size:14px; color:#fbf3d0; padding:6px 10px 0px;}
#top .address {float:right;  font-size:12px; color:#fbf3d0; padding-right:10px; text-align:right; clear:right;}

#header {width:760px; height:198px;}
#headershadow {width:760px; height:12px; background:url(images/headershadow.gif); margin-bottom:10px; background-repeat:no-repeat;}
#menu {width:154px; float:left;}
#menu a {display:block; width:150px; margin-bottom:6px; color:#fbf3d0; padding:2px 0px 2px 4px; }
#menu a:hover {background-color:#403e33;}
#centercolumn {
	width:426px;
	float:left;
	padding:0px 10px;
	text-align:justify;
	line-height: 20px;
}
#centercolumn h1 {padding:0px; margin:0px; font-size:18px; text-align:left;}
#centercolumn h2 {padding:0px; margin:20px 0px 0px;}
#centercolumn img {float:left; border:5px solid #e4e0cd; margin:5px 10px 0px 0px; }
#centercolumn img.stan { margin-bottom:30px;}

#rightcolumn {width:146px; border-left:1px solid #403e33; float:left; padding:0px 6px; font-size:10px;}
#rightcolumn h2 {font-size:12px; padding:0px; margin:0px;}
#rightcolumn input { width:140px; height:15px; margin:0px; }
#rightcolumn textarea {width:140px; font-size:10px;} 
#rightcolumn input#button {width:70px; height:25px; background:#817C65; border:1px solid #403E33; font-size:10px; color:#fbf3d0;}
.verdict {margin-bottom:5px;}

#footer {width:720px; margin:0px auto; padding:20px; font-size:10px; text-align:center;}
#footer a {font-weight:bold; color:#403e33;}
#footer a:hover {text-decoration:underline;}
textarea {
	background-color:#D8D5C2!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c5c5c5;
	color:#092E02;
	width:237px; /* 5 pixles smaller than form width !important */
	height:60px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight: bold;
	}
	
select {
	background-color:#D8D5C2!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c5c5c5;
	color:#092E02;
	width:110px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight: bold;
	}
	
input {
	background-color:#C3BEA1!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c5c5c5;
	color:#000000;
	width:237px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight: bold;
	}
input.submit {
	width:85px;
	height:28px;
	cursor:pointer;
	padding:0;
	font-size: 18px;
	border: thin solid #092E02;
	}
input.checkbox {
	width:50px;
	height:20px;
	cursor:pointer;
	padding:0;
	}.no-justify {
	text-align: left;
	font-size: 10px;
}
h2 {
	margin:0px;
	padding:0px;
	text-align:left;
}
