body {
	background: #E6ECEA;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}


#wrapper {
	margin: 0 auto;
	width: 760px;
	border: 5px solid #678A86;
	background: #ffffff;
}

#header {
	width: 760px;
	left: 193px;
}

.logo {
	float: left;
	width: 174px;
}

.headerimage {
	float: left;
	height: 146px;
}

.topnav {
	float: left;
	background: #E4EAE8 url(../images/topnav_bg.png) no-repeat right top;
	height: 36px;
	width: 586px;
	padding: 11px 0 0 0;
}

#left {
	float: left;
	width: 200px;
	height: 100%;
	background: url(../images/left_bottom.jpg) no-repeat;
}

#content {
	float: left;
	padding: 10px 5px 10px 10px;
	width: 571px;
}

#footer {
	background: #678A86;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 0;
}

#footer a, #footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.clr {
	clear: both;
}


a, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #668985;
}

.main_title {
	font-size: 23px;
	font-weight: bold;
	color: #131313;
}

.sub_title {
	font-size: 22px;
	color: #131313;
}

.sub_title a {
	color: #F00428;
	text-decoration: none;
}

.error {
	color: #FF0000;
	font-weight: bold;
}


h3 {
	margin: 3px 0;
}



/*************************************************************/
/* Calendar */
#quickCalender {
	margin: 10px 0;
}

.calendar {
	/** configure the width **/
	width:98%;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

.calendar th {
	font-weight: bold;
	height: 20px;
	text-align: center;
	width: 107px;
}
.calendar .header {
	font-weight: bold;
	height: 24px;
	text-align: center;
}
.calendar .footer {
	font-weight: bold;
	font-size:0.8em;
	width:100%;
}
.calendar td {
	height: 20px;
	text-align: center;
	font-size: 9px;
	padding: 2px;
	font-weight: bold;
}
.calendar .today {
	padding: 2px;
}

.calendar .link {
	width: 18px;
	height: 16px;
	padding: 2px;
}

.calendar a, .calendar a:link, .calendar a:hover {

}
.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav {
	font-weight: bold;
}

.calendar a:hover.headerNav {
	font-weight: bold;
}

.calendar a.footerNav, .calendar a:link.footerNav, .calendar a:hover.footerNav {
	width: 100%;
}

.event {
	margin: 5px;
	padding-bottom: 2px;
	text-align: left;
}

.today .event a {
	font-weight: normal;
	text-align: left;
}

.event a {
	font-weight: normal;
	text-align: left;
}

.calendarDate {
  color:#678A86;
  font-weight:bold;
}	

.calendarBody {
  width:300px;

}


/*************************************************************/
/* Calendar */
.calendar {
	border: 1px solid #7DA4A0;
}

.calendar th {
	background-color: #D7EDE6;
}

.calendar .header {
	background-color: #7DA4A0;
	color: #FFFFFF;
}

.calendar .footer {
	background-color: #D7EDE6;
	color: #FFFFFF;
}

.calendar td {
	background: #EEF7F4;
}
.calendar .today {
	background-color: #5C817D;
	color: #ffffff;
}

.calendar .link {
	background-color: #D4C9EF;
	border: 1px solid #000000;
}

.calendar a, .calendar a:link, .calendar a:hover {

}
.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav {
	color: #ffffff;
}

.calendar a:hover.headerNav {
	color: #D9EFED;
}

.event {
	background: url(../img/arrow_tr.gif) no-repeat right top;
	border-bottom: 1px solid #D7EDE6;
}

.today .event a {
	color: #D7EDE6;
}


/* Gallery */
.galleryImageDiv {
  padding:2px;
  float:left;
  height:180px;
}

.galleryImage {
  background-position:center center;
  background-repeat:no-repeat;
  border:1px solid #DDDDDD;
  height:125px;
  margin:0 auto 2px;
  width:110px;
}

.galleryTitle {
  width:110px;
  margin:0 auto 2px;
  padding:2px;
  color:#FF9900;
  font-weight:bold;
}




/* Directory */
.alphabet {
	background: #F6F8F7 none repeat scroll 0 0;
	color: #678A86;
	font-size: 13px;
	padding:5px 0;
	text-align:center;
}

.alphabet a, .alphabet a:visited {
	color: #678A86;
	text-decoration: none;
	font-weight: bold;
}

.alphabet a:hover {
	color: #000;
	text-decoration: underline;
}


/* Directory */
.catList {
	background: #F6F8F7 none repeat scroll 0 0;
	color: #678A86;
	font-size: 13px;
	padding:5px 0;
}

.catList a, .catList a:visited {
	color: #678A86;
	text-decoration: none;
}

.categoryActive a, .categoryActive a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


.MemberDetails {
	color: #678A86;
  padding-top:25px;
  padding-left:25px;
}


.memberName a, .memberName a:visited {
	text-decoration: none;
	font-weight: bold;
}

.startingLetter {
  font-size:10px;
  font-weight:bold;
}

.itemlistCell1 {
 background-color: #E6ECEA;
 font-weight: bold; 
 color: #678A86;
}

.itemlistCell2 {
 font-weight: bold; 
 color: #678A86;
}

#errorMessage {
  color:#FF0000; 
}


.modelDetails {
  font-size:30px;
}

.lotImage {
  border: 3px solid #678A86;
}

.readMore {
   text-align: right;
	width: 400px;
}

.readMore a,  .readMore a:visited{
  color: #678A86;
	text-decoration:none;
}
