﻿/*GENERAL PAGE SET UP*/

body
{
	margin:0;
	padding:0;

	font-family:arial;
	font-size:12px;
}
img
{
	border:0;
}

/*========================================================*/
/*HEADER*/

#header
{
	background-image:url(/webdata/graphics/tourism_header_bg.gif);
	background-repeat:repeat-x;
	height:215px;
}
#headerPhotoStrip
{
	position:absolute;
	top:102px;
	left:0;
	background-image:url(/webdata/graphics/tourism_header_photos.jpg);
	background-repeat:repeat-x;
	height:88px;
	width:100%;
}

/*========================================================*/
/*UTLITY LINKS*/
#utilityLinks
{
	width:770px;
	text-align:right;
	margin-top:10px;
	padding-bottom:5px;
}
#utilityLinks a
{
	margin-left:8px;
}

/*========================================================*/
/*FOOTER*/
#footer
{
	/*margin-top:8px;*/
	margin-left:10px;
	border-top:1px solid #54544E;
	padding-top:10px;
	width:600px;
}
a.footer
{
	padding-right:8px;
	padding-left:8px;
	background-image:url(/webdata/graphics/footer_bar.png);
	background-repeat:no-repeat;
	background-position:right top;
}

#footerFirst
{
	padding-left:0;
}
#footerLast
{
	padding-left:8px;
}


/*========================================================*/
/*CONTENT*/
#contentPad
{
	/*set up like this for WinIE5 bug fix*/
	padding-left:10px;
	margin-top:10px;
	
	/*changes for bg texture*/
	width:600px;
	
	
}
#backgroundTexture
{
	background-image:url(/webdata/graphics/tree_water_mark.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#contentTable,#contentDiv
{
	width:600px;
}



/*========================================================*/
/*HOME PAGE SPECIFIC*/
#homeContentCol
{
	width:400px;
}
#homeContentCol p
{
	padding-right:10px;
}
#homeNewsCol div,#homeNewsCol h2,#homeEventsCol div,#homeEventsCol h2
{
	padding-left:10px;
	padding-right:10px;
}
#homeNewsCol,#homeEventsCol
{
padding-left:20px;	
border-left:1px solid #A0A09C;
	width:240px;
}
#homeNewsCol hr,#homeEventsCol hr
{
display:none;
}

/* ================================================================== */
/* SPECIAL LINKS */

.backToLink {
	padding-left:9px;
	background:url(/webdata/graphics/back_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
.goToLink {
	padding-right:9px;
	background:url(/webdata/graphics/fwd_arrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
	}
.youAreHere
{
	padding-right:11px;
	background:url(/webdata/graphics/you_are_here_arrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
}








/*========================================================*/
/*FONTS*/
h1.noTopLeading {
	font:bold 24px arial,sans-serif;
	color:#525252;
	}


/*========================================================*/
/*FORMS*/

.formTable {
		}
	.formRow {
		margin-bottom:3px;
		}
	.formLabel,.formLabelReqd {
		width:110px;
		padding-top:3px;
font-weight:bold;
		}
	.formLabelReqd {
		background-image:url(/webdata/graphics/reqd_asterisk.gif);
		background-repeat:no-repeat;
		background-position:-1px 2px;
		padding-left:10px;
		}



/*========================================================*/
/*CALENDAR*/
.calFree,.calZero,.calSome,.calNotday,.calNotour
{
	height:29px;
	width:29px;
	text-align:center;
	color:#fff;
	
}
a.calLink
{
	cursor:pointer;
	padding:2px;
}
a.calLink:link,a.calLink:active,a.calLink:visited,a.calLinkOR:link,a.calLinkOR:active,a.calLinkOR:visited
{
	color:#fff;
	text-decoration:none;
}
a.calLink:hover,a.calLinkOR:hover
{
	color:#333;
	background-color:#fff;
	text-decoration:none;
}
.calLinkOR
{
	font-size:14px;font-weight:bold;position:relative;top:3px;color:#fff;
}
.calFree {background-color:#479A43;cursor:default;}
.calZero {background-color:#DF3609;cursor:default;}
.calSome {background-color:#DA9105;cursor:default;}
.calNotday {background-color:#eeeeee;cursor:default;}
.calNotour {background-color:#888;cursor:default;}

/*
==================================================================== 
MISC 
*/
form {
	display:inline;
	}
img {
	border:none;
	}

/*
==================================================================== 
FONTS 
*/

/*
Note these tags are only supported to a font-family level
EM,STRONG,DFN,SAMP,KBD,VAR,CITE,ABBR,ACRONYM,BLOCKQUOTE,Q,SUB,SUP,INS,DEL,DIR,MENU
*/


body,div,td,th,caption,h1,h2,h3,h4,h5,h6,b,i,span,p,ul,ol,li,dl,dd,dt,em,strong,dfn,samp,kbd,var,cite,abbr,acronym,blockquote,q,sub,sup,ins,del,dir,menu {
	font-family:arial,sans-serif;
	color:#2a2a2a;
	}

/* reset HTML blocks for new styles */
h1,h2,h3,h4,h5,h6,p,div {
	padding:0px;
	margin:0px;
	}
ol,ul,li {/*not altering left+right for lists*/
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	}

/*titles*/
h1 {
	font-size:24px;
	padding-bottom:8px;
	padding-top:10px;
	font-weight:bold;
	}

h2 {
	font-size:20px;
	padding-bottom:4px;
	padding-top:12px;
	font-weight:bold;
	}

h3 {
	font-size:17px;
	padding-bottom:4px;
	padding-top:6px;
	font-weight:bold;
	}

h4 {
	font-size:14px;
	padding-bottom:2px;
	padding-top:4px;
	font-weight:bold;
	}
h5 {
	font-size:12px;
	padding-bottom:2px;
	padding-top:4px;
	font-weight:bold;
	}
h6 {
	font-size:12px;
	padding-bottom:2px;
	padding-top:4px;
	font-weight:normal;
	font-style:italic;
	}

/* basic font size */
p,td,caption,div,li,ol,ul,p,span,body,.normal {
	font-size:12px;
	line-height:1.4;
	}

/*paragraph*/
p {
	padding-bottom:6px;
	padding-top:2px;
	/*size set in 'basic font size' above*/
	}

/*lists*/
ul,ol,dl {/*set up with li to sync spacing with a p*/
	padding-top:2px;
	padding-bottom:4px;
	}
ul {
	list-style:square;
	}
ol {
	list-style:decimal;
	}
dl {
	padding-left:15px;
	}
li,dd,dt {
	padding-bottom:2px;
	}
dt {
	font-weight:bold;
	}

/*tables*/
table
{
	empty-cells:hide;
}


td {
	/*size set in 'basic font size' above*/
	}
th {
	/*set similar to h4*/
	font-size:14px;
	font-weight:bold;
	}
caption {
	/*size set in 'basic font size' above*/
	font-style:italic;
	caption-side:top;
	padding-top:8px;
	}
tr {
	vertical-align:top;
	}


/*special font styles*/
.small {
	font-size:10px;
	}
.noTopLeading {/*sets item to flush along top, i.e. for top of page items*/
	margin-top:0px;
	padding-top:0px;
	}
.noLeading {/*writes item with no leading or indent*/
	margin:0;
	padding:0;
	}
.normal {/*forces a default font, e.g. used in a span in a h# tag to have some normal font inline with h# style*/
	font-weight:normal;
	/*size set in 'basic font size' above*/
	}


/*
==================================================================== 
LINKS 
*/
a:link {
	color:#0033FF;
	text-decoration:none;
	}
a:active {
	color:#3399FF;
	text-decoration:none;
	}
a:visited {
	color:#660099;
	text-decoration:none;
	}
a:hover {
	color:#3399FF;
	text-decoration:underline;
	}


/*
==================================================================== 
HTML ELEMENTS 
*/
/*horizontal rule element - renders as 1px black keyline*/
hr {
	height:1px;
	border:none;
	border-top:1px solid #000000;
	color:#ffffff;
	width:100%;
	}

/*
==================================================================== 
WARNING/ERROR MESSAGES 
*/
.w {
	color: red;
	}
	
/*
==================================================================== 
AREA LOGIN 
*/

.areaLoginInput {
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #979797;
	border-bottom:1px solid #979797;
	font:11px/12px arial,sans-serif;
	width:121px;
	}
.areaLoginSubmit {
	width:44px;
	height:18px;
	}
#backToSiteBtn {
	position:absolute;
	left:394px;
	top:5px;
	width:95px;
	height:17px;
	background-image:url(/webdata/graphics/print_back_btn.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}

#printBtn {
	position:absolute;
	left:500px;
	top:5px;
	width:100px;
	height:17px;
	background-image:url(/webdata/graphics/print_btn.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	.printFooterText{
			font-size:9px;
			color:#6f6f6f;
			font-family:verdana;
		}
