@import 'standards.css';

/* ALL SECTIONS */

body {
	background: #2E3838 url('../images/bluefade.jpg') repeat-x top left;
	text-align: center;
}

#wrapper {
	padding: 0;
	margin: 0 auto;
	width: 780px;
	text-align: center;
	position: relative;
}

#innerwrapper {
	padding: 0;
	margin: 0 auto;
	width: 755px;
	text-align: left;
	position: relative;
	background: #fff url('../images/gridlines.jpg') repeat-x top;
}

#binding {
	width: 755px;
	height: 31px;
	background: url('../images/binding.jpg') no-repeat center center;
}

p, li {
	font-family: Arial;
	font-size: 93%;
	line-height: 18px;
}


.clear {
	clear: both;
}

#towns {
	color: #C7C2B6;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 85%;
	border: 1px solid #6B6657;
	margin: 12px;
	text-align: left;
}

.floatright {
	float: right;
	margin: 0 0 10px 20px;
}

/* END ALL SECTIONS */




/* NAVIGATION SECTION */

#nav {

}

#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	float: left;
}

#navigation {
	float: left;
	width: 361px;
}

#navDesc {
	padding: 20px 0 0 0;
	float: right;
	width: 394px;
	height: 244px;
	background: url('../images/curledPaper.gif') no-repeat top left;
	font-size: 93%;
}

#navDesc img {
	margin: 0 10px 5px 0;
	float: left;
}

#navDesc p {
	width: 360px;
	padding: 0 60px 0 0;
}

#navDesc ul {
	margin: 0;
	padding: 0;
}

#navDesc li {
	padding-left: 11px;
	color: #596073;
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat left;
}

#navDesc li a {
	font-weight: bold;
	color: #596073;
	text-decoration: none;
}

#navDesc li a:hover {
	text-decoration: underline;
}

#navDesc span {
	color: #596073;
	font-weight: bold;
}

/* END NAVIGATION SECTION */




/* BODY SECTION */

#content {
	margin: 40px;
	padding: 0 12px;
}

#content h1 {
	padding-left: 20px;
	padding-bottom: 20px;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #596073;
	text-align: left;
}

#content p {
	padding: 5px 40px 0 20px;
	background: url('../images/arrow.gif') no-repeat 0 7px;
}

#content img {
	padding-left: 15px;
	padding-bottom: 15px;
	float: right;
}

#content ul {
	margin-top: -10px;
	padding: 0 40px 0 20px;

}

#content #left {
	width: 323px;
	float: left;
}

#content #right {
	width: 323px;
	float: right;
}

#content span {
	color: #596073;
	font-weight: bold;
}

#content blockquote {
	padding-left: 40px;
	font-style: italic;
}

#content a {
	font-weight: bold;
	color: #414654;
}

#content a:hover {
	text-decoration: underline;
}

/* END BODY SECTION */




/* FOOTER SECTION */

#footer {
	padding: 15px 0;
	background: #9C947D;
	border-top: 4px solid #6B6657;
}

#footer h5 {
	padding: 0;
	float: right;
	width: 300px;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
}

#footer h6 {
	margin-left: 50px;
	float: left;
}

#footer h6, #footer h6 a {
	font-size: 10px;
	color: #fff;
}

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

#footer a:hover {
	text-decoration: underline;
}

/* END FOOTER SECTION */
