/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bgr.gif) #999999 repeat-x top;
	color: #333333;
	font: 12px Verdana,Arial,Tahoma,Helvetica,Sans-Serif;
	padding: 10px 0;
}
a{
	color: #fbad28;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #a5acb2 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
table{
	width: 100%;
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.gif) repeat-y;
	margin: 0 auto;
	width: 994px;
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) no-repeat top;
	font-weight: bold;
	height: 85px;
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 57px;
	width: 486px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*- Ad text -*/
#header p{
	float: right;
	padding: 21px 17px 0 0;
	text-align: right;
	width: 400px;
}
#header p a{
	color: #2796cc;
	text-decoration: underline;
}
/*=== Title ===*/
#title{
	height: 182px;
	margin: 0 auto 4px;
	width: 960px;
}
#title img{
	display: block;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	border-bottom: 4px solid #a9a9aa;
	height: 27px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 960px;
}
#nav1 ul{
	height: 27px;
}
#nav1 li{
	float: left;
}
#nav1 li a{
	display: block;
	height: 27px;
}
#nav1 li#tab1{
	background: url(../images/tab1.gif) no-repeat;
	width: 111px;
}
#nav1 li#tab1 a:hover{
	background: url(../images/tab1-.gif) no-repeat;
}
#nav1 li#tab2{
	background: url(../images/tab2.gif) no-repeat;
	width: 124px;
}
#nav1 li#tab2 a:hover{
	background: url(../images/tab2-.gif) no-repeat;
}
#nav1 li#tab3{
	background: url(../images/tab3.gif) no-repeat;
	width: 180px;
}
#nav1 li#tab3 a:hover{
	background: url(../images/tab3-.gif) no-repeat;
}
#nav1 li#tab4{
	background: url(../images/tab4.gif) no-repeat;
	width: 109px;
}
#nav1 li#tab4 a:hover{
	background: url(../images/tab4-.gif) no-repeat;
}
#nav1 li#tab5{
	background: url(../images/tab5.gif) no-repeat;
	width: 159px;
}
#nav1 li#tab5 a:hover{
	background: url(../images/tab5-.gif) no-repeat;
}
#nav1 li#tab6{
	background: url(../images/tab6.gif) no-repeat;
	width: 106px;
}
#nav1 li#tab6 a:hover{
	background: url(../images/tab6-.gif) no-repeat;
}
#nav1 li#tab7{
	background: url(../images/tab7.gif) no-repeat;
	width: 171px;
}
#nav1 li#tab7 a:hover{
	background: url(../images/tab7-.gif) no-repeat;
}
/*- Nav2 -*/
.nav2 li{
	border-bottom: 1px solid #dcdcdc;
}
.nav2 ul{
	border-top: 1px solid #dcdcdc;
}
.nav2 li a{
	background: url(../images/ico-arrow.gif) no-repeat 5px 7px;
	color: #333333;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 18px;
}
.nav2 li.active a{
	background: url(../images/ico-arrow-.gif) no-repeat 5px 7px;
}
.nav2 li.active li{
	border: 0;
	font-size: 10px;
}
.nav2 li.active li a{
	background: url(../images/ico-arrow2.gif) #f4f4ff no-repeat 17px 6px;
	height: 16px;
	line-height: 16px;
	padding: 0 0 0 25px;
}
.nav2 li.last{
	border: 0;
}
/*- Nav3 -*/
.nav3{
	background: #c2d681;
	height: 29px;
	margin: 0 0 5px;
}
.nav3 ul{
	padding: 7px 0 0 2px;
}
.nav3 li{
	float: left;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	margin: 0 1px;
	width: 127px;
}
.nav3 li#tab11{
	background: url(../images/tab11.gif) no-repeat;
}
.nav3 li#tab12{
	background: url(../images/tab12.gif) no-repeat;
}
.nav3 li#tab13{
	background: url(../images/tab13.gif) no-repeat;
}
.nav3 li a{
	color: #67993d;
	display: block;
	padding: 0 0 0 10px;
}
/*=== All Columns ===*/
#columns{
	margin: 10px 0 0;
	padding: 0 17px;
}
#columns h2{
	font-size: 13px;
}
#columns h3{
	font-size: 12px;
	margin: 0 0 5px;
}
#columns p{
	padding: 0 0 10px;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 239px;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	font-size: 11px;
	margin: 0 0 0 5px;
	width: 473px;
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 239px;
}
/*=== Sub Columns ===*/
#subcols{
	background: #777788;
	margin: 0 0 5px;
	padding: 7px 0 0 13px;
}
#subcols h3{
	color: #ffffff;
}
.col{
	float: left;
	margin: 0 10px 10px 0;
	width: 305px;
}
.col.last{
	margin: 0;
}
.col div{
	background: #e5e0d2;
	border: 2px solid #ffffff;
	padding: 5px 10px;
}
.col2{
	float: right;
	width: 270px;
}
/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: url(../images/box-bgr.gif) repeat-y;
	margin: 0 0 6px;
	width: 239px;
}
.box .top,.box .bot{
	background: url(../images/box-top-blue.gif) no-repeat top;
	clear: both;
	height: 43px;
	line-height: 43px;
	overflow: hidden;
}
.box .bot{
	background: url(../images/box-bot.gif) no-repeat top;
	height: 23px;
	line-height: normal;
}
.box.red .top{
	background: url(../images/box-top-red.gif) no-repeat top;
}
.box.yellow .top{
	background: url(../images/box-top-yellow.gif) no-repeat top;
}
.box.green .top{
	background: url(../images/box-top-green.gif) no-repeat top;
}
.box h3{
	color: #ffffff;
	padding: 3px 0 0 16px;
	text-transform: uppercase;
}
.box .spacer{
	height: 1%;
	padding: 5px 15px;
}
.box.yellow.menu .spacer{
	padding: 0 10px 0 11px;
}
/*- Events -*/
.event{
	margin: 0 0 5px;
}
.ehdr{
	background: url(../images/hl-dot.gif) repeat-x top;
	color: #000000;
	margin: 6px 0 0;
	padding: 5px 0;
}
.ehdr img{
	float: left;
	margin: 0 10px 0 0;
}
#columns .ehdr p{
	display: table;
	height: 1%;
}
.etxt{
	background: #eeeeee;
	border-bottom: 1px solid #999899;
	border-top: 1px solid #999899;
	clear: both;
	color: #2a5baf;
	margin: 0 0 5px;
	padding: 5px;
}
#columns .etxt a{
	text-decoration: underline;
}
#columns .etxt p{
	padding: 0;
}
/*- Date -*/
.date{
	font-size: 12px;
	height: 60px;
	margin: 0 0 5px;
}
.date a{
	color: #ffffff;
}
.day, .year{
	background: #a1c7eb;
	color: #ffffff;
	float: left;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 166px;
}
.year{
	background: url(../images/y-bgr.gif) no-repeat top;
	width: 57px;
}
/*- Ads -*/
.ad1{
	height: 124px;
	margin: 0 auto 9px;
	width: 984px;
}
.ad1 img, .ad2 img, .ad3 img{
	display: block;
}
.ad2{
	height: 164px;
	margin: 0 0 3px;
}
.ad3{
	width: 231px;
}
/*=== Styling Forms ===*/
/*- Search -*/
#search{
	height: 20px;
}
#search input{
	color: #666666;
	float: left;
	width: 125px;
}
#search .btn{
	border: 0;
	margin: 0 0 0 5px;
	padding: 0;
	width: auto;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li{
	background: url(../images/ico-list.gif) no-repeat left;
	margin: 0 0 2px;
	padding: 0 0 0 15px;
}
.list1 li a{
	color: #666666;
}
/*=== The Calendar ===*/
.calendar{
	background: #99ca3b;
	color: #ffffff;
	margin: 0 0 5px;
	padding: 10px 15px;
}
.calendar table{
	float: left;
	font-size: 10px;
	text-align: center;
	width: 150px;
}
.calendar th, .calendar td{
	background: #ffffff;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	color: #2a5baf;
	padding: 3px;
}
.calendar th{
	background: #555555;
	color: #ffffff;
	padding: 2px;
}
.calendar td.empty{
	background: #dddddd;
}
#columns .calendar td.active,
#columns .calendar td.active2{
	background: #3697ce;
	color: #ffffff;
}
#columns .calendar td.active2{
	background: #feefaa;
	color: #2a5baf;
}
#columns .calendar td.active a{
	color: #ffffff;
}
.calendar table tr.yr td{
	background: transparent;
	border: 0;
	color: #ffffff;
	font-weight: bold;
}
.calendar table tr.yr td a{
	color: #555555;
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.gif) repeat-x top;
	clear: both;
	color: #ffffff;
	height: 27px;
	line-height: 27px;
	text-align: center;
}
#footer a{
	color: #ffffff;
	text-decoration: underline;
}
#page-bot{
	background: url(../images/page-bot.gif) no-repeat top;
	color: #000000;
	font-size: 11px;
	height: 37px;
	overflow: hidden;
	padding: 0 17px 0 0;
	text-align: right;
}
#page-bot a{
	color: #000000;
	text-decoration: underline;
}
#page-bot p{
	padding: 13px 0 0;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}

