html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
/*
	cursor: default;
*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	cursor: pointer;
	text-decoration: none;
}

.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }







/* End Reset - Begin Layout */

body {
	background: #668d23 url('/i/bg-tile.png') repeat-x top left;
	font-family: georgia, "times new roman", times, serif;
}

#testimonial-snipe {
	width: 100%;
	height: 36px;
	background: url('/i/testimonial-tile.png') repeat-x top left;
}

#testimonial-button {
	display: block;
	width: 536px;
	height: 36px;
	margin: 0 auto;
	text-decoration: none;
	text-indent: -9999px;
	background: url('/i/testimonial-btn.png') no-repeat 0 0;
}

#wrapper {
	width: 1020px;
	margin: 0 auto;
	background: #fff url('/i/wrapper-tile.png') repeat-y top left;
	color: #1a1a1a;
}

#header {
	width: 100%;
	height: 340px;
	background: url('/i/header.png') no-repeat top left;
	position: relative;
}

#header h1 {
	position: absolute;
	width: 320px;
	height: 210px;
	top: 50px;
	left: 350px;
}

#header h1 a {
	display: block;
	width: 320px;
	height: 210px;
	background: url('/i/logo.png') no-repeat top left;
	text-indent: -9999px;
}

#blog-snipe {
	position: absolute;
	width: 125px;
	height: 130px;
	top: 0;
	right: 100px;
}

#blog-snipe a {
	display: block;
	width: 125px;
	height: 130px;
	background: url('/i/om-blog-banner.png') no-repeat top left;
	text-indent: -9999px;
	text-decoration: none;
}






/* Start Main Nav Menu */

ul#nav {
	position: absolute;
	top: 270px;
	left: 63px;
	width: 894px;
	height: 35px;
}

ul#nav > li {
	float: left;
	position: relative;
}

ul#nav > li > a {
	display: block;
	height: 35px;
	text-indent: -9999px;
}

ul#nav li#about { margin-right: 4px; }
ul#nav li#life { margin-right: 5px; }
ul#nav li#offer { margin-right: 4px; }
ul#nav li#resources { margin-right: 5px; }
ul#nav li#contact { margin-right: 0px; }

ul#nav li#about > a { width: 190px; background: url('/i/nav.png') 0px 0px no-repeat; }
ul#nav li#life > a { width: 196px; background: url('/i/nav.png') -194px 0px no-repeat; }
ul#nav li#offer > a { width: 160px; background: url('/i/nav.png') -395px 0px no-repeat; }
ul#nav li#resources > a { width: 205px; background: url('/i/nav.png') -559px 0px no-repeat; }
ul#nav li#contact > a { width: 125px; background: url('/i/nav.png') -769px 0px no-repeat; }

ul#nav li#about > a:hover { width: 190px; background: url('/i/nav.png') 0px -35px no-repeat; }
ul#nav li#life > a:hover { width: 196px; background: url('/i/nav.png') -194px -35px no-repeat; }
ul#nav li#offer > a:hover { width: 160px; background: url('/i/nav.png') -395px -35px no-repeat; }
ul#nav li#resources > a:hover { width: 205px; background: url('/i/nav.png') -559px -35px no-repeat; }
ul#nav li#contact > a:hover { width: 125px; background: url('/i/nav.png') -769px -35px no-repeat; }

ul#nav li#about > a.selected { width: 190px; background: url('/i/nav.png') 0px -70px no-repeat; }
ul#nav li#life > a.selected { width: 196px; background: url('/i/nav.png') -194px -70px no-repeat; }
ul#nav li#offer > a.selected { width: 160px; background: url('/i/nav.png') -395px -70px no-repeat; }
ul#nav li#resources > a.selected { width: 205px; background: url('/i/nav.png') -559px -70px no-repeat; }
ul#nav li#contact > a.selected { width: 125px; background: url('/i/nav.png') -769px -70px no-repeat; }

ul#nav ul {
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 500;
	width: 180px;
	display: none;
}

ul#nav ul a {
	display: block;
	font: normal normal 14px/15px georgia, serif;
	text-decoration: none;
	background: #670e30;
	color: #fffde4;
	padding: 7px 14px;
	width: 152px;
	border-top: 1px solid #470e10;
}

ul#nav ul a:hover {
	background: #570e20;
}




















#wrapper-padding {
	padding: 0 20px;
}

#wrapper-padding-sub {
	padding: 20px 75px 10px 75px;
}

#welcome {
	position: relative;
	width: 980px;
	height: 270px;
	background: url('/i/welcome-snipe.jpg') no-repeat top left;
}

#welcome h2, #welcome h3, #welcome p {
	display: none;
}

#welcome a {
	position: absolute;
	top: 182px;
	left: 635px;
	display: block;
	width: 225px;
	height: 40px;
	text-indent: -9999px;
}










#welcome-footer {
	width: 870px;
	background: url('/i/homepage-columns.png') no-repeat bottom left;
	margin-left: 55px;
}

#welcome-strokes {
	width: 870px;
	background: transparent url('/i/homepage-strokes.png') repeat-y top left;
}

#footer-left-col {
	float: left;
	width: 210px;
	margin-right: 15px;
	padding: 10px 30px 30px 40px;
}

#footer-middle-col {
	float: left;
	width: 280px;
	margin-right: 15px;
	padding: 15px 0 30px 0;
	font-size: 13px;
	line-height: 17px;
	color: #67451c;
	text-align: center;
}

#contact-banner {
	font-size: 13px;
	line-height: 17px;
	color: #67451c;
	text-align: center;
	padding-bottom: 40px;
	background: url('/i/sidebar-bottom.png') bottom left no-repeat;
}

#schedule-banner {
	font-size: 13px;
	line-height: 17px;
	color: #67451c;
	text-align: center;
}

#schedule-banner a {
	display: block;
	width: 221px;
	height: 35px;
	text-indent: -9999px;
	background: url('/i/schedule-a-tour.png') no-repeat top left;
	margin: 10px auto 17px auto;
}

.sidebar-divider {
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	height: 1px;
	background: #d9d7c2;
	border-bottom: 1px solid #fff;
	width: 269px;
	margin: 15px auto;
}

#footer-middle-col a, #contact-banner a {
	display: block;
	width: 221px;
	height: 43px;
	text-indent: -9999px;
	background: url('/i/contact-a-resident.png') no-repeat top left;
	margin: 10px auto 0 auto;
}

#footer-right-col {
	float: left;
	width: 210px;
	padding: 10px 40px 30px 30px;
}

h3#upcoming-events {
	text-indent: -9999px;
	width: 190px;
	height: 37px;
	background: url('/i/upcoming-events.png') top left no-repeat;
}

h3#upcoming-events-sb {
	text-indent: -9999px;
	width: 190px;
	height: 37px;
	background: url('/i/upcoming-events-sb.png') top left no-repeat;
	margin: 0 auto;
}

h3#news-sb {
	text-indent: -9999px;
	width: 197px;
	height: 30px;
	background: url('/i/news-sb.png') top left no-repeat;
	margin: 0 auto;
}

h3#oak-manor-news {
	text-indent: -9999px;
	width: 197px;
	height: 37px;
	background: url('/i/oak-manor-news.png') top left no-repeat;
}


ul.ticker {
	margin: 10px 0 0 0;
}

ul.ticker li { 
	padding-left: 35px; 
	margin-bottom: 15px;
}

ul.ticker li.ticker-more { 
	margin-bottom: 0;
}

ul.ticker li.calendar-icon {
	background: url('/i/icon-calendar.png') top left no-repeat;
	zoom: 1;
}

ul.ticker li.bullhorn-icon {
	background: url('/i/icon-bullhorn.png') top left no-repeat;
	zoom: 1;
}

ul.ticker li h5 { 
	font: 10px/12px helvetica, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #425f28;
	margin-bottom: 3px;
}

ul.ticker li h4 { 
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
}

ul.ticker li h4 a { 
	color: #221;
	text-decoration: underline;
}

ul.ticker li h4 a:hover { 
	color: #425f28;
	text-decoration: none;
}

ul.ticker li.ticker-more h5 { 
	font: 10px/12px helvetica, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #425f28;
}

ul.ticker li.ticker-more h5 a { 
	color: #425f28;
	text-decoration: underline;
}

ul.ticker li.ticker-more h5 a:hover { 
	color: #221;
	text-decoration: none;
}







#news-banner {
	float: left;
	margin-right: 5px;
}

#news-banner a {
	display: block;
	width: 142px;
	height: 51px;
	text-indent: -9999px;
	background: transparent url('/i/btn_community_news.png') no-repeat top left;
}

#events-banner {
	float: left;
}

#events-banner a {
	display: block;
	width: 142px;
	height: 51px;
	text-indent: -9999px;
	background: transparent url('/i/btn_upcoming_events.png') no-repeat top left;
}

h3#testimonial-quote {
	margin-top: 20px;
}

h3#testimonial-quote a {
	display: block;
	width: 289px;
	height: 150px;
	text-indent: -9999px;
	background: transparent url('/i/quote.png') no-repeat top left;
}







ul.subnav {
	padding: 20px 0;
}

ul.subnav li {
	text-align: center;
	padding: 6px 20px;
}


ul.subnav li a {
	font-size: 17px;
	line-height: 19px;
	color: #9aa;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul.subnav li a:hover {
	color: #670e30;
}

ul.subnav li a.selected {
	color: #670e30;
	text-decoration: underline;
}










#footer {
	background: #668d23 url('/i/footer.png') no-repeat top left;
	padding: 90px 0 50px 0;
	color: #e6c26e;
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	position: relative;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #e6c26e;
	text-decoration: none;
}

#footer-content {
	float: left;
	margin-left: 20px;


	margin-bottom: 50px;
}

#footer-nav {
	font-size: 18px;
	margin-bottom: 20px;
}

#footer-nav a {
	margin-right: 40px;
}

#footer p {
	line-height: 28px;
	text-transform: uppercase;
}

#footer p a {
	font-style: italic;
	text-transform: none;
}

#top-work	{
	float: left;
	display: block;
	width: 48px; height: 75px; background: transparent url('/i/top-work-sm.png') top left no-repeat;	
	margin-left: 20px;
}

#top-work a {
	display: block;
	width: 48px;
	height: 75px;
	text-indent: -9999px;
	
}








#sidebar {
	float: left;
	width: 289px;
	margin-right: 40px;
	padding-bottom: 40px;
}

.sidebar-section {
	background: url('/i/sidebar-bg-tile.png') top left repeat-y;
	margin-bottom: 40px;
	zoom: 1;
	padding-top: 15px;
}

.sidebar-topper {
	height: 10px;
	line-height: 10px;
	width: 289px;
	background: url('/i/sidebar-topper.png') no-repeat;
	zoom: 1;
}

.sidebar-section-nav {
	background: url('/i/sidebar-bg-tile-nav.png') top left repeat-y;
	zoom: 1;
}

.sidebar-footer {
	height: 10px;
	line-height: 10px;
	width: 289px;
	background: url('/i/sidebar-footer.png') no-repeat;
	zoom: 1;
	margin-bottom: 20px;
}

.no_entries {
	border: 1px solid #d9d7c2; 
	background: #f0eed6; 
	padding: 20px; 
	margin-top: 30px; 
	text-align: center;
}

.date_heading {
	background: #f0eed6 url('/i/icon-calendar.png') 20px 8px no-repeat;
	font: 16px/40px helvetica, arial, sans-serif;
	padding: 0 20px 0 55px;
	font-weight: bold;
	color: #425f28;
}

.date_heading span {
	display: block;
	float: right;
	font: 11px/40px helvetica, arial, sans-serif;
	font-weight: normal;
	color: #67451c;
}

.date_heading span a {
	color: #67451c;
	text-decoration: underline;
}

.event_listing {
	border-top: 1px solid #d9d7c2; 
	padding: 10px 20px;
}

.event_title {
	font-size: 20px;
	line-height: 21px;
	color: #221;
}

.event_time {
	font: 12px/15px helvetica, arial, sans-serif;
	color: #67451c;
	margin-top: 5px;
}

#event_details {
	margin-top: 20px;
}

.event_listing a {
	display: block;
	float: right;
	width: 108px;
	height: 32px;
	text-indent: -9999px;
	background: url('/i/more-info.png') 0px 2px no-repeat;
}

.archive_list {
	margin: 20px 0;
	padding: 0 40px;
}

.archive_list li {
	padding-left: 10px;
	text-indent: -10px;
	font-size: 14px;
	line-height: 15px;
	margin: 7px 0;
	color: #15666c;
}

.archive_list li a {
	color: #15666c;
}

.archive_list li a:hover {
	text-decoration: underline;
}

.archive_list .archive_list_header {
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #67451c;
}









.contact_form {
	padding: 40px 45px;
	background: #f0eed6;
}

.contact_form label {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	color: #555;
}

.contact_form .textbox {
	display: block;
	width: 400px;
	padding: 6px 7px;
	border: 1px solid #d9d7c2; 
	background: white;
	margin-bottom: 20px;
	font: 13px/16px helvetica, arial, sans-serif;
}

.contact_form .textarea {
	display: block;
	width: 400px;
	height: 200px;
	padding: 6px 7px;
	border: 1px solid #d9d7c2; 
	background: white;
	margin-bottom: 20px;
	font: 13px/16px helvetica, arial, sans-serif;
}














.news_listing {
	border-bottom: 1px solid #d9d7c2;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 37px;
	background: url('/i/icon-bullhorn.png') top left no-repeat;
	zoom: 1;
}

.news_title {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 3px;
}

.news_title a {
	color: #221;
}

.news_title a:hover {
	text-decoration: underline;
}

.news_time {
	font: 12px/14px helvetica, arial, sans-serif;
	padding-left: 1px;
	color: #67451c;
}

.news_time a {
	color: #425f28;
}

.news_time a:hover {
	text-decoration: underline;
}
























#main-content {
	float: left;
	width: 540px;
}

.static h2 {
	font-size: 28px;
	line-height: 28px;
	color: #c37516;
	margin-bottom: 20px;
}

.static h3 {
	font: 17px/19px helvetica, arial, sans-serif;
	letter-spacing: 0;
	color: #221;
	margin-bottom: 10px;
	font-weight: bold;
}

.static h4 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
	color: #67451c;
	margin-bottom: 10px;
}

.static h5 {
	font: 18px/19px georgia, "times new roman", times, serif;
	letter-spacing: 0;
	color: #c37516;
	margin-bottom: 10px;
	font-weight: normal;
}

/* Resident Testimonials*/
.static h6 {
	font: 18px/19px georgia, "times new roman", times, serif;
	letter-spacing: 0;
	color: #67451c;
	margin-bottom: 10px;
	font-weight: normal;
}

.static h7 {
	font: 16px/12px georgia, "times new roman", times, serif;
	letter-spacing: 0;
	color: #67451c;
	margin-bottom: 0px;
	font-weight: normal;
	font-style: italic;
}
/* END Resident Testimonials*/


.static p {
	font-size: 16px;
	line-height: 22px;
	color: #221;
	margin-bottom: 25px;
}

.static p a {
	color: #670e30;
	text-decoration: underline;
}

.static p a:hover {
	color: #668d23;
	text-decoration: none;
}

.static img {
	display: block;
	float: right;
	border: 5px solid #eae7d0;
	margin-left: 15px;
	margin-bottom: 5px;
}










h2#news_article_heading {
	color: #221;
	margin-bottom: 5px;
}

h4#news_article_time {
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 20px;
}





















#google-map	{
	width: 530px;
	display: block;
	float: left;
	border: 5px solid #eae7d0;
	margin-bottom: 20px;
}

















li.living	{ 
	line-height: 24px; 
	background: transparent url('/i/71.jpg') center left no-repeat; 
	padding-left: 32px; 
	color: #666; 
	}

li.living a	{ 
	color: #670e30;
	text-decoration: underline;
	}

li.living a:hover {
	color: #668d23;
	text-decoration: none;
	}

li.services	{ 
	line-height: 24px; 
	background: transparent url('/i/plus.gif') 7px 7px no-repeat; 
	padding-left: 32px; 
	color: #666; 
	}




#pagination_links {
	font-size: 13px;
	line-height: 13px;
	font-family: helvetica, arial, sans-serif;
}

#pagination_links a {
	text-decoration: none;
}

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





#category_header {
	color: #668d23;
	font-size: 20px;
}

















#wygwam { 
	background: #fff; 
}

#wygwam h3, 
#event_details h3, 
#blog_content h3 
{
	font-family: helvetica, arial, sans-serif;
	font-size: 17px;
	line-height: 19px;;
	letter-spacing: 0;
	color: #221;
	margin-bottom: 10px;
	font-weight: bold;
}

#wygwam p, 
#event_details p, 
#blog_content p 
{
	font-family: georgia, "times new roman", times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #221;
	margin-bottom: 25px;
}

#wygwam ul, #wygwam ol, 
#event_details ul, #event_details ol, 
#blog_content ul, #blog_content ol 
{
	font-family: georgia, "times new roman", times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #221;
	margin-bottom: 25px;
	padding-left: 40px;
}

#wygwam ul, 
#event_details ul,
#blog_content ul
{ list-style: disc; }

#wygwam ol, 
#event_details ol,
#blog_content ol
{ list-style: decimal; }

#wygwam li, 
#event_details li,
#blog_content li
{ margin-bottom: 10px; }

#wygwam img, 
#event_details img, 
#blog_content img 
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 5px solid #eae7d0;
}













.test_quote	{
	color: #666;
	font-style: italic;
}

.test_name, .test_type {
	font: 18px/19px georgia, "times new roman", times, serif;
	letter-spacing: 0;
	color: #67451c;
	margin-bottom: 3px;
	font-weight: normal;
}

.test_type {
	font-style: italic;
	font-size: 16px;
}

.text_box_dark {
	background: #f0eed6;
	padding: 30px;
	margin-bottom: 30px;
}

.equal_housing_box	{
	background: #f0eed6 url("/i/fheo.jpg") top left no-repeat;
	height: 60px;
	padding: 0px;
	margin-bottom: 30px;		
}

.equal_housing_box p	{
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 60px;
	letter-spacing: 0;
	color: #221;
	padding-left: 70px;
	margin-bottom: 10px;
	font-weight: bold;	
}






