body { 
	background-color: #0f4281;
	margin: 0; 
	padding: 0; 
	color: #000; 
	top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	}
	
.header {
	background-image: url("images/headerbg.gif");
	background-repeat: repeat-y;
	position : absolute;
	top : 0px;
	width : 780px;
	color: Black;
	height: 150px;
	padding-left: 15px;
}

.headerleft {
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;
	font-size : 0px;
	line-height : 0px;
	position : absolute;
	left : 10px;
	top : 0px;
	width : 487px;
	height : 121px
}

.headerleft a { 
		display:block;
      width:250px;
		height:120px;
		vertical-align: top;
		white-space:nowrap;
      text-decoration:none;
      color: White;
	 }	

.headerright {
	background-image: url("images/housetruck.jpg");
	width : 331px;
	height : 150px;
	left : 439px;
	font-size : 0px;	
	position : absolute;
	top : 0px;
	background-position: right;
	background-repeat: no-repeat;
	z-index: 11;
}

#menu {
	position : absolute;
	background-image: url("images/menu.gif");
	background-repeat: no-repeat;
	left : 10px;
	top : 120px;
	height : 30px;
	width: 760px;
	color: white;
	font-size : 12px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	z-index: 10;
	font-weight: bold;
	padding-top:5px;
	text-align: center;
}

#main {
	position: absolute;
	background-image: url("images/bg.gif");
	background-repeat: repeat-y;
	top: 150px;
	width: 780px;
	border-top: 0px;
	border-top-style: solid;
	border-top-color: Black;
	background-repeat: repeat-y;
	overflow: visible;
}

#main1 {
	position: absolute;
	background-image: url("images/bg1.gif");
	background-repeat: repeat-y;
	top: 150px;
	width: 780px;
	border-top: 0px;
	border-top-style: solid;
	border-top-color: Black;
	background-repeat: repeat-y;
	overflow: visible;
}

.contenthome {
	color: Black;
	width: 590px;
	float: left;
	overflow: auto;
	margin-top: 0px;
	padding-top:10px;
	top: 0px;
	padding-left: 15px;
	padding-right:5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.rightside {
	float:right;
	background-color: #bdecfa;
	color: #000;
	width: 155px;
	left:601px;
	top:0px;
	padding-left:2px;
	margin-top:3px;
	margin-right: 10px;
	margin-bottom: 5px;
	overflow: auto;
	z-index: 10;
}

.rightsidetitle {
	background-color: #0f4281;
	color: #fff;
	top:0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	z-index: 10;
	font-weight: bold;
	text-align: center;
}

.contenthomewide {
	color: Black;
	width: 745px;
	float: left;
	overflow: auto;
	margin-top: 0px;
	padding-top:10px;
	top: 0px;
	padding-left: 15px;
	padding-right:15px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#bottom {
	background-image: url("images/footerbg.gif");
	background-repeat: repeat-y;
	clear: both;
	bottom: 0px;
	left: 0px;
	margin-left: 10px;
	margin-right: 10px;
	width: 760px;
	height:80px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 2px solid Black;
	border-bottom: 5px solid Black;
	text-align: center;
}

#bottom  a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}

#bottom a:hover {
	color: #000000;
}

/* Styles for Menu */	

#menulist {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menulist li { /* all list items */
	float: left;
	position: relative;
	padding-left:4px;
	padding-top:5px;
	display: block;
}

/* Styles for Menu Items */
#menulist li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0px;
}
/* Hover Styles */
#menulist li a:hover { 
	color: #000; 
	background: #bdecfa; 
} 

.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.headertext a {
	text-decoration: none;
}

.headertext a:active {
	text-decoration: underline;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.smalltext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.smalltext_quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.page{
	position: absolute;
	top: 40px;
	left: 20px;
	visibility: hidden;
}

.contenthomewide_quote {
	color: Black;
	width: 745px;
	float: left;
	overflow: auto;
	margin-top: 0px;
	padding-top:10px;
	top: 0px;
	padding-left: 15px;
	padding-right:15px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:1500px;
}

.custombutton {padding:0;margin:0;border:none;background:none;cursor:pointer;}
* html .custombutton {cursor:hand;} /* alternate cursor style for ie */

