﻿body 
{
	background: white url(body-bg.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
}

a
{
	color: #6b6b47;
}

a img
{
	border-style: none;
}

h1, h2, h3
{
	color: #6b6b47;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-weight: normal;
}

/* Other Elements */
h1
{
	color: #6b6b47;
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: .2em;
}
h2
{
	color: #999;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 1em;
}
p
{
	margin-top: 0;
}

.PostDateLine, .PageDateLine 
{
	color: #6e926e;
	font-size: .8em;
}
.PostDateLine /* posted date info below headline of blog entries */
{
	margin-top: 0;
	margin-bottom: 1em;
}
.PageDateLine /* last modified info at bottom of pages */
{
	margin-top: 15px;
}

/* DB-Retrieved Page Elements */

.BodyContent h1
{
	color: Black;
	font-size: 1.4em;
}
.BodyContent h2
{
	color: Black;
	/* color: #999;*/
	font-size: 1.2em;
	margin-bottom: 0;
}
.BodyContent p, .BodyContent li, .BodyContent blockquote
{
	/* font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 1.1em;  */
	font-size: 10pt;
	line-height: 135%;
}
.BodyContent p
{
	
	
}
.BodyContent td
{
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}
.BodyContent table.nospace td
{
	padding: 0;
}

/* Recurring Elements */

.options label
{
	display: block;
	float: left;
	padding-top: 5px;
	width: 150px;
}

/* Single-Use Elements */

.mission-statement
{
	color: #6b6b47;
	font-family: Times New Roman, Times, Serif;
	font-size: 18px;
	line-height: 180%;
	text-align: center;
}

.mission-statement em
{
	color: #800000;
	font-size: 20px;
	font-weight: bold;
}


.property-photos img
{
	border: solid 1px #ccc;
	padding: 4px;
}

.gridview
{
	font-size: 8pt;
	width: 100%;
}
.gridview td, .gridview th
{
	padding: 4pt;
}
.gridview th
{
	background-color: #c3c2a2; /*6d782e;*/
	color: White;
	text-align: left;
}
.gridview th a
{
	color: White;
	text-decoration: none;
}
.gridview th a:hover
{
	text-decoration: underline;
}
.altrow
{
	background-color: #e8e8dc;
}

.calendar-date
{
	font-family: Arial, Helvetica, Sans-Serif;
	position: relative;
	background-color: #C3C2A2;
	padding: 40px 15px 0 5px;
	float: left;
	margin-right: 10px;
	color: #6B6B47;
}
.calendar-date .month
{
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
}
.calendar-date .day
{
	color: #000;
	position: absolute;
	line-height: 45px;
	font-size: 45px;
	top: 0;
	left: 2px;
}
.calendar-date .year
{
	position: absolute;
	display: block;
	top: 15px;
	right: -7px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

