body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.top {
	background-color: #D1D1F8;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top_pic.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
}
.top h1 {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 1px;
	right: 1px;
	color: #1C186C;
	font-weight: bold;
}
.top a#skip {
	position: absolute;
	left: 2px;
	top: 2px;
	font-size: 0.7em;
	color: #000066;
}
.top a#skip:hover {
	color: #990000;
	text-decoration: none;
}



.topmenu {
	background-color: #000099;
	width: 100%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.topmenu li {
	display: inline;
}

.topmenu a {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-right: -3px;
	margin-left: -3px;
	display: inline;
	background-color: #000099;
	margin-top: 0px;
	margin-bottom: 0px;
}
.topmenu a:hover {
	background-color: #0000B3;
}
.left {
	float: left;
	margin-left: -1px;
	position: relative;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.left p {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 8px 10px;
	padding: 0px;
	color: #000066;
}

.leftmenu {
	background-color: #000099;
}
.leftmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

.leftmenu a {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 3px 3px 3px 20px;
	display: block;
	width: 135px;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
	background-color: #000099;
	background-position: left center;
}
.leftmenu a:hover {
	background-color: #0000B0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}


.content {
	background-color: #FFFFCC;
	margin-left: 165px;
	padding: 5px;
	position: relative;
	width: auto;
}
.content h1 {
	color: #000066;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding: 0px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content h2 {
	font-size: 1.5em;
	text-align: center;
}
.content h3 {
	font-size: 1.2em;
	text-decoration: underline;
}
.content h4 {
	color: #036;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

.content p {
	font-size: 1em;
	font-weight: bold;
}
.content a {
	font-size: 1em;
	color: #000099;
}
.content a:hover {
	font-size: 1em;
	color: #CC0000;
	text-decoration: none;
}
.content img {
	border: 1px solid #000000;
}
.content .doublelineheader {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006;
	border-bottom-color: #006;
}
.content .overline {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 10px;
}




.searchmenu {
	width: auto;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.searchmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.searchmenu li {
	display: inline;
}

.searchmenu a {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	margin-left: 2px;
	display: inline;
	background-color: #D1D1F5;
	border: 1px solid #000000;
}
.searchmenu a:hover {
	background-color: #0000B0;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #000000;
}

.pagemenu {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #000099;
	color: #CCCCCC;
}
.pagemenu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.pagemenu li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px -3px;
	padding: 0px;
	white-space: nowrap;
}


.pagemenu a {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: inline;
	background-color: #000099;
	padding-top: 3px;
	padding-bottom: 3px;
}
.pagemenu a:hover {
	background-color: #0000B3;
	color: #FFFFFF;
}
.picturetext {
	font-size: 0.8em;
	color: #000066;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box {
	border: 1px solid #000099;
	padding: 5px;
	background:#F4F4FF;
	color: #000066;
}
#infobox {
	font-size: 0.9em;
}
#infobox #estname {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #F3F3F3;
	padding: 3px;
}
#infobox img {
	float: left;
	width: 100px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding: 0px;
	border: 1px solid #666666;
}
#infobox #directions{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 5px;
	padding-top: 5px;
}
#infobox form {
	margin: 0px;
	padding: 5px 0px 0px;
}
#infobox label {
	float: left;
	width: 100px;
	line-height: 18px;
}


#infobox input {
	border: 1px solid #666666;
	width: 200px;
}
#infobox #submit{
	width: 100px;
	margin-left: 100px;
	margin-top: 5px;
}
#directions img {
	border:none;
}
#detailimageholder {
	float: right;
	width: 300px;
	padding-right: 5px;
	padding-left: 10px;
	position: relative;
}#detailimageholder img {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #666666;
}
#estdetails img {
	border: 1px solid #666666;
	margin-right: 10px;
	position: relative;
}
#estdetails address {
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#estdetails hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	display: block;
}
#estdetails h2 {
	font-size: 1.4em;
	text-align: left;
	color: #000066;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#estdetails h3 {
	font-size: 1em;
	color: #000000;
	text-decoration: underline;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#estdetails ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding: 0px;
}
#estdetails li {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}





form.donation {
	padding: 0px;
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.donation fieldset {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000099;
}
.donation legend {
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #000099;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-bottom: 5px;
	background-color: #EEEEEE;
}
.donation label {
	font-size: 0.9em;
	float: left;
	width: 140px;
	line-height: 20px;
}
.donation input {
	border: 1px solid #666666;
	margin: 1px;
	padding: 1px;
	font-size: 0.9em;
	width: 300px;
}
.donation select {
	width: 307px;
	border: 1px solid #666666;
	margin: 1px;
	padding: 1px;
	font-size: 0.8em;
}
.donation .btn {
	width: auto;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin: 10px;
	float: right;
}.formbox {
	background-color: #F5F5F5;
	width: 200px;
	float: left;
	border: 1px solid #006699;
	padding: 2px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#dhisearch fieldset {
	border: 1px solid #006699;
	padding: 3px;
	margin-bottom: 10px;
}
#dhisearch fieldset fieldset {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#dhisearch legend {
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #003366;
}
#dhisearch fieldset fieldset legend {
	background-color: #FFFFCC;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1em;
}
#dhisearch label {
	font-size: 0.9em;
	font-weight: bold;
	float: left;
	width: 120px;
	vertical-align: middle;
	margin-top: 3px;
	display: block;
	cursor: pointer;
}
#dhisearch input {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #666666;
	width: 190px;
	padding: 1px;
}
#dhisearch select {
	margin-top: 5px;
	margin-bottom: 5px;
}
#dhisearch input.checkbox {
	padding: 0px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	vertical-align: middle;
	height: 16px;
	margin: 5px;
	display: inline;
}
#dhisearch #message {
	font-size: 1em;
	font-weight: bold;
}
#dhisearch #message a {
	color: #000066;
	text-decoration: none;
}
#dhisearch #message a:hover {
	color: #990000;
	text-decoration: underline;
}
#dhisearch label.checklabel {
	float: none;
	vertical-align: middle;
	line-height: 26px;
	padding: 0px;
	width: auto;
	display: inline;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.facdiv {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
}
#worldpay {
	clear: right;
	vertical-align: top;
	text-align: center;
}
#worldpay img {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin: 2px;
}
hr {
	color: #006;
	background-color: #006;
	font-size: 1px;
	height: 1px;
}
.comment {
	background-color: #F4F4F4;
	padding: 0px;
	border: 1px solid #006;
	background-image: url(images/quotetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 320px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.comment p.commentbottom:first-letter {
	text-transform: uppercase;
}
.comment p.commentbottom  {
	background-image: url(images/quotebottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.comment .commentauthor {
	font-size: 0.9em;
	font-style: italic;
	display: block;
	text-align: right;
	padding-top: 10px;
}
img.right, {
	clear: right;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.right {
	clear: right;
	float: right;
	padding: 5px;
	width: 300px;
}
div.right img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.left #iis {
	text-align: left;
	font-size: 0.7em;
	font-weight: bold;
	color: #666;
	white-space: normal;
	width: 150px;
	margin-top: 10px;
	margin-left: 5px;
}
.left #iis a {
	color: #666;
	text-decoration: none;
}
.left #iis a:hover {
	color: #333;
	text-decoration: underline;
}

