/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #bca887;
	color: #2b1c19;
	font: .75em Georgia,"Times New Roman", Times, serif;
	padding: 10px 0
}
a{
	color: #2b1c19;
	text-decoration: underline
}
a:hover{
	color: #6e180d
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	font: 2em "Monotype Corsiva", "Times New Roman", Times, serif;
	margin: 0 0 .5em
}
h3{
	color: #333333;
	font-size: 1.2em;
	margin: 0 0 .5em
}
h4{
	font-size: 1.1em;
	margin: 0 0 .1em
}
p{
	line-height: 1.5em;
	padding: 0 0 1.5em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.gif) repeat-y;
	height: 1%;
	margin: 0 auto;
	padding: 0 15px;
	width: 938px
}
#page-top, #page-bot{
	height: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 968px
}
#page-top{
	background: url(../images/page-top.gif) no-repeat top
}
#page-bot{
	background: url(../images/page-bot.gif) no-repeat top
}
/*=== Logo ===*/
#logo h1{
	background: url(../images/logo.jpg) no-repeat;
	margin: 0 0 5px;
	text-indent: -9999px;
	width: 255px
}
#logo h1 a{
	display: block;
	height: 139px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	font-size: 12px;
	margin: 0 0 1em
}
.nav1 ul{
	border-top: 1px solid #707782
}
.nav1 li a{
	background: url(../images/nav1-ico.gif) #434e5c no-repeat 30px 7px;
	border-bottom: 1px solid #707782;
	color: #ffffff;
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 0 0 50px;
	text-decoration: none
}
.nav1 li a:hover,
.nav1 li.active a{
	background: url(../images/nav1-ico.gif) #2a3745 no-repeat 30px 7px;
	text-decoration: none;
	color: #ffffff;
}
/*- Nav1 Level2 -*/
.nav1 li ul{
	margin: -1px 0 0;
	position: relative
}
.nav1 li li a{
	background: #4c5664;
	border-bottom: 1px solid #5a636f;
	color: #e1d7d2;
	font-size: 11px;
	padding: 0 0 0 75px
}
.nav1 li li a:hover{
	background: #434e5c;
	color: #e1d7d2;
}
/*=== Title Placeholder ===*/
.title img{
	display: block;
	margin: 0 0 6px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 255px
}
/*=== Center Column ===*/
#centercol{
	float: right;
	height: 1%;
	width: 676px
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 440px
}
.col2{
	float: right;
	width: 229px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	color: #ffffff;
	margin: 0 0 6px;
	width: 255px
}
.box .top,.box .bot{
	background: url(../images/box-top.gif) no-repeat top;
	clear: both;
	height: 5px;
	overflow: hidden
}
.box .bot{
	background: url(../images/box-bot.gif) no-repeat top
}
.box .content{
	background: #58616f;
	height: 1%;
	padding: 15px 0 25px
}
/*- Box2 -*/
.box2{
	text-align: center;
	color: #fcf2ed;
	margin: 0 0 6px;
	width: 255px;
	overflow: hidden;
}
.box2 .top,.box2 .bot{
	background: url(../images/box2-top.gif) no-repeat top;
	clear: both;
	height: 5px;
	overflow: hidden
}
.box2 .bot{
	background: url(../images/box2-bot.gif) no-repeat top
}
.box2 .content{
	background: #717156;
	height: 1%;
	padding: 8px 8px 0
}
.box2 .spacer{
	padding: 0 20px
}
.box2 a{
	color: #fcf2ed
}
.box2 a:hover{
	color: #f2eea5;
	text-decoration: underline
}
.box2 ul{
	padding: 0 0 1.5em
}
/*- Box2B -*/
.box2b{
	color: #fcf2ed;
	margin: 0 0 6px;
	width: 255px;
	overflow: hidden;
}
.box2b .top,.box2b .bot{
	background: url(../images/box2b-top.gif) no-repeat top;
	clear: both;
	height: 5px;
	overflow: hidden
}
.box2b .bot{
	background: url(../images/box2b-bot.gif) no-repeat top
}
.box2b .content{
	background: #592C26;
	height: 1%;
	padding: 8px 0 8px 0
}
.box2b .spacer{
	/*padding: 0 20px*/
}
.box2b a{
	color: #fcf2ed
}
.box2b a:hover{
	color: #f2eea5;
	text-decoration: underline
}
.box2b ul{
	padding: 0 0 1.5em
}
/*- Box3 -*/
.box3{
	color: #fcf2ed;
	margin: 0 0 6px;
	width: 440px
}
.box3 .top,.box3 .bot{
	background: url(../images/box3-top.gif) no-repeat top;
	clear: both;
	height: 5px;
	overflow: hidden
}
.box3 .bot{
	background: url(../images/box3-bot.gif) no-repeat top
}
.box3 .content{
	background: #746758;
	height: 1%;
	padding: 15px 25px
}
.box3 a{
	color: #fcf2ed
}
.box3 a:hover{
	color: #efcca4;
	text-decoration: underline
}
/*- Box4 -*/
.box4{
	color: #fcf2ed;
	margin: 0 0 6px;
	width: 229px
}
.box4 .top,.box4 .bot{
	background: url(../images/box4-top.gif) no-repeat top;
	clear: both;
	height: 5px;
	overflow: hidden
}
.box4 .bot{
	background: url(../images/box4-bot.gif) no-repeat top
}
.box4 .content{
	background: #777f57;
	height: 1%;
	padding: 15px
}
.box4 a{
	color: #fcf2ed
}
.box4 a:hover{
	color: #f2eea6;
	text-decoration: underline
}
/*- Box5 -*/
.box5{
	color: #fcf2ed;
	margin: 0 0 6px;
	width: 229px
}
.box5 .top,.box5 .bot{
	background: url(../images/box5-top.gif) no-repeat top;
	clear: both;
	height: 5px;
	overflow: hidden
}
.box5 .bot{
	background: url(../images/box5-bot.gif) no-repeat top
}
.box5 .content{
	background: #592c26;
	height: 1%;
	padding: 10px 0 7px 0
	/*padding: 10px 15px 7px*/
}
.box5 a{
	color: #fcf2ed
}
.box5 a:hover{
	color: #f2eea6;
	text-decoration: underline
}
.box6{
	height: 1%;
	padding: 17px 25px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 .8em
}
.list1{
	list-style-position: outside;
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0 4px;
	margin: 0 0 .3em;
	padding: 0 0 0 20px
}
/*- List 1 - (Nested) Indented, Numbered -*/
.list1 ul li ol{
	background: none;
	list-style-type: decimal;
	list-style-position: outside;
	padding: .8em 0 .8em 20px;
}
.list1 ul li ol li{
	background: none;
	/*background: url(../images/ico-list.gif) no-repeat 0 4px;*/
	margin: 0 0 .3em;
	padding: 0;
	list-style-type: decimal;
}
/*- List2 -*/
.list2{
	margin: 0 0 .8em
}
.list2 ol{
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 0 20px;
}
.list2 li{
	/*background: url(../images/ico-list.gif) no-repeat 0 4px;*/
	margin: 0 0 .3em;
	padding: 0;
	list-style-type: decimal;
}
/*- News List -*/
.news dl{
	font-size: .9em
}
.news dt{
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 .2em
}
.news dd{
	padding: 0 0 15px 15px
}
/*- Events List -*/
.events{
	margin: 0 0 1.5em
}
.events li{
	margin: 0 0 11px;
	background: #cbced5;
	color: #2b1c19;
	display: block;
	height: 1%;
	padding: 5px;
	text-align: center;
	text-decoration: none
}
.events li a{
	background: #cbced5;
	color: #2b1c19;
	display: block;
	height: 1%;
	/*padding: 5px;*/
	text-align: center;
	text-decoration: none
}
.events li a:hover{
	background: #ceb4b1;
	margin: -5px -5px -5px -5px;
	padding: 5px 5px 5px 5px;
	width: 100%
}
/*=== Link Buttons ===*/
.btn-more a{
	background: url(../images/btn-more.gif) no-repeat left;
	color: #e1d7d2;
	display: block;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	width: 110px
}
.btn-more a:hover{
	background: url(../images/btn-more-.gif) no-repeat left;
	color: #e1d7d2;
	text-decoration: none
}
.btn-view img{
	margin: 0 0 -2px;
	position: relative
}
.btn-view a{
	font-size: 11px;
	text-decoration: none
}
/*=== Styling The Calendar ===*/
.calendar table{
	border-collapse: collapse;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	width: 100%
}
.calendar th{
	padding: 6px 2px
}
.calendar td{
	padding: 4px 2px;
	text-align: center
}
.calendar .arr{
	padding: 2px 0 0
}
.calendar td em{
	color: #896965;
	font-style: normal
}
/*=== Footer ===*/
#footer{
	color: #9a9790;
	font: 12px Arial, Helvetica, sans-serif;
	height: 76px
}
#footer a{
	color: #e1d9ca;
	text-decoration: none
}
#footer a:hover{
	text-decoration: underline
}
#footer ul{
	margin: 0 -6px 6px;
	position: relative
}
#footer li{
	border-right: 1px solid #e1d9ca;
	display: inline;
	padding: 0 6px
}
#footer li.last{
	border: 0
}
/*- Copyright, Develop Info -*/
#footer .copyright{
	background: url(../images/copyright-bgr.gif) no-repeat top;
	color: #ccc3b1;
	float: left;
	height: 53px;
	padding: 23px 0 0;
	text-align: center;
	width: 255px
}
#footer .dev{
	color: #9a9790;
	font-size: 11px
}
#footer .dev a{
	color: #9a9790
}
#footer .content{
	background: url(../images/footer-content-bgr.gif) no-repeat top;
	float: right;
	height: 52px;
	padding: 24px 25px 0;
	width: 626px
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.plpb{
	padding-left: 20px;
	padding-bottom: 20px;
}
img.prpb{
	padding-right: 20px;
	padding-bottom: 20px;
}
.weather{
	text-align: center;
	/*margin-left: -5px;*/
	background-color: #717156;
}
.latestnews{
	height: 386px;
	overflow: hidden;
	margin-bottom: 6px;
}