@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #181842;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #f1e6be;
}
img {
	border: solid 2px #C6B777;
	padding: 0;
	margin: 0;
}
p {
	padding: 0;
	margin: 0;
	text-indent: 0;
}
a {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
}
a:visited {
	color: #E1DED9;
	text-decoration: none;
}
a:link {
	color: #E1DED9;
	text-decoration: none;
}

a:hover {
	color: #D3AE30;
	text-decoration: none;
}
a:active {
	color: #D3AE30;
	text-decoration: none;
	margin: 0 5px;
}

h1, h2, h3 {
	color: #D3AE30;
}
h4 {
	font-size: 135%;
	color: #500;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
	font-size: 100%;
	color: #E1DED9;
}
h6 {
	font-size: 90%;
	color: #C5BAA7;
	text-indent: 15px;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	padding: 0;
	margin: 0;
	list-style:none;
}
.table {
	padding: 0px;
	margin:0px;
}


.container  {
	width: 880px;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/mainbg.jpg);
} 
.header  {
} 
.sidebar  {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 44px;
	width: 220px;
	color: #DED9CF;
}
.nav {
	background-image: url(images/linkbg.jpg);
	background-repeat: no-repeat;
	width: 168px;
	margin: 0px 0px 0px 12px;
	padding: 10px 28px 8px 12px;
	height: 26px;
}
.nav a {
	color: #D5CCBF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	text-decoration: none;
}
.news {
	margin: 0px 0;
	background-image: url(images/sidebar_bg.jpg);
	min-height: 273px;
	background-repeat: no-repeat;
	width: 148px;
	padding: 0 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #C5BAA7;
}
.news a {
	font-weight: bold;
	color: #E1DED9;
}
.mainContent  {
	margin: 10px 50px 0 265px;
} 
.mainContent img{
}
.photoGroupTop {
	text-align: center;
	color: #C5BAA7;
	font-style: italic;
	margin: 0 0 15PX 0;
	padding: 0px 20px 0px 15px;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.title {
	background-image: url(images/title_bg.jpg);
	background-repeat: no-repeat;
	padding: 6px 60px 0px 20px;
	height: 38px;
	font-size: 140%;
	color: #D3AE30;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.titleItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #500;
	padding: 15px 0 6px 0;
	font-size: 125%;
}
.titleItalicTop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #500;
	padding: 15px 0 6px 15px;
	font-size: 125%;
}
.titleItalicPhotos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #500;
	padding: 10px 0 5px 0;
	font-size: 125%;
}
.paragraph {
	padding: 5px 20px 10px 0px;
}
.paragraph p {
	text-indent: 20px;
}
.paragraphTop {
	padding: 5px 15px 10px 20px;
}
.paragraphTop p {
	text-indent: 20px;
}
.list {
	font-weight: bold;
	list-style-type: square;
}
#contact {
	margin: 0 10px 0 10px;
}
.italicDescription {
	text-align: center;
	padding: 5px 15px 10px 0;
	font-style: italic;
}
.caption {
	padding: 5px;
}
.list ul {
	padding: 0 40px;
}
.list ul li {
	padding: 5px 0;
	list-style:disc;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.footer  {
	padding: 38px 45px 48px 45px;
	background-image: url(images/footer.jpg);
	text-align: center;
	background-repeat: no-repeat;
	background-color: 181842;
	font-weight: bold;
	font-size: 115%;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.footerNav {
	padding: 3px 15px 6px 15px;
}
.separator  {
	color: #D5CCBF;
	margin: 0 px 10px;
}
.address {
	color: #C5BAA7;
	margin: 2px 0px 5px 0px;
	padding: 5px;
	font-size: 105%;
}
.address a:link {
	color: #C5BAA7;
}
.address a:hover {
	color: #D3AE30;
}
.address a:active {
	color: #D3AE30;
}

.address a:visited {
	color: #C5BAA7;
}
.copyright {
	background-color: #181842;
	text-align: center;
	color: #BAAD96;
}



#projects {
	text-align: center;
	margin: 0px 20px;
}
#projects img {
	border-color:#330;
	border-style:solid;
	border-width:1px;
	padding: 3px;
	background-color:#DCDCBF;
}
#projects img a:hover{
	border-color:#330;
	border-style:solid;
	border-width:1px;
	padding: 3px;
	background-color:#030;
}
.projectphoto {
	text-align:center;
	padding-top: 10px;
}
.projectphoto img {
	border: 1px solid #000;	
}
.projectDescription {
	font-style: italic;
	text-align: center;
	padding: 6px 30px 4px 15px;
	color: #EEBF04;
}
.projectsNavigation {
	text-align: center;
	padding: 5px 40px 5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330;
}
.projectsNextPrevious {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 40px 5px 20px;
	color: #600;
}
.projectsNextPrevious a {
	color: #000;
}
.projectsNextPrevious a:link {
	color: #600;
}
.projectsNextPrevious a:visited {
	color: #600;
}
.projectsNextPrevious a:hover {
	color: #D3AE30;
}
.projectsNextPrevious a:active {
	color: #D3AE30;
	text-decoration: underline;
}



.photoGallery {
	text-align: center;
	padding: 10px 4px 10px 0px;
	list-style: none;
}
.photoGallery li {
	margin: 1px;
	padding: 1px;
	display: inline;
}
.photoGallery img {
	height: 83px;
	width: 125px;
	margin: 1px;
	border: 1px solid #333;
}



.photoGallery1 {
	text-align: center;
	padding: 0 10px 0 0;
}



.photoGallery2 {
	text-align: center;
	padding: 10px 0 0 0;
	list-style: none;
}
.photoGallery2 li {
	margin: 1px;
	padding: 1px;
	display: inline;
}
.photoGallery2 img {
	margin: 10px 20px;
}



.photoGallery240x {
	text-align: center;
	list-style: none;
}
.photoGallery240x ul li {
	margin: 1px;
	padding: 1px;
	display: inline;
}
.photoGallery240x img {
	height: 172px;
	width: 240px;
	margin: 0 10px 0 0;
}



.photoGalleryplans {
	text-align: center;
	list-style: none;
}
.photoGalleryplans ul li {
	margin: 1px;
	padding: 1px;
	display:inline;
}
.photoGalleryplans img {
	margin: 0 10px 0 0;
	border:none;
}



.newsGallery {
	text-align: center;
	padding: 10px 15px 10px 10px;
	list-style: none;
}
.newsGallery li {
	margin: 3px;
	padding: 5px;
	display: inline;
}
.newsGallery img {
	height: 150px;
	width: 225px;
	border-style: solid;
	border-color: #330;
	border-width: 1px;
	margin: 3px;
}




.FBupdates {
}
.FBupdates h2 {
	padding: 5px 0;
	color: #000;
}
#facebookSB iframe {
	background-image:url(images/bg-trans-sb.png);
}




.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
	color: #fff;
	text-decoration: none;
	text-align:center;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -200px; /*position where enlarged image should offset horizontally */
}

