html {
	margin:0;
	padding:0;
	}


body {
	margin:0;
	padding:0;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%;
	color: #333;
	background: #e5e5e5;
	background-image:url(../images/side_map.gif);
	background-repeat:no-repeat;
	}


/*** STRUCTURE ***/

#wrapper {
	position:relative;
	width: 780px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	min-height:600px;
	background: #fff;
	-moz-border-radius: 0px 0px 8px 8px;
	webkit-border-radius: 0px 0px 8px 8px;
	}

#masthead {
	background: #c00;
	height: 50px;
	}

#navigation {
	background:#ccc;
	padding:1px;
	height: 21px;
	}

#content {
	float:left;
	width: 560px;
	background: #fff;
	min-height:650px;
	overflow:auto;
	}

#content_long {
	float:left;
	width: 560px;
	background: #fff;
	min-height:1175px;
	overflow:auto;
	}

#content_verylong {
	float:left;
	width: 560px;
	background: #fff;
	min-height:2000px;
	overflow:auto;
	}

#content_mid {
	float:left;
	width: 560px;
	background: #fff;
	min-height:950px;
	overflow:auto;
	}

#content_short {
	float:left;
	width: 560px;
	background: #fff;
	min-height:550px;
	overflow:auto;
	}

#content_home {
	float:left;
	width: 560px;
	background: #fff;
	min-height:610px;
	_height:650px;
	overflow:auto;
	}

#content_nonav {
	float:left;
	width:auto;
	padding:10px;
	background: #fff;
	min-height:610px;
	_height:650px;
	overflow:auto;
	}

#sidebar {
	float: right;
	width: 220px;
	background: #FFCC66;
	-moz-border-radius: 0px 0px 8px 8px;
	webkit-border-radius: 0px 0px 8px 8px;/*match sidebar background color in wrapper for full sidebar*/
	}

#sidebar_nav {
	float: right;
	width: 220px;
	background: #FFCC66;
	-moz-border-radius: 8px 8px 8px 8px;
	webkit-border-radius: 8px 8px 8px 8px;
	margin: 8px 0px 0px 0px/*match sidebar background color in wrapper for full sidebar*/
	}

#sidebar_bookmark {
	float: right;
	width: 220px;
	background: #FFCC66;
	-moz-border-radius: 8px 8px 8px 8px;
	webkit-border-radius: 8px 8px 8px 8px;
	margin: 8px 0px 0px 0px/*match sidebar background color in wrapper for full sidebar*/
	}

#footer {
	clear: left;
	background: #CCC;
	color: #333;
	text-align: center;
	padding: 4px 0;
	height:12px;
	-moz-border-radius: 0px 0px 8px 8px;
	webkit-border-radius: 0px 0px 8px 8px;
	}

#footer_breadcrumb {
	border-top: 1px solid #CCC;
	float:left;
	width: 560px;
	background: #fff;
	overflow:auto;
	}
	
#map_openlayers_sm {
	width: 510px;
	height: 800px;
	}

#map_openlayers_lg {
	width: 780px;
	height: 600px;
	}

#flashcontent {
	width: 510px;
	height: 500px;
	}

.innertube { margin: 10px; /*Padding for inner DIV inside each column*/ }


/***** Global Classes *****/

.floatleft { float:left;}
.floatleftpad { float:left; margin-right: 8px;}
.floatright { float:right;}
.floatrightpad { float:right; margin-left: 8px;}

.clearboth { clear: both; }

.img-left { float: left; margin: 4px 10px 4px 0; }
.img-right { float: right; margin: 4px 0 4px 10px; }
img { border:0; }

.floatleftclear { float:left; float:left; margin: 0 8px 0 0; }
.floatrightclear { float:right; clear:right; margin: 0 0 0 8px; }
	

/*** STRUCTURE - INNER ***/

.featurebox {
	float:left;
	width:250px;
	height:300px;
	background:#f2f2f2;
	margin: 0 8px 8px 0;
	border:1px solid #ccc;
	-moz-border-radius:8px;
	webkit-border-radius:8px;
	}

 /*Floated gfx in feature boxes should be placed within p tags to align margin with text*/
.featureboxwide {
	float:left;
	width:510px;
	height:auto;
	background:#f2f2f2;
	margin: 0 8px 8px 0;
	border:1px solid #ccc;
	-moz-border-radius:8px;
	webkit-border-radius:8px;
	}

 /*Width of featureboxwide is featurebox width doubled plus right margin 8px plus 2px for borders*/
.featureboxwide_whitebg {
	float:left;
	width:510px;
	height:auto;
	margin: 0 8px 8px 0;
	border:1px solid #ccc;
	-moz-border-radius:8px;
	webkit-border-radius:8px;
	}

 /*Width of featureboxwide is featurebox width doubled plus right margin 8px plus 2px for borders*/
.featureboxhalf {
	float:left;
	width:250px;
	height:142px;
	background:#f2f2f2;
	margin: 0 8px 8px 0;
	border:1px solid #ccc;
	-moz-border-radius:8px;
	webkit-border-radius:8px;
	}

.featureboxthird {
	float:left;
	width:165px;
	height:300px;
	background:#f2f2f2;
	margin: 0 8px 8px 0;
	border:1px solid #ccc;
	-moz-border-radius:8px;
	webkit-border-radius:8px;
	}

.featureboxquarter {
	float:left;
	width:125px;
	height:142px;
	background:#f2f2f2;
	margin: 0 8px 8px 0;
	border:1px solid #ccc;
	-moz-border-radius:8px;
	webkit-border-radius:8px;
	}

.featurebox_grow {
	float:left;
	width:250px;
	background:#f2f2f2;
	margin: 0 8px 8px 0;
	border:1px solid #ccc;
	-moz-border-radius:8px;
	webkit-border-radius:8px;
	}

.featureboxphoto {
	float:left;
	width:260px;
	background:#f2f2f2;
	margin: 0 8px 8px 0;
	border:1px solid #ccc;
	-moz-border-radius:8px;
	webkit-border-radius:8px;
	}

.featurebox p {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 8px;
	}

.featureboxwide p {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 8px;
	}

.featureboxhalf p {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 8px;
	}

.featureboxthird p {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 8px;
	}

.featureboxquarter p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 8px;
	}

.featureboxwide_whitebg p {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 8px;
	}

.featureboxhalf_whitebg p {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 8px;
	}

.featurebox_grow p {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 8px;
	}

.featurebox_photo p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 8px;
	}

.featurebox ul {
	padding:0 8px;
	margin-left:0;
	}

.featurebox li {
	list-style-type: none;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom:6px;
	}

.featuretitle {
	display:block;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 3px #333;
	text-align:center;
	margin: 0px;
	padding:4px;
	background: #c00;
	-moz-border-radius: 8px 8px 0px 0px;
	webkit-border-radius: 8px 8px 0px 0px;
	}

.featurebottom {
	display:block;
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px;
	padding:2px;
	background: #c00;
	-moz-border-radius: 0px 0px 4px 4px;
	webkit-border-radius: 0px 0px 4px 4px;
	}

.bubbletalk {
	position:relative;
	float:left;
	clear:both;
	width:auto;
	background-color: #e5e5e5;
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding:4px;
	-moz-border-radius:8px;
	webkit-border-radius:8px;
	}


/*** TEXT ***/

p { font-size: .9em; line-height: 1.6em; margin: 0.5em 0em 1.3em 0em; }
	
td { font-size: .9em; line-height: 1.6em; margin: 0.5em 0em 1.3em 0em; }

.introtext { font-size: 1.0em; line-height: 1.8em; margin: 0.5em 0em 1.3em 0em; }

.smalltext { font-size: 0.85em; }
.smallertext { font-size: 0.8em; }

.breadcrumb { font-size: 0.8em; color: #666; padding:8px; }

.caption { font-size: 0.8em; color: #333; text-align:center; }

.sidebarheader {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666;
	}

h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; margin:0; }

h1 { font-size: 1.7em; margin: 1.0em 0 0 0; color:#ccc; }
h2 { font-size: 1.5em; margin: 1.0em 0 0 0; color:#666; }
h3 { font-size: 1.3em; margin: 1.0em 0 0 0; color:#666;}
h4 { font-size: 1.1em; margin: 1.0em 0 0 0; color:#666;}
h5 { font-size: 1.0em; color:#666; }
h6 { font-size: 0.8em; color:#666; }

ol.default, ul.default, ol.default li, ul.default li {/*
	list-style: none;*/
	font-size: .9em;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 1.0em; 
	}
	
ol.tight, ul.tight, ol.tight li, ul.tight li {/*
	list-style: none;*/
	font-size: .9em;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 0.5em; 
	}

.snredcolored { color:#c00; }


/*** LINKS ***/

a { text-decoration:none; }

a:link, a:visited { color: #c00; }
a:active, a:hover { color: #000; }


/*** FORMS ***/

input.button {
	color:#fff;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#c00;
	/* border:1px solid #ccc; */
	text-shadow: 1px 1px 3px #333;
	-moz-border-radius:4px;
	webkit-border-radius:4px;
	-moz-box-shadow: inset -3px -3px 3px #900;
	-webkit-box-shadow: inset -3px -3px 3px #900;
	box-shadow: inset -3px -3px 3px #900;
	}

input.button:hover, input.button:focus {
	color:#c00;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#ccc;
	/* border:1px solid #c00; */
	text-shadow: 1px 1px 3px #999;
	-moz-border-radius:4px;
	webkit-border-radius:4px;
	-moz-box-shadow: inset 3px 3px 3px #999;
	-webkit-box-shadow: inset 3px 3px 3px #999;
	box-shadow: inset 3px 3px 3px #999;
	}

input, text, textfield, textarea {
	color:#000;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	background-color: #e5e5e5;
	border: 1px solid #c00;
	}

input:focus, text:focus, textarea:focus, textfield:focus {
	background: #fff;
	border-color: #c00;
	}


/*** BEGIN MENU STYLE ***/

/* HORIZONTAL FREESTYLE MENU LAYOUT */

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 0.7em;
	margin-top: 11px; /* I'm using ems and px to allow people to zoom their font */
	left: -1px;
	width: 150px;
	}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: -1px;
	margin-top: 0;
	left: 148px; /* WHY ISN"T THIS WORKING? */
	}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	display: block;
	position: relative;
	background: #ccc;
	margin-right: -1px;
	width:150px;
	}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
	border: 1px solid #999;
	}

.menulist ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
	}

/* Links inside the menu */
.menulist a {
	display: block;
	padding: 4px;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #c00;
	text-decoration: none;
	}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #000;
	background-color: #999;
	text-decoration: none;
	}


.menulist a.highlighted {
	color: #000;
	background-color: #999;
	text-decoration: none;
	}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }


    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }


*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display: none;
	}

.menulist ul a .subind {
	display: block;
	float: right;
	}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
	}

.menulist ul a {
	float: none;
	}

/* \*/
.menulist a {
	float: none;
	}


/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
	}


* html .menulist ul li {
	float: left;
	height: 1%;
	}


* html .menulist ul a {
	height: 1%;
	}


/* End Hacks */


/*** END MENU STYLE ***/

/*** HTML SITEMAP ***/

span.foldopened {
	color: white;
	border-width: 1;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding: 0em 0.25em 0em 0.25em;
	background: #e0e0e0;
	VISIBILITY: visible;
	cursor:pointer;
	}


span.foldclosed {
	color: white;
	border-width: 1;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding: 0em 0.25em 0em 0.25em;
	background: #e0e0e0;
	visibility: hidden;
	cursor:pointer;
	}


span.foldspecial {
	color: #666666;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	border-style: none solid solid none;
	border-color: #CCCCCC;
	border-width: 1;
	padding: 0em 0.1em 0em 0.1em;
	background: #e0e0e0;
	cursor:pointer;
	}



