/* general styles */

body {
	background-color: #361410;
	background-image: url(../images/backtile.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #F3E3AD;
	text-align: center;
	}
.fineprint a:link {
	color: #BDB288;
	text-decoration: none;
	}
.fineprint a:visited {
	color: #F3E3AD;
	text-decoration: none;
	}
.fineprint a:hover {
	color: #7C9367;
	text-decoration: underline;
	}
.fineprint a:active {
	color: #F3E3AD;
	text-decoration: none;
	}
.parahead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8F0000;
	text-align: left;
	}

.green {color: #006F3A}
.red {color: #8F0000}


/* page div styles */

#footer {
	background: #361410 url(../images/btmshad.jpg) no-repeat top center;
	padding: 22px 0 0 0;
	width: 802px;
	}
#wrapper {
	width: 800px;
	height: 100%;
	background: #F3E3AD;
	}
#wrapper-home {
	width: 800px;
	height: 100%;
	background: #F3E3AD url(../images/home.jpg) no-repeat top center;
	}
	
#spacer {
	height: 20px;
}
#spacerhome {
	height: 73px;
	width: 500px;
}

	
/* left nav column */


/*********** #sectionLinks styles ***********/

#leftcol {
	width: 155px;
	border-right: 1px solid #bfa98b;
	text-align: right;
	padding-top: 20px;
	}
#leftcol ul {margin: 0; padding: 0px 0px 7px 0;}	
#leftcol li {list-style: none; line-height: 23px; padding-bottom: 6px;}
#leftcol li.selected a {color: #990000; background: url(../images/rollover.gif) no-repeat top left;}
#leftcol li a:hover {color: #990000; text-decoration: none;}
	
#sectionLinks{
	position: relative;
	font-size: 14px;
	color: #361410;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 0px 20px 4px 0px;
	color: #361410;
	text-decoration: none;
}

#sectionLinks a:hover{
		background: url(../images/rollover.gif) no-repeat top left;
}


/*********** bottom left column styles ***********/
#btmleftcol {
	border-right: 1px solid #bfa98b;
	text-align: right;
	padding: 0px 20px 4px 0px;
	}
.spotlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	text-align: right;
	}
.spotlight a:link {
	color: #666;
	text-decoration: none;
	}
.spotlight a:visited {
	color: #666;
	text-decoration: none;
	}
.spotlight a:hover {
	color: #7C9367;
	text-decoration: underline;
	}
.spotlight a:active {
	color: #666;
	text-decoration: none;
	}


/* main center column */

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #361410;
	padding-left: 30px;
	padding-right: 50px;
	}
.bodycopy a:link {
	color: #990000;
	text-decoration: none;
	}
.bodycopy a:visited {
	color: #990000;
	text-decoration: none;
	}
.bodycopy a:hover {
	color: #7C9367;
	text-decoration: underline;
	}
.bodycopy a:active {
	color: #361410;
	text-decoration: none;
	}
.bodycopy li {
	line-height: 18px;
	padding-bottom: 3px;
	list-style-image: url(../images/bullet.gif);
	}

/* residences drop down */

.bodycopyres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #361410;
	padding-left: 30px;
	width: 655px;
	}
.bodycopyres a:link {
	color: #990000;
	text-decoration: none;
	}
.bodycopyres a:visited {
	color: #990000;
	text-decoration: none;
	}
.bodycopyres a:hover {
	color: #7C9367;
	text-decoration: underline;
	}
.bodycopyres a:active {
	color: #361410;
	text-decoration: none;
	}
.bodycopyres li {
	line-height: 18px;
	padding-bottom: 3px;
	list-style-image: url(../images/bullet.gif);
	}
div.sdmenu {
	width: 565px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-bottom: 10px;
	color: #361410;
}
div.sdmenu div {
	overflow: hidden;
}

div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	color: #8F0000;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	color: #361410;
	text-decoration: none;
	
}
