﻿html, body {
	margin: 0;
	padding: 0;
	background: #aaaaaa;
	color: black;
}

a { text-decoration: none; }
a img { border: none; }

div, span {
	font-family: Verdana, Myriad Pro, san serif;
	padding: 0;
	margin: 0;
}

a, a:active, a:visited {
	font-family: Verdana, Myriad Pro, san serif;
	font-size: 12px;	
	text-decoration: underline;
	color: #205b3d;
	font-weight: bold;
}

ul { list-style: none; }


/****************************************
 *					
 * 	Container					
 *					
 ****************************************/

#container {
	padding: 0 22px 0 22px;
	margin : 0 auto;
	background: url(../images/container-bg.jpg) repeat-y;	
	width: 1045px;
}

#main {
	padding: 0;
	margin: 0;
	width: 1045px;
	height: 100%;
}

/****************************************
 *					
 * 	Banner					
 *					
 ****************************************/

#banner {
	padding: 0;
	margin: 0;
	background: url(../images/banner-bg.jpg) top left no-repeat;
	width: 1045px;
	height: 277px;
}

#logo {
	float: left;
	padding: 0;
	margin: 0 0 0 81px;
	width: 408px;
	height: 100px;
}

#logo a {
	background: url(../images/banner-logo.jpg) top left no-repeat;
	width: 408px;
	height: 100px;
	display: block;
}

#join_today {
	float: left;
	padding: 0;
	margin: 105px 0 0 793px;  /* 142px 793px */
	width: 183px;
	height: 40px;
}

#join_today a {
	background: url(../images/banner-join.jpg) top left no-repeat;
	width: 183px;
	height: 40px;	
	display: block;
}

#breadcrumb {
	padding: 7px 15px 0px 15px;
	margin: 0;
	background: url(../images/breadcrumb-bg.jpg) top left no-repeat;
	width: 1015px;
	height: 23px;
	font-family: Verdana, Myriad Pro, san serif;	
	font-size: 12px;	
	color: #f9ab60;
	font-weight: bold;
}

#breadcrumb a, a:visited {
	font-family: Verdana, Myriad Pro, san serif;	
	font-size: 12px;	
	text-decoration: none;
	font-weight: bold;
	color: #f9ab60;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/****************************************
 *					
 * 	Navigation					
 *					
 ****************************************/
  
#menu {margin-top: 15px; width: 210px; position: relative; height: 200px;}

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:0; background:#000;}

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline;}
#menu ul ul {position:absolute; left:-9999px; z-index: 100;}
#menu ul#toplevel {position:absolute; left:0; top:0;}

#menu a {display:block; font:bold 12px verdana,arial,sans-serif; color:#fff; line-height:24px; text-decoration:none;padding:0; text-indent: 15px; width: 210px; height: 24px;} 
#menu li a.fly {background: url(../images/nav-bg-arrow.jpg) no-repeat right top;}

#menu li a:hover {color:#f9ab60;} 
#menu li:hover > a {color:#f9ab60;}
#menu ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px;}
#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}
  
#left {
	float: left;
	padding: 0;
	margin: 0;
	width: 210px;
 }

/****************************************
 *					
 * 	Content					
 *					
 ****************************************/
 
#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 835px;
	background: white;
	border-bottom: 1px solid black;
	border-top: 1px solid black;	
}

#main_title { width: 835px; background: #000000; color: #FFFFFF; font-weight: bold; }
#main_title h1 { margin: 0; padding: 20px 15px; font-size: 18px; }

#main_content {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: 805px;
	background: white;
	min-height: 450px;
	font-family: Verdana, Myriad Pro, san serif;
	font-size: 12px;
	color: black;
	line-height: 16px;
}

#main_content a, a:visited {
	color: #205b3d;
	text-decoration: none;
	font-weight: bold;
}

#main_content a:hover {
	color: #205b3d;
	text-decoration: underline;
	font-weight: bold;
}

#main_content p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: black;
	font-weight: normal;
	margin-bottom: 15px;
}

#main_content ul {
	line-height: 18px;
}

#main_content h2 {
	color: #f19300;
	font-size: 16px;
	font-weight: bold;
}

#main_content h3 {
	color: #205b3d;
	font-size: 13px;
	font-weight: bold;
}

#main_content h4 {
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}

#main_content h5 {
	color: #205b3d;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}

#main_content h6 {
	font-size: 13px;
	font-weight: bold;
	color: #f19300;
	margin-top: 0;
	margin-bottom: 10px;
}

/****************************************
 *					
 * 	Webcams					
 *					
 ****************************************/
 
#webcams {
	 float: left;
	 margin: 0;
	 padding: 0;
	 width: 1045px;
	 height: 352px;
	 background: url(../images/webcams-bg.jpg) top left no-repeat;
	 clear: both;
 }
 
 .webcam_box {
	 background: black;
	 float: left;
	 margin: 32px 0 0 85px;
	 padding: 14px 38px 0 38px;
	 width: 320px;
	 height: 274px; 
 }
 
 .webcam_box p {
	line-height: 11px;
	padding: 0;	
	margin-top: 7px;
	font-family: Verdana, Myriad Pro, san serif;	
	font-size: 11px;	 
	color: white;
 }
 
 .webcam_view_button {
	 width: 43px;
	 height: 11px;
	 margin-top: 2px;
	 padding: 0; 
	 float: right; 
	 display: block;
 }
 
 /****************************************
 *					
 * 	Footer					
 *					
 ****************************************/
 
 #footer {
	 padding: 20px 30px;
	 margin: 0;
	 width: 985px;
	 height: 30px;
	 clear: both;
 }
 
#footer_top {
	 float: right;
	 padding-top: 7px;
	 width: 36px;
	 height: 9px;
}

#footer_social {
	float: left;
	height: 30px;
}
 
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Myriad Pro, san serif;	
	font-size: 11px;	 
	color: white;	 
}
 
#footer p strong {
	 color: #f9ab60;
	 font-weight: normal;
}
 
#footer_social ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 height: 40px;
}
 
#footer_social ul li {
	 float: left;
	 margin: 0 5px 0 0;
	 padding: 0;
}

#footer_followus { background: url(../images/footer-followus.jpg) top left no-repeat; width: 127px; height: 30px; display: block; }
 
#footer_facebook a {
	 background: url(../images/footer-facebook.jpg) top left no-repeat;
	 width: 30px;
	 height: 30px;
	 display: block;
}
 
#footer_youtube a {
	 background: url(../images/footer-youtube.jpg) top left no-repeat;
	 width: 30px;
	 height: 30px;
	 display: block;
}
 
#footer_twitter a {
	 background: url(../images/footer-twitter.jpg) top left no-repeat;
	 width: 30px;
	 height: 30px;
	 display: block;
}

 /****************************************
 *					
 * 	Image Caption					
 *					
 ****************************************/

#slider_title {
	margin: 0 0 0 15px;
	padding: 0;	
	display: block;
}

#slider_title a {
	width: 209px;
	height: 27px;
	background: url(../images/slider-title.jpg) top left no-repeat;
	display: block;
}
 /****************************************
 *					
 * 	Classes
 *					
 ****************************************/
 
/*.button { width: 140px; height: 28px; display: block; background: url(../images/button.jpg) top left no-repeat; text-decoration: none !important; color: white !important; font-size: 10px !important; text-transform: uppercase; line-height: 28px; text-align: center; text-indent: -4px; }
.button:hover { text-decoration: none !important; color: white !important; }*/
.buttontop { margin-top: 10px; }
.rssbutton { width: 140px; height: 25px; display: block; background: url(../images/rssbutton.jpg) top left no-repeat; text-decoration: none !important; color: white !important; font-size: 10px !important; text-transform: uppercase; line-height: 20px; text-align: center; text-indent: 15px; }
.travel { float: left; padding: 15px 0 30px 0; margin: 0; }
.travel li { float: left; padding-right: 15px; display: block; }
.airplane a { width: 54px; height: 54px; background: url(/PJCBG/images/airplane.jpg) top left no-repeat; display: block; }
.hotel a { width: 54px; height: 54px; background: url(/PJCBG/images/hotel.jpg) top left no-repeat; display: block; }
.restaurant a { width: 54px; height: 54px; background: url(/PJCBG/images/restaurant.jpg) top left no-repeat; display: block; }
.transportation a { width: 54px; height: 54px; background: url(/PJCBG/images/transportation.jpg) top left no-repeat; display: block; }
.right { float: right; display: in-line; }
.center { margin: 0 auto; }
.left { float: left; display: in-line; }
.spaceleft { margin-left: 10px; margin-bottom: 10px; }
.spaceright { margin-right: 10px; margin-bottom: 10px; }
.bullet { list-style-type: disc; }
.message { background: #f8f8f8 !important; border: solid 1px #aaa !important; }

.staff .staffphoto a { float: left; padding: 10px; border: 1px solid #ffffff; width: 100px; margin: 0 10px 10px 0;}
.staff .staffphoto a:hover { border: 1px solid #f19300; }
.staff .staffphoto { float: left; }
.staff .staffname { float: left; margin-top: 10px; }

.textbox { float: right; width: 300px; background: #f8f8f8; border: 1px solid #aaaaaa; padding: 15px; margin-bottom: 15px; margin-left: 15px; clear: right; }
.textbox p { font-size: 11px !important; line-height: 14px !important; }

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	min-width: 108px !important;
	text-align: center;
	text-decoration: none;
	font-size: 10px !important;
	text-transform: uppercase !important;
	line-height: 10px !important;
	min-height: 10px;
	padding: .5em 1.5em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 1.0em;
	-moz-border-radius: 1.0em;
	border-radius: 1.0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #ffffff !important;
	border: solid 1px #da7c0c;
	background: #f19300;
	background: -webkit-gradient(linear, left top, left bottom, from(#f19300), to(#f87002));
	background: -moz-linear-gradient(top,  #f19300,  #f87002);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19300', endColorstr='#f87002');
}
.button:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	text-decoration: none !important;
	color: #ffffff !important;
}
.button:active {
	position: relative;
	top: 1px;
	color: #f1f1f1 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f87002), to(#f19300));
	background: -moz-linear-gradient(top,  #f87002,  #f19300);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87002', endColorstr='#f19300');
}

/****************************************
 *					
 * 	Calendar
 *					
 ****************************************/
 
.calmonth { width: 108px; height: 27px; background: url(../images/calendar-month-bg.jpg) top left no-repeat; color: white; font-size: 14px !important; line-height: 24px; }
.calday { width: 108px; height: 68px; background: url(../images/calendar-day-bg.jpg) top left no-repeat; color: #f19300; font-size: 20px !important; line-height: 46px; }

 /****************************************
 *					
 * 	Forms
 *					
 ****************************************/

/* GENERIC FORM STYLING */
#main_content form {
	width:100%;
}
	#main_content form fieldset {
		border:0;
		padding:0;
		margin: 0;
	}
		#main_content .message {
			color:red;
			background:#ddd;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		#main_content span.message {
			width: 100%;
		}
		#main_content form div {
			margin-top:10px;
			width:100%;
		}
		#main_content form label {
			font-size:12px;
			color:#333;
			margin-right: 10px;
		}
		#main_content form fieldset label .left {
			width: 200px !important;
		}
			#main_content form label.left {
				float:left;
				width:12em;
			}
			#main_content form label.FormHeading {
				font-size:1.3em;
				color:#ff7200;
				font-weight:bold;
			}
			#main_content form .checkboxsetfield {
				margin-left: 144px;
				padding-left: 10px;
			}
			
			#main_content form .field .optionset {
				margin-left: 144px;
				padding-left: 10px;
			}
		#main_content form h4 { display: none; }
		#main_content form input.text,
		#main_content form textarea,
		#main_content form select {
			width:240px;
			color:#000;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:2px;
		}
		
		#main_content form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#000;
			margin-right:4px;
		}
		#main_content form input.year {
			width:35px;
		}
		#main_content form p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
			#main_content form p.Actions input {
				padding:0px;
			}
		#main_content form .Actions input { width: 140px; height: 28px; cursor: pointer; display: block; background: url(../images/button.jpg) top left no-repeat; text-decoration: none !important; color: white !important; font-size: 10px !important; text-transform: uppercase; line-height: 20px !important; text-align: center; text-indent: -4px; border: 0; padding:0; font-weight: bold !important; margin: 0; font-family: Verdana, Myriad Pro, san serif !important; }
		#main_content form .Actions input  {
			display: inline-block;
			outline: none;
			cursor: pointer;
			min-width: 108px !important;
			text-align: center;
			text-decoration: none;
			font-size: 10px !important;
			text-transform: uppercase !important;
			line-height: 10px !important;
			height: 22px;
			padding: .5em 1em .55em;
			text-shadow: 0 1px 1px rgba(0,0,0,.3);
			-webkit-border-radius: 1.0em;
			-moz-border-radius: 1.0em;
			border-radius: 1.0em;
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
			box-shadow: 0 1px 2px rgba(0,0,0,.2);
			color: #ffffff !important;
			border: solid 1px #da7c0c;
			background: #f19300;
			background: -webkit-gradient(linear, left top, left bottom, from(#f19300), to(#f87002));
			background: -moz-linear-gradient(top,  #f19300,  #f87002);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19300', endColorstr='#f87002');
		}
		#main_content form .Actions input:hover {
			background: #f47c20;
			background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
			background: -moz-linear-gradient(top,  #f88e11,  #f06015);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
			text-decoration: none !important;
			color: #ffffff !important;
		}
		#main_content form .Actions input:active {
			position: relative;
			top: 1px;
			color: #f1f1f1 !important;
			background: -webkit-gradient(linear, left top, left bottom, from(#f87002), to(#f19300));
			background: -moz-linear-gradient(top,  #f87002,  #f19300);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87002', endColorstr='#f19300');
		}
			
#search { width: 210px; }
#search form fieldset {
	border:0;
	padding:25px 15px 0 15px;
	margin: 0;
}
#search form input.text,
#search form textarea {
	color: black;
	width: 140px;
	float: left;
	border: 1px solid #ffffff;
}
#search form input.action {
	border: 0;
	margin: 0;
	padding: 0;
	float: right; 
	height: 25px;
	width: 25px;
	cursor: pointer;
	background: url(../images/search.jpg) top left no-repeat;
}
#search form input.action.value {
	display: none;
}
#search form label { display: none; }

#SearchResults { width: 75%; padding: 0; }
#SearchResults li { margin: 0 0 15px 0; padding: 0; }

 /****************************************
 *					
 * 	Comments
 *					
 ****************************************/
 
#PageComments_holder h4 { margin-top: 15px; color: #205b3d; text-transform: capitalize; font-size: 13px; margin-bottom: 15px;}
#CommentHolder { width: 100%; background: url(../images/comment-arrow.jpg) top left no-repeat; padding-top: 11px; }
#CommentHolder #PageComments { padding: 0; margin: 0; list-style-type: none; }
#CommentHolder #PageComments li { margin-top: -1px; padding: 15px 15px 0 15px; background: #f8f8f8; border: solid 1px #aaaaaa; }
#CommentHolder #NoComments { background: #f8f8f8; border: solid 1px #aaaaaa; padding: 10px 15px; margin-top: -1px; }
#CommentHolder .actionLinks { margin: 0; padding: 0; float: right; display: in-line; }
#CommentHolder .actionLinks li { float: left; margin-left: 5px; border: none !important; padding: 0 !important; }
#CommentHolder .actionLinks li .approvelink { display: block; background: url(../images/approveicon.jpg) top left no-repeat; width: 12px; height: 11px; }
#CommentHolder .actionLinks li .spamlink { display: block; background: url(../images/spamicon.jpg) top left no-repeat; width: 12px; height: 11px; }
#CommentHolder .actionLinks li .deletelink { display: block; background: url(../images/deleteicon.jpg) top left no-repeat; width: 12px; height: 11px; }
#CommentsRSSFeed { display: none; }

#PageCommentsPagination { width: 100%; margin: 10px 0; }
#PageCommentsPagination a{ border:solid 1px white; margin-right:2px; }
#PageCommentsPagination strong{ border:solid 1px #f19300; background:#f19300; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:3px 6px; margin-right: 2px; }
#PageCommentsPagination a:link, #PageCommentsPagination a:visited { display:block; float:left; padding:3px 6px; text-decoration:none; }
#PageCommentsPagination a:hover{ border:solid 1px #f19300; }

 /****************************************
 *					
 * 	Small Icons
 *					
 ****************************************/

#profileicons { float: right; height: 35px; margin: 0 0 15px 15px; display: in-line;  }
#profileicons li { float: left; margin: 0 0 0 10px; padding: 0; }
.emailicon a { width: 35px; height: 35px; background: url(../images/email.jpg) top left no-repeat; display: block; }
.vcardicon a { width: 35px; height: 35px; background: url(../images/vcard.jpg) top left no-repeat; display: block; }
 
  /****************************************
 *					
 * 	Webcam Template
 *					
 ****************************************/
 
.slideshow_buttons { float: right; width: 140px; margin-left: 5px; margin-right: 15px; }
.slideshow_buttons h3 { margin-top: 0px; }
.slideshow_buttons ul { margin: 0 0 15px; 0; padding: 0; float: left; overflow: hidden; }
.slideshow_buttons ul li { margin: 0 21px 5px 0; padding: 0; float: left; width: 140px; height: 28px; }
#webcam_content { width: 784px; margin-bottom: 15px; }
#webcam_image { margin-bottom: 15px; width: 640px; }
#webcam_image img { width: 640px; height: 480px; }
#webcam_favorites ul { float: left; margin: 5px 0 0 0; width: 784px; }
#webcam_favorites ul li { background: url(../images/blackarrow.jpg) top left no-repeat; text-indent: 20px; line-height: 10px; height: 10px; width: 332px; float: left; margin-bottom: 10px; margin-right: 10px; }
#webcam_comments { width: 640px; }
 
  /****************************************
 *					
 * 	Page_blank
 *					
 ****************************************/
 
#blank_back a { border: solid 1px #ffffff; margin:0; padding:0; font-size:12px; margin-right:2px; display:inline; }
#blank_back a:link, #blank_back a:visited { display:block; float:left; padding:3px 6px; text-decoration:none; }
#blank_back a:hover{ border:solid 1px #f19300; }

  /****************************************
 *					
 * 	NewsSection
 *					
 ****************************************/

 #news_table { margin: 0; padding: 0; width: 100%; }
 #news_table li { line-height: 10px; margin-bottom: 10px; margin-left: 20px; width: 100%; margin-right: 0; }
 #news_table li #news_left { background: url(../images/blackarrow.jpg) top left no-repeat; text-indent: 20px; float: left; width: 75%; }
 #news_table li #news_right { float: right; width: 20%; }
 #news_table li p { clear: both; text-indent: 20px; line-height: 20px; }
 
   /****************************************
 *					
 * 	HomePage
 *					
 ****************************************/
#home_upcomingevents ul { margin: 0; padding: 0; width: 525px; }
#home_upcomingevents ul li { overflow: hidden; margin-bottom: 10px; }
#home_upcomingevents ul li .eventleft { overflow: hidden; margin-right: 15px; float: left; }
#home_upcomingevents ul li .eventright { float: right; width: 385px; }
#home_upcomingevents ul li .eventleft a img { width: 125px; max-height: 125px; }
