/** GENERAL */
body {
	margin: 0;
	background: #F9F1D0 url(../images/background.gif) repeat-x;
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif;	
}

h1, h2, h3 {
	margin: 0;
}
	
a {
	text-decoration: none;
	color: #006F9A;
}

a:hover {
	text-decoration: underline;
}	

/** HEAD */
#head {
	height: 285px;
	width: 945px;	
	margin: auto;
	margin-top: 6px;	
	background: url(../images/head-background.gif) repeat-x;
	position: relative;	
}

#head-left {
	float: left;	
	height: 285px;
	width: 380px;
	background: url(../images/head-background-left.jpg) top left no-repeat;
	position: relative;
	left: -13px;
}

#head-left a {
	display: block;
	height: 140px;
	width: 170px;
}

#head-right {
	float: right;	
	width: 28px;
	height: 29px;
	background: url(../images/head-topright-corner.gif) left 8px no-repeat;
}

#workcamps {
	width: 250px;
	position: relative;
	float: left;
	left: -200px;
	top: 45px;
	font-family: Trebuchet, Verdana;
}

#workcamps h1 {
	font-weight: normal;
	color: white;	
	font-size: 26px;
	letter-spacing: 2px;
}

#workcamps h2 {
	font-weight: normal;	
	font-size: 10px;	
	color: #CCE0E8;
}

#ibg {	
	width: 300px;
	position: relative;
	float: left;	
	left: -580px;	
	top: 195px;
	
	font-family: Trebuchet, Verdana;
	color: white;	
}

#ibg h1 {
	font-size: 30px;
	font-weight: normal;
	float: left;
	margin-right: 5px;
}

#ibg h2 {
	font-size: 10px;
	font-weight: normal;
	margin-top: 8px;
}

#pic-small-left {
	position: absolute;
	left: 375px;
	top: 117px;
	width: 126px;
	height: 154px;
	z-index: 2;
	padding-left: 7px;
	padding-top: 7px;
	background: url(../images/pic-small-left-frame.gif) top left no-repeat;
}

#pic-small-left-shadow {
	position: absolute;
	left: 501px;
	top: 195px;
	width: 4px;
	height: 76px;
	background: url(../images/pic-small-left-shadow.gif) top left no-repeat;
}

#pic-small-left img {
	width: 114px;
	height: 120px;
}

#pic-small-right {
	position: absolute;
	left: 490px;
	top: 41px; 		
	z-index: 1;
	width: 131px;
	height: 154px;
	padding-left: 7px;
	padding-top: 7px;
	background: url(../images/pic-small-right-frame.gif) top left no-repeat;	
}

#pic-small-right img {
	width: 114px;
	height: 120px;
}

#pic-large {
	position: absolute;
	left: 630px;
	top: 40px; 		
	width: 259px;
	height: 209px;
	padding-left: 11px;
	padding-right: 15px;
	padding-top: 9px;
	background: url(../images/pic-large-frame.gif) top left no-repeat;
}

#pic-large img {
	width: 262px;
	height: 177px;
}
	
#pic-large p {
	text-align: center;
	margin-top: 9px;
	font-size: 9.5px;
	font-weight: bold;
	color: #888;	
}

/* SERVICEMENU */
#servicemenu a {
	color: #333;
}

/* NAVIGATION */
#nav {
	height: 35px;	
	width: 955px;
	overflow: hide;	
	margin: auto;
	background: url(../images/nav-background.gif) repeat-x;
	font: 13px Arial Narrow, Helvetica Narrow, sans-serif;	
}

#nav-left {
	float:left;
	height: 35px;	
	width: 4px;
	background: url(../images/nav-left-end.gif) no-repeat;
}
	
#nav-right {
	float:right;
	height: 35px;		
	margin-right: -4px;
	width: 8px;
	background: url(../images/nav-right-end.gif) no-repeat;	
}

#nav-content {
	height: 22px;
	padding-top: 13px;	
}

#nav-content a {
	color: black;
}

#nav-content ul {
	margin: 0;
	padding: 0;		
	height: 20px; 
}

#nav-content li {
	list-style-type: none;
	display: inline;
	position: relative;
}

#nav-content div {
	float: left;	
	height: 22px;		
	background-color: #FEF1B5;	
}

#nav-content div.tab-left {
	width: 4px;	
	background: url(../images/tab-unselected-left.gif) no-repeat top left;
	background-color: #FEF1B5;	
	margin-left: 3px;
	height: 22px;	
	position: relative;
}

#nav-content div.tab-right {
	width:4px;	
	background: url(../images/tab-unselected-right.gif) no-repeat top right;
	background-color: #FEF1B5;
	height: 22px;	
	position: relative;
}

#nav-content div.tab {
	height: 17px;
	min-width: 30px;	
	padding: 2px;
	padding-top: 3px;
	text-align: center;
	position: relative;
}

#nav-content li.selected div.tab-left {
	width: 6px;	
	background: url(../images/tab-selected-left.gif) no-repeat left top;
	background-color: #EAE9E9;
	top: -1px;	
	height: 23px;
}

#nav-content li.selected div.tab-right {
	width: 6px;	
	background: url(../images/tab-selected-right.gif) no-repeat right top;
	background-color: #EAE9E9;		
	top: -1px;
	height: 23px;
}

#nav-content li.selected div.tab {
	height: 17px;
	top: -1px;
	
	min-width: 30px;	
	padding: 2px;
	padding-top: 3px;
	text-align: center;
	background-color: #EAE9E9;
	border-top: 1px solid white;	
}

/** CONTENT **/
#content {
	width: 954px;
	margin: auto;
	background: white;
	border-left: 1px solid #ABABAB;
}

#content-topshadow {
	width: 917px;
	height: 23px;
	margin-right: -3px;		
	background: url(../images/content-topshadow.gif) repeat-x;
	border: 0;
	padding-left: 40px;	
}

#content-topshadow-right {
	float: right;
	width: 3px;
	height: 33px;		
	background: url(../images/content-topshadow-right.gif) no-repeat;	
}

#trail {
	padding-top: 10px;
}

#trail, #trail a {	
	color: #888;
	font-weight: normal;	
	font-size: 11px;	
}


#content-dropshadow {
	width: 878px;
	margin-right: -4px;
	background: url(../images/content-background.gif) repeat-y;
	padding: 40px;
	padding-top: 30px;		
}

#content h1 {
	color: #006F9A;
	font-weight: bold;
	font-size: 15px;
}

#content h2 {
	color: #67A8C3;
	font-weight: normal;	
	font-size: 13px;	
	margin-bottom: 30px; 
}

#content h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
}

#content img {
	margin: 5px;
}

/** SIDEBAR + BOXES **/
#sidebar {
	float: right;
	margin-left: 30px;
}

div.box {
	width: 231px;
	margin-bottom: 20px;
}

div.box div.title {
	height: 14px;
	background: url(../images/box-title.jpg) no-repeat;
	padding: 6px;
	color: white;
	font-weight: bold;
	border-bottom: 2px solid #01658B; 
}

div.box div.content {
	background: white url(../images/box-back.gif) repeat-x;
	padding: 9px;
	padding-top: 17px;
	padding-bottom: 8px;
	border-left: 1px solid #FCDD62;
	border-right: 1px solid #FCDD62;
	min-height: 100px;
	overflow-y: visible;
}

div.box div.bottom {
	width: 100%;
	height: 8px;
	background: url(../images/box-bottom.gif) no-repeat;	
}

div.box p, div.box a {
	margin: 0;
	margin-bottom: 7px;
	color: #444;
}

div.box a.news-more {	
	color: #006F9A;
}
	

/** MAIN AREA **/
#mainarea {
	margin-right: 270px;
}

/** BOTTOM **/
#bottom {
	height: 9px;
	width: 958px;
	margin: auto;
	margin-bottom: 10px;
	
	background: url(../images/bottom.gif) no-repeat 1px;	
}

/** CAMP SEARCH FORM **/
#campsearch {
	margin-top: 15px;
	margin-bottom: 15px;
}

#campsearch fieldset {
	background: #FFF7CF;
	border: 1px solid #FCDD62;
	margin:0;
	width: 500px;
	padding-left: 15px;
}

#campsearch legend {
	color: #006F9A;
	font-weight: bold;
}

#campsearch label {
	padding-left: 3px;
	color: #666;
}

#campsearch input {
	border: 1px solid #FCDD62;
}

#campsearch li, #campsearch ol {
	margin-left: 0px;	
}

#campsearch ol {
	padding-left: 20px;
}
 
p.pages {
	color: #666;
}

p.pages a {
	color: #006F9A;
}

p.pages a.selected {
	font-weight: bold;
	color: black;
}

/** CAMP LIST **/
.camp {
	margin-bottom: 25px;
}

.camptitle {
	font-weight: bold;
}

ol.campfilters li {
	padding-bottom: 2px;
}