body {
	background: url('images/headers/backgroundDarkSm.jpg');
	font-family: TrebuchetMS, verdana, arial, helvetica, sans serif;
	font-size: small;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
}

a {
	font-weight: bold;
}

a:link, a:visited {
	color: #300;
}

a:hover {
	color: #c33;
}

h1, h2, h3 {
	color: #009;
	text-align: left;
}

h1 {
	font-size: 1.5em;
	border-bottom: #666 1px solid;
	text-transform: uppercase;
}

h1.homeh1 {
	margin-top: 1em;
}

h2 {
	font-size: 1.2em;
	font-variant: small-caps;
}

h3 {
	font-size: 1em;
	font-variant: small-caps;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	
	background: #fff;
}

#wrapperBorder {
	border: 3px #ddd solid;
	background: url('images/headers/marinCivicCenter2.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#header.home {
}

#header {
	margin: 0;
	position: relative;
	height: 176px;
	background: url('images/wynneLogoHeader.gif');
	background-position: bottom center;
	background-repeat: no-repeat;

}

#header .logo {
}

#header img {
	margin-left: 8px;
	margin-top: 8px;
}

#headerLogo {
	top: 0;
	left: 0;
}

#headerPhoto {
	position: absolute;
	top: 0;
	right: 0;
}

#nav {
	margin: 0;
	text-align: left;
	background: #ccc;
	text-align: center;
	font-size: small;
	border-top: 1px #009 solid;
	border-bottom: 1px #009 solid;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: .25em 0;
}

#nav ul li {
	display: inline;
	border-right: 1px #ccc solid;
}

#nav ul li.first {
	border-left: 1px #ccc solid;
}
	
#nav a {
	text-decoration: none;
	padding: .25em .5em;
	color: #333;
	border-bottom: 0;
}

#nav a:link, #nav a:visited {
	color: #333;
}


#nav a.current {
	padding: .25em;
	background: #fff;
	color: #666;
}

#nav a:hover {
	background: #333;
	color: #ccc;
}

#image {
	padding-left: 12px;
	float: left;
	width: 180px;
	margin: 0;
}

#main {
	padding: 3em 54px 12px;
	text-align: justify;
	background: #ffd;
}

#alert {
	background: #ddf;
	margin:  0 0 1em;
	padding: 4px 2em;
}

#alert h1 {
	border-bottom: 0;
	text-transform: none;
	color: #009;
	}
#alert p {
	padding: 0;
	color: #009;
}

#rightBox {
	float: right;
	margin: 12px 0 12px 12px;
	padding: 6px;
	border: 1px #666 solid;
	background: #ccc;
	width: 12em;
}

#fiveQuestions {
	float: right;
	width: 200px;
	padding: 6px;
	border: 1px #666 solid;
	background: #ccc;
	margin-left: 12px;
	margin-bottom: 12px;
}

#main #rightBox h2 {
	margin: 0;
	text-align: center;
}

#main #rightBox p {
	text-align: center;
}

#subNav {
}

#subNav a {
	background: #cccc99;
	padding: 1px 4px;
	font-weight: bold;
}

#subNav span.current {
	padding: 1px 4px;
	background: #666;
	color: #ccc;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}
	
.listItem {
	font-weight: bold;
	font-style: italic;
	color: #666;
	font-size: 1.1em;
}

.caseType {
	font-style: italic;
	font-size: 90%;
}

.caption {
	font-style: italic;
}

.footnote {
	border-top: 1px #666 solid;
	margin-top: 12px;
	padding-top: 8px;
	font-style: italic;
}

.quote {
	margin-left: 36px;
	margin-right: 36px;
	font-style: italic;
}

#footer {
	clear: both;
	margin: 0;
	padding: 4px 12px;
	text-align: center;
	background: #ddd;
	font-size: 90%;
	border-top: 1px #009 solid;
	border-bottom: 1px #009 solid;
}

