/* ---------- GENERAL STRUCTURE ---------- */
html, body {
  	height:100%;
	padding:0;
  	margin:0;
}

#index {
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #fff url(/static/microsites/community/images/BG_body.jpg) repeat-x left top;
	color: #000000;
}

#page {
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #fff url(/static/microsites/community/images/BG_page.jpg) repeat-x left top;
	color: #000000;
}

h1 {
	font: normal 1.8125em Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

h5 {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 3px;
}

.page h1 {
	color: #8b0a26;
}

.bold {
	font-weight: bold;
}

.red {
	color: #8b0a26;
}

p {
	font-size: 0.8125em;
}


/* ---------- HEADER ---------- */
#header {
	width: 941px;
	margin: 0 auto;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #c5beb4;
}

.index #header {
	border-style: none;
	padding: 0;
}

#logo {
	background: url(/static/microsites/community/images/logo_interior.jpg) no-repeat left top;
	width: 249px;
	height: 79px;
	float: left;
}

.index #logo {
	background: url(/static/microsites/community/images/logo.jpg) no-repeat left top;
}

#logo a {
	display: block;
	width: 249px;
	height: 79px;
}

#subnav {
	float: right;
	margin-top: 70px;
	margin-bottom: 5px;
}

#subnav ul {
	margin: 0;
	padding: 0;
}

#subnav li {
	list-style-type: none;
	display: inline;
	font-size: 0.75em;
	margin-right: 15px;
}

#subnav a {
	color: #6d552e;
	text-decoration: none;
	outline: none;
}

#subnav a:hover {
	text-decoration: underline;
}

#nav {
	clear: both;
	width: 941px;
	border-top: 1px solid #c5beb4;
	padding: 5px 0 0 0;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	list-style-type: none;
	display: inline;
	font-size: 0.75em;
	margin-right: 25px;
}

#nav a {
	color: #000;
	text-decoration: none;
	outline: none;
}

#nav a:hover, #nav a.current {
	color: #8b0a26;
}

#cr_nav {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 0.6875em;
	color: #8e7244;
	font-weight: bold;
}

#cr_nav li {
	list-style-type: none;
	display: inline;
	line-height: 1.5em;
}

#cr_nav a {
	color: #8e7244;
	text-decoration: none;
	font-weight: bold;
}

#cr_nav a:hover, #cr_nav a.current {
	color: #8b0a26;
}


/* ---------- MAIN ---------- */
#main_container {
	width: 941px;
	margin: 0 auto;
}

.index #main_container {
	width: 1141px;
	background: url(/static/microsites/community/images/BG_main.jpg) no-repeat left top;
	margin-top: 8px;
	*margin-top: 20px;
}

#main {
	float: right;
	width: 500px;
	position: relative;
	margin-top: 60px;
	padding-bottom: 100px;
}

.index #main {
	float: none;
	width: 941px;
	margin: 0 auto;
	padding-bottom: 0;
}

#hero_text {
	width: 375px;
	margin-left: 490px;
	padding-top: 45px;
}

#hero_text p {
	font-size: 0.8125em;
}

#hero_text a {
	font-size: 0.8461em;
	color: #8e7244;
	text-decoration: underline;
}

#hero_text a:hover {
	color: #000;
}

#sub_hero {
	margin-top: 65px;
	*margin-top: 25px;
	padding-bottom: 30px;
}

#sub_hero .col {
	float: left;
	width: 221px;
	margin-right: 18px;
}

#sub_hero .col img {
	border: 8px solid #efe7e6;
}

#sub_hero p {
	font-size: 0.6875em;
	width: 215px;
}

#sub_hero a {
	color: #8e7244;
	text-decoration: underline;
}

#sub_hero a:hover {
	color: #000;
}

.page #main ul {
	font-size: 0.8125em;
}


/* ---------- SIDE ---------- */
#side {
	float: left;
	width: 410px;
	margin-top: 40px;
}

#side img {
	border: 8px solid #efe7e6;
}

#side_text {
	background: url(/static/microsites/community/images/BG_side.jpg) no-repeat left top;
	padding: 40px 40px 0 50px;
	position: relative;
	left: -14px;
}

#side_text a {
	color: #8b0a26;
	text-decoration: none;
	outline: none;
}

#side_text a:hover {
	text-decoration: underline;
}

#side_text ul {
	margin: 0;
	padding-left: 13px;
	list-style-type: disc;
	font-size: 0.8125em;
}

#side_text ul li ul {
	font-size: 1em;
	list-style-image: url(/static/images/ul-dash.jpg);
}

p.caption {
	font-style: italic;
	font-size: 0.6875em;
	margin-bottom: 30px;
}

a.lightbox { display: block; width: 381px; height: 285px; }


/* ---------- FOOTER ---------- */
#footer {
	clear: both;
	width: 941px;
	margin: 0 auto;
	color: #b2a99a;
	border-top: 1px solid #c5beb4;
	padding-bottom: 100px;
}

#footer p {
	margin: 0;
	padding-top: 5px;
	font-size: 0.6875em;
}

#footer a {
	color: #b2a99a;
	text-decoration: none;
	outline: none;
}

#footer a:hover {
	color: #000;
}

/* clearfix, put on block elements that contain floated elements */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* */

a.lightbox { position: relative; text-decoration: none; outline: none; }
.lightbox_cta { position: absolute; left: 8px; bottom: 8px; width: 359px; background-color:#9D1A32; color:#FFFFFF; font-size:0.6em; padding:5px 0 5px 5px;}

.thumbs { margin-bottom: 30px; }
.thumbs a { float:left; width: 116px; height: 106px; margin-right: 3px; }
.inline_thumb { width: 110px; height: 100px; border: 3px solid #EFE7E6; }




