body {
	background: #e7d2aa;
	margin: 0px;
	padding: 0px;
	color:#600;
	font-size:16px
}
div, td {
	font-family: Arial, Verdana, sans-serif;
	/*font-size: 11px;*/
	color:#600;
}
a {
	font-weight: bold;
	color: #464646;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0px;
}
h1.pageName {
	margin-bottom: 30px;
	font-size: 24px;
}
h2, h3 {
	margin-bottom: 20px;
	font-weight: bold;
}
ul.standardList {
	list-style-type: none;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
ul.standardList li {
	margin-bottom: 5px;
	border-bottom: 1px solid #e3caa0;
	padding: 5px 10px;
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.titleLarge {
	font-size: 24px;
	margin-bottom: 20px;
}
.hrBevel {
	background: url(../images/insetDivider.gif) left top repeat-x;
	height: 2px;
	line-height: 2px;
	margin-bottom: 30px;
}
.quote {
	background: url(../images/pullQuote1.gif) left top no-repeat;
	margin-bottom: 30px;
}
.quote2 {
	background: url(../images/pullQuote2.gif) right bottom no-repeat;
}
.quoteContent {
	padding: 20px;
	font-size: 14px;
	color: #4f3913;
}
.mediumBold {
	font-size: 14px;
	font-weight: bold;
}
.imageLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.imageRight {
	float: right;
	margin: 0px 0px 10px 10px;
}


/*** STRUCTURE STUFF ***/

#wrapper {
	width: 950px;
	margin: 0px auto;
	position: relative;
}

/** HEADER **/

#header {
	height: 220px;
	background: url(../images/header.jpg) left top no-repeat;
	position: relative;
}
#logo a {
	height: 220px;
	width: 360px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -99999px;
}
#topNav {
	position: absolute;
	top: 180px;
	right: 30px;
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav ul li {
	float: left;
	margin-right: 10px;
}
#topNav ul li.topNavSelected {
	padding-bottom: 3px;
}
#topNav ul li a {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	background: #000;
	text-decoration: none;
	color: #fff;
	padding: 0px 15px;
	font-weight: normal;
	font-size: 12px;
	display: inline;
}
#topNav #menu_home a {
	background: #ffd38c;
	color: #000;
}
#topNav #menu_home.topNavSelected {
	background: url(../images/menu_home_selected.gif) center bottom no-repeat;
}
#topNav #menu_bethanyManor a {
	background: #92b5b1;
}
#topNav #menu_bethanyManor.topNavSelected {
	background: url(../images/menu_bethanyManor_selected.gif) center bottom no-repeat;
}
#topNav #menu_cedarPlace a {
	background: #aea63b;
}
#topNav #menu_cedarPlace.topNavSelected {
	background: url(../images/menu_cedarPlace_selected.gif) center bottom no-repeat;
}
#topNav #menu_timberlandVillage a {
	background: #6e1012;
}
#topNav #menu_timberlandVillage.topNavSelected {
	background: url(../images/menu_timberlandVillage_selected.gif) center bottom no-repeat;
}
#topNav #menu_twinHomes a {
	background: #d66102;
}
#topNav #menu_twinHomes.topNavSelected {
	background: url(../images/menu_twinHomes_selected.gif) center bottom no-repeat;
}

/** SUBHEADER **/

#subHeader {
	background: #464646;
	height: 30px;
	position: relative;
	padding-left: 40px;
	color: #c2c2c2;
	z-index: 99999;
}
#subHeader a {
	font-weight: normal;
	color: #c2c2c2;
}
#searchLink {
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	text-decoration: none;
	background: url(../images/bullet1.gif) left center no-repeat;
	padding-left: 10px;
}
.subHeaderDivider {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	float: left;
}
#increaseFontSize {
	float: left;
	height: 30px;
	line-height: 30px;
}
#increaseFontSize a {
	text-decoration: none;
}
#subHeaderNav {
	position: absolute;
	top: 0px;
	right: 20px;
}
#subHeaderNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#subHeaderNav ul li {
	float: left;
	position: relative;
}
#subHeaderNav ul li a {
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 20px;
	color: #c2c2c2;
	background: url(../images/bullet2.gif) left center no-repeat;
	padding-left: 8px;
	height: 30px;
	line-height: 30px;
	display: inline;
}
#subHeaderNav a:hover {
	text-decoration: underline;
}
#subHeaderNav ul ul {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 200px;
	background: #464646;
	display: none;
}
#subHeaderNav ul ul li {
	float: none;
}
#subHeaderNav ul ul li a {
	background: none;
	float: none;
	width: 200px;
}
#search {
	display: none;
	position: absolute;
	top: 250px;
	left: 40px;
	height: 30px;
	background: #464646;
	padding: 10px 0px 0px 10px;
	width: 190px;
}
#search span {
	height: 20px;
	line-height: 20px;
	color: #fff; float: left;
	width: 40px;
	font-weight: bold;
}
#inputSearch {
	height: 12px;
	border: 1px solid #fff;
	padding: 3px;
	width: 92px;
	font-family: Arial, Verdana;
	font-size: 11px;
	float: left;
	margin: 0px 5px 0px 10px;
}
#btnSearch {
	float: left;
}

/*** MAIN CONTENT ***/

#mainContent {
	background: url(../images/contentBg.gif) left top no-repeat #daba86;
	padding: 40px 40px 0px 40px;
	color: #fff;
}
#pageOpener {
	background: url(../images/subHeader1.gif) left top no-repeat;
	height: 110px;
}
#leftCol {
	width: 220px;
	padding: 20px 20px 0px 20px;
	background: #cca970;
	margin-bottom: 40px;
	float: left;
}
#leftCol a, #leftCol p {
	font-size: 12px;
	font-weight: bold;
}
#leftColNews {
	margin-bottom: 30px;
}
#leftColNews ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftColNews ul li {
	margin-bottom: 10px;
}
#leftColNews ul li a {
}
#admissionsText {
	margin-bottom: 30px;
}

#rightCol {
	width: 590px;
	margin-bottom: 40px;
	float: right;
}
#featureContainer {
	background: url(../images/homepageFeatureBg.gif) left bottom no-repeat;
	height: 280px;
	margin-bottom: 10px;
	width: 570px;
}
#featureContainer {
	position: relative;
}
#features {
	height: 260px;
	overflow: hidden;
}
#featureNav {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	height: 40px;
	padding: 10px 0px 10px 10px;
	background: url(../images/featureNavBg.gif) left top repeat-x;
}
#featureNav a {
	display: block;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #fff;
	width: 18px;
	float: left;
	border: 1px solid #d7d7d7;
	color: #898989;
	text-decoration: none;
	margin-right: 10px;
	display: inline;
}
#featureNav a.activeSlide {
	color: red;
}
#featureNav a:focus {
	outline: none;
}
#points {
}
.point {
	width: 270px;
	float: left;
	margin: 0px 20px 30px 0px;
}
.point img {
	float: left;
	margin: 5px 10px 10px 0px;
}
.point a {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.point.lastPoint {
	margin-right: 0px;
}

/** FOOTER **/

#footerNav {
	height: 30px;
	background: #cca970;
	text-align: center;
	line-height: 30px;
}
#footerNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerNav ul li {
	display: inline;
}
#footerNav ul li a {
	color: #e6d4b8;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 20px;
}
#footerNav a:hover {
	color: #000;
}
#footer {
	padding: 20px;
	text-align: center;
	color: #ae905f;
}

/************************/
/*** SUBPAGE 1 STYLES ***/
/************************/

#pageNav {
	height: 30px;
	margin-bottom: 20px;
}
#pageNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#pageNav ul li {
	float: left;
}
#pageNav ul li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	padding: 0px 10px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
#pageNav ul li a:focus {
	outline: none;
}

/*
To create a new set of tabs in a different color, only the
following 3 styles need to be duplicated. Make sure to 
replace the bethanyManor class with the class you use on 
your duplicated styles.
*/
#pageNav.bethanyManor a {
	background: #768281;
	color: #a5b5b4;
}
#pageNav.bethanyManor li.pageNavSelected a {
	background: #92b5b1;
	color: #fff;
}
#pageNav.bethanyManor {
	border-bottom: 3px solid #92b5b1;
}

#innerTabs div, #innerTabs td {
	font-size: 12pt;
	color: #660000
}

#innerTabs div p, #innerTabs div p span{
	font-size:small !important;
}

.tabLeftCol {
	width: 380px;
	float: left;
}
.tabLeftCol .feature {
	margin-bottom: 20px;
}
.tabRightCol {
	width: 170px;
	float: right;
}
#innerTabs .tabRightCol div {
	color: #600;
	font-size: 11px;
	line-height:normal;
}
#innerTabs .tabRightCol a {
	color: #000;
}
.tabRightCol .feature {
	margin-bottom: 10px;
}
.tabRightCol .features {
	margin-bottom: 10px;
}
#innerTabs #openingTitle, #openingTitle {
	font-size: 24px;
	font-family: Arial Narrow, Arial, Verdana, sans-serif;
	margin-bottom: 30px;
}



/*** LARGE FONTS ***/

div, td {
	/*font-size: 14px;*/
}
.quoteContent {
	font-size: 18px;
}
.mediumBold {
	font-size: 18px;
	font-weight: bold;
}

#rightCol p{
font-size:16pt !important;
}

/*** STRUCTURE STUFF ***/

/** HEADER **/

#topNav ul li a {
	font-size: 16px;
}

/** SUBHEADER **/

#inputSearch {
	font-size: 12px;
}

/*** MAIN CONTENT ***/

#leftCol a, #leftCol p {
	font-size: 16px;
}
.point a {
	font-size: 18px;
}
.point.lastPoint {
	margin-right: 0px;
}

/** FOOTER **/

/************************/
/*** SUBPAGE 1 STYLES ***/
/************************/

#innerTabs div {
	font-size: 16pt;
}
#innerTabs .tabRightCol div {
	font-size: 14px;
}

#innerTabs div p,#innerTabs div p span{
	font-size:16pt !important;
}