*, body, html{
padding:0;
margin:0;
}
body{
text-align:center; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:80%; 
background:#008800;
}
.clearing{
clear:both;
}
/********** Layout **********/
#wrapper{
width:65em;
margin:20px auto;
}

/***** Content *****/
#main{
clear:both;
position:relative;
float:left;
padding-top:25px;
background:#ffffff url(../images/bar.gif) top left repeat-x;
border-left:2px solid #b39b39;
border-right:2px solid #b39b39;
}
/***** Main Block *****/
#left{
width:48em;
float:right;
}
#left p{
text-align:justify;
padding:5px 10px;
}
#left a{
color:#8d1544;
margin:0;
padding:0;
}
#left h1{
font-size:1.2em;
color:#b39b39;
margin-bottom:1em;
}
#left ul{
text-align:left;
margin:1em 2em;
}
/***** Side Block *****/
#right{
width:15em;
float:left;
}
img#logo{
padding:0.5em 2em;
border:2px solid #b39b39;
background:#c8e190;
margin:0 0 1em 1em;
}

/***** Menu *****/
ul.topnav{
list-style:none;
text-align:left;
padding:1em 0;
margin:0 0 0 1em;
height: 100%; 
border:	2px solid #AE9541;
background: #C8E190;
}
.topnav li.here{
font-weight:bold;
padding:4px;
margin: 6px;
margin-bottom: 2px;
margin-top: 2px;
border:1px solid #ffffff;
color:#8d1544;
background: #fff url(../images/buttonbaractive.gif) repeat-x top ;
}
.topnav li a{
height:1%;
padding: 4px;
margin: 6px;
margin-bottom: 2px;
margin-top: 2px;
display: block;
color: #000000;
text-decoration:none;
border: 1px solid #FFFFFF;
background: #fff url(../images/buttonbar_gs.gif) repeat-x top;
}
.topnav li a:hover{
padding: 4px;
text-decoration: none; 
color:#8d1544;
background: #fff url(../images/buttonbaractive.gif) repeat-x top ;
border: 1px solid #FFFFFF;
}
/***** Footer *****/
#footer{
clear:both;
background:#ffffff url(../images/bottombar.gif) bottom left repeat-x;
text-align:right;
height:2.3em;
line-height:2.3em;
padding-right:2em;
font-size:0.8em;
margin-top:1em;
}
#footer a{
color:#8d1544;
}
/* Forms 
------------------------------------------------------------------------------- */
form {
	width: 300px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	padding-left: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}
