body {
	background: #666666;
	margin: 0px;
	padding: 0px;
	font: normal 13px Georgia, serif;
	line-height: 140%;
}
img {
	border: 0px;
}
a {
	color: #336699;
}
p {
	color: #333333;
	margin: 0px;
	padding: 0px 0px 1.5em 0px;
	line-height: 140%;
}
p.special {
	font: bold 13px "Lucida Grande", sans-serif;
	color: #336699;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	margin: 0px;
	padding: 0px 0px .7em 0px;
	color: #003366;
}
.main h1 {
	font: normal 22px Georgia, serif;
}
.main h2,
.full h2 {
	font: bold 14px "Lucida Grande", sans-serif;
	border-bottom: 1px solid #C1C1C1;
	padding-bottom: .5em;
	margin-bottom: 1em;
}
.main h3 {
	font: bold 13px "Lucida Grande", sans-serif;
	padding-bottom: .25em
}
.main h4 {
	font: bold 13px Georgia, serif;
	color: #333333;
	padding-bottom: .15em;
}

.side h2 {
	font: bold 12px Verdana, serif;
	color: #666666;
	padding-bottom: .25em;
}


ul {
	margin: 0px;
	padding: 0px 0px 1em 1.5em;
}
li {
	margin: 0px;
	padding: 0px 0px .5em 0px;
}

.side ul {
	padding: .25em 0px 0px 0px;
}
.side li {
	list-style-type: none;
	background: transparent url(../images/side-bullet.png) no-repeat scroll 0px .65em;
	padding-left: 10px;
}
.side li a {
	color: #007dc3;
}


.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

#site-outer {
	width: 1004px;
	margin: 0px auto;
	background: transparent url(../images/background-site.png) repeat-y scroll top left;
}
#site-inner {
	background: transparent url(../images/background-footer.png) no-repeat scroll bottom left;
	padding: 0px 35px 35px 35px;
}
#site {
	background: #FFFFFF url(../images/background-gradient.png) repeat-x scroll bottom left;
}

#header {
	line-height: 0px;
	width: 934px;
	height: 104px;
	padding: 0px;
}
#header span {
	display: none;
}
#header a {
	display: block;
	width: 100%;
	height: 100%;
}

#nav {
	background: #000000 url(../images/background-nav.png) repeat-x scroll top left;
	color: #FFFFFF;
	font: bold 14px Arial, sans-serif;
	line-height: 100%;
	padding: 9px 35px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 5px;
}
#nav a:hover {
	color: #CCFFCC;
	text-decoration: underline;
}

#content-head {
	width: 934px;
	height: 256px;
	padding-bottom: 25px;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#phone {
	position: absolute;
	top: 0px;
	left: 635px;
	width: 282px;
	height: 80px;
	background: transparent url(../images/phone.png) no-repeat scroll top left;
	color: #FFFFFF;
	font: bold 12px "Trebuchet MS", sans-serif;
	line-height: 17px;
}
#phone span {
	padding-left: 3px;
	font-size: 18px;
	line-height: 20px;
}
#phone-inner {
	padding: 12px 40px 0px 75px;
}
#map {
	position: absolute;
	top: 90px;
	left: 635px;
	width: 282px;
	text-align: center;
	line-height: 100%;
}
#map a {
	font: normal 14px "Trebuchet MS", sans-serif;
	color: #333333;
	text-decoration: none;
	display: block;
	padding-bottom: 150px;
	background: transparent url(../images/map.png) no-repeat scroll bottom center;
}

#google-maps {
	width: 282px;
	text-align: center;
}
#google-maps a {
	font: normal 14px "Trebuchet MS", sans-serif;
	color: #333333;
}

.main {
	width: 555px;
	float: left;
	padding: 0px 0px 40px 40px;
}

.side {
	font: normal 12px Verdana, sans-serif;
	color: #333333;
	float: right;
	width: 285px;
	padding: 40px 10px 0px 0px;
}

.full {
	clear: both;
	padding: 0px 20px 0px 40px;
}

#footer {
	padding: 15px 40px;
	font: normal 12px Verdana, sans-serif;
	line-height: 150%;
}
#footer-nav {
	padding-bottom: 8px;
	font-weight: bold;
	color: #333333;
}
#footer-nav a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#footer-nav a:hover {
	color: #003366;
	text-decoration: underline;
}
#footer-address span {
	padding: 0px 5px;
}

@media print {
	#nav,
	#map,
	#google-maps {
		display: none;
	}
	
	#content-head {
		height: 70px;
	}
}
