/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	text-align: center;
 	overflow:-moz-scrollbars-vertical;
 }
#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url("/images/dixon-header.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}
#content {
	width: 95%;
	float: left;
	padding: 0 20px 0 20px;
	margin-top: 10px;
	font-size: 90%;
	line-height: 1.5;
}

#ContactForm {
	width: 390px;
	float: right;
	background-color:#ededed;
	border: 1px dashed #999999;
}

/* Navigation Styling */

#navigation {
	float: left;
	margin-top: 183px;
	padding-top: 3px;
	width: 100%;
	height: 27px;
	background-color: #e0e0e0;
	border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;
	text-align: center;
}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;
}
#navigation li {
	display: inline;
	padding: 0 40px 0 40px;
	font-size: 80%;
	vertical-align: bottom;
}
.highlightednav {
	color: #333366;
	font-weight: bold;
	text-decoration: underline;
}
a:link.normalnav, a:visited.normalnav {
	color: #333366;
	font-weight: bold;
	text-decoration: none;
}
a:hover.normalnav {
	color: #B51032;
	text-decoration: underline;
}



/* Footer Styling */

#footer {
	clear: both;
	padding: 10px 0 10px 0;
	background-color: #999999;
	border-top: 2px solid #666666;
	font-size: 70%;
	text-align: center;
}
#footernavigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;
}
#footernavigation li {
	display: inline;
	padding: 0 5px 0 5px;
	font-size: 110%;
}
#footernavigation a:hover {
	color: #B51032;
}
#footer p {
	margin: 4px;
}

/* Text Styling */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #000066;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #000066;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #000066;
	border-bottom: 1px solid #ccc;
}
