*{
  margin:0;
  padding:0;
}

a{color:#333;}
a:hover{color:#d72213;}

body{
  background-color:#ccc;
  background-image:url(images/bgVert.gif);
  background-repeat:repeat-x;
  min-width:840px;
}

#wrapper{
  width:840px;
  margin:0 auto;
  background-color:#fff;
  background-image:url(images/bgHome.gif);
  background-repeat:repeat-y;
}

#left{
  width:20px;
  max-width:20px;
  height:610px;
  background-image:url(images/bgLeft.gif);
  background-repeat:no-repeat;
  float:left;
}

#right{
  width:20px;
  max-width:20px;
  height:610px;
  background-image:url(images/bgRight.gif);
  background-repeat:no-repeat;
  float:right;
}

#content{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:18px;
  color:#333;
  text-align:left;
  background-color:#fff;
  background-image:url(images/bgHome.gif);
  background-repeat:repeat-y;
  min-height:700px;
  width:840px;
}

#content p{padding-top:18px; padding-bottom:18px;}

#contentLeft{
  width:510px;
  float:left;
  padding-left:18px;
  padding-right:18px;
}

#contentRight{
  width:254px;
  float:right;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:18px;
  color:#303030;
}

#contentRight p{
  width:224px;
  padding:0px;
  margin:12px 5px 5px 5px;
  line-height:18px;
}

#foot{
  clear:both;
  background-image:url(images/btmHome.gif);
  background-repeat:no-repeat;
  background-color:#ccc;
  color:#666;
  height:30px;
  padding-top:21px;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
}

#foot a, #foot a:active, #foot a:visited{color:#666;}
#foot a:hover{color:#333;}

img.imgContent{
  border:solid 1px #c6c6c6;
}

#offerList ul{position:absolute; list-style-image:none; list-style-position:inside; list-style-type:disc;}
#offerList li{margin-left:15px;}

ul.homeList{
  margin-bottom:15px;
}

.homeList li{
  background: url(images/bullet.png) no-repeat scroll 0 7px;
  list-style-type:none;
  padding:1px 0 0 12px;
  margin-left:2px;
}

.homeList a{color:#333; text-decoration:underline;}
.homeList a:hover{color:#d72213; text-decoration:underline;}

h1{
  font-weight:bold;
  font-size:18px;
  padding:20px 0 20px 0px;
}

h2{
  font-weight:bold;
  font-size:16px;
  color:#0F1D34;
  border-bottom:1px solid #0F1D34;
}

h3{
  font-weight:bold;
  font-size:12px;
}

#contentRight ul{
  padding:5px;
}

#contentRight li{
  height:18px;
}

#contactInfo{
  width:270px;
  padding-left:228px;
}


/*Form Styles*/
fieldset{
	margin:0em 0;
	width:244px;
	/*border:1px solid #ccc;*/
	border:solid 0 transparent;
	background-color:#ebebeb;
}

legend{
	font-weight:bold;
	color:#4e2200;
}

label{
	float:left;
	width:5em;
	text-align:left;
	padding-right:5px;
}

input{
	width:220px;
}

input:focus, textarea:focus {
	background: #ffc;
}

form p{
	margin-bottom:5px;
	padding-bottom:0px;
}

textarea{
	width:220px;
	height:100px;
}

#buttonSubmit{
	background-color:#121e31;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	font:bold 8pt Verdana,Arial,Helvetica,sans-serif;
	color:#ffffff;
	cursor:pointer;
	width: auto;
	height: auto;
	padding: 3px;
	margin: 5px 0px;
}

.required{
	color:#ff0000;
}

label.captcha{
	display:block;	
	background:url(images/bg_captcha.gif) no-repeat 0px 40px;
	height:60px;
	padding-left: 0px;
	margin-bottom: 0em;
}