@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #EDE7E0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
}



/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 10px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	color: #54301a;
}
a:visited {
	color: #54301a;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #ba8748;
}



#wrapper {
	width: 1024px;
	margin: 2px auto;
	clear:both;
}



#main {
	width:1024px;
	height:900px;
	margin:0;
	padding:0;
	background-color:#fff;
	background-image:url(../images/main-bg.jpg);
	background-repeat:no-repeat;
	border:2px solid #D0C4B9;
	clear:both;
}


/* ----- HEADER ------ */
#header {
	height: 210px;
	width: 1024px;
	padding: 0;
	margin: 0;
	clear:both;
}




#header h1 {
	font-size:.1em;
	font-weight:normal;
	color:#FFF;
	display: block;
	padding:0px;
	margin: 0px;
}

#header h2 {
	width:984px;
	padding:0 40px 0 0;
	font-size:1.4em;
	font-weight:normal;
	color: #ba8748;
	letter-spacing: 0.9em;
	display: block;
	margin: 0px;
	text-align:right;
}


#leftCol {
	width:245px;
	float:left;
	padding:20px 0 0 0;
	margin:0;
}


#leftCol p {
	font-size:0.9em;
	text-align:right;
	color: #54301a;
	letter-spacing: 0.7em;
	line-height: 2.2em;
	font-weight: bold;
	padding:0;	
}







#leftColCallout {
	width:210px;
	border-top:1px #999 solid;
	border-bottom:1px #999 solid;
	padding:5px 10px;
	margin:5px 0 0 0;
	float:right;
}

#leftColCallout h3 {
	
	color:#ba8748;
	font-size:1.1em;
	letter-spacing: 0.2em;
	text-align:right;
	padding:0;
	margin:0;
	font-weight:normal;
	
}


#leftColCallout p {
	font-size:.9em;
	color:#231f20;
	padding:0px;
	line-height:1.2em;
	margin:1em 0;
	text-align:justify;
	letter-spacing: 0em;
	font-weight:normal;
}

#leftColCallout a {
	color:#ba8748;
	text-decoration:none;
}

#leftColCallout a:visited {
	color: #ba8748;
	text-decoration: none;
}
#leftColCallout a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #ba8748;
}


#subNav {
	margin:0;
	padding:0;
	display:block;
}

#subNav p {
	font-size:.8em;
	line-height: .8em;
letter-spacing: 0.4em;
	padding:0 9px 0 0;

}

#rightCol {
	width:712px;
	float:right;
	padding:0 50px 0 0;
	margin:0;	
}

#rightCol a {
	color:#ba8748;
	text-decoration:none;
}

#rightCol a:visited {
	color: #ba8748;
	text-decoration: none;
}
#rightCol a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #ba8748;
}


#rightCol h3 {
	color:#ba8748;
	font-size:1.3em;
	padding:0 0 0 120px;
	line-height:1.3em;
	margin:1em 0 2px 0;
	text-align:justify;
	font-weight:normal;
	
	
}


#rightCol p {
	font-size:1em;
	color:#5E3C25;
	padding:0 0 0 120px;
	line-height:1.3em;
	margin:.5em 0 2px 0;
	text-align:justify;
}

#rightCol ul {
	font-size:1em;
	color:#5E3C25;
	padding:0 0 0 140px;
	line-height:1.3em;
	margin:1em 0;
	text-align:justify;
	list-style-position: inherit;
}

#rightColLeft {
	width:320px;
	height:449px;
	padding:30px 20px 0 0;
	margin:0;
	float:left;	
}

#rightColRight {
	width:372px;
	height:449px;
	padding:30px 0 0 0;
	margin:0;
	float:left;
}

#rightColRight h3 {
	color:#600;
	text-align:left;
	letter-spacing:.3em;
	margin:0;
	padding:0 0 30px 0 ;
	clear:both;
	
}

#smallphotoLeft {
	width:180px;
	height:180px;
	padding:0 10px 32px 0;
	margin:0;
	float:left;
}

#smallphotoRight {
	width:180px;
	height:180px;
	padding:0 0 32px 0;
	margin:0;
	float:left;
}



#footer {
	width:1024px;
	height:55px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:no-repeat;
	background-color:#EDE7E0;
}

#footer p {
	font-size:.9em;
	color: #54301a;
	letter-spacing: 0.7em;
	line-height: 1em;
	font-weight: normal;
	padding:12px 0 0 0;
	margin:0;

}

#footLeft {
	width:420px;
	float:left;
	padding:0 5px 0 0;
	text-align:right;
}


#footRight {
	width:514px;
	float:right;
}


.clear {
	clear:both;
}

.here {
	color:#868f9d;
}
