@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #000;
	background-image: url(../images/starBG.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.4;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
     p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
h2 {
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 10px;
	margin: 0;
}
a img { 
	border: none;
}

.container {
	width: 1024px;
	margin: 0 auto;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
}

.header {
	background-image: url(../images/header.jpg);
	height: 328px;
}
.slidewrap {
	float: right;
	margin-right: 10px;
}
.titlebar {
	background-image: url(../images/titlebar.jpg);
	height: 98px;	
}
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding-top: 33px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sidebar1 {
	float: left;
	width: 220px;
	padding-bottom: 10px;
}
#navcontainer {
   width: 200px;
   margin-left: 40px;
 }
#navlist {
  padding-left: 0;
  margin-left: 0;
  max-width: 200px;
}
#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #fff;
}
#navlist li a {
	text-decoration: none;
	font-weight: normal;
	color:#fff;
}
#navlist  a:link, .navlist2 a:visited {
  font-weight: normal;
  color: #fff;
}
#navlist a:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}
.content {
	margin: 20px;
	max-width: 750px;
	float: left;

}
p{
	text-align: justify;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.footer {
	position: relative;
	clear: both;
	background-image: url(../images/footer.jpg);
	height: 269px;
}
.footerwrap {
	font-size: 14px;
	color: #FFF;
	width: 400px;
	margin-left: 370px;
	padding-top: 123px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}a {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.sidepic {
	margin-left: 40px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.googlemap {
	height: 350px;
	width: 400px;
	border: 1px solid #FFF;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.thumbnails img {
	height: 80px;
	border: 4px solid #555;
	padding: 1px;
	margin: 0 10px 10px 0;
}

.thumbnails img:hover {
	border: 4px solid #00ccff;
	cursor:pointer;
	max-width: 100%;
}
.preview{
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
}
.preview img {
	border: 4px solid #444;
	padding: 1px;
	width: 100%;
    display: block;
    margin: 0 auto;
}

.gallery{
	display:block;
	width:100%;
	margin: 0 auto;
}