/*
Design by Strahan Advertising Inc.
http://www.strahanad.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #3B3B3B url(images/img1.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	font-weight: normal;
	color: #000000;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }
h5 {
	font-size: 100%;
	line-height: 1.2em;
	margin-bottom: 1em;
	font-weight: normal;
}
h6 {
	font-size: 80%;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 6px;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #0066CC;
}

a:visited {
	color: #CC0033;
}

/* Header */

#header {
	width: 800px;
	height: 143px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 196px;
	height: 143px;
}

/* Menu */

#menu {
	float: right;
	position: relative;
	top: -45px;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 23px;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: #000000;
}

#menu .active a {
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}
#page h3 {
	line-height: 2;
	margin-bottom: .1em;
}

/* Content */

#content {
	float: right;
	width: 285px;
	padding: 10px;
	background-color: #FFFFFF;
	height: 450px;
}

#content ol, #content ul {
	margin-left: 3em;
}
#content-middle {
	background-color: #FFFFFF;
	float: right;
	height: 450px;
	width: 285px;
	padding: 10px;
}
#content-middle h3 {
	line-height: 2;
}
#content-full {
	background-color: #FFFFFF;
	float: right;
	height: 450px;
	width: 590px;
	padding: 10px;
	margin: 0 auto;
}
#content-full h3 {
	margin-bottom: 15px;
}
#content-full li {
	padding-left: 35px;
	list-style-position: inside;
	list-style-type: square;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding: 5px;
	background-color: #CCCCCC;
	height: 460px;
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 85%;
	line-height: 2.25;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #000000;
}

/* Footer */

#footer {
	clear: both;
	width: 780px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000000;
	border-top-width: 5px;
	background-color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
	color: #000000;
}

#links {
	float: right;
}
#masthead {
	float: left;
	height: 143px;
	width: 604px;
}
