/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
		font-weight: normal;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

/* Home Page */
body {
	width: 882px;
	margin-left: auto;
	margin-right: auto;
	color: black;
	background: white;
}

div#header {
	width: 100%;
	height: 98px;
	background: transparent;
	color: #B4AD76;
}

div#call_us {
	float: right;
	margin-top: 10px;
}

div#header h1 {
	line-height: 0.3em;
	font-size: 24px;
}

div#header img {
	float: left;
}

div#header a img {
	border: 0;
	display: block;
}

div#navigation {
	width: 882px;
	height: 249px;
	color: white;
	background: transparent;
}

div#navigation h2 {
	font-size: 0.9em;
	text-align: left;
	position: relative;
	top: 211px;
	margin-left: 5px;
}

div#nav_links {
	height: 100%;
	width: 217px;
	color: inherit;
	background: url('images/nav_links_bg.gif') #2A3B4F no-repeat top left;
	float: left;
}

div#nav_links a {
	text-decoration: none;
	color: white;
	background: transparent;
}

div#nav_links a:hover {
	text-decoration: none;
	color: #B42D34;
	background: transparent;
}

div#nav_links li.active a {
	color: #F4E9CB;
	background: transparent;
}

div#nav_links li.active a:hover {
	color: #B42D34;
	background: transparent;
}

div#nav_links ul {
	list-style: none;
	margin: 3px 0;
	padding: 3px 0;
}

div#nav_links li {
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-left: 1.7em;
	text-indent: -16px;
	line-height: 1.6em;
}

div#holder1 {
	width: 215px;
	height: 100%;
	color: inherit;
	background: url('images/holder1.gif') no-repeat;
	float: left;
	margin: 0 0 0 7px;
}

div#holder2 {
	width: 215px;
	height: 100%;
	color: inherit;
	background: url('images/holder2.gif') no-repeat;
	float: left;
	margin: 0 0 0 6px;
}

div#holder3 {
	width: 215px;
	height: 100%;
	color: inherit;
	background: url('images/holder3.gif') no-repeat;
	float: left;
	margin: 0 0 0 6px;
}

div#content {
	width: 100%;
	height: 100%;
	min-height: 360px;
	background: transparent;
	color: black;
	font-size: 0.8em;
	border-bottom: 5px solid #B5AA74;
	border-top: 5px solid #2A3B4F;
	margin-bottom: 4px;
	margin-top: 4px;
	float: left;
}

div#content h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #63161E;
	background: transparent;
	margin: 0;
	padding: 0;
}

div#content h2 {
	text-transform: uppercase;
	color: white;
	background: transparent;
	font-size: 1.05em;
	margin: 0;
	padding: 0;
}

div#content h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #63161E;
	background: transparent;
}

div#content p {
	font-size: 0.9em;
	line-height: 14px;
}

div#sidebar {
	width: 162px;
	height: 350px;
	float: left;
	padding: 5px 5px 5px 8px;
	border: 1px solid #CFCFCF;
	margin-top: 5px;
}

div#sidebar h2 {
	color: #63161E;
	background: transparent;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
}

div#sidebar ol {
	margin-bottom: 10px;
}

div#sidebar li {
	list-style-position: inside;
	text-indent: -19px;
	margin-left: 1.5em;
	padding-left: 5px;
	font-size: 0.9em;
	line-height: 1.3em;
}

div#sidebar a {
	color: #B5AA74;
	background: transparent;
}

div#sidebar a:hover {
	color: #63161E;
	background: transparent;
}

div#sidebar_contact {
	width: 140px;
	height: 80px;
	background: #B5AA74;
	color: white;
	margin: 5px 0;
	padding: 4px;
	padding-left: 10px;
	border: 1px solid black;
}

div#sidebar_contact h2 {
	color: white;
	background: transparent;
}

div#sidebar p {
	margin-top: 4px;
	padding-top: 0;
}

div#intro {
	height: 118px;
	width: 510px;
	float: left;
	background: url('images/intro_man.gif') no-repeat left;
	padding: 10px 10px 10px 170px;
	margin-left: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CBCBCB;
}

div#intro p {
	line-height: 13px;
	margin-top: 7px;
}

div#intro a {
	color: #2A3B4F;
	background: transparent;
}

div#intro a:hover {
	color: #B5AA74;
	background: transparent;
}

div#intro h3 {
	color: #B5AA74;
	background: transparent;
	margin-bottom: 0;
}

div#intro ul {
	list-style-position: inside;
	margin-top: -5px;
}

div#intro li {
	float: left;
	display: list-item;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
	margin: 0 15px 0 0;
	font-size: 1em;
}

div#intro li a {
	color: #B5AA74;
	background: transparent;
}

div#intro li a:hover {
	color: #63161E;
	background: transparent;
}

div#services {
	width: 390px;
	height: 215px;
	float: left;
	padding: 5px;
	padding-top: 0;
	margin-left: 10px;
}

div#services h2 {
	display: block;
	width: 378px;
	height: 1.3em;
	padding: 1px 0 4px 10px;
	background: #2A3B4F;
	margin-bottom: 5px;
}

div#services p {
	margin-top: 8px;
	margin-bottom: 5px;
	line-height: 13px;
}

div#services a {
	display: block;
	float: left;
	color: #B5AA74;
	background: transparent;
	margin-left: 8px;
	font-size: 0.9em;
}

div#services a:hover {
	color: #63161E;
	background: transparent;
}

div#services img {
	float: left;
	margin-right: 15px;
}

div#services ul {
	float: left;
	margin: 2px 10px 0 10px;
	display: block;
}

div#services li {
	font-size: 9.5px;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#contact {
	width: 282px;
	height: 195px;
	float: left;
	padding: 5px;
	padding-right: 0;
	padding-top: 0;
	background: url('images/contact_bg.gif') no-repeat 5px 30px;
}

div#contact h2 {
	display: block;
	width: 275px;
	height: 1.3em;
	padding: 1px 0 4px 10px;
	background: #63161E;
	margin-bottom: 5px;
}

div#contact h3 {
	margin-left: 90px;
}

div#contact p {
	margin-left: 90px;
}

div#contact a {
	display: block;
	clear: left;
	width: 130px;
	height: 25px;
	text-decoration: none;
	text-align: center;
	line-height: 1.75em;
	font-size: 0.95em;
	color: #2A3B4F;
	font-weight: bold;
	background: url('images/contact_but.gif') transparent no-repeat top left;
	margin-left: 90px;
}

div#contact a:hover {
	color: #63161E;
	background: url('images/contact_but.gif') transparent no-repeat top left;
}

div#contact p {
	margin-top: 8px;
}

div#footer {
	height: 16px;
	width: 868px;
	background: #F4E9CB;
	color: black;
	padding: 12px 7px;
	float: left;
	margin-bottom: 10px;
}

div#footer span {
	font-size: 0.7em;
	float: left;
	color: #63161E;
	background: transparent;
}

div#footer a {
	float: right;
	color: black;
	background: transparent;
	font-size: 0.7em;
}

div#footer a:hover {
	color: #63161E;
	background: transparent;
}

/* Gallery Pages */
div#gallery {
	width: 880px;
	height: 100%;
	min-height: 335px;
	margin: 0;
	padding: 0;
	float: left;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

div#column1, div#column2, div#column3 {
	width: 283px;
	height: 98%;
	min-height: 100%;
	margin: 0;
	margin-left: -4px;
	padding: 2px 2px;
	float: left;
	text-align: center;
}

.holder {
	background: #CBCBCB;
	display: block;
	padding-top: 4px;
	padding-bottom: 10px;
	min-height: 370px;
	border-right: solid 1px #A7A7A7;
	border-left: solid 1px #E8E8E8;
	border-bottom: solid 1px #E8E8E8;
	border-top: solid 1px #A7A7A7;
	width: 280px;
	margin-left: 3px;
}

.listings {
	padding: 0;
	margin: 0;
}

div#column1 ul, div#column2 ul, div#column3 ul {
	list-style: none;
	text-indent: -20px;      /* Done to achieve true centering */
}

div#gallery a img {
	border: solid 1px #5F5F5F;
}

div#gallery a:hover img {
	border: solid 5px white;
	margin: -4px;
}

#gallery ul {
	margin-bottom: 20px;
}

li.desc {
	list-style: disc;
	text-indent: 0;
	list-style-position: inside;
	text-align: left;
	margin-left: 35px;
}

li.desc_red {
	list-style: disc;
	text-indent: 0;
	list-style-position: inside;
	text-align: left;
	margin-left: 35px;
	color: red;
	background: transparent;
}

li.title {
	font-weight: bold;
	font-size: 1.1em;
}

/* About Page */
div#main {
	padding: 15px;
	width: 665px;
	height: 100%;
	float: left;
	margin: 5px;
}

div#main h2 {
	font-size: 1.8em;
	text-align: center;
	color: #63161E;
	background: transparent;
	font-weight: bold;
	margin-bottom: 20px;
}

div#main img {
	float: right;
	margin: 5px;
}

#main p {
	line-height: 16px;
}

div#sidebar ol.about {
	margin-bottom: 34px;
}

/* Contact Page */
div#sidebar_cont {
	width: 255px;
	height: auto;
	float: left;
	padding: 5px 5px 5px 8px;
	border: 1px solid #CFCFCF;
	margin-top: 5px;
	font-size: 0.95em;
}

div#sidebar_cont h2 {
	color: #63161E;
	background: transparent;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

div#sidebar_cont ul {
	list-style: none;
}

div#sidebar_cont li {
	line-height: 2.7em;
	font-size: 1em;
	margin-left: 1.5em;
	text-indent: -20px;
	padding-left: 5px;
}

div#form_holder {
	padding: 15px;
	width: 572px;
	height: 100%;
	float: left;
	margin: 5px;
	text-align: center;
}

div#form_holder h2 {
	font-size: 1.8em;
	color: #63161E;
	background: transparent;
	font-weight: bold;
	margin-bottom: 20px;
}

/* Lightbox Stylesheet */
#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: #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: transparent url(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(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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
