body {
	background-image: url(images/bckgrd-color.jpg);
	background-repeat: repeat;
	margin: 0px;
}
.body-wrapper {
	background-image: url(images/bckgrd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 100%;
	padding-top: 190px;
	font-family: 'Lucida Grande', Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
.title {
	font-size: 13px;
	text-transform: uppercase;
	font-family: Helvetica, Verdana;
}
.content-wrapper {
	display: block;
	width: 611px;
	margin-right: auto;
	margin-left: auto;
}
.content-bullet {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	display: block;
	padding-left: 20px;
	padding-bottom: 15px;
}
.content-bullet a{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FEC7A5;
	color: #FFFFFF;
}
.content-bullet a:hover{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FEC7A5;
	color: #FFFFFF;
}
.content-bullet-title {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
	padding-left: 20px;
	padding-bottom: 26px;
}
.hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FEAB7B;
	margin-top: 25px;
	margin-bottom: 25px;
}
.hr-smaller {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FEAB7B;
	margin-top: 15px;
	margin-bottom: 15px;
}
.footer-wrapper {
	font-size: 10px;
	color: #FEC7A5;
	text-align: center;
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
.lightwindow-title {
	font-size: 15px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	background-color: #00ADEF;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 15px;
}
.lightwindow-content {
	font-family: 'Lucida Grande', Arial, Geneva, Helvetica, Verdana;
	font-size: 13px;
	line-height: 20px;
	color: #656565;
	display: block;
	padding: 13px;
}
.lightwindow-content a{
	color: #656565;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #656565;
}
.lightwindow-content a:hover{
	color: #656565;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #656565;
}
.lightwindow-bullet-web {
	background-image: url(images/icon-web.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	display: block;
	padding-left: 24px;
	padding-bottom: 10px;
}
.lightwindow-bullet-map {
	background-image: url(images/icon-drive.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	display: block;
	padding-left: 24px;
	padding-bottom: 10px;
}
