@charset "UTF-8";

/*=========================================
http://www.ClassicStoneLLC.com
author: ProVim.net
email: info@provim.net
website: http://www.provim.net/
=========================================*/

/* +GENERAL - include note
=========================================*/
	/* Remove padding and margin - universal */
* {margin: 0;padding: 0;}

	/* Put it back on certain elements */
p, pre, blockquote, form, fieldset, table {margin: 1em 0;}

	/* Class for clearing floats */
.clear {clear:both;height:0;font-size:1px;line-height:0px;}

	/* Remove border around linked images */
img {border: 0;}

.fltrt {float: right;margin-left: 8px;}
.fltlft {float: left;margin-right: 8px;}

hr {
	background:#A2A683;
	height:2px;
	border:none;
	margin:15px 0;
	}
hr.heavy {
	background:#A2A683;
	height:4px;
	border:none;
	margin:20px 0;
	}

/* +MAIN
=========================================*/

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/background.jpg) top center repeat-x #4B4127;
	margin: 0; /* to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #2D2212;
	}
#container { 
	width: 940px;
	background: url(images/bodybg.jpg) center top repeat-y #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	} 
#contentbg {
	width:900px;
	background:url(images/contentbg.jpg) repeat-x top center #FFFFFF;
	margin:0 20px;
	}
#header {
	width:940px;
	height:300px;
	background: url(images/headerbg.jpg) no-repeat center top #FFFFFF; 
	padding:0;
	margin:0;
	} 
#header h1 {
	margin: 0;
	padding: 10px 0;
	}
#header img.logo {
	float:left;
	clear:left;
	width:317px;
	height:170px;
	margin:50px 0 0 94px;
	}
#header div.photos {
	float:right;
	width:350px;
	height:259px;
	margin:41px 60px 0 35px;
	padding:0;
	background:url(images/photobg.jpg) center top no-repeat;
	}
#sidebar1 {
	float: right;
	width: 315px;
	background:none;
	padding:20px 0 0 0;
	margin:0 55px 0 0px;
	}
#sidebar1 p {line-height:1.8em;}

#mainContent { 
	width:410px;
	margin: 0 0 0 35px; 
	padding: 30px 0;
	min-height:425px;
	} 

#footer {
	background:#e8e9e0;
	margin:0 20px;
	height:145px;
	border-top:#A2A683 1px solid;
	}
#footer p {
	text-align:right;
	padding:8px 30px 0 30px;
	}

#stamp { 
	padding:0;
	margin:0;
	background: url(images/footerbg.jpg) top center no-repeat #4B4127; 
	text-align:center;
	} 
#stamp p {margin: 0;padding: 10px 0;}
#stamp img.stamp {margin:50px 0px 15px 0;}

/* + TYPE
=========================================*/

#mainContent p {line-height:1.8em;} 
#mainContent ul { 
	margin:10px 30px;
	line-height:1.8em;
	} 

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	}
a h1, a h2 {
	color:#2D2212;
	text-decoration:none;
	}
a:hover h1, a:hover h2 {
	color:#982522;
	text-decoration:none;
	}


p.subtext {
	font-size:10px;
	color:#982522;
	text-align:center;
	}

/* +LINKS
=========================================*/

#mainContent a {color:#982522;text-decoration:none;border-bottom:none;}
#mainContent a:hover {text-decoration:underline;}
#sidebar1 a {color:#982522;text-decoration:none;border-bottom:none;}
#sidebar1 a:hover {text-decoration:underline;}


/* +MAIN NAVIGATION
=========================================*/

#nav {
	margin:0 20px;
	background:#A2A683;
	height:31px;
	font-size: 13px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
 	}
	
p.contactinfo {
	float:right;
	width:300px;
	margin:0 28px 0 0;
	padding:0;
	}
	
	p.contactinfo a {color:#FFFFFF;}
	
	/*DropDown*/

#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		}
	#jsddm li a
	{	display: block;
		background: #A2A683;
		padding: 8px 20px;
		border-right:#b7ba9f solid 1px;
		text-decoration: none;
		color: #FFFFFF;
		white-space: nowrap
		}
	#jsddm li a:hover
	{	background: #A2A683;
		text-decoration:underline;
		}
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid #b7ba9f}
		
		#jsddm li ul li
		{	float: none;
			display: inline;}
		
		#jsddm li ul li a
		{	width: auto;
			background: #898c6f;
			border-bottom: 1px solid #b7ba9f;}
		
		#jsddm li ul li a:hover
		{	background: #70735b}


/* +MISC - ROTATE
=========================================*/

#image_rotate {
	list-style: none;
	margin:9px 9px 0 0;
	padding:0;
	float: right;
	width: 332px;
	height:244px;
	}
#image_rotate ul {overflow:hidden;}
#image_rotate li {margin:0;padding:0;}
.rotate {height:173px;overflow:hidden;}
div.photos {overflow:hidden;}

/* +MISC - Lightbox
=========================================*/

html, body { margin: 0; padding: 0; height: 100%;}

#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	
	z-index:100;
	width:100%;
	height:auto;
	
	text-align:center;
	color:#333333;
	
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
	text-decoration:none;
	color:#999999;
}

#lightbox-overlay {
	z-index: 90;
	background-color:#000000;
	height: 100%;
	position:fixed;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	color:white;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
	position:relative;
	border:1px solid black;
	background-color:white;
	width:400px;
	height:400px;
	margin:0 auto;
}

#lightbox-imageContainer {
	padding:1px;
}

#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
/* #lightbox-imageBox > #lightbox-nav { left: 0; } 
#lightbox-nav a { outline: none; }*/


#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
	/* cursor:pointer; */
	zoom:1; /* who knows why? */
	
	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
}
/*
.preload_largeLink, #prevLink:hover, #prevLink:visited:hover {
	background:url("images/prev.gif") left 45% no-repeat;
}
.preload_nextLink, #nextLink:hover, #nextLink:visited:hover {
	background:url("images/next.gif") right 45% no-repeat;
}
*/

#lightbox-infoBox {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0px;
	
	/* width: 100%;
	padding: 0 10px 0; */
}

#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	
	line-height:normal;
	/* height:30px; */
}
#lightbox-infoHeader {
	width:100%;
	text-align:center; 
}
#lightbox-caption {
	text-align:justify;
}
#lightbox-caption-title {
	font-weight:bold;
}
#lightbox-caption-description {
	font-weight:normal;
}

#lightbox-infoFooter {
	margin-top:3px;
	color:#999999;
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left;
}
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right;
}
#lightbox-close-button{
	padding-left:30%;
}
#lightbox-close-button:hover {
	color:#666666;
}

#lightbox-infoContainer-clear {
	clear:both; 
	visibility:hidden;
}