/*CSS Reset*/

html, body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }

address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }

input, select, textarea, table { font-size: 100%; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th { text-align: left; font-weight: normal; font-style: normal; }

acronym, abbr, fieldset, img { border: 0;}

/* basic styles */

a:link { color: #1967dc; }
a:visited { color: #6f92c6; }
a:active, a:hover { color: #ff9900; }

body {
	background: #ededed;
	color: #444;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #92c135;
	font-weight: bold;
}
	h2 { font-size: 20px; margin-bottom: 10px; }
	h3 { font-size: 14px; margin-bottom: 5px; text-transform: uppercase; }

p {
	margin-bottom: 10px;
}

/* classes */
.aligncenter { text-align: center; }
.alignleft { text-align: left; }
.alignright { text-align: right; }

.button:link, .button:visited {
	display: block;
	height: 23px;
	background: url('/static/image/base/b.gif') no-repeat top left;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0px 0px 0px; 
	text-align: center;
}
	.button:active, .button:hover { background-position: bottom left; }
	
	.button-email, .button-email:link, .button-email:visited { font-size: 11px; font-weight: normal; color: #000; background: url('/static/image/base/b-grey.gif') no-repeat top left; }
	.button-email:active, .button-email:hover { background-position: bottom left; }

.clear { clear: both; }

.floatleft { float: left; margin: 0px 1em 1em 0px; }
.floatright { float: right; margin: 0px 0px 1em 1em; }

.news { margin: 0px 0px 20px 0px; padding: 0px; list-style: none; }

/* layout */

#container {
	width: 950px;
	margin: 0px auto;
	background: #fff;
	text-align: left;
}

#header {
	height: 80px;
	position: relative;
}

	#logo {
		margin: 0px;
	}
		#logo a {
			display: block;
			background:  url('/static/image/base/logo.gif') no-repeat 0px 5px;
			width: 250px;
			height: 80px;
			text-indent: -9999px;
		}
		
		.art #logo a { background-image: url('/static/image/base/logo-art.gif'); }
		.dogrun #logo a { background-image: url('/static/image/base/logo-dogrun.gif'); }
		.gardens #logo a { background-image: url('/static/image/base/logo-gardens.gif'); }
		.playground #logo a { background-image: url('/static/image/base/logo-playground.gif'); }
		.sports #logo a { background-image: url('/static/image/base/logo-sports.gif'); }
	
	#tag {
		text-align: right;
		position: absolute;
		top: 20px;
		right: 20px;
	}

#menu {
	background: #f90;
	width: 950px;
	height: 20px;
	border-bottom: solid 1px #fff;
}

#mainpic {
	position: relative;
	width: 950px;
	height: 183px;
}
	#mainpic h2 {
		color: #fff;
		left: 20px;
		bottom: 15px;
		position: absolute;
		margin: 0px;
		font-size: 20px;
	}

	.art #mainpic { background: url('/static/image/base/mainpic-art.jpg') no-repeat; }
	.dogrun #mainpic { background: url('/static/image/base/mainpic-dogrun.jpg') no-repeat; }
	.gardens #mainpic { background: url('/static/image/base/mainpic-gardens.jpg') no-repeat; }
	.playground #mainpic { background: url('/static/image/base/mainpic-playground.jpg') no-repeat; }
	.sports #mainpic { background: url('/static/image/base/mainpic-sports.jpg') no-repeat; }
	
#areas {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	#areas li {
		display: inline;
	}
	
	#areas a {
		display: block;
		float: left; 
		width: 169px;
		height: 41px;
		border-right: solid 1px #fff;
		color: #fff;
		background-repeat: none;
		padding: 145px 0px 0px 20px;
		text-decoration: none;
		font-weight: bold;
		font-size: 20px;
	}
		#areas-gardens a { background-image: url('/static/image/base/areapics-gardens.jpg'); }
		#areas-dogrun a { background-image: url('/static/image/base/areapics-dogrun.jpg'); }
		#areas-playground a { background-image: url('/static/image/base/areapics-playground.jpg'); }
		#areas-arts a { background-image: url('/static/image/base/areapics-art.jpg'); border-right: none; width: 170px; }
		#areas-sports a { background-image: url('/static/image/base/areapics-sports.jpg'); }
	
#body2col {
	width: 950px;
	background: url('/static/image/base/columns.gif') repeat-y;
}
	#body1 {
		width: 530px;
		float: left;
		padding: 20px;
	}
	
	#body2 {
		width: 340px;
		float: right;
		padding: 20px;
		background: url('/static/image/base/rightbg.gif') repeat-x;
	}

#footer {
	background: #c7c5c5;
	padding: 20px;
	position: relative;
}
	#footermenu {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#footermenu li {
		width: 100px;
		float: left;
		
	}
	
	#footermenu a {
		text-decoration: none;
		color: #444;
		font-weight: bold;
	}
		#footermenu a:active, #footermenu a:hover { color: #000; }
	
	#footermenu ul { 
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#footermenu ul a { font-weight: normal; }
	
	#sponsored {
		position: absolute;
		right: 20px;
		bottom: 10px;
		background: url('/static/image/base/logo-fopp.gif') no-repeat right;
		padding: 10px 70px 10px 0px;
	}

/* home page */

#donatebox {
	width: 145px;
	float: left;
	background: url('/static/image/base/donate-boxbg.gif') no-repeat;
	font-size: 11px;
}
	#donatebox div {
		background: url('/static/image/base/donate-boxb.gif') no-repeat bottom left;
		padding: 10px 15px;
		text-align: center;
	}
	
	#donatebox h3 {
		text-transform: none;
		line-height: 15px;
		margin-bottom: 10px;
	}

#links {
	width: 183px;
	float: right;
}
	#links h3 { margin-bottom: 15px; }
	
	#links ul { margin: 0px; padding: 0px; list-style: none; }
	
	#links li { margin-bottom: 5px; }
	
	#links a:link, #links a:visited { 
		display: block; 
		color: #767676; 
		padding: 2px 0px 5px 29px;
		background-repeat: no-repeat;
		font-size: 11px;
		text-decoration:none;
	}
	
	#links a:active, #links a:hover { color: #1967dc; }
	
	#links-email a { background-image: url('/static/image/base/icon-email.gif');}
	#links-linkedin a { background-image: url('/static/image/base/icon-linkedin.gif');}
	#links-flickr a { background-image: url('/static/image/base/icon-flickr.gif');}
	#links-twitter a { background-image: url('/static/image/base/icon-twitter.gif');}
	

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:inline-block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:auto;

	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:2px 10px;
		background-color:transparent;
		color:#FFFFFF;
		text-decoration:none;
		text-align:center;
		border-width:0px 1px 0px 0px;
		border-style:solid;
		border-color:#FFFFFF;
		font-weight: bold;
	}
	
	#menu1 { width: 62px; }
	#menu2 { width: 86px; }
	#menu3 { width: 74px; }
	#menu4 { width: 74px; }
	#menu5 { width: 65px; }
	#menu6 { width: 83px; }


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#92c135;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-color:#92c135;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#92c135;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		margin:0px;
		background-color:#92c135;
		padding: 5px 0px;

	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 25px;
		color:#fff;
		font-size:11px;
		font-weight: normal;
		border: none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#6d9817;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:#6d9817;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#6d9817;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px 5px;
		color:#222222;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:2px;
		margin:4px 5px 4px 5px;
		border-color:#A2A1AD;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-image:url(qm/static/image/arrow_0.gif);
		text-decoration:underline;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li .qmparent	
	{	
		background-image:url(qm/static/image/arrow_0.gif);
		background-repeat:no-repeat;
		background-position:92% 50%;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		background-image:url(qm/static/image/arrow_2.gif);
		text-decoration:underline;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li .qmparent	
	{	
		background-image:url(qm/static/image/arrow_3.gif);
		background-repeat:no-repeat;
		background-position:92% 50%;
	}


