/* CSS Document */

html,body{margin:0;padding:0}
body{font: 76% Georgia, "Times New Roman", Times, serif;text-align:center; color:#FFFFFF; line-height: 1.5em; background-color:#000000;}
a,a:hover{color: #D0AD67; text-decoration: underline;}
p {color:#FFFFFF; font-size: 1em; line-height: 1.5em}
h1,h2,h3 {color: #D0AD67}
h1 {font-size: 2em}
h2 {font-size: 1em}


/*************** Lists **********************/
ul {list-style: square; color: #D0AD67; line-height: 1.5em;}
ol li {margin-bottom: 10px;}
dt {color: #D0AD67}

#floorplan {font-size: 1em;}

/*************** Start Start Header **********************/
#header{
height:125px;
background: url(../../images/layoutimages/mainbanner.jpg) left top no-repeat;
border-bottom: 1px solid #333333;
line-height:80px;
margin:0;
background-color: #000000;
color: #79B30B
}
/*************** End Header Start Header **********************/
  
div#container{
	text-align:left;
	width: 900px;
	border: 1px solid #D0AD67;
	background:url(../../images/layoutimages/wrapperback.jpg) top repeat-y;
	border-right: 1px solid #doad67;
}
div#content p{line-height:1.4}


/*************** Start Navigation  **********************/

div#navigation{background:none}
.navcontainer { width:208px; }

.navcontainer ul{
margin-left: 0;
padding-left: 10px;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 6px 3px 6px 3px;
width: 192px;
border-bottom: 1px solid #D0AD67;
}

.navcontainer a:link, #navlist 
{
color: #EEE;
text-decoration: none;
}
.navcontainer a:visited {color:#FFFFFF; text-decoration:none}
.navcontainer a:hover
{
background-color: #D0AD67;
color: #2D2D2D;
}
#navcontainerbuttons  a:hover, #navcontainerbuttons  a {background: none; text-decoration: none; border: none;}

.navlistspecial a:link{color: #D0AD67; text-decoration:none}

/*************** Begin Content**********************/

div#content{float:right;width:650px; margin: 10px;}


/*************** Begin Photo Gallery**********************/
#gallery {width: 100%;}

#gallery img {
	float: left;
	padding: 10px;
	border: none;
	}
	
	
#gallery a {
	border: 1px solid #000000;
	float: left;
	}

#gallery a:hover {
	background-color: #3E3E3E
	}

	
/*************** Begin Thumbnails  **********************/

#thumbnailcontainer {
width: 100%;
clear: both;
}

#thumbnailcontainer p {
margin: 0;
padding: 0;
text-align: center;
}

#thumbnail {
	width: 150px;
	height: 200px;
	float: left;
	margin-right: 10px;
}

/*************** End Navigation  **********************/

div#footer{background: #000000 url(../../images/layoutimages/jesusfish.jpg) right top no-repeat;color: #FFF; border-top: 1px solid #333333}
div#footer p{margin:0;padding:5px 10px}
div#container{width:900px;margin:0 auto}

div#navigation{float:left;width:200px}
div#extra{float:right;width:500px}
div#footer{clear:both;width:100%}



/*************** Begin Misc Styles  **********************/

.graybox {
background-color: #3E3E3E; 
color: #DOAD67; 
padding: 4px; 
width: 300px; 
margin-bottom: 10px;
}
h3.boxheader {color: ##D0AD67; border-bottom: 1px solid #2D2D2D; font-size: 1em}

ul.speclist {color: #FFFFFF}

img.floatright {float: right; margin-right: 10px}

img.floatright2 {float: right; padding: 20px;}

.floatleft {float: left}

iframe {background-color: #FFFFFF;}

ol {font-family: Arial, Helvetica, sans-serif;}
.clear {clear: both}