html{
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #8fb2ce;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: -10px;
}
a{
	color: #666666;
}
a:hover{
	text-decoration: underline;
	color: #FF6600;
}
#container{
	width: 770px;
	margin: auto;
	background-image:url(../images/container_top.gif);
	background-repeat:no-repeat;
	background-color:#598db6;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-top: solid 1px #065492;
}
#left_col{
	width: 261px;
	background-image:url(../images/left_col.gif);
	background-position: 0px -10px;
	background-repeat:no-repeat;
	float: left;
}
#nav{
	clear: both;
}	
#nav ul{
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
}
#nav ul li{
	border-bottom: solid 1px #cccccc;
}
#nav ul ul li.subnav{
	border-bottom: solid 0px #cccccc;
    margin-left:20px;
    margin-top: -15px;
}
#nav ul li a{
	text-decoration: none;
	display:block;
	padding: 1em;
}
#nav ul li a:hover{
	text-decoration: underline;
	color: #FF6600;
}
#inner_container{
	background-color: #FFFFFF;
	margin-top: 10px;
	width: 770px;
}
.clear{
	clear: both;
}
#banner{
	width: 509px;
	float: left;
	height: 285px;
	background-image:url(../images/banner.gif);
	background-repeat:no-repeat;
}
#logo{
	width: 228px;
	height: 110px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position: 0px -10px;	
	float: left;
}
#logo h1{
	text-indent: -9000em;
}
#nav{
	padding-left: 35px;
	padding-right: 30px;
}
#button_availability{
	padding-top: 20px;
}
#button_availability a{
	display: block;
	width: 196px;
	height: 112px;
	background-image:url(../images/button_availability.gif);
	background-repeat:no-repeat;
	text-indent: -90000em;
}
#email_this_site a{
	background-image:url(../images/envelope.gif);
	background-repeat:no-repeat;
	display: block;
	line-height: 27px;
	padding-left: 39px;
	text-decoration: none;
}
#email_this_site a:hover{
	text-decoration: underline;
}
#content{
	width: 461px;
	float: left;
	background-image:url(../images/content_bg.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding: 18px;
	padding-right: 10px;	
	padding-left: 20px;
	line-height: 1.3em;
}
.title{
	text-indent: -90000em;
	background-repeat:no-repeat;
}
#title_home{
	width: 265px;
	height: 39px;
	background-image:url(../images/title_home.gif);
}
#col_1{
	float: left;
	width: 306px;
}
#col_2{
	float: right;
	width: 144px;
}
.button_more_info{
	background-image:url(../images/button_more_info.gif);
	background-repeat:no-repeat;
	display: block;
	width: 302px;
	height: 39px;
	text-indent: -90000em;
}
#footer{
	color: #1b639b;
	width: 750px;
	margin: auto;
	padding: 15px;
}
#footer a{
	color: #1b639b;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#copyright{
	float: left;
}
#credit{
	float: right;
}
h1{
color: #333333;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 200%;
}

h2{
color: #FF6600;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 150%;
}

