
html,body{
	margin:0;
	padding:0;
}

body{
	font: 76% arial,sans-serif;
}

body.fend{
	background:#c0ccd9 url(/fend/images/bg-wrights-camp.jpg) repeat-x;
}
img{border: none;}
h1 {
    color: #162D47;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

h2 {
    font-size : 16px;
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-weight : bold;
    color : #162D47;
    text-decoration: none;
}

h3 {
    font-size : 16px;
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-weight : bold;
    color : #6180A3;
    text-decoration: none;
}

h4 {
    color: #FB570C;
    font-size: 14px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

h5 {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #ffffff;
    text-decoration: none;
}

p {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #162D47; 
}

a:link, a:visited, a:active { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #7087A0;
    text-decoration: underline;
}

a:hover {
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #FB570C;
    text-decoration: underline;
}

div#headershell{
	position:relative;
	background:url(/fend/images/bg-wilderness-camp.gif) no-repeat;
	height:78px;
}

div#searchshell{
	float:right;
	position:relative;
	top:50px;
}

.form{
	border:1px solid #4f5f71;
	font-size:11px;
	color:#000000;
	padding:2px 0 2px 8px;
	margin:0;
}
input.form{
	width: 110px;
}

div#menushell{
	float:right;
	position:relative;
	top:52px;
	height:26px;
	margin:0 4px 0 0;
}

h1#logo{
	margin: 0;
	padding: 0;
}

h1#logo a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 165px;
	height: 155px;
}
h1#logo a span{
	display: none;
}

div#container{
	width:950px;
	text-align:left;
	margin:0 auto;
}

div#contentshell{
	float:left;
	width:765px;
	background:#fff;
	clear:both;
}

div#banner{
	margin:0;
	padding:0;
}

div#content{
	padding:10px;
	clear:both;
	
}

div#content h1{
	font-size:16px;
	font-weight:bold;
	color:#162d47;
	margin:0;
	padding:0;
}

div#columnshell{
	float:right;
	width:180px;
	border-top:5px solid #fff;
	padding:0;
	margin:0;
}

div#newsletter{
	background:#aabacc url(/fend/images/bg-newsletter.gif) no-repeat;
	text-align:center;
	border-right:5px solid #fff;
	border-left:5px solid #fff;
	border-bottom:5px solid #fff;
	padding:65px 0 10px 0;
	margin:0;
	
}

div#tellafriend{
	text-align:center;
	background:#6794cb;
	border-right:5px solid #fff;
	border-left:5px solid #fff;
	border-bottom:5px solid #fff;
}

div#blog{
	background:#4c6076;
	border-right:5px solid #fff;
	border-left:5px solid #fff;
	border-bottom:5px solid #fff;
}

div#weather{
	background:#2e7cad;
	text-align:center;
	border-right:5px solid #fff;
	border-left:5px solid #fff;
	border-bottom:5px solid #fff;
	padding:15px 0;
}

div#sencia{
	text-align:center;
	padding:10px 0 0 0;
}


div#footershell{
	color: #FFF;
	clear:both;
}

div#rootlinks a, div#rootlinks a:visited  {
	color: #162d47;
	font-size:12px;
	text-decoration:none;
}

div#rootlinks a:hover {
	color: #162d47;
	font-size:12px;
	text-decoration:underline;
}

/*------------------ Video Player START -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------ Video Player END -----------------------*/

/* ------------------ Calendar START -----------------------*/
.calendar_table
{
	border: solid 1px #000;
	border-left: 0px;
}
.calendar_desc_cell
{
	border: 0px;
	border-left: solid 1px #000;
	background: #dddddd;
}
.calendar_desc_text
{
	padding-left: 5px;
}
.calendar_datepick_cell
{
	border: 0px;
	border-left: solid 1px #000;
}
.calendar_dayname_cell
{
	border: solid 1px #000;
	border-bottom: 0px;
	border-right: 0px;
}
.calendar_prevmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
.calendar_today_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
.calendar_curmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
.calendar_nextmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
/* ------------------ Calendar END -----------------------*/

/* --------------- Event Listing START -------------------*/

.event-listing-table{width: 100%;}
.event-header-row{}
.event-header-cell{background-color: #bec9d6;}
.event-month-row{}
.event-month-cell{}
.event-row-1{}
.event-row-2{}
.event-cell-1{}
.event-cell-2{}
.event-event-col{}
.event-date-col{}
.event-info-col{}

/* --------------- Event Listing END ---------------------*/

/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}