@charset "iso-8859-1";
*{
  padding: 0px;
  margin: 0px;
}

html{
  height: 100%;
  padding-top: 20px;  
}

body{
  background: url('bodybg.gif') repeat-x #fff;
  font-family: arial;
  color: #000;
  font-size: 16px;
  height: 100%;
}

img{border: none;}

a{color: #1C4333;
  font-weight: bold;
  text-decoration: none;
}

a:hover{text-decoration: underline;}

p{
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 3px;
}

h2{padding: 10px 5px; font-size: 22px}

h3{
  padding: 10px 3px 0px 3px; 
  margin-left: 30px;
  font-size: 16px;
  font-weight: bold;
}

h4{margin-top: 10px;}

ul, ol{
	padding: 10px 10px 10px 75px;
}

#webPage {
  width: 1000px;
  background: url('leftbar.gif') repeat-y;
}

#content{
  width: 773px;
  float: left;
  padding-top: 20px;
}

#contentspacer{
width: 221px;
height: 102px;
float: left;
}

#choice,#box{
background: url(choice.gif) no-repeat;
float: right;
width: 267px;
height: 184px;
position: relative;
margin-top: 5px;
}

#box{
  background-image: url(box.gif);
  color: #c3f5c6;
}

#box p{
  padding: 5px 8px 5px 5px;
  margin: 0px;
  font-size: 20px;
  text-align: center;
}

#choice1, #choice2{
  position: absolute;
  left: 26px;
  top: 120px;
  border: none;
  width: 99px;
  height: 40px;
}

#choice2{
  left: 140px;
  top: 120px;
}


#header{
  width: 768px;
  float: right;
  background: #05553e;
  color: #cfc;
  border-bottom: solid 5px #959595;
  border-right: solid 5px #959595;
  position: relative;
}
* html #header {
	width: 773px;
	float: right;
	background: #05553E;
	color: #CFC;
	border-bottom: solid 5px #959595;
	border-right: solid 5px #959595;
	position: relative;
}

#header #smallBoxFix{
  position: absolute;
  top: 0px;
  right: -5px;
  background: url('small.gif') #f2eabc;
  height: 5px;
  width: 5px;
}

#header p{
  font-size: 25px;
  font-weight: bold;
  text-align: right;
  padding: 8px;
  margin: 0px;
}

#nav{
  width: 227px;
  float: left;
  text-align: center;
}

#nav #logo{
  margin: 11px;
}

#nav #logo1{
  margin: 11px 0px 0px 0px;
}

#nav #logo2{
  margin: 3px 0px 6px 0px;
}


#nav img{margin: 10px;}

#nav ul{
  margin: 0px;
  padding: 0px;
  text-align: left;
  color: #fff;
}

#nav ul li{
  padding: 2px;
  border-bottom: solid 1px #f2eabc; 
  list-style: none;
  margin: 3px;
}

#nav ul li.smaller{margin-right: 33px}

#nav ul li a{color: #fff; text-decoration: none;}

#nav ul li ul{margin: 5px;}
#nav ul li ul li{border-bottom: none; font-size: .9em; margin-left: 15px; list-style: disc}

#asoQuote input, #asoQuote label{
  margin: 2px 0px 2px 0px;
}

#asoQuote .check2{margin-left: 20px}

#asoQuote .input2{
  background: url('asoInputBG.gif') center no-repeat #fff;
  border: solid 1px #7b796a;
}
#asoQuote .small{background-image: url('asoInputBGsmall.gif')}
#asoQuote .med{background-image: url('asoInputBGmed.gif')}

.input{
  background: url('input.gif') no-repeat center #fff;
  border: solid 1px #404040;
  width: 110px;
  height: 16px;
}

#footer{
clear: both;
font-size: 10px;
text-align: center;
padding-left: 227px;
padding-top: 20px;
}

.center{
text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -0em; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 7em; /* .push must be the same height as .footer */
}

.message{
  color: #035642;
  font-weight: bold;
}

.btn{
  border: solid 1px #353c34;
  cursor: hand;
  cursor: pointer;
  background: url('btn.gif');
  color: #353c34;
  padding: 1px;
}

#errorMessages{
  color: #f00;
  font-weight: bold;
  list-style: none;
}

#errorMessages li{padding: 0px 0px 0px 10px;}

#theLoginButton{
  background: none;
  color: #fff;
  border: none;
  text-align: center;
  width: 217px;
  padding: 3px 0px 3px;
  cursor: hand;
  cursor: pointer;
}