@charset "utf-8";
/* CSS Document - Old Colony Elder Services */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family:Verdana, Geneva, sans-serif;
	vertical-align: baseline;
}

blockquote {
	padding:0;
	border: 0;
	font-size: 100%;
}

body {
	line-height: 1;
	background-color: #CCCC99;
}

/***list styles***/
#leftColumn ol li {
	line-height:130%;
	margin-right:25px;
	margin-bottom:5px;
	margin-left:35px;
}
#leftColumn ul li {
	line-height:130%;
	margin-right:20px;
	margin-bottom:5px;
	margin-left:35px;
}

/***heading styles***/
h1 {
	margin:20px 5px 5px 20px;
	/*font-size: 16px;*/
	font-size:100%;
	color: #7090B7;
	line-height: 140%;
}
h2 {
	margin:20px 20px 10px 20px;
	font-size:90%;
	color: #666666;
	line-height:130%;
}
h3 {
	margin-top:20px;
	margin-left:20px;
	font-size:90%;
	color:#666;	
	line-height:130%;
}
h4 {
	margin-left:20px;
	font-size:80%;
	line-height:130%;
}
h5 {
	margin-top:10px;
	margin-left:20px;
	font-size:80%;
	color: #7090B7;
	line-height:130%;
}
/*h1 styles for home page*/
div#contentHome h1 {
	margin-bottom:20px;
}
div#contentHome h2 {
	margin-top:20px;
	font-size:100%;
	color:#000;
}
/*h3 styles for home page*/
div#contentHome h3 {
	margin-top:10px;
	font-size:90%;
	color:#60C;
	/*color:#960;*/
}
/*h4 styles for home page*/
div#contentHome h4 {
	font-size:90%;
	color:#000;
}
/*h5 styles for home page*/
div#contentHome h5 {
	margin-top:10px;
	font-size:90%;
	color:#000;
}
div#error h2 {
	margin-left:8px;
	color:#C03;
}
div#error p {
	margin-left:8px;
}
/***paragraph styles***/
p {
	margin:5px 20px 10px 20px;
	font-size:80%;
	color:#000;
	line-height:140%;
}
div#contentHome p {
	margin:5px 20px 10px 20px;
}
table#contact p {
	margin:5px;
	font-size:100%;
}
/***table styles***/
table#calendar {
	width:90%;
}
table#calendar td {
	padding:5px 10px;
}
table#contact {
	margin-left:5px;
}
table#contact th, table#contact td {
	font-size:80%;
	padding:2px;
	vertical-align:middle;
}
table#contact th.comment {
	vertical-align:top;
}
table#contact th {
	text-align:right;
	font-weight:normal;
}
table#photo {
	margin-left:5px;
}
/*****************div styles******************/
/*holds content area divs*/
#container {
	position:relative;
	margin: 0 auto;	
	width: 806px;
	background:#fff url(../images/layout_19.gif) no-repeat bottom left;
	}
/*holds left content area page*/
#content, #contentHome {
	position:relative;
	float:left;
	margin: 0 0 30px 0;	
	width: 555px;
	height:auto;
	}
/*holds left content area page*/
#contentCalendar {
	position:relative;
	float:left;
	margin: 0 0 30px 20px;	
	width: 535px;
	height:auto;
	}
/*error page content area - no photo*/
#contentWide {
	position:relative;
	margin: 0 0 30px 0;	
	width:100%;
}
/*content area on pages with wider photo*/
#contentNarrow {
	position:relative;
	float:left;
	margin: 0 0 30px 0;	
	width:515px;
}
/*holds right column photo*/
div#photo {
	float:right;
	margin: 0 0 30px 0;	
	padding-right:5px;
}
/*error message box on contact form*/
div#error {
	margin: 0 0 20px 20px;
	width:90%;
	padding:5px;
	background:#FFDCB9;
}
div#clear {
	clear:both;
	height:1;
}

.required {
	color: #F00;
}
/*
.Subhead1 {
	font-size: 16px;
	color: #7090B7;
	font-weight: bold;
	line-height: 30px;
}
.Subhead2 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.Subhead3 {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	background-color: #FFF;
}
*/
.Standout {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color:#966;
}
img.home {
	padding:80px 0 0 0;
}
/*calendar page photo styles*/
img.calendar {
	padding-top:20px;
	padding-right:5px;
}
.extraSpace { padding: 0 0 10px 0;
}
.floatleft {
	float: left;
	padding: 10px 20px 10px 10px;
}
