/* reset */

* { 
	padding: 0; 
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
}
body { 
	font-size: 62.50%;
	background: #2a2b2c url('../images/backgrounds/glow.png') repeat-x center 150px;
}
img {
	outline: none;
	border: 0;
}
a {
	outline: none;
	color: #7c9904;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, li {
	list-style-type: none;
}

/* site */

#site {
	width: 1076px;
	margin: 0 auto;
}

/* header */

#header {
	background-color: #fff;
	width: 1076px;
	overflow: auto;
}

/* * logo * */

#logo {
	float: left;
	margin: 45px 0 0 43px;
	width: 274px;
	height: 75px;
	background: #fff url('../images/logo.png') no-repeat 0 0;
	text-indent: -5000px;
}

/* * navigation * */

#navigation {
	float: right;
	width: 722px;
}
#navigation li {
	float: left;
}
#navigation li a {
	display: block;
	width: 136px;
	height: 150px;
	margin-left: 3px;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.2em;
	text-transform: uppercase;
	background-color: #2a2b2c;
	position: relative;
	font-weight: bold;
}
#navigation li a:hover,
#navigation li.active a {
	background-color: #7c9904;
	text-decoration: none;
}
#navigation a span {
	position: absolute;
	display: block;
	width: 106px;
	left: 13px;
	bottom: 17px;
	cursor: pointer;
}

/* * subnavigation * */

#subnavigation {
	width: 1024px;
	text-align: right;
	background-color: #7c9904;
	padding: 7px 0;
	margin: 10px auto 12px auto;
}
#subnavigation li {
	display: inline;
	margin: 0 20px 0 2px;
}
#subnavigation li a {
	color: #fff;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
#subnavigation li a:hover,
#subnavigation li.active a {
	color: #2a2b2c;
	text-decoration: none;
}

/* content */

#content {
	background-color: #fff;
	width: 1076px;
	overflow: auto;
}

#top {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
#top img {
	display: block;
}
#top .text {
	position: absolute;
	top: 112px;
	right: 0;
}
#top h1 {
	float: right;
	clear: right;
	display: inline;
	font-size: 7em;
	line-height: .8em;
	color: #fff;
	padding: 0 74px 0 10px;
	background: transparent url('../images/backgrounds/highlight.png') repeat-y 0 0;
	margin-bottom: 15px;
	font-weight: normal;
	white-space: nowrap;
}
#top h2 {
	float: right;
	clear: right;
	display: inline;
	font-size: 2.6em;
	line-height: 1.1em;
	color: #fff;
	padding: 0 24px 9px 10px;
	background: transparent url('../images/backgrounds/highlight.png') repeat-y 0 0;
	white-space: nowrap;
	font-weight: normal;
}

#main {
	float: right;
	width: 650px;
	padding: 27px 37px 35px 9px;
}
.homepage #main {
	float: left;
	padding: 39px 0 35px 39px;
}
#main h2 {
	font-size: 2.6em;
	line-height: 1.5em;
	color: #3c451b;
	font-weight: normal;
	margin-bottom: 15px;
}
#main h2 em {
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
}

#main p,
#main ul li {
	font-size: 1.3em;
	line-height: 1.69em;
	color: #2a2b2c;
	margin-bottom: 12px;
}


#main ul
{
list-style: circle inside;
margin-left: 20px;
}

#main ul li{

list-style: circle inside;
}

#aside {
	float: left;
	width: 326px;
	padding: 14px 27px 24px 26px;
}
.homepage #aside {
	float: right;
	padding-top: 24px;
}
#links li a {
	display: block;
	width: 326px;
	height: 132px;
	text-indent: -5000px;
	margin-bottom: 7px;
}
#links li a#appointment {
	background: transparent url('../images/backgrounds/appointment.png') no-repeat 0 0;
}
#links li a#community {
	background: transparent url('../images/backgrounds/community.png') no-repeat 0 0;
}

/* footer */

#footer {
	width: 980px;
	padding: 37px 52px 40px 44px;
	overflow: auto;
}
#footer p {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 10px;
}
#footer li {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.6em;
}
#footer h2 {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 20px 0 10px 0;
}
#footer a {
	color: #fff;
}

#footer .col1 {
	float: left;
	width: 188px;
	text-transform: uppercase;
}
#footer .col2 {
	float: left;
	width: 205px;
	text-transform: uppercase;
}
#footer .col3 {
	float: left;
	width: 357px;
	padding-left: 25px;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.2em;
}
#kingswick {
	display: block;
	margin: 0 0 12px 144px;
	width: 204px;
	height: 55px;
	background: transparent url('../images/backgrounds/kingswick.png') no-repeat 0 0;
	text-indent: -5000px;
	text-align: left;
}
#footer .note {
	font-size: 1.2em;
	font-style: italic;
	padding-right: 10px;
}


