body {
	margin: 0px;
	background: url("/images/bg-body.jpg") repeat-x #FFF;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
}

img {
	display: block;
}
.Staff a {
	font-size: 11px;
}
.Staff img {
	border: 1px solid #000;
}

h1, h2, h3 {
	margin: 0px;
	padding: .7em 20px;
	padding-bottom: .2em;
	line-height: 1.3em;
	color: #68227e;
}

h1 {
	font-size: 18px;
	font-family: "Times New Roman", Serif;
	color: #000;
}
h2 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

p, li {
	margin: 0px;
	padding: .5em 20px;
	padding-bottom: .3em;
	line-height: 1.3em;
	color: #68227e;
}
li {
	padding-left: 10px; 
}

a img {
	border: 0px;
}

.Clear {
	clear: left;
}

#Page {
	margin: auto;
	width: 810px;
}

#Header {

}
#Header #Logo {
	float: left;
	width: 400px;
}
#Header #Locations {
	float: left;
	width: 408px;
	padding-top: 20px;
}
#Header #Locations p {
	text-align: right;
	font-size: 15px;
	font-style: italic;
	font-family: "Times New Roman", Serif;
	padding-right: 10px;
	color: #a042a0;
}
#Header #Locations p a {
	font-weight: bold;
	color: #a042a0;
	
}
#Header #Search {
	color: #68227e;
}
#Header #TopNav {
	float: left;
	width: 408px;
	padding-top: 0px;
	border-bottom: 0px solid #000;
}
#Header #TopNav p {
	text-align: right;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-size: 12px;
}
#Header #TopNav p span {
	padding: 0px 2px;
}
#Header #TopNav p a {
	text-decoration: none;
	color: #68227e;
}
#Header #Menu {
	clear: left;
	width: 810px;
	height: 33px;
	background: url("/images/bg-menu.jpg") repeat-x;
}

#Menu ul {
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#Menu ul li {
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	float: left;
}
#Menu ul li a {
	display: block;
	padding: 10px 7px;
	color: #efd8c1;
	text-decoration: none;
	font-weight: bold;
}
#Menu ul li a.active {
	background: url("/images/bg-menu-active.jpg") repeat-x;
	color: #FFF;
}
#Menu ul li a:hover {
	/*background: url("/images/bg-menu-active.jpg") repeat-x;*/
	color: #FFF;
}

#Content {
	clear: left;
	width: 810px;
	background: url("/images/bg-content-interior.gif") repeat-y #fdf9e7;
}
#Content.Index {
	background: url("/images/bg-content.jpg") repeat-x #fdf9e7;
}
#Content #MainGraphic {
	float: left;
	width: 455px;
	height: 536px;
}
#Content #TheresHope {
	float: left;
	width: 355px;
	padding-top: 20px;
}
#Content #QuickTip {
	width: 338px;
	margin-top: 10px;
	background: url("/images/bg-quicktip.jpg") no-repeat #976ba5;
}
#Content #QuickTip p,
#Content #QuickTip h3 {
	margin: 0px;
	padding: 8px 20px;
	padding-top: 0px;
	color: #FFF;
}
#Content #QuickTip h3 {
	font-size: 12px;
}

#Content #Side {
	float: left;
	width: 220px;
	min-height: 100px;
	padding-bottom: 50px;
	background: url("/images/bg-side.gif") repeat-x;
}
#Content #Side h2 {
	color: #FFF;
	padding: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 1em;
	border-bottom: 1px solid #FFF;
}
#Content #Side ul {
	list-style-type: none;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
}
#Content #Side ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#Content #Side ul li a {
	margin: 0px;
	padding: 8px 25px;
	display: block;
	text-decoration: none;
	color: #FFF;
}
#Content #Side ul li a.active {
	background: url("/images/bg-side-li-active.jpg") repeat-y;
}
#Content #Main {
	float: left;
	width: 590px;
	padding-bottom: 20px;
}
#Content #Main #Banner {
	clear: left;
	width: 590px;
	height: 175px;
}
#Content #Main .Wrapper {
	clear: left;
	width: 580px;
}

#Footer {
	clear: left;
	width: 810px;
	height: 50px;
	padding-top: 5px;
}
#Footer p {
	font-size: 11px;
	text-align: center;
}

/************************************************/
/* CONTACT FORM STYLES                          */

#FormContact {
	width: 350px;
	margin-left: 20px;
}
#FormContact .Label {
	width: 100px;
}

/************************************************/
/* ERROR/MESSAGE STYLES                         */

.Error, .Message {
	font-size: 12px;
	margin: 10px 20px;
}

.Error {
	clear: left;
	padding: 4px 10px;
	background: #FFFFCC;
	border: 2px solid #CC0000;
}

.Message {
	clear: left;
	padding: 4px 10px;
	background: #FFFFCC;
	border: 2px solid #153E73;
}


.Post {
	padding-bottom: 40px;
}

.Post p.Date {
	font-style: italic;
	padding-bottom: 0px;
}
.Post h1 {
	padding-top: 0px;
}
.Post h1 a {
	font-size: 18px;
	font-family: "Times New Roman", Serif;
	color: #000;
}
#FormPostComment {
	margin-left: 20px;
}
