/* Default Structural DIVs
================================================================================================================ */
#wrapper {
	background-color: #381604;
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#header {
	background-image: url(/img/header.png);
	margin: 0 auto;
	width: 950px;
	height: 92px;
	position: relative;
}

.brnBars {
	width: 950px;
	height: 18px;
 	background-color: #1c0c04;
}

#navbar {
	left: 12px;
	position: absolute;
	width:550px;
	top: 60px;
	z-index: 1;
}
#contentWrapper {
	background-image: url(/img/contentFiller.png);
	background-repeat: repeat-y;
	text-align: left;
	width: 950px;
	height: 1%;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 0;
}
#content {
	width: 642px;
	padding-bottom: 10px;
	position: relative;

}
#contactContent {
		background-image: url(/img/paperCorner.png);
		background-repeat: no-repeat;
		background-position: right top;
		padding: 0px; margin: 0px;
}

#sidebar {
	background-image: url(/img/sidebarFiller.png);
	background-repeat: repeat-y;
	background-color: #6b928b;
	position: absolute;
	right: 0;
	line-height: 0em;
	padding: 0px; margin: 0px;
	width: 308px;
}
#sidebarContent {
	background: url(/img/sidebarContentBack.png) no-repeat;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 10px 40px 70px 40px ;
}


.readMore {
	color: #275583;
	padding: 0px 0px 0px 5px;
}

#footer {
	color: #262318;
	font-size: 10px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	width: 930px;
}


/* Structural DIV-Specific Styles
================================================================================================================ */
#content h1 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

#content h2 {
	margin: 30px 0px 5px 0px;
}
#content p {
	font-size: 1.3em;
	color: #c3b78e;	
	/*color: #d2c599;*/	
	letter-spacing: .02em;
}
#content a {
	color: #6b928b;
	font-size: .98em;
	font-style: italic;
}
#content a:hover {
	color: #fff;
}
#content blockquote {
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.5em;
	color: #6b928b;
	padding: 0px 20px 20px 20px;
	text-indent: -0.5em;
}
#content blockquote span {
	font-size: 1.4em;	
}
#content div.listing {
	
}
#content div.listing div.listingPrimaryPhoto {
	float: left;
	text-align: center;
	width: 190px;
}
#content div.listing div.listingPrimaryPhoto img {
	border: 4px solid #2f190e;
}
#content div.listing div.listingDetails {
	padding-left: 200px;
}	
#content div.listing div.additionalPhotos img {
	border: 2px solid #2f190e;
	margin: 2px;
}
	
	
#footer a {
	margin: 0 25px 0 25px;
	font: 1em, verdana, sans-serif;
	color: #fff;
	letter-spacing: .18em;
}
#footer a:hover {
	color: #1e6399;
}
#footer p {
	padding: 5px 0 0 0;
	font: "Lucida Grande","Lucida Sans Unicode", arial, sans-serif;
	font-size: 1em;
	font-style: italic;
	
	letter-spacing: .07em;
	color: #fff;
}
#footer img {
	padding-top: 10px;
}
#sidebar p {
	color: #33485d;
	font-style: oblique;
	font-size: 1.3em;
	letter-spacing: .01em;
	line-height: 1.8em;
	text-indent: -0.5em;	
}
#sidebar span {
	margin: 0px 0px 5px 0px; padding: 0px 0px 10px 0px;
	display: block;
	color: #33485d;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}
#sidebarContent p {
	color: #33485d;
	font-size: 1.3em;
}
#sidebarContent ul li {
	font: 1.3em "Georgia", serif;
	color: #33485d;
	line-height: 1.4em;
	letter-spacing: .03em;
}
#sidebarContent ul li a {
	color: #33485d;
}
#sidebarContent ul li a:hover {
	color: #fff;
}

/* Styles NOT constrained to a sructural DIV
================================================================================================================ */

.pageTitle {
	font: 3em "Trebuchet MS", serif;
	font-weight: bold;
	color: #275583;
	/*	border-bottom: 1px solid #275583;*/
	padding: 0px 0px 0px 5px;
}





div.devNotes {
background-color:#333;
color:#fff;
font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
font-size:13px;
height:150px;
padding:15px;
text-align:center	
}

