﻿@charset "UTF-8";
/* CSS Document */

body {
	background-position: center top;
	margin: 0 0 0 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url('images/body-tile.png');
	background-repeat: repeat-y;
	background-color: #033361;
}

p {
	
}

a {
	color:#054b8a;
}

h1 {
	font-size: 20pt;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
}

h2 {
	color: #205288;
	font-size: 16pt;
	margin-top: 5px;
	padding-top: 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

li {
	font-weight:bold;
}


#site {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin-bottom: 20px;
	background-color: #015994;
}
#header img {
	border: none;	
}

p.area {
	font-size: 14pt;
	margin-bottom: 0px;
	color: #D7EFFF;
	line-height: 18px;
	margin-top: 0px;
}
p.phone {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 0px;
	color: #FFFFFF;
	margin-bottom: 0px;
}

#nav {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

#banner {
	position: relative;
	height: 222px;
	background-image: url('images/Banner.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 40px;
	padding-top: 85px;
	color: #FFFF66;
}
#banner ul {
	padding: 0px;
	margin: 20px 0px 0px 10px;
	list-style-position: inside;
	font-size: 12pt;
}
#banner ul li {
	
}

#banner .starburst {
	position: absolute;
	top: -5px;
	right: 15px;
	font-size: 18pt;
	font-weight: bold;
	color: #3A2E00;
	text-align: center;	
}

.conimg {
	padding-right: 8px;
	float: left;
}
#homeleft {
	text-align: left;
	width: 400px;
	padding-left: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E2E2E2;
	padding-right: 20px;
	margin-right: 20px;
}
#homeright {
	text-align: center;
	width: 260px;
	float: left;
}

#content {
	width:720px;
	padding-top:25px;
	padding-left:40px;
	text-align:left;
}

#footer {
	background-image: url(images/Footer.png);
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	height: 65px;
	padding-top: 30px;
	margin-top: 20px;
}
#footer a {
	color: #ffffff;
	font-size: 10px;
	margin-right: 2px;
	margin-left: 2px;
}
#footer ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#footer li {
	font-weight: normal;
	display: inline;
}

