/*   
Name:---------- WPT
Version:------------- 1.0
Author:-------------- John J. Long
Author URI:---------- http://www.iamjohnlong.com/
*/

/* This version of reset.css developed by Eric Meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, form {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
background-image: transparent;
}
:focus {
outline: 0;
}
body {
line-height: 1;
font-family: Arial;
background: #000 url(images/bg_sliver.jpg) repeat-x;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a {
color: #990000;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #990000;
}
p {
line-height:18px;
font-size:14px;
color:#000;
padding:6px 10px 6px 10px;
}
h1, h2, h3, h4 {
color: #FFF;
}
.clearboth {
clear: both;
}
/* Navigation */
#nav {
height:40px;
margin:0 auto;
width:940px;
padding:0 0 4px;
}
#nav ul { 
margin: 0 0 0 6px;
}
#nav ul li#current_li {
background: url(images/nav/nav_up_sliver.png) no-repeat right 4px;
display:block;
float: left;
padding:0 4px 0 2px;
}
#nav ul li a#current_a {
background:url("images/nav/nav_up_main.png") no-repeat scroll 0 4px transparent;
color:#990000;
cursor:pointer;
display:block;
height:25px;
padding:12px 10px 0 12px;
}
#nav ul li {
background: url(images/nav/nav_down_sliver.png)  no-repeat scroll right 8px transparent;
display:block;
float: left;
padding:0 4px 0 2px;
}
#nav ul li a {
background:url("images/nav/nav_down_main.png") no-repeat scroll 0 8px transparent;
color:#FFFFFF;
cursor:pointer;
display:block;
font-size:12px;
height:18px;
padding:17px 10px 0 12px;
text-transform:uppercase;
}
#nav ul li a:hover {
color:#990000;
}
#wrapper {
margin: 0 auto;
background: url(images/bg_content.png) center top no-repeat;
min-height: 845px;
}
#header {
width:940px;
margin: 0 auto;
height: 155px;
}
#header #logo{
height:146px; 
width:193px;
display: block;
float: left;
}
#header a.logo{
background:url("images/logo.png") no-repeat scroll 0 0 transparent;
display:block;
height:146px;
margin:1px 0 0 10px;
text-indent:-9999em;
width:193px;
}
#subscribe {
clear:right;
float:right;
}
#subscribe a.subscribe {
background:url("images/subscribe.png") no-repeat scroll 0 0 transparent;
color:#990000;
display:block;
font-size:14px;
height:37px;
margin: 5px 0;
line-height:33px;
padding:0 0 0 3px;
text-align:center;
text-transform:uppercase;
width:118px;
cursor: pointer;
}
#subscribe a.subscribe:hover {
color:#FFF;
}
#subscribe_box {
background:url("images/sub_bg.png") no-repeat scroll 0 0 transparent;
width: 208px;
height: 106px;
float: right;
}
#subscribe_box form {
color:#999999;
font-size:12px;
padding:4px 27px;
text-transform:uppercase;
}
#subscribe_box form .subscribe_input {
padding: 2px;
}
#subscribe_box form .sub_button {
color:#999999;
font-size:10px;
text-transform:uppercase;
border: none;
float: right;
background: none;
cursor: pointer;
font-weight: bold;
}
#message p, #message h4 {
color: #999;
text-align: center;
}
/* Columns */
#content {
width: 920px;
clear: both;
margin: 0 auto;
}
#main_lower {
clear: both;
padding: 10px 0 0 0;
}
/* Gallery */
#img_gallery {
background:url("images/gallery_border.jpg") no-repeat scroll 0 0 transparent;
float:left;
height:300px;
margin:0 0 10px;
position:relative;
width:610px;
}
#slideshow {
margin: 9px;
}
#slideshow p{
position: absolute;
background: #000;
opacity: 0.7;
color: #fff;
top: 200px;
left: 2px;
}
#gal_nav {
left:12px;
position:absolute;
top:12px;
z-index:10;
}
#gal_nav a {
background:url("images/chip.png") no-repeat scroll 0 0 transparent;
color:#000000;
display:block;
float:left;
font-size:14px;
height:21px;
padding:11px 0 0 14px;
width:19px;
}
#gal_nav a.activeSlide {
color:#fff;
}
/* Main Content */
#main_content {
background:url("images/content_btm.jpg") no-repeat scroll left bottom transparent;
float:left;
padding:0 0 8px;
width:610px;
}

#main_content_head {
background: url(images/content_top.jpg) no-repeat;
padding:3px 0 0;
}
#main_content_head h2 {
background:url("images/content_head.jpg") no-repeat scroll 0 0 transparent;
color:white;
display:block;
font-variant:small-caps;
font-weight:bold;
height:36px;
line-height:31px;
margin:0 0 0 3px;
padding:5px;
text-align:center;
width:596px;
}
#main_content_body {
background: url(images/content_sliver.jpg) repeat-y;
color: #FFF;
padding: 20px;
}
#main_content_body p {
color: #FFF;
}
#main_content_body strong {
color:#bb0000;
font-size:17px;
font-weight:bold;
line-height:26px;
}
#main_content_body h2 {
border-bottom:1px dotted #666666;
color:#999999;
font-family:Verdana;
font-size:23px;
font-weight:bold;
letter-spacing:2px;
margin:2px 0 15px;
padding:0 1px 17px;
text-decoration:none;
}
#main_content_body h2 span {
color:#fff;
font-family:Verdana;
font-size:23px;
font-weight:bold;
padding:4px 8px 15px;
text-transform:uppercase;
}
#main_content_body ul {
list-style: disc outside;
margin:20px 0;
}
#main_content_body ul li{
font-size:14px;
margin:3px 0 10px 33px;
padding:0 0 0 2px;
}
#main_content_body ul.num{
list-style: decimal outside;
}
#main_content_body ul ul{
color:#990000;
font-size:14px;
margin:17px 0 20px 0;
padding:0 0 0 2px;
}
#main_content_body ul ul li{
font-size:14px;
margin:0 0 3px 10px;
padding:0 0 0 2px;
}
/* Aside */
#aside{
width: 300px;
float: right;
}
.sidebar_roll {
background: url(images/side_tp.jpg) no-repeat;
width: 300px;
float: left;
}
.sidebar_roll h2 {
background:url("images/bar_head.jpg") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
display:inline-block;
font-variant:small-caps;
font-weight:bold;
height:27px;
margin:3px 0 0 3px;
padding:12px 0 0;
text-align:center;
width:294px;
}
.sidebar_roll ul {
background:url("images/side_bt.jpg") no-repeat scroll left bottom transparent;
padding:6px 0 8px;
width:300px;
}
.sidebar_roll ul ul {
-moz-border-radius:4px 4px 4px 4px;
background:none repeat scroll 0 0 #000000;
margin:0 0 0 4px;
padding:9px 12px;
width:254px;
}
.sidebar_roll ul ul li {
background:none repeat scroll 0 0 transparent;
line-height:15px;
list-style:disc inside none;
padding:3px 0 0 39px;
font-size: 12px;
}
.sidebar_roll ul ul li.head {
color:#FFFFFF;
font-size:22px;
font-weight:bold;
padding:0 0 7px;
list-style: none;
}
.sidebar_roll li {
background:url("images/side_silver.jpg") repeat-y scroll 0 0 transparent;
color:#FFFFFF;
font-size:13px;
line-height:29px;
padding:4px 0 0 7px;
}
.sidebar_roll li span {
-moz-border-radius:4px 4px 4px 4px;
background:none repeat scroll 0 0 #000000;
display:inline-block;
line-height:15px;
margin:3px 0 1px;
padding:7px 0 5px 15px;
width:226px;
}
.sidebar_roll li em {
display:block;
float:left;
font-size:34px;
text-align:center;
width:40px;
}
.sidebar_roll li em.day {
color: #990000;
font-size: 12px;
padding: 2px 0;
}
.sidebar_roll li em.even {
color: #990000;
}
.sidebar_roll li em.odd {
color: #fff;
}
.sidebar {
background: url(images/bar_back.jpg) no-repeat;
height: 300px;
width: 300px;
float: left;
}
.sidebar.pad {
margin: 0 0 0 10px;
}
.sidebar.pad_top {
margin: 10px 0 0 0;
}
.sidebar h2 {
background:url("images/bar_head.jpg") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
display:inline-block;
font-variant:small-caps;
font-weight:bold;
height:27px;
margin:3px 0 0 3px;
padding:12px 0 0;
text-align:center;
width:294px;
}
.sidebar h3 {
background:url("images/bar_content_head.jpg") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
display:inline-block;
font-variant:small-caps;
font-weight:bold;
height:27px;
margin:7px 0 0 6px;
padding:12px 0 0;
text-align:center;
width:282px;
font-size: 14px;
}
.sidebar ul {
background:url("images/bar_front.jpg") no-repeat scroll 0 0 transparent;
height:254px;
margin:1px 0 0 3px;
padding:10px 0 0;
width:294px;
}
.sidebar li {
background:url("images/bar_content.jpg") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
font-size:13px;
height:30px;
line-height:29px;
margin:3px 0 0 8px;
padding:0 0 0 6px;
width:278px;
}
.sidebar li em {
display:block;
float:left;
font-size:34px;
text-align:center;
width:40px;
}
.sidebar li em.even {
color: #990000;
}
.sidebar li em.odd {
color: #FFF;
}
.sidebar div.news {
background:url("images/bar_front.jpg") no-repeat scroll 0 0 transparent;
height:254px;
margin:1px 0 0 3px;
padding:10px 0 0;
width:294px;
}
.sidebar div.news p {
color:#FFFFFF;
font-size:12px;
text-align:justify;
}
.sidebar div.news span {
background:url("images/cal.png") no-repeat scroll 0 0 transparent;
color:#000000;
display:block;
float:left;
font-size:12px;
font-weight:bold;
height:64px;
margin-right:9px;
text-align:center;
width:64px;
}
.sidebar div.news span em {
font-size:38px;
line-height:38px;
}
.sidebar ul.leaders li {
padding: 0 0 0 20px;
}
.sidebar ul.leaders span {
display:inline-block;
padding:0 18px 0 0;
text-align:center;
}
.sidebar ul.leaders span.float_right {
float: right;
padding: 0 30px 0 0;
}
/* Footers */
#footer {
background:url("images/footer.jpg") no-repeat scroll center 16px transparent;
clear:both;
height:240px;
width:100%;
}
#footer_wrapper {
width: 960px;
margin: 0 auto;
}
#footer_nav {
height:20px;
padding:52px 0 10px;
}
#footer_nav ul {
margin:0 auto;
text-align:center;
}
#footer_nav ul li {
display: inline;
margin: 0 10px 0 0;
}
#footer_nav ul li a {
font-size:13px;
margin:0 0 0 12px;
text-transform: lowercase;
}
#copy p {
color:#FFFFFF;
font-size:11px;
line-height:0;
padding:0;
text-align:center;
}
/* clear */
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
/* floats */
.float_right {
float: right;
}
.float_left {
float: left;
}
/* tables */
table {
border-collapse: separate;
margin:0 0 0 7px;
font-size: 20px;
}
div.cal {
background:url("images/bar_front.jpg") no-repeat scroll 0 0 transparent;
width: 294px;
height: 254px;
margin:1px 0 0 3px;
}
.next{
color:#FFFFFF;
float:right;
font-size:28px;
line-height:11px;
margin:0 11px;
}
.prev {
color:#FFFFFF;
float:left;
font-size:28px;
line-height:11px;
margin:0 11px;
}
td, th {
background: #000;
width: 38px;
height: 28px;
text-align: center;
vertical-align: middle;
color: #FFF;
position: relative;
border: 1px solid #615f5f;
cursor: pointer;
}
th {
font-weight: bold;
font-size: 14px;
}
td:hover, th:hover {

/*color: #222;*/
}
td.date_has_event {

color: #990000;
}
td.date_has_event:hover {

}
td.padding {

}
td.today {

color: white;
}
td.today:hover {

}
.events {
position: relative;
}
.events ul {
text-align: left;
position: absolute;
display: none;
z-index: 1000;
padding: 15px;
background: #E7ECF2 url(../img/popup.png) no-repeat;
color: white;
border: 1px solid white;
font-size: 15px;
width: 200px;
height: auto;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
-border-radius: 3px;
list-style: none;
color: #000;
-webkit-box-shadow: 0px 8px 8px #333;
-moz-box-shadow: 0px 8px 8px #333;
}
.events li {
background:none repeat scroll 0 0 transparent;
height:auto;
margin:0;
padding:0;
padding-bottom:5px;
width:auto;
}
.events li span {
display: block;
font-size: 12px;
text-align: justify;
color: #555;
}
.events li span.title {
font-weight: bold;
color: #222;
}

/* contact form */
#contact_form_wrapper {
width:260px;
}
#contact_form label {
display:block;
}
#contact_form input {
height:20px;
width:200px;
}
#contact_form textarea {
height:100px;
position:absolute;
top:40px;
width:300px;
}
.contact_input {
position: relative;
height:55px;
}
.contact_text {
height:155px;
}

.contact_input div.bit {
background:url("../img/bit.png") no-repeat scroll 0 0 transparent;
left:11px;
position:absolute;
top:27px;
z-index:10;
}
#contact_form p {
background:#CC0000 none repeat scroll 0 0;
color:#FFFFFF;
font-size:12px;
left:62px;
padding:1px 5px;
position:absolute;
top:5px;
}

#contact_form #submit {
background:none repeat scroll 0 0 transparent;
border:medium none;
color:white;
cursor:pointer;
font-size:12px;
font-weight:bold;
height:28px;
padding:0;
position:relative;
text-transform:uppercase;
top:0;
width:65px;
line-height: 12px;
}

.contact_submit{
height: 20px;
}


