@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/index.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-attachment:fixed;
	background-color:#0d0d0d;
	margin:0;
}

#Page {
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	margin-top:35px;
	position:relative;
	margin-bottom:20px;
}

a {text-decoration:none;}

.BodyText {
	font-family: 'Open Sans', sans-serif;
	line-height:30px;
	font-size:15px;
	color:#7b7b7b;
	text-align:left;
}

.BodyHeading {
	font-size:20px;
	color:#010101;
	border-bottom:1px dotted #7b7b7b;
	margin-bottom:10px;
	height:30px;
}

.text {
	padding-left:40px;
	padding-right:40px;
	padding-top:25px;
}

.text1 {
	padding-left:40px;
	padding-right:40px;
	padding-top:25px;
}

#panels td {
	width:154px;
	height:187px;
}

#panels img {
	width:154px;
	height:187px;
}

.slideshow img { display: none }
.slideshow img.first { display: block }

.divider {
	height:1px;
	border-bottom:#CCC solid 4px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

.textbox {
	position: relative;
	float: left;
	width: 372px;
	height: 33px;
	margin: 0px;
	background: #FBFBFB;
	color: #B7B7B7;
	font: 13px/32px georgia;
	border: 1px solid #BFBFBF;
	padding: 0px 0 0 7px;
}

.textarea {
	position: relative;
	float: left;
	width: 372px;
	height: 84px;
	margin: 0px;
	background: #FBFBFB;
	color: #B7B7B7;
	font-family: 'Droid Serif', serif;
	font-size:14px;
	border: 1px solid #BFBFBF;
	padding: 5px 0 0 7px;
	resize: none;
}

#galleryimages td{
	text-align:center;
	padding:12px;
}

#galleryimages {
	margin-bottom:15px;
}

.fade, .to-top {
	cursor:pointer;
}

#map {
	background:#FFFFFF;
	padding:7px;
	width:430px;
	height:auto;
}

.ContactText {
	font-family: 'Droid Serif', serif;
	font-size:14px;
	color:#666;
	line-height:17px;
}

.ContactIcons {
	position:relative;
	padding-right:7px;
	top:+3px;
}

.FormText {
	font-family: 'Droid Serif', serif;
	font-size:14px;
	color:#666;
	line-height:30px;
}

img {border:0}