html, htm, body { height:100%; }
body {margin:0; font-family:Arial, Helvetica, sans-serif; background:#AB6F39 url(assets/images/background.jpg) left top repeat-x;}

h1 { font:bold 18px Verdana, Arial, Helvetica, sans-serif; margin:0px; color:#000;}
h2 {font-size:16px; margin-top:10px; margin-bottom:10px; color:#AB6E37;}
h3 {font-size:14px; margin-top:10px; margin-bottom:10px;}
h4 {font-size:16px;}

p {font-size:12px; line-height:20px; margin:0px; padding:0px 0px 1em 0px; color:#000000;}

a {text-decoration:none; color:#996600; font-weight:bold;}
a:hover {text-decoration:underline;}

ul {margin-top:5px; margin-bottom:5px;}
li {font-size:12px; line-height:20px; color:#000000;}

hr {color:#000000; background:#000000; height:1px; border:0;}

/* Classes */

.imgborder {border:1px solid #000000;}
.smalltext {font-size:11px; line-height:18px;}
.nomargin {margin:0;}
			  
/* End Classes */
			  
/* Custom Forms -- Just change the colors */

.forms p {margin:0;}
.fields {font-size:12px; color:#000000; padding:1px; border:1px solid #000000; background-color:#999999 !important;}
input.submit, input.submit:hover {border:1px solid #000000; padding:1px; font-size:12px;}	
input.submit {background-color:#CCCCCC; color:#000000;}
input.submit:hover {background-color:#000000;	color:#CCCCCC;}
input {background-color:#FFFFFF !important;}

/* End Custom Forms*/

#container {
	width:1000px;
		height: auto;
		min-height:100%;
		_height: 100%;
	margin:0 auto;
	padding:0px;
	background:url(assets/images/container_repeat.png) center top repeat-y;
	}
	#contents {
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		background:url(assets/images/header_bg.jpg) left top no-repeat;
		}
		#header {
			width:auto;
			height:308px;
			margin:0px;
			padding:0px;
			}
			#name_tag {
			width:620px;
			height:159px;
			margin:0 auto;
			padding:25px 0px 0px 0px;
			}
			#phone {
			width:250px;
			height:auto;
			margin:0px;
			padding:40px 115px 0px 0px;
			font:20px Verdana, Arial, Helvetica, sans-serif;
			color:#FBE9C3;
			float:right;
			}						
		#body {
			width:792px;
			height:auto;
			margin:0 auto;
			padding:0px;
			background:url(assets/images/body_repeat.jpg) left top repeat-y;
			}
			#leftCol {
				width:170px;
				height:auto;
				margin:0px;
				padding:0px 0px 0px 17px;
				}
				#nav {
				width:auto;
				height:auto;
				margin:0px;
				padding:0px;				
				}
					#nav li {
					list-style:none;	
					background:url(assets/images/nav_repeat.jpg) left top repeat-y;	
					margin:0px 0px 5px 0px;		
					padding:0px 0px 0px 0px;
					display:block;			
					}
					#nav li a {
					padding:0px 0px 0px 25px;				
					text-decoration:none;					
					font:bold 12px/24px Geneva, Arial, Helvetica, sans-serif;
					color:#000;
					}
					#nav li a:hover {
					text-decoration:none;
					color:#996600;
					}
			#rightCol {
				width:530px;
				height:auto;
				margin:0px;
				padding:0px 50px 0px 0px;
				float:right;
				}
			#clear {
				margin:0px;
				padding:0px;
				clear:right;
				}
	#footer {
		width:792px;
		height:142px;
		margin:0 auto;
		padding:0px;
		background:url(assets/images/footer_bg.png) left bottom no-repeat;
		}
		#address {
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		font:bold 16px/26px Verdana, Arial, Helvetica, sans-serif;
		text-align:center;
		}
		#copy {
		width:auto;
		height:auto;
		margin:0px;
		padding:15px 0px 0px 0px;
		text-align:center;
		font:10px Arial, Helvetica, sans-serif;
		color:#fff;
		}
		
#pushdown {
	width: auto;
	height: 100px;
	}
#toplinks {
	text-align: center;
	font-size: 11px;
	color: white;
}	
#toplinks a{
	text-decoration: none;
	color: white;
}
	
/*	@charset "UTF-8"; */

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: #AB6E37;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #000;
	width: 700px;
	height: 600px;
	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: transparent url(assets/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(assets/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(assets/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	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; margin: -50px 0px 0px 250px; position:absolute; z-index:100;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 600px;
	}
#googlesearch {
	margin-left: 20px;
	margin-bottom: 5px;
}
