@charset "UTF-8";

/*MAIN STRUCTURES*/

body { margin:0px; text-align: center; background: #e4e4e4 url(images/eyres_bkgd.jpg) repeat-x; font-family: Verdana, Geneva, sans-serif; font-size:100.01%; color: #333; }

#wrapper {width: 750px; margin: 25px auto 0 auto; padding: 0; text-align: left; border: 1px solid #474747; }

#masthead {width: 100%; margin: 0px;}

#nav { width: 100%; float: right; background-color: #777272; border-bottom: 1px solid #474747; border-top: 1px solid #474747; }

#contentWrapper {padding: 20px 40px 20px 40px; clear:both; background-color: #FFF; margin: 0; overflow:auto; font-size: .8em; line-height: 1.5em; border-bottom: 13px solid #777272;}/*overflow:auto forces #content to surround the floated divs inside of it.*/

#contentSidebar {float: right; width: 200px; margin: 0; padding: 0;}

#contentMain {float: left; width: 430px; margin: 0; padding: 0;}

#bottomBar {clear:both;}

#footer p {color: #474747; text-align:center; font-size: 0.7em; margin-top: 10px; }


/*NAV STYLES*/

#nav ul {margin: 0; padding: 0; list-style-type: none; line-height:25px;}

#nav li {display: inline;}

#nav a {float: right; font-size: .7em; color: #FFF; text-decoration: none; border-left: 1px solid #474747; text-align: center;  text-transform: uppercase; letter-spacing: .1em; padding: 0 20px 0 20px;}

#nav a:hover, #nav a.currentPage {background:#db8116; }


/*TEXT STYLES*/

h1 {font-size: 1.2em; font-weight: bold; line-height:1.3em; padding-bottom: 25px; border-bottom: 1px solid #474747;}

.subhead { font-weight: bold; text-transform:uppercase; margin: 30px 0 -5px 0; padding: 0 0 0 20px; background-image:url(images/pointer.gif); background-repeat: no-repeat; background-position: left 1px; }

.subheadFirst { font-weight: bold; text-transform:uppercase; margin: 15px 0 -10px 0; padding: 0 0 0 20px; background-image:url(images/pointer.gif); background-repeat: no-repeat; background-position: left 2px; }

.bullets li {margin-bottom: 5px; margin-left: -5px;}

.linkList {margin: 0 0 8px 0px; }

.beforeBullets {margin-bottom: -5px;}

a:link, a:visited { color: #333; text-decoration:underline; }
a:hover, a:active { color: #888; text-decoration:underline; }


/*MISC*/

.pointer {margin: 0 5px -1px 0;}

#photo {float:left; margin: 20px 20px 10px 0;}

.rule {border-bottom:1px solid #333; margin-bottom:25px;}

