/*********************
 *  MacKenzie Place  *
 *********************/
 
/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

body {
	background:#c0d382;  /* 608119; 85746c; 315c31;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

a { color:#315c31; }

a:hover { text-decoration:none; }

ul {
	margin-left:1.5em;
	padding-left:0px;	
	margin-top:0.5em;
}

li { padding-bottom:0.5em; }

.textBody {
	font-size:14px;
	line-height:1.5em;
}

.comName {
	font-size:15px;
	font-variant: small-caps;	
	letter-spacing:1px;
}

#homeListings a { text-decoration:none; }
#homeListings a:hover { text-decoration:underline; }

h1, .sideTitle {
	font-size:28px;
	font-weight:bold;
	color:#315c31;
	margin:0px;
}
h2, .sideSubtitle {
	font-size:16px;
	font-weight:bold;
	color:#cb6324;
	margin:0px;	
}

.hr {
	background:#ebdec0;
	height:6px;
	margin-top:25px;
	margin-bottom:10px;
	font-size:1px;
}

#container {
	min-height:100%;
	xmargin-bottom:-100px;
	
	width:728px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	
	background:#fff url(../a/macplace_backhead.jpg) no-repeat;
	padding-top:137px;
	
	/*
	border:1px solid #2b462b;
	border-top:0px;
	border-bottom:0px;
	*/
}
* html #container{height:100%;}

.caption {
	padding-top:0.5em;
	color:#555;
	font-family:arial;
}

/*************************
 Top Navigation 		 */ 
#navTop a {
	xfloat:left;
	color:#315c31;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#navTop li {
	font-size:11px;
}
#navTop a:hover {
	text-decoration:underline;
}

/*************************
 Main Navigation 		 */ 
#navMain {
	float:right;
	height:19px;
	padding:3px 35px 0px 35px;
	background:#ebdec0;
	position:relative;
	z-index:5;
	font-size:13px;
}
#navMain a {
	float:left;
	color:#336633;
	font-weight:bold;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	position:relative;
	top:-1px;
}
#navMain a:hover {
	/**/
	border-bottom:2px solid #336633; 
}
#navMain a.active, #navMain a.active:hover  {
	color:#c26529;
	border-bottom:0px;
}

#navMain div { /* css bullet */
	float:left;
	width:4px;
	height:4px;
	margin:6px 10px 0px 10px;
	background:#c26529;
	font-size:1px;
}

/*************************
 Side Navigation 		 */ 
#navSide {
	list-style-image:url(../a/li_arrow.gif);
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}
#navSide li.active {
	list-style-image:url(../a/li_arrow_active.gif);	
}
#navSide a {
	color:#315c31;
	text-decoration:none;
}
#navSide a:hover, #navSide a.active {
	color:#c76429;
}

/*************************
 DropDown Navigation 		 */ 
#dropDownLoc, #dropDownGuest {
	margin-left:438px;
	position:absolute;
	z-index:1;
	visibility:hidden;
	/*margin-top:1px;*/
	padding:5px 12px;
	padding-right:30px;
	background:#eaf2d9;
	border-bottom:6px solid #336633;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#555;
}
#dropDownLoc {
	margin-left:350px;
}

#dropDownLoc a, #dropDownGuest a {
	display:block;
	color:#336633;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
	line-height:1.6em;
}
#dropDownLoc a {
	/*padding-left:1em;*/
}

#dropDownLoc a:hover, #dropDownGuest a:hover {
	text-decoration:underline;
}


#fontSizeChange {
	font-size:12px;
	color:#666;
}
#fontSizeChange a {
	color:#555;
	text-decoration:none;
}

#clearfooter {
/*	clear:both;
	height:50px;
	visibility:hidden;
*/
}

#footer {	
	clear:both;
	width:728px;
	margin-left:auto;
	margin-right:auto;	
	font-size:11px;
	color:#848484;
	line-height:1.3em;
	background:#fff;
	padding-bottom:1em;
	padding-top:1em;
}
#footer div {
	margin-left:310px;
}
#footer a {	
	color:#848484;
	text-decoration:none;
}
#footer a:hover { text-decoration:underline; }

/* Navigation Extras */
.navExtras {
	list-style-image:url(../a/li_arrow.gif);
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 0;
}
.navExtras li.active {
	list-style-image:url(../a/li_arrow_active.gif);	
}
.navExtras a {
	color:#315c31;
	text-decoration:none;
}
.navExtras a:hover, #navSide a.active {
	color:#c76429;
}

.pdfLink
{
	padding-left: 21px;
	background: url(../a/pdf-icon.gif) no-repeat left;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
}

a.pdfLink:hover {
	color:#c76429;
}