/* COLORS:
gray light:	E6E3E0
gray dark:	837667
orange:		FC8744
dark gray (text highlight):	413B33

*/

/* RESET */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1; background: #FFF; margin:0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

hr { display: none;}

a img { border: none; }

body{
	background: #E6E3E0;
	/*background:#FFFFFF;*/
	color: #837667;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height:16px;
	text-align: left;
	margin: 0 auto;
}

a{
	color: #413B33;
	text-decoration: none;
}
a:hover{
	color: #413B33;
	text-decoration: underline;
}



#headerContainer-home {
	width: 760px;
	margin:auto;
	padding-top:25px;
	padding-bottom:15px;
}

#headerLinksContainer-home {
	width: 760px;
	margin:auto;
	padding-left:5px;
	
	border-top: 1px solid #BEB7AF;
	border-left: 1px solid #BEB7AF;
	border-right: 1px solid #BEB7AF;
}

#headerLinksContainer-home ul{
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#headerLinksContainer-home li{
	display: inline;
	padding-right: 25px;
	font-size:12px;
	font-family:"Goudy Old Style";	
}

#headerLinksContainer-home A{
	display: inline;
	height: 33px;
	font-family:"Goudy Old Style";
	color: #837667;
	outline: none;
	
}
#headerLinksContainer-home A:hover{
	text-decoration:underline;
	color:#413B33;
}

#contentContainer-home{
	width: 760px;
	margin: auto;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	
	border-top: 1px solid #BEB7AF;
	border-left: 1px solid #BEB7AF;
	border-right: 1px solid #BEB7AF;
	border-bottom: 1px solid #BEB7AF;
	
	/* this causes the border to autoexpand based on the content of the div inside this div */
	overflow:auto;
}

#homeImage-home{
	margin: auto;
	padding-left:10px;
	float:left;
}


#headerContainer {
	width: 960px;
	margin:auto;
	padding-top:25px;
	padding-bottom:15px;
}

#headerLinksContainer {
	width: 960px;
	margin:auto;
	padding-left:10px;
	
	border-top: 1px solid #BEB7AF;
	border-left: 1px solid #BEB7AF;
	border-right: 1px solid #BEB7AF;
}

#headerLinksContainer ul{
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#headerLinksContainer li{
	display: inline;
	padding-right: 35px;
	font-size:12px;
	font-family:"Goudy Old Style";	
}

#headerLinksContainer A{
	display: inline;
	height: 33px;
	font-family:"Goudy Old Style";
	color: #837667;
	outline: none;
	
}
#headerLinksContainer A:hover{
	text-decoration:underline;
	color:#413B33;
}

#contentContainer{
	width: 960px;
	margin: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	
	border-top: 1px solid #BEB7AF;
	border-left: 1px solid #BEB7AF;
	border-right: 1px solid #BEB7AF;
	border-bottom: 1px solid #BEB7AF;
	
	/* this causes the border to autoexpand based on the content of the div inside this div */
	overflow:auto;
}

#homeImage{
	margin: auto;
	padding-left:18px;
	float:left;
}

#homeImageCenter{
	margin: auto;
	padding-left:18px;
	padding-top:60px;
	float:left;
}

#homeImagelarge{
	margin: auto;
	padding-left:40px;
	float:left;
}

#residenceNav{
	margin: auto;
	padding-left:18px;
	padding-top:30px;
	float:left;
	width: 180px;
	font-size:12px;
	line-height:20px;
}

#residenceNav h1{
	margin: auto;
	float:left;
	width: 200px;
	font-size:16px;
	padding-bottom:10px;
}

#residenceNav A{
	color: #413B33;
	text-decoration:none;
}

#residenceNav A:hover{
	font-style:italic;
	text-decoration:underline;
	color:#413B33;
}	

#residenceNav A.activelink{
	font-style:italic;
	text-decoration:underline;	
	color:#413B33;
}

#residenceImage{
	margin: auto;
	padding-left:10px;
	float:left;
	width:550px;
}

#residenceImageBefore{
	margin: auto;
	padding-left:208px; /*18 for left side nav padding + 180 for left side nave + 10 for residenceImage pad */
	float:left;
	width:550px;
	padding-top:25px;
}

#residenceThumbContainer{
	width:90px;
	float:left;
	padding-right:5px;
}

#residenceThumbBeforeContainer{
	width:90px;
	float:left;
	padding-right:5px;
	padding-top:25px;
}

#residenceThumb{
	display:block;
	margin: auto;
	float:center;
	height:90px;
	padding-bottom:5px;
}

#biography{
	margin: auto;
	width: 450px;
	padding-left:18px;
	float:left;
}

#contactUs{
	margin: auto;
	width: 600px;
	padding-left:18px;
	float:left;
}

#contactUsConfirmation{
	margin: auto;
	width: 295px;
	padding-left:18px;
	float:left;
}

#footerContainer {
	width: 960px;
	margin: auto;
	letter-spacing: 2px;
	font-size:14px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
#ibrFooter{
	width: 960px;
	margin: auto;
	letter-spacing: 2px;
	font-size:10px;
	text-align:center;
	
	padding-top: 10px;
	padding-bottom: 50px;
}

#ibrFooter A{
	color:#413B33;
}

#ibrFooter A.hover{
	text-decoration:underline;
}

