@import url("reset.css");

body {
	color: #555;
	background: #555;
	font: .74em Lucida, Verdana, sans-serif;
}

.wrapper {
	margin: 0px auto;
	width: 770px;
	border: 3px solid #fff;
	border-top: none;
	background: #fff;
}

.header {
	height: 129px;
	background: url("../images/header_bg.gif") repeat-x top left;
}

.header-menu {
	float: right;
	margin: 10px 10px;
}

.header-menu a {
	color: #fff;
	padding: 0px .6em;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.header h1 {
	background: url("../images/header_logo.gif") no-repeat bottom left;
	padding-top: 20px;
	text-indent: -9000px;
	height: 109px;
	width: 519px;
}

.menu {
	background: #fcf7df;
	border-bottom: 9px solid #f3dd8a;
}

.menu ul, .menu li {
	margin: 0;
	padding: 0;
}

.menu ul {
	list-style: none;
	width: 100%;
}

.menu li {
	float: left;
	font-size: 1.1em;
	text-align: center;
}

.menu a {
	color: #555;
	display: block;
	padding: .75em 1.90em;
	text-transform: uppercase;
	text-decoration: none;
}

.menu a:hover, .menu a:active, .menu a.active {
	background-color: #f3dd8a;
	text-decoration: none;
}

.lsep, .rsep {
	min-height: 15px;
}

.lsep {
	background: #415e9e url("../images/lsep_bg.gif") repeat-x top left;
	color: #f3dd8a;
	font-size: .9em;
	font-weight: bold;
	padding: 8px 15px;
	text-transform: uppercase;
	width: 514px;
}

.rsep {
	background: #2770b0 url("../images/rsep_bg.gif") repeat-x top left;
}

.body-wrapper {
	background: #fff url("../images/body_wrapper_bg.gif") repeat-y top right;
}

.body-content {
	background-color: #fff;
	float: left;
	padding: 20px 15px;
	width: 514px;
}

.body-content p {
	margin-bottom: 1em;
}

.body-content ul, .body-content ol {
	margin: 0;
	margin-bottom: 1em;
	padding-left: 15px;
}

.body-content ol {
	padding-left: 20px;
}

.body-content li {
	color: #9e0b0f;
}

.body-content li span {
	color: #555;
}

.message {
	width: 248px;
}

.caption { 
	color: #9e0b0f; 
	font-size: .85em; 
	font-weight: bold;
	margin-top: .8em;
}

.right-nav {
	background: #b6c9e5;
	float: left;
	padding-top: 15px;
	width: 226px;
}

.locate-a-parish {
	padding-bottom: 10px;
	border-bottom: 17px solid #f3dd8a;
}

.locate-a-parish a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: .83em;
}

.locate-a-parish div {
	height: 28px;
	padding-top: 13px;
	padding-left: 35px;
	margin-left: 10px;
	margin-bottom:10px;
}

.crest-washington {
	background: url("../images/crest_washington.gif") no-repeat center left;
}

.crest-arlington {
	background: url("../images/crest_arlington.gif") no-repeat center left;
}


.blurb {
	background: #fcf7df;
	color: #2e598a;
	padding: 15px 10px;
}

.blurb p {
	line-height: 1.3;
	margin-bottom: 2em;
}

.footer {
	color: #fff;
	font-weight: bold;
	padding: 15px 15px;
	background: #b6c9e5;
}

.footer a {
	text-decoration: none;
	color: #fff;
}


/* Generic */
a { color: #555; }
a:hover { text-decoration: underline; }
h3 { font-size: 1.8em; font-weight: bold; }
hr { border: none; margin: 1em; color: #fff; background-color: #fff; }
p,li { line-height: 1.6; }
.c-both { clear: both; }
.center { text-align: center; }
.f-left { float: left; }
.f-right { float: right; }
.red { color: #9e0b0f; font-weight: bold; }
