* { padding: 0; margin: 0; }

html {
	background: #e0e0de  url(../images/bg-html.jpg) repeat-x;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px; 
}
a {
 color:#111;
}

#wrapper { 
 margin: 0 auto;
 width: 928px;
}
#faux {
 margin-bottom: 5px;
 overflow: auto;
 width: 100%;
 min-height:400px;
 border-left:1px solid #fff;
 border-bottom:1px solid #fff;
}
#header {
 color: #333;
 width: 908px;
 padding: 0px 10px 0px 10px;
 height: 123px;
 margin: 0px;
 background: url(../images/bg-header.jpg) repeat-x;
}
#navigation {
 color: #333;
 padding: 0px 10px 3px 0px;
 margin: 0px;
 background: url(../images/bg-nav.jpg) repeat-x;
 height:37px
}
#navigation ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#navigation ul  li {
 float:left;
}
#navigation ul li:hover {	
 background: url(../images/bg-menu.jpg) repeat-x;
}
#navigation ul  li.first {
 background:none;
}
#navigation ul li.first:hover {	
 background: url(../images/bg-menu-first.jpg) scroll top left;
}
#navigation ul  a.last {
 background:none;
}
#navigation  a {	
 color: #FFFFFF;
 padding:10px 30px 10px 30px;
 text-decoration:none;
 margin-right:-1px;
 display:block;
 font-weight:bold;
 background: url(../images/div.png) no-repeat scroll top right;
}
#featured {
 color: #333;
 margin-bottom: 5px;
 margin: 0px;
 background: #ddd;
 height:240px
}

#rightfeatured { 
 float: right;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 701px;
 display: inline;
 position: relative;
 height:240px;
}
#leftfeatured { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 222px;
 float: left;
 height:240px;
 background: url(../images/bg-contact.jpg) repeat;
}

#preheader {
 color: #333;
 margin-bottom: 5px;
 margin: 0px;
 background: #ddd;
 height:51px
}

#rightcolumn {  
 float: left;
 color: #000;
 margin: 0px;
 padding: 0px;
 width: 703px;
 display: inline;
 position: relative;
 border-right:1px solid #fff;
 border-bottom:1px solid #fff;
 min-height:400px;
 background:#ffffff;
}
#rightcolumn #contents {
	display:block;
	margin:20px 20px 10px 20px;
	text-align:left;
}
#rightcolumn #contents .content {
	margin-bottom:10px;
	line-height:1.3em;
}
#rightcolumn #contents .homepagetitle {
	font-size:16px;
	margin-bottom:10px;
}
#rightcolumn #contents #rates {
	/*background:#fff url(../images/rate-sheet.jpg) no-repeat;*/
	margin:0 auto;
	width:510px;
}
#rightcolumn #contents .rates-head {
	background:#fff url(../images/rate-sheet-head.jpg) no-repeat;
	width:510px;
	height:29px;
	font-weight:bold;
	padding-top:15px
}
#rightcolumn #contents .rates-body {
	background:#fff url(../images/rate-sheet-body.jpg) repeat-y;
	width:490px;	
	padding:10px;	
}
#rightcolumn #contents .rates-foot {
	background:#fff url(../images/rate-sheet-foot.jpg) no-repeat;
	width:510px;	
	height:26px;
}
#leftcolumn { 
 display: inline;
 color: #000;
 margin: 0px;
 padding: 0px;
 width: 222px;
 float: left;
 min-height:400px;
}
#footer { 
 width: 908px;
 clear: both;
 color: #000;
 margin: 0px 0px 10px 0px;
 padding: 0px 10px 10px 10px;
 text-align:right;
 font-size:11px;
}
#footer a {
 text-decoration:none;
}
#footer a:hover {
 text-decoration:underline;
}

#contact {
	width:205px;
	padding:10px 15px 10px 15px;
}
#contact .entry {
	display:block;
	color:#000;
	margin-bottom:5px;
}

#contact .entry  img{
	float:left;
}

#contact .entry .input {
	display:inline;
	width:180px;
	background:#fff;
	border-style:double;
	border-color:#eee;
	color:#000;
	font-size:11px;
	padding:2px;
}
#contact .entry label.error {
	display:none;	
	width:0px;
}
#contact .entry input.error {
	border-style:double;
	border-color:#ccc;
}
#contact .entry textarea {
	width:180px !important;
	height: 30px !important;
	border-style:double;
	border-color:#eee;
	color:#000;
	font-size:11px;
	font-weight:bold;
	padding:2px;
	margin-top:3px;
	margin-left:2px;
}
#contact .entry  .captcha{
	float:left;
	width:53px !important;
	border:1px solid #ccc;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:3px;
	text-align:center;
	margin-top:3px;
	margin-left:2px;
}

#contact .entry .submit {
	margin-top:6px;
	padding:1px;
	border:0px;
	width:74px;
	height:20px;
	cursor:pointer;
	background: url(../images/button.png);
}

#contact .entry   .label {
	width:200px;
	display:block;
	margin-right:12px;
	float:left;
	font-size:11px;
	font-weight:bold;
}
.clear { clear: both; background: none; }