/*---------------------
Reset Defaults
---------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
}

table { 
    border-collapse:collapse; 
    border-spacing:0; 
}
 
fieldset,img {  
    border:0; 
}
 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
}
 
ol,ul { 
    list-style:none; 
}
 
caption,th { 
    text-align:left; 
}
 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
}
 
q:before,q:after { 
	content:''; 
}
 
abbr,acronym {
	border:0; 
}

/*---------------------
Global Styles
---------------------*/

body {
	background-color: #797b68;
	border: 10px solid #fff;
	min-height: 98%;
}

html {
	height: 100%;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 90%;
	font-weight: lighter;
	line-height: 22px;
	letter-spacing: 1px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 100%;
	font-weight: 600;
	letter-spacing: 1px;
	background: url(../images/accent.jpg) top left no-repeat;
	/*text-indent: 45px;*/
	padding-left: 45px;
	margin-bottom: 10px;
	line-height: 30px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 10px;
}


.floorplans td {
	padding: 0 5px;
}

.floorplans th {
	background-color: #e6e5de;
	padding-left: 5px;
}

hr {
	border: solid 1px #ccc;
}

body#contact td {
	padding: 2px;
}

#left ul, #right ul {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-top: 10px;
}

#left li, #right li {
	margin-bottom: 10px;
	font-size: 90%;
}

#left ol, #right ol {
	list-style-type: decimal;
	margin-left: 1.5em;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.letter {
	list-style-type: lower-alpha;
	font-size: 90%;
}

.letter p, #left ol p, #right ol p, #left ul p, #right ul p {
	font-size: 100%;
}

a {
	white-space: nowrap;
}

a:link {
	/*color: #666633;*/
	/*color: #775100;*/
	color:#0000CC;
	text-decoration: underline;
}
a:visited {
	color:#810081;
}
a:hover, a:active {
	/*color: #666633;*/
	color: #BB7E00;
	text-decoration: underline overline;
}

.quote {
	padding: 0 30px;
	margin: 10px 0;
	font-size: 90%;
}

.bold {
	font-weight: bold;
}

.clear:after {
	content:".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}

.center {
	text-align: center;
}

.imgBrdr {
	border: solid #fff 4px;
}

.textBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: #888 solid 1px;
	padding: 2px;
	margin: 0 5px 0 0;
	background-color: #fff;
}

.textBox:focus {
	background: #f5f5f5;
}

.formStuff {
	margin-right: 5px;
}

.submitBtn {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	border: none;
	background:#009900;
	color: #fff;
	padding: 2px;
	border: #000 2px solid;
}

.submitBtn:hover {
	background: #fff;
}

.warning {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 90%;
	font-weight: lighter;
	line-height: 22px;
	letter-spacing: 1px;
}

/*---------------------
Global Layout
---------------------*/

#wrapper {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}

#header h1 {
	display: block;
	text-indent: -9999px;
	height: 1px;
}

#hotspot {
	float: left;
}

#hotspot a {
	visibility: visible;
	position: relative;
	height: 35px;
	width: 275px;
	text-decoration: none;
	display: block;
	margin-top: 5px;
}

#menu {
	height: 57px;
	margin-bottom: 0px;
	font-size:	110%;
}
#menuButtons {
	height: 20px;
	padding-bottom:9px;
	padding-top:3px;
	background-color:#797B68;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
}
#menuButtons a {
	padding:9px;
	color:#FFFFFF;
	text-decoration:none;
}
#menuButtons a:hover {
	background-color:#bcbda3;
	color:#000000;
	text-decoration:underline;
}
#menuBar {
	height: 20px;
	background-color: #bcbda3;
	border-top: 1px solid #797b68;
}

#contactButton {
	background-color:#885B00;
}
#content {
	background-color: #fff;
}

#bottomNav {
	background: #fff;
	text-align: center;
	padding: 10px;
	clear: both;
	width: 640px;
	margin: 0 auto;
}

#bottomNav a {
	white-space: nowrap;
}

#bottomNav p {
	/*font-size: .7em;*/
}

#footer {
	clear: both;
	text-align: right;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 10px;
	margin-bottom: 25px;
}

/*---------------------
Global Navigation
---------------------*/

#menuButtons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuButtons li {
	list-style: none;
	display: inline;
	float: left;
}

#menuBar img {
	float: right;
}

.textMinus {
	height: 20px;
	width: 25px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../images/text_minus.gif);
	background-position: top left;
	display: block;
	float: right;
}

.textPlus {
	height: 20px;
	width: 25px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../images/text_plus.gif);
	background-position: top left;
	display: block;
	float: right;
}

.textDefault {
	height: 20px;
	width: 25px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../images/text_mid.gif);
	background-position: top left;
	display: block;
	float: right;
}

.homeBtn {
	height: 20px;
	width: 77px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../images/home_btn.gif);
	background-position: top left;
	display: block;
}

.aboutBtn {
	height: 20px;
	width: 111px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../images/about_btn.gif);
	background-position: top left;
	display: block;
}

.parclifeBtn {
	height: 20px;
	width: 97px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../images/parclife_btn.gif);
	background-position: top left;
	display: block;
}

.communitiesBtn {
	height: 20px;
	width: 124px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../images/communities_btn.gif);
	background-position: top left;
	display: block;
}

.seniorlivingBtn {
	height: 20px;
	width: 125px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../images/seniorliving_btn.gif);
	background-position: top left;
	display: block;
}

.contactBtn {
	height: 20px;
	width: 126px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../images/contact_btn.gif);
	background-position: top left;
	display: block;
}

.textMinus:hover,
.textPlus:hover,
.textDefault:hover,
.homeBtn:hover,
.aboutBtn:hover,
.parclifeBtn:hover,
.communitiesBtn:hover,
.seniorlivingBtn:hover,
.contactBtn:hover {
	background-position: bottom left;
}

body#home a#homeLink,
body#about a#aboutLink,
body#parclife a#parclifeLink,
body#communities a#communitiesLink,
body#seniorliving a#seniorlivingLink,
body#contact a#contactLink {
	background-color:#bcbda3;
	color:#000000;
	text-decoration:underline; 
	/*background-position: bottom left;*/
}

/* text reset */

body p {
	font-size:	90%;
	voice-family:	"\"}\"";
	voice-family:	inherit;
	line-height: 2em;
}

body h2, body h3 {
	font-size: 110%;
}

/*html>body, html>body div, html>body th, html>body td, html>body li, html>body dd*/

html>body p	{
	font-size:	90%;
}

html>body h2, body h3 {
	font-size: 110%;
}

.style1 {
	font-size: 11px;
	color: #FFFFFF;
}

