	html, body{
		padding:0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 25px;
		margin-left: 0px;
		font-family: Helvetic, sans-serif, Arial;
		background-color: #008eb0;
	}
	 
	.page{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color: #008eb0;
	height: auto;
	z-index: 1;
	}
	
	.highlight {
		font-weight: bold;
		color: #FFFF33;
		display: inline;
	}
	
.header_liquid {
	position:absolute;
	height: 233px;
	width:100%;
	margin-bottom: -233px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	top: 0px;
	left: 0px;
}

	 
#header{
	position:relative;
	padding: 0px;
	height: 233px;
	width: 800px;
	margin: 0px;
	background-repeat: repeat-x;
	width:100%;
	background-image: url(images/header_bg.gif);
}
 
.logo {
	position:absolute;
	top:10px;
	left: 19px;
	width:407px;
	height:114px;
	background-image: url(images/carusa.gif);
}

.slogan {
	position:absolute;
	left:19px;
	top:135px;
	width:407px;
	height:20px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.tab {
	position: absolute;
	left: 20px;
	top: 164px;
}
.about_tab {
	background-image: url(images/AboutUs.png);
	height: 29px;
	width: 108px;
	float: left;
}

.about_tab:hover {
	background-image: url(images/AboutUs_Over.png);
	height: 29px;
	width: 108px;
	float: left;
}
.offer_tab {
	background-image: url(images/WhatWeOffer.png);
	height: 29px;
	width: 164px;
	
	float: left;
}

.offer_tab:hover {
	background-image: url(images/WhatWeOffer_Over.png);
	height: 29px;
	width: 164px;
	
	float: left;
}
.contact_tab {
	background-image: url(images/Contact.png);
	height: 29px;
	width: 136px;
	float: left;
}

.contact_tab:hover {
	background-image: url(images/Contact_Over.png);
	height: 29px;
	width: 136px;
	float: left;
}

.header_pic {
	position:absolute;
	top:11px;
	width:auto;
	height:auto;
	overflow: hidden;
	right: 0px;
	vertical-align: bottom;
}
	
.title {
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}
	
	
	.header_bar {
	height: 43px;
	width: 800px;
	background-image: url(images/bar_bg.gif);
	background-repeat: repeat-x;
	z-index: 10;
	position: absolute;
	top: 190px;
	}
	
.header_title {
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	color: #FFFFFF;
	vertical-align: bottom;
	text-indent: 40px;
	padding-top: 5px;
	float: left;
}

.menu_title {
	position: absolute;
	bottom: 0px;
	height: 35px;
	width: 226px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #055c6f;
	right: 0px;
}
	
	.clear {
		float: none;
	}

.menu{
	background-color: #007a95;
	float: right;
	display:inline;
	
	width:220px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: small;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	
}
	
.menu  a {
		color: #FFFFFF;
		text-decoration: none;
	}
.menu  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
	 
/*printer styles*/ 
 @media print{ 

	
	/*hide the right column when printing*/ 
	#rightcol{
		display:none;
		margin-bottom: 20px;
	} 
	
	#twocols, #maincol{
	width:100%;
	float:none;
	margin-top: -10px;
	}
}

.content {
	position: absolute;
	height: auto;
	width: 800px;
	right: 50%;
	margin-right: -400px;
}

	
.content_box {
	position: relative;
	left: 20px;
	top: 20px;
	height: 269px;
	width: 504px;
}

.content_box_blurb  {
	height: 220px;
	width: 450px;
	border: 2px solid #FFFFFF;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: -450px;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	overflow: scroll;
} 
	
	.page_title {
		background-color: #055c6f;
		width: 523px;
		font-size: 18px;
		font-weight: bold;
		color: #FFFFFF;
		padding: 5px;
		margin-top: 20px;
		margin-left: 20px;
		position: relative;
	}
	
	.toggler {
		color: #A0DCE7;
		padding: 3px;
		cursor: pointer;
	}
	
	.toggler:hover {
		background-color: #007691;
	}

	.page_content {
	width: 535px;
	margin-left: 20px;
	margin-top: 20px;
	color: #FFFFFF;
	}

	 
	#footer{
	height:60px;
	background-color:#008eb0;
	clear:both;
	float: left;
	margin-top: 90px;
	}
	
	.content_footer {
		font-size: 18px;
		font-weight: bold;
		color: #FFFF00;
		width: 740px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFFFFF;
		margin-right: auto;
		margin-left: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
		padding-bottom: 5px;
		float: none;
	}
	
	.copyright {
	float: right;
	width: 350px;
	font-size: x-small;
	color: #FFFFFF;
	height: 25px;
	margin-bottom: 10px;
	text-align: right;
	}
	
	.copyright a {
		color: #fff;
	}
