@charset "UTF-8";
/* CSS Document */
body {
	background: url(../images/background.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 15px;
}
.underline {
	text-decoration: underline;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;
}

#container {
	padding: 0;
	width: 914px;
	margin: 0 auto;
	margin-bottom: 33px;
}
#header {
	margin: 0;
	padding: 0;
}
#logo {
	margin: 0;
	padding: 0;
	position: relative;
	height: 113px;
	background: #333333 url(../images/logo.png) no-repeat top left;
}
#logo h1 {
	text-indent: -9999px;
}
#navbar {
	background: url(../images/header.jpg) no-repeat;
	height: 55px;
	margin: 0;
	padding: 0 0 0 25px;
	overflow: hidden;
}
#navbar ul {
	position: relative;
	top: 20px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#navbar li {
	float: left;
	width: auto;
}
#navbar li a {
	font-weight: bold;
	border-right: solid 1px #FFFFFF;
	padding: 0 25px;
	}
#navbar li a.last {
	border-right: none;
}
	
#banner {
	background: url(../images/banner.jpg) no-repeat;
	height: 282px;
}
#banner h2 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#main {
	background: url(../images/main.jpg) no-repeat;
	height: 322px;
	}
#main p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}
#main h3 {
	font-size: 18px;
	padding: 0;
	margin: 0 0 20px 0;
}
#blurb1 {
	float: left;
	width: 250px;
	position: relative;
	top: 40px;
	left: 32px;
}
#blurb2 {
	float: left;
	width: 260px;
	position: relative;
	top: 40px;
	left: 90px;
}
#blurb2 p {
	padding-right: 17px;
}
#blurb3 {
	float: left;
	width: 250px;
	position: relative;
	top: 40px;
	left: 125px;
}

#info {
	height: 425px;
	color: white;
	background: url(../images/infobg.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
#info h2 {
	margin: 0 0 15px 0;
	padding: 0;
}
#info #about {
	float: left;
	width: 540px;
	height: 235px;
}
#info #about h2 {
	font-size: 20px;
	padding: 26px 0 0 30px;
}
#info #about p {
	padding: 0 35px 0 30px;
}
#links {
	clear: left;
	float: left;
	width: 540px;
}
#links ul {
	float: left;
	width: auto;
	margin-top: 42px;
	margin-left: 50px;
}
#links li {
	background: url(../images/listarrow.png) no-repeat;
	background-position: -5px -5px;
	padding-left: 22px;
	margin-bottom: 25px;
}
#links li a {
	font-size: 14px;
	font-weight: bold;
}

#sidebar {
	float: right;
	width: 369px;
}
#sidebar h2 {
	font-size: 20px;
	padding: 26px 0 0 30px;
}
#info #sidebar p {
	margin: 0 0 15px 0;
	padding: 0 30px 0 30px;
}
#info #sidebar ul {
	margin: 0 0 15px 30px;
}
#info #sidebar li {
	list-style: disc;
	text-indent: -8px;
	margin: 0 25px 0 35px;
	padding: 0 30px 0 5px;
}

#footer {
	height: 59px;
	background: url(../images/footer.jpg) no-repeat;
	overflow: hidden;
}
.copyright {
	line-height: 59px;
	color: white;
	font-size: 10px;
	padding-left: 33px;
}

.address {
font-weight: bold;
line-height: 20px;
text-transform: uppercase;
margin: 25px 35px 0 0;
padding-top: 25px;
color: white;
font-size: 16px;
float: right;
}

.phone {
padding-right: 33px;
float: right;
color: white;
font-size: 12px;
font-weight: bold;
text-align: right;
line-height: 59px;
}
