@charset "utf-8";
/* CSS Document */

#banner {
	float:left;
	width:800px;
	height:160px;
	z-index:1;
	background-color:#FFF;  
}
#container {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	background-color:#FFF;
}
#bodycontainer {
	background-color:#FFF;
	width:800px;
	float:left;
	min-height:640px;
}
#map_canvas {
	width:375px;
	height:350px;
	padding-top:40px;
	padding-right:30px;
}
#infocontainer {
	width:250px;
	height:160px;
	overflow:hidden;
}
#infotext {
	float:right;
}
#imagecontainer {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-left:60px;
}

#menu {
	float:left;
	width:175px;
	height:auto;
	z-index:3;
	padding-top:52px;
	background-color:#FFF;
}
#menu a:link{
	text-decoration:none;
}
#menu a:hover{
	text-decoration:none;
}
#menu a:visited{
	text-decoration:none;
}
#menu a:active{
	text-decoration:none;
}
#bodycontent {
	float:left;
	width:615px;
	min-height:380px;
	z-index:4;
	padding-right:10px;
	background-color:#FFF;		   
}
#footer {
	float:left;
	width:780px;
	height:30px;
	z-index:5;
	background-color:#CCC;
	text-align:right;
	padding-top:15px;
	padding-right:20px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#113E6F;
}
h1 {
	font-size: 24px;
	padding-top:30px;
}
h2	{
	font-size:18px;
}
h3 {
	font-size:24px;
}


#menutable {
	border-style:solid;
	border-color:#fff;
	border-width:1px;
	font-size:16px;
}
#servicetable {
	width:500px;
}
#menubutton {
	background-color: #CCC;
	text-align: center;
	font-size:13px;
	text-decoration:none;
	width:100px;
}

#submenubutton {
	background-color:#E4E4E4;
	text-align: center;
	font-size:11px;
}

.smallfootertext {
	font-size: 9px;
	color: #666;
	text-align:right;
}

.toprow {
	font-weight:bold;
	border-right:thick;
	border-color:#000;
	border-width:2px;
	text-align:center;
}
.servicepackageheader {
	border-color:#ccc;
	border-width:2px;
	border-style:solid;
}
.columnheader {
	font-weight:bolder;
	border-right:thick;
	border-color:#000;
	text-align:center;
}
.dataodd {
	background-color:#CCC;
	text-align:center;
}
.dataeven {
	background-color:#E0E0E0;
	text-align:center;
	
}
.dataoddprice {
	background-color:#CCC;
	text-align:center;
	font-size:small;
	font-weight:bold;
}


#floatleft {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
#floatright {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	padding-right:20px;
}
a:link {
	color:#000;
	
}
a:visited {
	color:#000;
	
}
a:hover {
	color:#F00;
	
}
a:active {
	color:#F00;
	
}
.Tabledataleft {
	background-color:#E0E0E0;
	text-align:left;
}
.Tabledataright {
	background-color:#E0E0E0;
	text-align:right;
}
#bold {
	font-weight: bold;
	font-size:18px;
}
.underline {
	text-decoration: underline;
}
.centertext {
	text-align: center;
}
.tableheader {
	font-size: 18px;
}
