@charset "utf-8";
/* CSS Document */

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

.clear { clear: both; }

p { margin-bottom: 15px; }

body { background: #333; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }

#wrap { margin: 0 auto; width: 800px; height: auto; border: 1px solid #000; }

#header { background: url(../images/header.jpg); width: 800px; height: 130px; }
#header h1 { text-indent: -9999px; }

#nav { width: 800px; height: 32px; background: url(../images/tagline_bg.jpg); }

#nav_start { background: url(../images/start_nav.jpg) no-repeat; width: 32px; height: 32px; float: right; }
#brighten { background: url(../images/brighten.jpg) no-repeat; width: 208px; height: 32px; float: left; margin-left: 5px; }

.contact { height: auto; padding: 20px; background: #fff; }
.cover { width: 300px; height: 120px; background: #ccc; margin: 0 auto; margin-top:-85px; position: relative; z-index: 9999; border: 1px solid red; display: none;}

#menu { float: right; background: url(../images/nav_bg.jpg); height: 32px; }
#menu ul { margin-top: 8px; }
#menu li { display: inline; height: 32px; list-style-type: none; border-right: 1px solid #fff; padding: 0px 10px; }
#menu li.last { border-right: none; }
#menu li a { color: #fff; text-decoration: none; text-transform: uppercase; font-size: 11px; font-family: Verdana, Geneva, sans-serif; }
#menu li a:hover { text-decoration: underline; }
#menu a.active { text-decoration: underline; }

#content { width: 750px; height: auto; padding: 25px; color: #000; background: #ccc; border-bottom: 25px solid #930000; padding-bottom: 0px; }
#main { margin-bottom: 20px; width: 450px; float: left; }
#main h1 { font-weight: bold; color: #930000; font-size: 22px; margin-bottom: 12px; }

#sidebar { float: right; width: 290px; height: auto; }

#footer { width: 800px; height: 30px; margin: 0 auto; margin-bottom: 25px; color: #999; text-align: center; padding-top: 15px; line-height: 18px; }
#footer a { text-decoration: none; color: #4B4B4B; font-size: 12px; }
