   /* <!-- */
	/* General styles */
    body {
		font-family:Arial, Helvetica, sans-serif;
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background: #D7F7FD;
        min-width:980px;    	/* Minimum width of layout - remove line if not required */
											/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
    }
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	
h1 {
	font-weight:bold;
	font-size:20px;
	color:#FF6600;
	margin:0px;
	padding:1px;
	margin-top:18px;
	margin-bottom:-4px;
	}

h2 {
	font-weight:normal;
	font-size:18px;
	color:#000000;
	margin:0px;
	padding:0px;
	text-align:center;
	}
	
	
h3 {
	font-weight:bold;
	font-size:16px;
	color:#fcf2e8;
	background-color:#617c59;	
	margin-bottom:0px;
	margin-top:4px;
	padding:4px;
	height:30px;
	}
	
	
h4 {
	font-weight:bold;
	font-size:20px;
	text-decoration:underline;
	color:#512005;
	margin:0px;
	padding:1px;
	margin-top:18px;
	margin-bottom:-4px;
	}
	
h5 {
	font-weight:normal;
	font-size:16px;
	color:#3399CC;
	margin:0px;
	padding:0px;
	}
	
h6 {
	font-weight:bold;
	font-size:12px;
	color:#000000;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
	}
	
.cityr {
	background-color:#617c59;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	}	
	
#city {
	background-color:#617c59;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	}
	

#park {
	background-color:#abc2a4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8E5F37;
	text-align:left;
	}
	
#park a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8E5F37;
	text-align:left;
	text-decoration:underline;
	}
    
    p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#482D17;
	}	
	
	#red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ff0000;
	margin-bottom:-2px;
	margin-top:4px;
	}	
	
#black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	margin-bottom:-2px;
	margin-top:4px;
	}	
	
#desc {
	font:"Times New Roman", Times, serif;
	font-size:14px;
	width:440px;
	}	
	
	
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#482D17;
	}	
	
	
	img {
		margin:10px 0 5px;
	}
	
	#wrapper {
		width:980px;
		text-align:center;
		margin:0 auto;
		}
	
	/* Header styles */
    #header {
        clear:both;
        width:100%;
		text-align:center;
    }
	#header {
		
		height:324px;
		text-align:center;
	}
	
	#nav {
	width:980px;
	height:20px;
	margin:0 auto;
	text-align:center;
	border:0px;
	display:block;
	padding-bottom:6px;
	}
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:0px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	
	/* column container */
	.colmask {
		background-color:#FFFFFF;
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background: #2c928a url("images/fade_right.png") top right repeat-y;    	/* Left column background colour */
    }
	
	.holygrail .colleft a {
	
		color: #fff;
	
	}
	
    .holygrail .col1wrap {
		background:#999999;
	    float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	
	.holygrail .col1 {
        margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
		text-align:left;
	
	}
.holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
		text-align:center;
	}
.holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	
	/* Footer styles */
#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
	
#footer p {
        padding:14px;
        margin:0;
    }
	
#footer {
	
	line-height:1.5;
	background:#74d6cf url("images/footerbg.png") top left repeat-x;
	text-align:center;
	height:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#D7F7FD !important;
	font-weight: bold;
	width:980px;
	margin-top:0px;
	padding:5px 0 5px 0;
}
	
#footlogo {
	float:left;
	margin-left:10px;
	margin-right:10px;
	}
	
.footer a { font-size: 13px; font-weight: bold; text-decoration: none; color:#a4fff8;}
.footer a:hover { text-decoration: underline; background: none; }
	
.mailBack {
	background-color:#000099;
	padding:10px 5px;
	}
	
.mailing {
	background-color:#000099;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	padding:2px 0 2px 4px;
	width:160px;
	text-align:left;
	border:1px solid #fff;
	}	
	
	
.go{
	position:absolute;
	margin-left:6px;
	margin-top:6px;
	margin-top:-1px;
	}
	
	.col3r {
		background-color:#b0c1d5; 
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:130px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:10%;
    }
	
	
	
    /* --> */
    </style>
    <!--[if lt IE 6]>
    <style media="screen" type="text/css">
   
    .col1 {
	    width:100%;
	}
    </style>
   
    <![endif]-->

    /* --> */
