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

/* Reset */
html, body, div, h1, h2, h3, h4, p, blockquote, ul, li{
	margin: 0;
	padding: 0;
}
ul, li{
	list-style: none;
}
a{
	text-decoration: none;
}

a img, img{
	border: none;
}

.bold{
font-weight: bold;
}

/* General Styles */
a:link{
	color: #0080b4;
}

a:visited{
	color: #004f75;
}

a:hover, a:active{
	color: #de2822;
}

p.more{
	text-align: right;
}

p{
	padding-top: 10px;
}

.clear{
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* Layout Styles */
body{
	background: #c5c5c5 url(images2/bg.gif) top left repeat-x;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

#wrapper, #header{
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#header img{
	float: left;
	margin: 15px 0 0 10px;
}

#header h1{
	background: url(images2/mainTitle.png) top left no-repeat;
	float: right;
	height: 90px;
	margin: 50px 100px 15px 0;
	padding: 0;
	text-indent: -9999px;
	width: 515px;
}

#container{
	clear: both;
	padding: 10px 0;
	width: 960px;
}

#mainBg{
	background: url(images2/mainBg.gif) top left repeat-y;
	float: right;
	margin: 0 0 15px;
	padding: 0;
	width: 709px;
}

#mainBot{
	background: url(images2/mainBot.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	width: 709px;
}

#main{
	background: url(images2/mainTop.gif) top left no-repeat;
	margin: 0;
	padding: 50px 20px 0;
	width: 669px;
}

h2.hd1{
	background: url(images2/hd1.gif) top left no-repeat;
	color: #950000;
	font-size: 18px;
	height: 25px;
	margin: 0 0 5px;
	padding: 8px 0 0 40px;
	text-shadow: 1px 1px 2px #868686;
	width: 617px;
}

h2.hd1 a{
        color: #950000;
}

h2.hd1 a:hover{
	color: #de2822;
}

h2.hd2{
	background: url(images2/hd2.gif) top left no-repeat;
	color: #950000;
	font-size: 22px;
	height: 27px;
	margin: 0 0 15px;
	padding: 7px 0 0 35px;
	text-shadow: 1px 1px 2px #868686;
	width: 319px;
}

h2.hd3{
	background: url(images2/hd3.gif) top left no-repeat;
	color: #950000;
	font-size: 22px;
	height: 28px;
	margin: 0 0 15px;
	padding: 7px 0 0 35px;
	text-shadow: 1px 1px 2px #868686;
	width: 233px;
}

#topContent{
	margin: 10px auto;
        min-height: 500px;
	padding: 0 0 15px;
	width: 657px;
}

.content{
	padding: 0 10px 10px;
}

#topContent .content{
       padding: 10px;
}

#footer{
	clear: both;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
}

#footer a:link, #footer a:visited{
	color: #979797;
}

#footer a:hover{
	color: #fff;
}

/* Nav Styles */
#nav{
	background: url(images2/nav.gif) top left no-repeat;
	float: right;
	height: 47px;
	margin: 0;
	padding: 0 0 0 40px;
	width: 667px;
}

#nav li{
	float: left;
	font-size: 18px;
	margin: 13px 45px 0 0;
	padding: 0 0 15px;
	position: relative;
	text-shadow: 1px 1px 2px #292929;
}

#nav li a{
	color: #fff;
}

#nav li a:hover{
	color: #950000;
}

#nav li ul{
	display: none;
	left: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 27px;
}

#nav li:hover ul{
	display: block;
}

#nav li ul li{
	margin: 0;
	padding: 0;
	width: 100px;
}

#nav li ul li a{
	background: #777777;
	display: block;
	font-size: 14px;
	line-height: 18px;
	width: 100px;
	padding: 3px 0 3px 10px;
}

#nav li ul li a:hover{
	background: #949494;
}

/* Sidebar Styles */
#sbBg{
	background: url(images2/sbBg.gif) top left repeat-y;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 227px;
}

#sbBot{
	background: url(images2/sbBot.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	width: 227px;
}

#sb{
	background: url(images2/sbTop.gif) top left no-repeat;
	margin: 0;
	min-height: 252px;
	padding: 50px 15px 30px;
	width: 197px;
}

#sb h2{
	background: url(images2/sbH2.gif) top left no-repeat;
	color: #00416c;
	font-size: 16px;
	height: 23px;
	margin: 0 auto 10px;
	padding: 7px 0 0 25px;
	text-shadow: 1px 1px 2px #868686;
	width: 164px;
}

.sbContent{
	margin-bottom: 10px;
}

.sbContent p{
	padding: 0;
}

/* Main Content Area */
.meta p{
        color: #292929;
        padding: 0;
        font-size: 14px;
}

.sticky{
	color: #de2822;
        font-weight: bold;
}

.pagination{
        text-align: center;
}
.pagination a{
        color: #950000;
}
.pagination a:hover{
	color: #de2822;
}
.filedCat{
        border-top: 1px solid #950000;
        color: #292929;
        font-size: 11px;
        margin: 10px 0 25px;
        padding: 5px 0 0 0;
}
#pageHd{
        color: #292929;
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 15px;
        padding: 0;
        text-align: center;
}
.commentsList h2 a, .commentsList h2, .commentsForm  h2 a, .commentsForm h2{
        color: #2a83a8;
}
.commentsList h2, .commentsForm h2{
        border-bottom: 1px solid #aaa;
        font-size: 15px;
        padding-bottom: 3px;
}

/* Calendar Styles */
.calendarBG{
     background-color: #001e50;
     margin-top: 15px;
}

.calendarBlank{
     background-color: #aaa;
}

.calendarHeader{
     font-weight: bold;
     color: #fff;
     text-align: center;
     background-color: #001e50;
}

.calendarMonthLinks{
     font-size: 11px;
     font-weight: bold;
     letter-spacing: .1em;
     text-decoration: none;
     color: #fff;
     background-color: transparent;
}

.calendarMonthLinks a{
     color: #fff;
     text-decoration: none;
     background-color: transparent;
}

.calendarMonthLinks a:visited{
     color: #fff;
     text-decoration: none;
     background-color: transparent;
}

.calendarMonthLinks a:hover{
     color: #ccc;
     text-decoration: underline;
     background-color: transparent;
}

.calendarDayHeading{
     font-weight: bold;
     font-size: 11px;
     color: #fff;
     background-color: #004f7a;
     text-align: center;
     vertical-align: middle;
}

.calendarToday{
      font-size: 12px;
       font-weight: bold;
       letter-spacing: .1em;
       text-decoration: none;
       text-align: left;
       min-height: 200px;
      vertical-align: top;
      color: #000;
      background-color: #cef1ff;
}

.calendarBG td{
      width: 14%;
      min-height: 150px;
}

.calendarCell{
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
      text-align: left;
      vertical-align: top;
      color: #666;
      background-color: #fff;
}

.calendarBlank{
      text-align: left;
      vertical-align: top;
}

.calendarBG .calendarCell{
height: 100px;
}

.calendarBG tr.week{
     min-height: 150px;
}

.calendarCell a{
     color: #000;
     text-decoration: underline;
     background-color: transparent;
}

.calendarCell a:visited{
     color: #000;
     text-decoration: underline;
     background-color: transparent;
}

.calendarCell a:hover{
     color: #ccc;
     text-decoration: underline;
     background-color: transparent;
}

.calendarEvent{
     padding-bottom: 3px;
     background-color: #fff;
     line-height: 14px;
     vertical-align: top;
     text-align: left;
     font-size: 10px;
     text-decoration: none;
     color: #000;
     margin: 0em;
}

.calendarEvent a{
     text-decoration: none;
     display: block;
}

.calendarEvent a img{
     border: none;
}

.calendarEvent a:hover{
     color: #231f20;
     text-decoration: none;
}

.calendarEvent a:visited{
     text-decoration: none;
}

.event-info a{
      font-weight: bold;
      cursor: default;
      position: relative;
      display: block;
}

.event-info a span{
      display: none;
}

.event-info a:hover span{
      display: block;
      width: 200px;
      position: absolute;
      left: 0;
      background: #fff;
      color: #000;
      border: thin solid #001e50;
      padding: 5px;
      z-index: 99;
}

.event-info p{
     padding: 0;
     margin: 0;
}