/* CSS Document */
/* Generic Styles */
.floatright {
	float: right;
	}
.floatleft {
	float: left;
	}
.marginleft {
	margin-left: 1.2em;
	}
.marginright {
	margin-right: 1.2em;
	}
.margintop {
	margin-top: 1.2em;
	}
.clear {
	clear: both;
	}
.greyborder {
	border: 1px solid #CCCCCC;
	padding: 3px;
	}
.textright {
	text-align: right;
	}
.textleft {
	text-align: left;
	}
.textcenter {
	text-align: center;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
html, body {
	height: 100%;
}
body {
	font-size: 62.8%;
	background-color: #CCC;
	color: #282828;
	}
p, ul, table, form, dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	}
p {
	line-height: 1.4em;
	margin: 1em;
	}
h1 {
	color: #114477;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	font-size: 2.8em;
	margin: 0.4em 0.3em 0em 0em;
	}
h2 {
	color: #114477;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.9em;
	margin: 0.7em 0.5em -0.5em 0.7em;
	}
h3 {
	color: #114477;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	margin: 1.2em 1em -0.5em 0.9em;
	}
div#container {
	background-color: #FFF;
	margin: 15px auto;
	width: 750px;
	_width: 750px;
	padding: 0 20px;
	background-image: url(../images/containerbg.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
div#header {
	border-top: 20px solid #FFF;
	background-color: #147b8c;
	min-height: 139px;
	_height: 139px;
	border-bottom: 1px solid #FFF;
	}
	
div#info {
	background-color: #114477;
	border-bottom: 1px solid #FFF;
	background-image: url(../images/infobg.gif);
	background-repeat: repeat-y;
	background-position: 240px;
	clear: both;
	min-height: 35px;
	width: 100%;
	color: #FFF;
	font-weight: bold;
	}	
div#info p {
	margin: 0;
	padding: 0.7em 0.8em;
	}
div#info a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}
div#info a:hover {
	text-decoration: underline;
	}
	
/* Navigation */	
div#nav {
	float: left;
	clear: left;
	width: 240px;
	background-color: #F3AF31;
	}
div#nav ul {
	}
div#nav ul li {
	border-bottom: 1px solid #FFF;
	}
div#nav ul li a {
	display: block;
	color: #FFF;
	background-color: #147B8C;
	padding: 1em;
	text-decoration: none;
	font-weight: bold;
	}
div#nav ul li a:hover {
	background-color: #F3AF31;
	color: #114477;
	}	
div#nav ul li a#on {	
	background-color: #114477
	}
div#nav ul li a#on:hover {
	background-color: #F3AF31;
	}
/* Content */
div#content {
	float: right;
	clear: right;
	width: 505px;
	}
div#content a {
	color: #114477;
	font-weight: bold;
	}
div#content a:hover {
	text-decoration: none;
	}
div#content ul {
	margin: 1em 1em 1em 3em;
	list-style: circle
	}
div#content ul li {
	padding: 0.1em;
	}
	
div#content blockquote {
	padding-left: 4em;
	margin-left: 1em;
	margin-bottom: 2em;
	background-image: url(../images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}
div#content blockquote p {
	font-style: italic;
	}
/* Footer */
div#footer {
	clear: both;
	background-color: #114477;
	border-bottom: 1px solid #FFF;
	background-image: url(../images/infobg.gif);
	background-repeat: repeat-y;
	background-position: 240px;
	clear: both;
	min-height: 50px;
	_height: 50px;
	width: 100%;
	color: #FFF;
	font-weight: bold;
	border-top: 1px solid #FFF;
	border-bottom: 20px solid #FFF;
	}	
div#footer p {
	margin: 0;
	padding: 0.9em 0.8em;
	font-size: 1.05em;
	}
div#footer p#credit {
	margin-top: 7px;
	}
div#footer a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}
div#footer a:hover {
	text-decoration: underline;
	}
	
/*contact form styles */
form#contactform {
	float: right;
	width: 200px;
	padding: 20px;
	border: 1px solid #114477;
	margin-bottom: 0.7em;
	}
form#contactform label {
	display: block;
	font-weight: bold;
	}
form#contactform input[type="text"] {
	width: 190px;
	margin-bottom: 1em;
	}
form#contactform textarea {
	width: 190px;
	margin-bottom: 1em;
	}