body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, button, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia, Trebuchet MS, Helvetica, sans-serif, Arial;
} 
a:active {
	outline: none;
}
body {
	color: #333333;
	background: #fff url(../img/bg-body.jpg) repeat-x;
}
h2 {
	padding: 30px 20px 10px 20px;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
p {
	padding: 15px 20px 0 20px;
	font-size: 18px;
	line-height: 24px;
}
p a {
	text-decoration: none;
	color: #EF2229;
}
p a:hover {
	color: #2E3391;
}
#left-gradient {
	width: 958px;
	margin: 0 auto;
	background: url(../img/bg-body-left.jpg) no-repeat top left;
}
#right-gradient {
	width: 958px;
	margin: 0 auto;
	background: url(../img/bg-body-right.jpg) no-repeat top right;
}
#wrapper {
	margin: 0 auto;
	background: #fff;
	width: 940px;
}
#wrapper img {
	margin: 0 0 -3px 0;
}
#logo {
	width: 940px;
	height: 210px;
	background: url(../img/logo.jpg) no-repeat;
	text-align: right;
}
#logo h1 {
	font-size: 17px;
	font-style: italic;
	padding: 25px 20px 15px 20px;
}
#logo p {
	padding: 0 20px;
	font-size: 15px;
	line-height: 20px;
}
#nav {
	clear: both;
	height: 61px;
	background: #EF2229;
}
#nav li {	
	float: left;
	list-style: none;
}
#nav a, #nav a:hover {
	display: block;
  	color: #fff;
	margin: 8px 13px;
	padding: 8px 11px;
	font-family: Trebuchet MS, Helvetica, sans-serif, Arial;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#nav a {
	border: 1px solid #EF2229;
}
#nav a:hover {	
  	color: #2E3391;
	background: #FFF;
	border: 1px solid #FAC720;
}
#left-col {
	float: left;
	width: 340px;
}
#right-col {
	float: right;
	width: 600px;
}
#google-map {
	width: 940px;
	height: 490px;
}
#footer {
	clear: both;
	width: 940px;
	background: #2E3391;
	text-align: right;
	line-height: 48px;
	height: 48px;
}
#footer p {
	font-size: 13px;
	color: #bbb;
}
#footer p a {
	text-decoration: none;
	color: #FAC720;
}
#footer p a:hover {
	color: #FFF;
}
#privacy {
	padding: 15px;
	color: #333;
	background: #fff;
}
#photo-gallery {
	padding: 20px 20px 0 20px;
}
.img1, .img2, .img3 {
	margin: 0 0 20px 0;
	float: left;
	width: 288px;
}
.img2 {
	margin: 0 18px 20px 18px;
}
.img1 img, .img2 img, .img3 img{
	border: 1px solid #ccc;
}
form {
	width: 560px;
	padding: 0 20px;
}
form fieldset {
    margin: 20px 0 60px 0;
	background: url(../img/bg-fieldset.jpg) repeat-x;
}
form fieldset div {
	float: left;
    padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
label {
	float: left;
	width: 218px;
	font-size: 18px;
}
input, textarea, select, button {
	font-size: 18px;
	border: 1px solid #FAC720;
	width: 340px;
}
button { 
	font-weight: bold;
    color: #EF2229;
	background: #fff;
}
button.hover { 
    color: #fff;
	background: #EF2229;
	border: 1px solid #FAC720;
	cursor: pointer;
}



#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../img/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../img/prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Trebuchet MS, Helvetica, sans-serif, Georgia, Arial;
	font-size: 16px;
	color: #333;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 30px;
	background: transparent url(../img/closelabel.gif) no-repeat 0px 10px;
	margin: 5px 0;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
#lbNumber {
	font-size: 11px;
}
