/* CSS Document */

@import "forms.css";

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg.gif) no-repeat top left #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

a {
	color: #a52a2a;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a52a2a;
}

ul {
	list-style:none;
}

div#container {
	width: 952px;
}

div#side {
	width: 382px;
	float: left;
	margin-top: 565px;
	color: #607080;
	padding-left: 2px;
}

div#main {
	float: left;
	width: 543px;
	padding-top: 25px;
}

div#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	float: right;
	width: 250px;
}

div#header .redtext {
	color: #a52a2a; 
}

div#header .text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style:normal;
	font-size: 11px;
	color: #607080;
	float: right;
	}

ul#nav {
	margin-top: 50px;
	float: left;
	height:auto!important;
	height:1%;
	margin-bottom:0!important;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	display: block;
	background-color: #000; 
	border: 1px solid #666;
	color: #fff;
	padding: 3px 8px!important;
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li a#selected {
	background-color: #a52a2a; 
	border: 1px solid #a52a2a;
	color: #fff;
	padding: 3px 8px!important;
	text-decoration: none;
}

div#content {
	clear: both;
	padding-top: 22px;
	padding-left: 25px;
}

h1 {
	font-weight: bold;
	/*font-style: italic;*/
	font-size: 15px;
	display: inline;
	/*float: left;*/
	padding-bottom: 7px;
}

h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color: #a52a2a;
	margin-top: 10px;
}

h3 {
	font-weight: bold;
	/*font-style: italic;*/
	font-size: 11px;
	color: #000;
	/*display: inline;*/
	padding-top: 0px;
}

ul#utilities {
	display: inline;
	float: right;
}

ul#utilities li.email, ul#utilities li.print, ul#utilities li.doc {
	float: left;
	padding: 0px 5px;
}

ul#utilities li.email a {
	display:block;
	width:16px;
	height:16px;
	background:url(images/email.gif) no-repeat top left;
}

ul#utilities li.email a:hover {
	background:url(images/email_hov.gif) no-repeat top left;
}

ul#utilities li.print a {
	display:block;
	width:16px;
	height:16px;
	background:url(images/print.gif) no-repeat top left;
}

ul#utilities li.print a:hover {
	background:url(images/print_hov.gif) no-repeat top left;
}

ul#utilities li.doc a {
	display:block;
	width:16px;
	height:16px;
	background:url(images/pdf.gif) no-repeat top left;
}

ul#utilities li.doc a:hover {
	background:url(images/pdf_hov.gif) no-repeat top left;
}

p {
	/*clear: left;*/
	line-height: 20px;
	/*padding-bottom: 10px;*/
}

ul#sitemap {
	margin-left: 0px;
}

ul#sitemap li {
	padding-bottom: 10px;
}

ul.resume {
	margin-left: 18px;
	list-style: square;
	line-height: 20px;
}

ul.resume li {
	padding-bottom: 3px;
}

ul.resources {
	margin-left: 10px;
}

ul.resources li {
	padding-top: 10px;
}

span.blockquote {
	margin: 0px 15px;
	display: block;
}

div#footer {
	clear: both;
	text-align: right;
}

div#footer hr {
	display: inline;
	height: 1px;
	width: 398px;
	border-bottom: 1px solid #a52a2a;
	float: right;
	margin-top: 15px;
	margin-bottom: 0px!important;
}

div#footer a {
	color: #607080;
	padding: 0 4px;
	text-decoration: none;
}

div#footer a:hover {
	color: #000;
	padding: 0 4px;
	text-decoration: none;
	background-color: #fff;
}