﻿/* CSS Document */

img {margin:0; padding:0; border:0}

form {margin:0; padding:0; border:0}

body {margin:0; padding:0; border:0}

html {margin:0; padding:0; border:0}
html {font-size:100%}
body {
	font:.82em/1.6 arial,sans-serif;
	background:#486a25 url(../images/body_bg.gif) repeat-x 0 0;
	color:#000;
}

.highlight {background:yellow}

/* ---- Universal Properties ---- */
h3 {margin:0 10px 1em; padding:0}

h2 {margin:0 10px 1em; padding:0}

h1 {margin:0 10px 1em; padding:0}

li {margin:0 10px 1em; padding:0}

ul {margin:0 10px 1em; padding:0}

p {margin:0 10px 1em; padding:0}

acronym {cursor:help}

abbr {cursor:help}
.print {display:none} /* display for print items, hide for screen items */

iframe {margin:10px 0 0 10px;border:1px #486a25 solid}

.doc, .pdf, .ppt, .txt, .xls {	/* ---- linkPreview ---- */
	padding:0 20px 0 0; 
	background:url(../images/icon_doc.png) no-repeat 6px 50% 
}	

.pdf {background-image:url(../images/icon_pdf.gif)}
.ppt {background-image:url(../images/icon_ppt.png)}
.txt {background-image:url(../images/icon_txt.png)}
.xls {background-image:url(../images/icon_xls.png)}


/* ---- lists ---- */
ul {margin-left:35px}
li {margin-right:0; margin-bottom:5px}
ul li ul {margin-top:10px}

/* ---- headings ---- */
h1 {
	font-size:2.0em;
	color:#68321f;
	margin-top:20px;
	margin-left:8px;
	font-weight:normal;
	background:url(../images/header_bg.gif) no-repeat 2px 36px;
}

h2 {font-size:1.1em; text-transform:uppercase; color:#033c5c}
h3 {font-size:1.1em; text-transform:uppercase; color:#033c5c; margin-top:30px; margin-bottom:.2em}
h4 {}
h5 {font-size:1em; font-weight:bold; margin:5px; font-weight:bold}
h6 {font-size:1em; font-weight:normal; margin:0}


/* ---- containers ---- */
#container {margin:0 auto; width:770px}
#container_main {margin:0 auto; width:770px}
#container_main {background:url(../images/container_main_bg.gif) repeat-y 0 0}
#container {background:url(../images/container_bg.gif) repeat-y 0 0}

/* ---- top area ---- */
#banner {
	margin:0 auto;
	width:770px;
	height:138px;
	background:url('../images/logo_northlandlodge_screen.gif') no-repeat 0 0;
}

#banner a {
	display:block;
	width:482px;
	height:138px;
}

#banner a img {display:none} /* hides logo for print */

/* ---- text size ---- */
#top {width:770px; background:url(../images/top_bg.gif) no-repeat 0 0}
#top_main {width:770px; background:url(../images/top_bg.gif) no-repeat 0 0}
#top_main {height:31px}
#top {height:52px}

.textsize {margin:0; padding:0; text-align:right; margin-right:20px; padding-top:4px}
.textsize a {color:#283413; text-decoration:none; font-size:1.1em}
.textsize a:hover {text-decoration:underline}
.textsize a.textsize_small {text-decoration:underline !important}
.textsize a.textsize_large {}
.textsize a.textsize_extralarge {}
.textsize .spacer {padding:4px}

/* ---- navigation ---- */
#nav_main {
	width:192px;
	height:309px;
	float:left;
	padding-left:1px;
	padding-top:21px;
	background:url(../images/nav_main_bg.jpg) no-repeat 0 0;
}

#nav {
	width:192px;
	height:309px;
	margin-bottom:50px;
	background:url(../images/nav_bg.jpg) no-repeat 0 0;
}

.menu li {margin:0; padding:0; border:0; list-style:none}

.menu ul {margin:0; padding:0; border:0; list-style:none}

.menu {margin:0; padding:0; border:0; list-style:none}

.menu {width:192px}

.menu li {
	position:relative;
	z-index:5;
	float:left;
	width:100%;
}

.menu li:hover {z-index:10000; white-space:normal}

.menu ul {
	visibility:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	width:100%;
	/*background:#F00; /* uncomment this if you want to see the "safe" area. */
	margin:-20px 0 0;
	padding:20px 20px 20px 0;
}

.menu li:hover>ul {visibility:visible; left:100%}

.menu ul:after {content:"."; height:0; display:block; visibility:hidden; overflow:hidden; clear:both} 

.menu:after {content:"."; height:0; display:block; visibility:hidden; overflow:hidden; clear:both} /* float clear */
.menu ul {min-height:0} 
.menu {min-height:0} /* IE7 float clear */

.menu a {
	display:block;
	margin:0;
	padding:2px 10px;
	width:172px; /* width minus padding */
	border-top:1px solid #8e9f6b;
	border-bottom:1px solid #697950;
	text-decoration:none;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}

.menu ul li a {background:#8e9f6b}

.menu li li a {width:220px}

a.more-apartments {background:url(../images/nav_moreicons.gif) no-repeat 0 0}

a.more-employees {background:url(../images/nav_moreicons.gif) no-repeat 0 0}

a.more-lifestyles {background:url(../images/nav_moreicons.gif) no-repeat 0 0}

a.more-difference {background:url(../images/nav_moreicons.gif) no-repeat 0 0}

a.more-about {background:url(../images/nav_moreicons.gif) no-repeat 0 0}

a.more-difference {background-position:0 -31px}
a.more-lifestyles {background-position:0 -124px}
a.more-employees {background-position:0 -62px}
a.more-apartments {background-position: 0 -155px}

/* selected */
.menu li.selected a {background:#2c3b14; border-bottom-color:#2c3b14; border-top-color:#2c3b14}
.menu li.selected li.selected a {background:#2c3b14; border-bottom-color:#2c3b14; border-top-color:#2c3b14}
.menu li.selected li a {background:#8e9f6b; border-bottom-color:#697950; border-top-color:#8e9f6b}
.menu li.selected a.more-apartments {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}

.menu li.selected a.more-employees {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}

.menu li.selected a.more-difference {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}

.menu li.selected a.more-lifestyles {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}

.menu li.selected a.more-about {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}

/* hover */
.menu li:hover>a:hover {background:#2c3b14; border-bottom-color:#2c3b14; border-top-color:#2c3b14}
.menu li:hover>a {background:#2c3b14; border-bottom-color:#2c3b14; border-top-color:#2c3b14}
.menu li:hover > a.more-employees {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}
.menu li:hover > a.more-difference {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}
.menu li:hover > a.more-lifestyles {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}
.menu li:hover > a.more-about {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}
.menu li:hover > a:hover.more-apartments {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}

.menu li:hover > a:hover.more-employees {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}

.menu li:hover > a:hover.more-difference {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}

.menu li:hover > a:hover.more-lifestyles {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}

.menu li:hover > a:hover.more-about {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}

/* ---- main pic ---- */
#pic_main {
	width:576px;
	height:330px;
	border-right:1px solid #bcc384;
	float:right;
	background:#fff;
}

/* ---- sidebar and content ---- */
.middle_pad {
	width:770px;
	height:35px;
	clear:both;
}

#middle_main {
	width:768px;
	min-height:252px;
	height:auto !important;
	height:252px;
	position:relative;
	left:1px;
	background:#fff url(../images/middle_main_bg.gif) repeat-y 191px 0;
}

#sidebar_main {
	width:191px;
	min-height:280px;
	height:auto !important;
	height:280px;
	margin-top:-5px;
	float:left;
}

#sidebar {
	width:192px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	padding-left:1px;
}

.calendar-box {
	padding:10px;
	background:#e1e1e1;
	border:1px solid #9eb473;
}

.side_contact {color:#283413; line-height:1.6em; font-size:.96em}
.side_contact_title {font-weight:bold; text-transform:uppercase}
.learnmore {text-align:right}
#quote {font-style:italic; font-weight:bold; padding:4px; color:#033c5c}
.sig {padding-left:40px}

#content_main {
	width:536px;
	min-height:252px;
	height:auto !important;
	height:252px;
	float:right;
	padding:0 19px;
	margin-top:-5px;
}

#content dl dt {
	margin-left:10px;
	padding-top:6px;
	font-weight:bold;
}

#content dl dd {
	margin-left:10px;
	padding-bottom:0;
}

#content dl.testimonial dt {
	font-weight:100;
	margin-top:25px;
}

#content dl.testimonial dd {
	display:block;
	font-weight:700;
	font-style:italic;
	font-family:Arial, verdana, sans-serif;
	color:#69331f;
	margin:5px 0 15px 0;
	padding-bottom:15px;
	text-indent:20px;
	border-bottom:1px #edead0 dashed;
}

#content {
	width:536px;
	min-height:700px;
	height:auto !important;
	height:700px;
	position:relative;
	right:1px;
	float:right;
	padding:0 20px;
	background:url(../images/content_bg.gif) no-repeat bottom right;
}

#sidebar_items a {color:#68321f; text-decoration:underline}

#sidebar_main a {color:#68321f; text-decoration:underline}

#content a {color:#68321f; text-decoration:underline}

#content_main a {color:#68321f; text-decoration:underline}
#sidebar_items a:hover {text-decoration:none}

#sidebar_main a:hover {text-decoration:none}

#content a:hover {text-decoration:none}

#content_main a:hover {text-decoration:none}

#content ul ul li {
	list-style:none;
	background:url(../images/bullet_small.gif) no-repeat 0 8px;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
}

#content ul ul {
	margin-top:0;
	padding-top:0;
}

#content ul.condition li {
	background:none;
}

#content ul ul li {
	list-style:none;
	background:url(../images/bullet_small.gif) no-repeat 0 8px;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
}

.img_right {padding:2px; float:right; margin:4px 10px 4px 10px;clear:right;}

.img_left {padding:2px; float:left; margin:4px 10px 4px 20px;clear:none;}

.floorplan {
	margin-left:15px;
	border:1px #ccc solid;
	padding:0 15px;
}

.fancytext {
	font:italic 1.6em/1.2 "Palatino Linotype", "Book Antiqua", Georgia, serif;
	color:#68321f;
}

#features {
	width:517px;
	min-height:140px;
	height:auto !important;
	height:140px;
	margin:0 10px;
	clear:both;
	border-top:1px solid #bcc384;
	background:url(../images/middle_main_bg.gif) repeat-y 266px 0;
}

#features h2 {margin:10px 0}

#feature_left {
	width:286px;
	min-height:140px;
	height:auto !important;
	height:140px;
	float:left;
}

.featured_pic {float:left; border:2px solid #68321f; padding:1px; margin-top:5px}
.featured_address {float:left; text-align:left; font-size:.9em;}
#content_main .featured_address a {color:#000; font-weight:bold; text-decoration:none; text-transform:uppercase}
#content_main .featured_address a:hover {text-decoration:underline}

#feature_right {
	width:230px;
	min-height:140px;
	height:auto !important;
	height:140px;
	float:right;
}

#content li {
	list-style:none;
	padding-left:14px;
	background:url(../images/bullet.gif) no-repeat 0 0;
}

#content_main li {
	list-style:none;
	padding-left:14px;
	background:url(../images/bullet.gif) no-repeat 0 0;
}

#sidebar_main li {
	list-style:none;
	padding-left:14px;
	background:url(../images/bullet.gif) no-repeat 0 0;
}

#feature_right li {
	list-style:none;
	padding-left:14px;
	background:url(../images/bullet.gif) no-repeat 0 0;
}
#content li {background-position:0 8px; margin-left:-10px}
#content_main li {background-position:0 8px; margin-left:-10px}
#sidebar_main li {background-position: 0 6px; margin-left:-20px}

#feature_right li {background-position: 0 6px; margin-left:-20px}

#feature_right li {font-size:.9em}
.small_clear {clear:both}

table.plan_table {margin-left:10px; width:80%}
table.plan_table td {width:50%; padding:10px}
table.plan_table td.resourceimg {text-align:center}

/* ---- footer ---- */
#footer_main {
	width:770px;
	height:62px;
	clear:both;
	padding-bottom:10px;
	color:#fff;
	font-size:.95em;
	line-height:1.6em;
	text-align:center;
	background:#486a25 url(../images/footer_bg.gif) repeat-x 0 0;
}

#footer_main_left {
	width:18px;
	height:62px;
	float:left;
	background:url(../images/footer_main_bg_left.gif) no-repeat 0 0;
}

#footer_main_middle {
	width:734px;
	height:54px;
	float:left;
	padding-top:8px;
}

#footer_main .spacer {padding:0 8px}
#footer_main a {color:#fff; text-decoration:none}
#footer_main a:hover {text-decoration:underline}

#footer_main_right {
	width:18px;
	height:62px;
	float:right;
	background:red url(../images/footer_main_bg_right.gif) no-repeat 0 0;
}

#footer {
	width:770px;
	height:72px;
	clear:both;
	background:#486a25 url(../images/footer_bg.gif) repeat-x 0 0;
}

#footer_left {
	width:193px;
	height:52px;
	padding-top:10px;
	float:left;
	background:url(../images/footer_left_bg.gif) no-repeat 0 0;
}

#footer_right p {font-size:.9em; text-align:center; color:#fff; line-height:1.8em; font-weight:bold}

#footer_left p {font-size:.9em; text-align:center; color:#fff; line-height:1.8em; font-weight:bold}

#footer_right {
	width:577px;
	height:52px;
	float:right;
	padding-top:10px;
	background:url(../images/footer_right_bg.gif) no-repeat top right;
}

.footer_pad {padding:0 6px}
#footer a {color:#fff; text-decoration:none}
#footer a:hover {text-decoration:underline}

td.EventLabel2 {font-weight:bold; color:#033c5c; font-size:1.1em}

/* Forms ----------------------------------------------- */
form {margin-top:20px}
fieldset {border:0; margin:0; padding:10px; width:90%}
legend {
	margin:0;
	padding:0;
	color:#440000;
	font:bold 1.2em/1.5em verdana,sans-serif
}

html>body legend {margin:0}

fieldset span {color:#FF0000; font-weight:bold}
fieldsetdl {margin:0; padding:0}
fieldset dt {margin:17px 0 2px; padding:0}
fieldset dd {margin:0; padding:0}

label {font-weight:bold; cursor:pointer}
label.unbold {font:normal .95em verdana,sans-serif; color:#000}
textarea {
	width:350px;
	padding:4px;
	font:1em verdana,arial,sans-serif;
	border:1px solid #E8E6E0;
	border-top:1px solid #666;
	border-left:1px solid #666;
	background:#F6F5F3;
	color:#333
}

input {
	width:350px;
	padding:4px;
	font:1em verdana,arial,sans-serif;
	border:1px solid #E8E6E0;
	border-top:1px solid #666;
	border-left:1px solid #666;
	background:#F6F5F3;
	color:#333
}

textarea {
	overflow:auto;
	margin:0 0 -2px;
}

textarea:hover {
	border:1px solid #004080;
	border-top:1px solid #002850;
	border-left:1px solid #002850;
	background:#E8E7E0;
}

input:hover {
	border:1px solid #004080;
	border-top:1px solid #002850;
	border-left:1px solid #002850;
	background:#E8E7E0;
}

textarea:focus {
	border:1px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#FFF;
}

input:focus {
	border:1px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#FFF;
}

input.check {
	width:auto;
	margin:2px 5px 0;
	border:none;
	background:none;
}

input.radio {
	width:auto;
	margin:2px 5px 0;
	border:none;
	background:none;
}

input.submit {
	cursor:pointer;
	margin:20px 0 0;
	width:150px;
	color:#fff;
	font-weight:bold;
	background:#2c3b14;
	display:inline;
}

input.reset {
	cursor:pointer;
	margin:20px 0 0;
	width:150px;
	color:#000;
	font-weight:bold;
	background:#ddd;
	display:inline;
}

input.submit:hover {
	border:1px solid #000;
	background:#9ab070;
	color:#fff;
}

input.reset:hover {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

input.submit:focus {
	border:1px solid #000;
	background:#9ab070;
	color:#FFF;
}

input.reset:focus {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

input#city {width:230px}
input#state {width:30px}
input#zip {width:46px}

textarea.validation-failed {
	border:1px solid #FF0000;
	color:#FF0000;
}

input.validation-failed {
	border:1px solid #FF0000;
	color:#FF0000;
}

.validation-advice {
	margin:-1px 0 5px;
	padding:4px;
	background:#FF0000;
	color:#FFF;
	width:352px;
}

.message {visibility:visible; display:none}

/* ---- jQuery lightBox (0.5) ---- */
#jquery-overlay {position:absolute; top:0; left:0; z-index:200; background:#000}
#jquery-lightbox {position:absolute; top:0; left:0; z-index:201; width:100%}
#jquery-lightbox a {border:0}

/* ---- lightbox-container ---- */
#lightbox-container {
	position:relative;
	margin:0 auto;
	background:#FFF;
	width:250px;
	height:250px;
}

img#lightbox-image {padding:10px 10px 0}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#lightbox-nav a {
	position:absolute;
	top:0;
	width:50%;
	outline:0;
}

a#lightbox-prevLink {left:0; background:url(../images/lightbox/prev_transparent.png) no-repeat 0 10px}
a#lightbox-nextLink {right:0; background:url(../images/lightbox/next_transparent.png) no-repeat 100% 10px}

a#lightbox-prevLink:hover {background:url(../images/lightbox/prev.png) no-repeat 0 10px}
a#lightbox-nextLink:hover {background:url(../images/lightbox/next.png) no-repeat 100% 10px}

#lightbox-loading {
	position:absolute;
	top:45%;
	left:0;
	width:100%;
	height:25%;
	background:url(../images/lightbox/loading.gif) no-repeat 50% 0}

/* ---- lightbox-data ---- */
#lightbox-data {
	position:relative;
	margin:0 auto;
	padding:0 10px 10px;
	background:#FFF;
	overflow:hidden;
}

#lightbox-data span {
	display:block;
	padding:0 100px 0 0;
	background:#FFF;
}

span#lightbox-caption {font-weight:bold}

span#lightbox-meta {
	color:#666;
	font:.9167em Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
}

span#lightbox-meta em {
	font-family:Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;
	text-transform:none;
	letter-spacing:0;
}

a#lightbox-closeLink {
	position:absolute;
	top:0;
	right:0;
	width:70px;
	height:30px;
	background:url(../images/lightbox/close.gif) no-repeat 47px 0;
}

/* ---- Photo Tour ---- */

ul#tour li {
	float:left;
	padding:10px 1.75em 10px 0 !important;
	margin:0;
	display:inline;
	background:none;
	list-style:none;

}
	
ul#tour li.end {padding:0}

ul#tour a {display:block; border:3px solid #2c3b14; padding:0}
ul#tour a img {margin:0; border:0}

ul#tour a:hover {border:1px solid #2c3b14; padding:2px}

