@charset "utf-8";
#header {
	background: #a3a966;
	margin: 0;
	height: 165px;
	width: 100%;
} 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #506835;
	background-image: url(../images/bg_2.gif);
}
#container {
	font-size: 12px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFF;
	background-image: url(../images/bg_1.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	position: relative;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#top-menu{
	background-color: #000000;
	padding: 0 0px;
	width: 825px;
	color: #C4DCA3;
	font-weight: normal;
	height: 2.6em;
	float: left;
} 

.featured {
	height: 163px;
	width: 245px;
	float: none;
	border: thin solid #000000;
	margin: 5px 0px 13px;
	clear: both;
}

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 245px;
	background-color: #EDE8C0;
	margin: 5px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#mainContent {
	margin: 0 275px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 0;
	position: relative;
} 
#mainImage {
	float: left;
	width: 275px;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
}
#mainImage a {
	text-decoration: none;
	color: #880000;
	font-weight: bold;
}
#mainImage a:hover{
	color: #FF0000;
}

#description {
	float: left;
	width: 365px;
	display: inline; 
}
#description a {
	text-decoration: none;
	color: #880000;
	font-weight: bold;
}
#description a:hover{
	color: #FF0000;
}
#moreContent {
	width: 650px;
	display: inline;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#moreContent a {
	text-decoration: none;
	color: #880000;
	font-weight: bold;
}
#moreContent a:hover{
	color: #FF0000;
}

#bottom-menu{
    font-size: 12px;
	background-color: #000000;
	padding: 0 0px 0 0px;
	width: 100%;
	color: #C4DCA3;
	font-weight: bold;
} 

#bottom-menu ul {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	list-style: none;
	background-color: #000000;
	height: 1.4em;
	text-align: center;
}
#bottom-menu li {
	float: left;
	margin-left: 0px;
	width: 14%;
}
#bottom-menu a {
	text-decoration: none;
	color: #FFD57D;
	background-color: #000000;
}
#bottom-menu a:hover{
	color: #FFFFFF;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #CFDCA7;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.contentRight {
	float: right;
	margin-right: 15px;
}
.contentRight a {
	text-decoration: none;
	color: #900;
}
.contentRight a:hover{
	color: #F00;
}
.rightJustify {
	text-align: right;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
	padding: 10px 0px 0px;
	margin: 0px;
}
#address {
	width: 500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 90px;
} 
#container #sidebar h3 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
}
#sidebar .request {
	height: 70px;
	width: 100px;
	float: left;
	text-align: center;
	background-color: #E7E0A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: thin solid #000000;
	clip: rect(auto,auto,auto,auto);
	background-image: url(../images/bg-request.jpg);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#container #mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}
.centered {
	text-align: center;
	font-weight: bold;
}
.center {
	text-align: center;
}
.centerPage
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.utilities {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: smaller;
}
#qualifications {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.rentTable
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.rentTable td
{
	border: 1px solid #E0D996;
}

.rentTableTop
{
	background-color: #EAE4B5;
}
h1 {
	font-size: large;
	font-family: Verdana, Geneva, sans-serif;
}
#Notice {
	background-color: #FFF;
	text-align: center;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: none;
	font-size: larger;
	border: 1px solid #BBCD83;
}
#NoticeTop {
	font-size: larger;
	color: #000;
	background-color: #BDD28A;
}
#bottomContent {
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bottomContent a {
	text-decoration: none;
	color: #880000;
	font-weight: bold;
}
#bottomContent a:hover{
	color: #FF0000;
}

.smallText {
	font-size: smaller;
}
.amenitiesrowcolor   {
	background-color: #F7F5E1;
}
#sidebar .featuredTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #643032;
	border-right-color: #643032;
	border-bottom-color: #643032;
	border-left-color: #643032;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #693235;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.scheduleTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#events {
	float: left;		
	text-align: center;

}
.hilight{
	color: #8cd6fc;
	color: #fe8f8c;
}
.s22 {background-color: #E1EBCB;}
.s21 {background-color: #E1EBCB;}
.s23 {background-color: #E1EBCB;}
.s24 {background-color: #E1EBCB;}
.s25 {background-color: #E1EBCB;}
.s26 {background-color: #E1EBCB;}
.s27 {background-color: #E1EBCB;}
.s28 {background-color: #E1EBCB;}
.s29 {background-color: #E1EBCB;}
.s30 {background-color: #E1EBCB;}
.s31 {background-color: #E1EBCB;}
.s29999 {background-color: #E1EBCB;}
#calendar {
	text-align: center;
}
#twitter{
	background: #000;
	width: 125px;
	float: left;
	padding: 0 0px;
	height: 2.6em;
}
#noRent{
	position: absolute;
	left: 238px;
	top: 212px;
	z-index: 3;
}
