body { background : white; color : black; margin : 0; padding : 0; font-family : Verdana, Arial, Helvetica, sans-serif;}
h1 { font-size : 1.6em;}
h2 { font-size : 1.3em;}
h3 { font-size : 1em; font-style : italic; font-weight : bold;}
h1, h2, h3 { margin-bottom : 0; padding-bottom : 0;}
ul, p { margin-top : 0; margin-bottom : 1em; padding-top : 0; padding-bottom : 0;}
li { padding-bottom : .5em;}
li li { padding-bottom : 0;}
li ul { margin-bottom : 0;}
img { border : none;}
a { font-weight : bold;}
a:link, a:visited { color : #611A2C; text-decoration : none;}
a:hover { color : #A09885; text-decoration : underline;}
.Right { float : right; margin-left : 1em;}
.Left { float : left; margin-right : 1em;}
.Warning { color : Red;}
body { background : white url(../Images/Stucco.jpg); padding : 0; margin : 0;}

#HeaderArea { background : transparent url(../Images/Roof.jpg);}
.Contact { color : #fff; padding-top : 10px;}
.Contact a:link, .Contact a:visited { color : #fff; text-decoration : none;}
.Contact a:hover { text-decoration : underline;}
#NavArea { background : transparent url(../Images/Menu_01.png) repeat-x;}
#MainCell { background : transparent url(../Images/Design_04.png);}

#Main { margin : 0 20px; padding : 0;}
#Footer { font-size : .8em;}
#Footer a:hover { color : #813A4C; text-decoration : underline;}

#ShowList a { display : block; margin-bottom : .3em;}

#NavCell { padding-left : 95px;}

/************************************Suckerfish************************************/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size : .9em;
}

#nav a, #nav img {
	display: block;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #68604A;
	border : 1px solid #88836E;
	width: 160px;
	top: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li a { /* second-level lists */
	width: 150px; padding : 5px;
}

#nav li ul li a:link, #nav li ul li a:visited { /* second-level lists */
	color: white; text-decoration : none;
}

#nav li ul li a:hover { background : #88836E;}

#nav li ul li strong { display : block; color: black; background : #88836E; width : 150px; padding : 5px;}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 150px;
	top: auto;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* *************************Lightbox**********************************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 1000px; background-color: #000; }

