/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfqn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	/*  */ 
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Global Styles ////////////////////////////////////////////////*/
body{
	background: url(../images/bg-main.jpg) repeat-x;
	background-position: 0px 30px;
	background-color: #f4edd6;
	color: #522712;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
}

#logo{
	background: url(../images/logo-main.png) no-repeat;
	float: left;
	height: 78px;
	margin: 20px 0;
	width: 325px;
}

#content{
	clear: both;
	margin: 0 auto;
	width: 900px;
	padding-bottom: 20px;
}

.strong{ font-weight: bold; }
.italic{ font-style: italic; }

a{ color: #492f14; }

/* Header ////////////////////////////////////////////////*/
#header{
	background: #492f14;
	height: 30px;
	width: 100%;
}
#header-content{
	color: #e9dbb3;
	font-size: .90em;
	margin: 0 auto;
	padding-top: 10px;
	width: 900px;
	letter-spacing: 1px;
}

#header-content a{
	color: #e9dbb3;
	text-decoration: none;
}

#header-content a:hover{
	text-decoration: underline;
}

#header-address{
	float: left;
}

#header-email{
	background: url(../images/email.jpg) no-repeat;
	float: right;
	padding-left: 19px;
	letter-spacing: 1px;
}


/* Main Navigation ////////////////////////////////////////////////*/
#main-nav-con{
	background: #e9dbb3;
	float: right;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	height: 44px;
	margin: 38px 0 0;
	width: 544px;
}

ul#main-nav{
	margin-left: 14px;
}

ul#main-nav li{
	float: left;
	margin: 15px 5px 0;
	text-transform: uppercase;
}

ul#main-nav li a{
	color: #492f14;
	padding: 3px 8px;
	text-decoration: none;
}

ul#main-nav li a.selected{
	background: #fff;
	border-top: 1px solid #492f14;
	border-bottom: 1px solid #492f14;
}

ul#main-nav li a:hover{
	text-decoration: underline;
}

/* Index Styles ////////////////////////////////////////////////*/

#index-headline{
	clear: both;
	font-family: Georgia, Times, serif;
	font-size: 1.7em;
	line-height: 1.6em;
	margin: 20px 0 30px;
	text-align: justify;
	font-style: italic;
	padding-top: 20px;
	color: #522712;
	text-align: center;
}

#index-updates{
	float: left;
	width: 584px;
}

#index-updates-titlebar{
	background: #e9dbb3;
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	letter-spacing: 2px;
	padding: 8px 10px;
	text-transform: uppercase;
}

.update-title{
	font-size: 1.3em;
	font-family: Georgia, Times, serif;
	float: left;
	letter-spacing: 1px;
	padding: 20px 0 10px;
	margin-left: 10px;
}

/*#index-calendar{ width: 260px; float: left; background: url(../images/bg-calendar.jpg) no-repeat; min-height: 300px;}*/

.update-date{
	color: #522712;
	float: right;
	font-size: 1.3em;
	font-family: Georgia, Times, serif;
	padding: 20px 0 10px;
	margin-right: 10px;
}

.update-body{
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	padding: 10px 0;
	margin: 0 10px;
	text-align: justify;
}

.feature-copy{
	margin: 20px;
}


#index-calendar{
	position: relative;
	background: url(../images/bg-calendar.jpg) no-repeat;
	float: left;
	margin-right: 15px;
	width: 278px;
	height: 320px;
	padding: 8px 10px;
}
#index-calendar h1{
	padding-left: 0;
	padding-bottom: 0.75em;
	padding-right: 0;
	padding-top: 0;
	font-size: 1.4em;
	font-family: Georgia, Times, serif;
	letter-spacing: 2px;
	margin: 0;
	text-align: center;
}

#index-calendar-wrapper{
	padding: 30px; 
}

/* Footer ////////////////////////////////////////////////*/

#footer{
	clear: both;
	float: left;
	color: #8b7f69;
	margin-top: 60px;
	margin-bottom: 40px;
	border-top: 1px solid #D8D2BD;
	padding-top: 10px;
	width: 900px;
	font-size: .9em;
}

#footer a{
	color: #8b7f69;
	text-decoration: none;
}

#footer-nav{
	float: left;
}

#footer-right{
	float: right;
	vertical-align:text-top;
}

#footer-nav li{
	float: left;
	padding-right: 15px;
}

#footer-credits{
	float: right;
}


#col1{
	clear: both;
	float: left;
	width: 240px;
	margin-right: 20px;
	background: url(../images/bg-sidenav.jpg) no-repeat;
	min-height: 300px;
}

#col2{
	float: left;
	width: 640px;
	margin-bottom: 20px;
}


ul#side-nav{
	padding: 10px;
	font-size: 1.2em;
	font-family: Georgia, Times, serif;
	letter-spacing: 1px;
}
ul#side-nav li{
	padding: 5px 10px;
	margin-bottom: 4px;
	line-height: 1.1em;
}
ul#side-nav li.first{
}
ul#side-nav li a{
	color:#492f14;
	text-decoration: none;
}
ul#side-nav li.selected{
	background: #fff;
}


#subpage-titlebar{
	background: #e9dbb3;
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	letter-spacing: 2px;
	padding: 8px 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#subpage-header1{
	clear: both;
	margin-bottom: 20px;
}

#col2 p{
	padding: 5px 10px;
	line-height: 1.5em;
	text-align: justify;
}

table#calendar{	 padding: 10px 10px 10px 0px; margin: 0 auto; width: 640px; line-height: 1.2em;}
table#calendar td{ 
	padding: 3px 0 14px 10px;
}
.event{
	/*background: url(../images/calendar.png) no-repeat;*/
	
}


#article-list li{
	padding: 10px 10px 10px 20px;
}

.reg-list{
	list-style: disc;
}
.reg-list li{
	margin: 10px 10px 10px 40px;
}


ul.newsletters{
	float: left;
	margin-left: 10px;
	width: 200px;
}
ul.newsletters li{
	padding: 6px 0px;
}
.showhouse-headline{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	font-family: Georgia, Verdana, serif;
	margin-bottom: 40px;
}

#sh_strong{ text-transform: uppercase; font-variant: small-caps; text-align: center; padding-left: 0.9em; padding-top: 1.5em; padding-bottom: 0.25em; font-weight: bold; }
#showhouse p{ text-align: center; }
.col2-list{
	margin-bottom: 20px;
	margin-left: 60px;
	list-style: disc;
}
.col2-list li{
	padding: 5px 0;
	line-height: 1.5em;
}

.clear{ clear: both; }

#upcominglist{
	margin: 15px 10px 10px;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: center;
}
#upcominglist li{
	padding: 10px 0;
}


.photo{
	height: 80px;
	width: 80px;
	background: #fff;
	float: left;
	margin: 5px;
}

.comingsoon li{
	margin: 4px 0 2px 20px;
	list-style: disc;
}

ul.whatsnew{
	padding-left: 35px;
}

ul.whatsnew li{
	padding-bottom: 5px;
	padding-top: 5px;
}

#UE_subtitle{
	font-size: large;
	font-family: serif;
	padding-bottom: 8px;
	text-align: center;
	font-weight: bold;
}

#UE_copy{
	padding-left: 1em;
	border-left-style: dotted;
	border-left-width: 1px;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
	margin: 1.5em;
	text-align: left;
	font-family: sans-serif;
}


#UE_copy a{
	text-align: left;
	font-family: sans-serif;
}


#facebookfooter{
vertical-align:text-top;
}

#bigpic{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

