div.body, form, p {
	margin: 0;
	padding: 0;
}

body {
  text-align: center;
  min-width: 780px;
}

div#main {
	font-family: tahoma, helvetica, sans;
	font-size: small;
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
}

hr {
	display: none;
}

h2 {
	font-size: x-large;
	font-weight: normal;
	font-family: tahoma, arial, helvetica, sans;
	margin: 0 0 15px 0;
}

h3 {
	font-size: large;
	font-weight: normal;
	margin-top: 0;
}

h2.regular {
	margin: 20px 0 10px 0;
	padding-bottom: 3px;
	font-size: medium;
	font-weight: bold;
	/*font-family: arial;*/
}



h3.regular {
	margin: 15px 0 10px 0px;
	font-size: small;
	font-weight: bold;
	text-align: left;
	color: #990000;
}

h3.fancy {
	font-size: medium;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 8px 0 3px 0;
	font-family: arial;
	font-size: small;
	/*font-weight: normal;*/
	letter-spacing: 1px;
}

h2.leafDeco, h3.smallLeafDeco {
	border-bottom: 1px solid #C5D192;
	color: #C6D194;
}

h2.leafDeco {
	background-image: url('img/body_leaf_green.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 20px 0 0 85px;
	margin-left: 10px;
}

h2.redLeafDeco {
	background-image: url('img/redleaf_small.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 0 0 25px;
	color: #FF0000;
	font-size: medium;
	font-weight: bold;
}

h3.smallLeafDeco {
	background-image: url('img/leaf_small.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 0 0 50px;
	border-bottom: 1px solid #C5D192;
	color: #CC0000;
	font-weight: normal;
}

div#topLogos {
	width: 780px;
	height: 55px;
	background-image: url('img/head_bg.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

div#topSplash {
	width: 780px;
	height: 91px;
/*	background-image: url('img/header_home_top.jpg');*/
	background-repeat: no-repeat;
}

/* specific color theme splash pictures */
/* todo: change paths to pictures */

div.homeSplash {
	background-image: url('img/header_home_top.jpg');
	z-index: 50;
}

div.blueSplash {
	background-image: url('img/header_progetto_top.jpg');
	z-index: 50;
}

div.greenSplash {
	background-image: url('img/header_areeprotette_top.jpg');
}

div.orangeSplash {
	background-image: url('img/header_fruibilita_top.jpg');
}

div.redSplash {
	background-image: url('img/header_visita_top.jpg');
}

div.purpleSplash {
	background-image: url('img/header_documenti_top.jpg');
}

div#logo {
	background-image: url('img/head_logo.gif');
	background-repeat: no-repeat;
	width: 780px;
	height: 60px;
	clear: both;
}

div#logo h1 {
	display: none;
}

img {
	border: none;
}

/* menus */

/* general site menu */

ul.siteMenu {
	margin: 0;
	padding: 0;
	clear: both;
}

ul.siteMenu li {
	display: inline;
	/*float: left;*/
	padding: 0 2px 0 5px;
	border-left: 1px solid black;
	font-size: x-small;
	list-style-type: none;
}

ul.siteMenu li.firstChild {
	border-left: none;
}

/* top siteMenu */

div#logo ul.siteMenu {
	position: relative;
	top: 38px;
	left: 610px;
	width: 150px;
	vertical-align: top;
	text-align: right;
}

div#logo ul.siteMenu a {
	color: black;
	text-decoration: none;
}

/* footer site menu */

div#footer ul.siteMenu {
	margin-top: 15px;
}

div#footer ul.siteMenu li {
	border-color: #336699;
}

div#footer ul.siteMenu a {
	color: #336699;
}

/* topMenu */

div#topMenu {
	clear: both;
	background-image: url('img/head_menu_bg.gif');
	background-repeat: repeat-x;
	height: 32px;
}

div#topMenu div.beforeMenu {
	background-image: url('img/head_menu_start.gif');
	width: 18px;
	height: 32px;
	background-repeat: no-repeat;
	float: left;
}

div#topMenu div.afterMenu {
	background-image: url('img/head_menu_end.gif');
	width: 18px;
	height: 32px;
	background-repeat: no-repeat;
	float: right;
}

div#topMenu ul {
	margin: 0;
	padding: 0;
	float: left;
	padding-top: 8px;
}

div#topMenu ul li {
	float: left;
	padding-left: 15px;
	margin-right: 15px;
	list-style-type: none;
}

div#topMenu li.selected {
	font-weight: bold;
}

div#topMenu li a {
	position: relative;
	top: -2px;	
	color: #666666;
	text-decoration: none;
	letter-spacing: 0px;
}

div#topMenu li a:hover {
	text-decoration: underline;
	color: #990000;
}

div#topMenu li.HomePage {
	background-image: url('img/leaf_home.gif');
	background-repeat: no-repeat;
}

div#topMenu li.Project {
	background-image: url('img/leaf_project.gif');
	background-repeat: no-repeat;
}

div#topMenu li.Parks_Accessibility {
	background-image: url('img/leaf_parks.gif');
	background-repeat: no-repeat;
}

div#topMenu li.Parks_Visit {
	background-image: url('img/leaf_visit.gif');
	background-repeat: no-repeat;
}

div#topMenu li.Protected_Areas {
	background-image: url('img/leaf_protection.gif');
	background-repeat: no-repeat;
}

div#topMenu li.Documents {
	background-image: url('img/leaf_documents.gif');
	background-repeat: no-repeat;
}

/* common vertical menu */

ul.commonMenu {
	margin: 10px 0 0 0;
	padding: 0;
}

ul.commonMenu a {
	position: relative;
	top: -3px;
	left: -2px;
	text-decoration: none;
}

ul.commonMenu a:hover {
	text-decoration: underline;
}

ul.commonMenu ul li {
	/*list-style-type: none;*/
	list-style-image: url('img/menu-arrow-brown.gif');
	padding: 3px 0 3px 0px;
	margin-left: 0px;
	
}

ul.commonMenu ul li a {
	list-style-type: none;
	color: #990000;
	font-weight: normal;
}

ul.commonMenu ul {
	padding: 0;
	margin: 0 0 0 20px
}

ul.commonMenu li {
	/*list-style-type: none;*/
	list-style-image: url('img/menu-arrow-orange.gif');
	padding: 3px 0;
	margin-left: 15px;
}

ul.commonMenu li.active {
	font-weight: bold;
}




/* right section common menu */
div#rightSection ul.commonMenu li  {
	list-style-image: url('img/menu-arrow-grey.gif');
}

div#rightSection ul.commonMenu a  {
	color: #494949;
}

/* path horizontal menu */
div#path2 {
	clear: both;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: x-small;
	line-height: 140%;
	
}

div#path2 div.top {
	background-image: url('img/top_path.gif');
	background-repeat: no-repeat;
	width: 605px;
	height: 13px;
}

div#path2 div.bottom {
	background-image: url('img/bottom_path.gif');
	background-repeat: no-repeat;
	width: 605px;
	height: 12px;
}
div#path2 div.middle {
	background-image: url('img/middle_path.gif');
	background-repeat: repeat-y;
	padding: 0px 10px;
}


div#path {
	background-image: url('img/path_bg.gif');
	background-repeat: repeat-x;
	height: 25px;
	clear: both;
	margin-bottom: 5px;
	margin-left: 10px;
}

div#path div.left {
	background-image: url('img/path_start.gif');
	background-repeat: no-repeat;
	width: 15px;
	height: 25px;
	float: left;
}
div#path div.right {
	background-image: url('img/path_end.gif');
	background-repeat: no-repeat;
	width: 15px;
	height: 25px;
	float: right;
}
div#path div.middle {
	float: left;
	padding-top: 6px;
	font-size: x-small;
}

/* three column layout */

div#wrapper {
	margin: 5px 0px;
	clear: both;
	/*background-color: red;*/
}

div#leftSection {
	width: 165px;
	float: left;
	/*background-color: red;*/
}

div#rightSection {
	width: 615px;
	float: right;
	/*background-color: blue;*/
}

div#rightSection div#middleCol {
	width: 345px;
	float: left;
	padding: 5px 10px;
}

div#middleCol p, div#wideMiddleCol p, div#middleColSubpage p {
	margin-bottom: 15px;

}



table.regular {
	margin: 0 0 0 0;
	width: 100%;
	border-collapse: collapse;
	/*font-size: 9pt;*/
	border-bottom: none;
}

table.regular td {
	padding: 4px;

	/*border-bottom: 1px solid #E1E9C9;*/
}

table.regular td.title {
	/*background-color: #F8F8F8;*/
	/*font-style: italic;*/
	font-weight: bold;
	vertical-align: top;
}

div#rightSection div#rightCol {
	width: 250px;
	float: right;
}

/* alternative column widths for some subsections */
div#rightSection div#narrowRightCol {
	width: 162px;
	float: right;
}

div#rightSection div#wideMiddleCol {
	width: 423px;
	float: left;
	padding: 5px 10px;

}


/* index page left announcement section */

div.announcement {
	width: 165px;
	margin-bottom: 5px;
}

div.announcement div.top {
	background-image: url('img/announce_top.gif');
	background-repeat: no-repeat;
	height: 56px;

}

div.announcement div.top h3,  div.announcement div.middle h3 {
	display: none;
}

div.announcement div.cont1 {
	background-image: url('img/announce_bg.gif');
	background-repeat: repeat-y;
	padding: 10px;
}

div.announcement div.middle {
	background-image: url('img/contact_top.gif');
	background-repeat: no-repeat;
	height: 53px;	
}

div.announcement div.cont2 {
	background-image: url('img/announce_bg_2.gif');
	background-repeat: repeat-y;
	padding: 10px;
}

div.announcement div.bottom {
	background-image: url('img/announce_bottom.gif');
	background-repeat: no-repeat;
	height: 19px;
}

/* hightlights menu */

div.hightLights {
	width: 165px;
	margin-bottom: 5px;
}

/* general properties */
div.hightLights div.top {
	background-repeat: no-repeat;
	height: 56px;
}

div.hightLights div.cont {
	/*background-color: #F2F3EE;*/
	background-repeat: repeat-y;
	padding: 5px 10px;
}

div.hightLights div.cont p {
	margin-bottom: 5px;
}

div.hightLights a {
	color: #FF9900;
}

div.hightLights div.bottom {
	background-repeat: no-repeat;
	height: 22px;
}

div.hightLights h3 {
	display: none;
}

/* specific color properties */

/* blue */

div#leftSection div.ProjectSec div.top {
	background-image: url('img/highlights_blue_top.gif');
}

div#leftSection div.ProjectSec div.cont {
	background-image: url('img/highlights_blue_bg.gif');
}

div#leftSection div.ProjectSec div.bottom {
	background-image: url('img/highlights_blue_bottom.gif');
	height: 20px;
}

/* green */
div#leftSection div.Protected_AreasSec div.top {
	background-image: url('img/highlights_green_top.gif');
}

div#leftSection div.Protected_AreasSec div.cont {
	background-image: url('img/highlights_green_bg.gif');
}

div#leftSection div.Protected_AreasSec div.bottom {
	background-image: url('img/highlights_green_bottom.gif');
	height: 20px;
}

/* orange */
div#leftSection div.Parks_AccessibilitySec div.top {
	background-image: url('img/highlights_orange_top.gif');
}

div#leftSection div.Parks_AccessibilitySec div.cont {
	background-image: url('img/highlights_orange_bg.gif');
}

div#leftSection div.Parks_AccessibilitySec div.bottom {
	background-image: url('img/highlights_orange_bottom.gif');
	height: 20px;
}

/* red */
div#leftSection div.Parks_VisitSec div.top {
	background-image: url('img/highlights_red_top.gif');

}


div#leftSection div.Parks_VisitSec div.cont {
	background-image: url('img/highlights_red_bg.gif');
}

div#leftSection div.Parks_VisitSec div.bottom {
	background-image: url('img/highlights_red_bottom.gif');
	height: 20px;
}

/* purple */
div#leftSection div.DocumentsSec div.top {
	background-image: url('img/highlights_purple_top.gif');
}

div#leftSection div.DocumentsSec div.cont {
	background-image: url('img/highlights_purple_bg.gif');
}

div#wideMiddleCol a, div#wideMiddleCol a:link {
	font-weight: bold;
	color: #CC0099;
	text-decoration: none;
}
div#wideMiddleCol a:hover {
	border-bottom: 1px solid red;
}



div#wideMiddleCol a:hover {
	border-bottom: 1px solid red;
}

div#leftSection div.DocumentsSec div.bottom {
	background-image: url('img/highlights_purple_bottom.gif');
	height: 20px;
}

/* center */

/* subpage middle column */

div#middleColSubpage {
	width: 595px ;
	/*float: left;*/
	padding: 5px 10px;
}

/* general styles */
div#middleCol div.heading {
	background-repeat: no-repeat;
	height: 74px;
}

div#middleCol div.bottom {
	background-image: url('img/section_main_bottom.gif');
	background-repeat: no-repeat;
	height: 20px;
}

div#middleCol div.section div.cont {
	background-color: #F4F4F4;
	padding: 5px 10px;
	
}

div#middleCol div.heading h2 {
	display: none;
}

div#middleCol ul {
	margin: 0 0 10px 0;
	padding: 0;
}

div#middleCol li {
	margin: 5px 0 5px 15px;
}

/* specific color properties */
div#middleCol div.ProjectSec div.heading {
	background-image: url('img/progetto_blue_heading.gif');
}

div#middleCol div.Protected_AreasSec div.heading {
	background-image: url('img/aree_green_heading.gif');
}

div#middleCol div.Parks_AccessibilitySec div.heading {
	background-image: url('img/parchi_orange_heading.gif');
}

div#middleCol div.Parks_VisitSec div.heading {
	background-image: url('img/visita_red_heading.gif');
}

div#middleCol div.DocumentsSec div.heading {
	background-image: url('img/documenti_purple_heading.gif');
}

/* banner container */

div#bannerContainer {
	width: 165px;
}

div#bannerContainer div.top {
	background-image: url('img/banners_top.gif');
	background-repeat: no-repeat;
	height: 20px;
}

div#bannerContainer div.cont {
	background-image: url('img/banners_bg.gif');
	background-repeat: repeat-y;
	text-align: center;
}

div#bannerContainer div.bottom {
	background-image: url('img/banners_bottom.gif');
	background-repeat: no-repeat;
	height: 20px;
}

div#bannerContainer div.cont img {
	margin: 5px 0 5px 0;
}

/* search container */

div#searchContainer {
	width: 250px;
	margin-bottom: 5px
}

div#searchContainer div.top {
	height: 8px;
	background-image: url('img/search_top.gif');
	background-repeat: no-repeat;
	/* IE hack */
	font-size: 1px; 
	line-height: 1px;
}


div#searchContainer div.cont {
	background-image: url('img/search_bg.gif');
	background-repeat: repeat-y;
	padding: 0px 10px;
	/*border: 1px solid blue;*/	
}

div#searchContainer div.bottom {
	background-image: url('img/search_bottom.gif');
	background-repeat: no-repeat;
	height: 9px;
	/* IE hack */
	font-size: 1px; 
	line-height: 1px;	
}

div#searchContainer img {
	vertical-align: middle;
	/*border: 1px solid blue;*/	
}

div#searchContainer input {
	vertical-align: middle;
	font-size: x-small;
	width: 150px;
	/*border: 1px solid blue;*/	
}

/* map container */

div#mapContainer {
	width: 250px;
	background-image: url('img/map_bg.gif');
	background-repeat: repeat-y;	
}

div#mapContainer div.top {
	background-image: url('img/map_top.gif');
	background-repeat: no-repeat;
	height: 18px;
}

div#mapContainer div.bottom {
	background-image: url('img/map_bottom.gif');
	background-repeat: no-repeat;
	height: 18px;
}

div#mapContainer div.cont h3 {
	text-align: center;
	margin: 0 10px 20px 10px;
	font-size: medium;
}

div#mapContainer img {
	margin-bottom: 15px;
}

/* map form container */

div.mapFormContainer {
	width: 235px;
	margin: 0 auto;
	margin-bottom: 2px;
}

div.mapFormContainer label {
	font-weight: bold;
}

form#parkQuickSearch div.top {
	background-image: url('img/map_form_top.gif');
	background-repeat: no-repeat;
	height: 5px;
	/* IE hack */
	font-size: 1px; 
	line-height: 1px;	
}

form#parkQuickSearch div.bottom {
	background-image: url('img/map_form_bottom.gif');
	background-repeat: no-repeat;
	height: 4px;
	/* IE hack */
	font-size: 1px; 
	line-height: 1px;		
}

form#parkQuickSearch div.cont{
	background-color: #F2F4EB;
	padding: 2px 5px;
}

select.textField {
	width: 12em;
}

/* blue container */

div.blueContainer, div.greenContainer, div.greyContainer {
	width: 162px;
	margin-bottom: 5px;
/*	border: 1px solid red;*/

}

div.blueContainer div.br, div.greenContainer div.br, div.greyContainer div.br {
	padding: 2px 10px;
}

div.tl, div.tr, div.bl, div.br {
	background-repeat: no-repeat;
	
}

/* blue */
div.blueContainer {
	background-image: url('img/blue_container_bg.gif');
	background-repeat: repeat-y;
}

div.blueContainer div.top {
	background-image: url('img/blue_border.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

div.blueContainer div.bottom {
	background-image: url('img/blue_border.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

div.blueContainer div.tl {
	background-image: url('img/blue_tl.gif');
	background-position: top left;
}

div.blueContainer div.tr {
	background-image: url('img/blue_tr.gif');
	background-position: top right;
}

div.blueContainer div.br {
	background-image: url('img/blue_br.gif');
	background-position: bottom right;
}

div.blueContainer div.br {
	background-image: url('img/blue_br.gif');
	background-position: bottom right;
}

div.blueContainer div.bl {
	background-image: url('img/blue_bl.gif');
	background-position: bottom left;
}

/* green */
div.greenContainer {
	background-image: url('img/green_container_bg.gif');
	background-repeat: repeat-y;
}

div.greenContainer div.top {
	background-image: url('img/green_border.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

div.greenContainer div.bottom {
	background-image: url('img/green_border.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

div.greenContainer div.tl {
	background-image: url('img/green_tl.gif');
	background-position: top left;
}

div.greenContainer div.tr {
	background-image: url('img/green_tr.gif');
	background-position: top right;
}

div.greenContainer div.br {
	background-image: url('img/green_br.gif');
	background-position: bottom right;
}

div.greenContainer div.br {
	background-image: url('img/green_br.gif');
	background-position: bottom right;
}

div.greenContainer div.bl {
	background-image: url('img/green_bl.gif');
	background-position: bottom left;
}


/* grey */
div.greyContainer {
	background-image: url('img/grey_container_bg.gif');
	background-repeat: repeat-y;
}

div.greyContainer div.top {
	background-image: url('img/grey_border.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

div.greyContainer div.bottom {
	background-image: url('img/grey_border.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

div.greyContainer div.tl {
	background-image: url('img/grey_tl.gif');
	background-position: top left;
}

div.greyContainer div.tr {
	background-image: url('img/grey_tr.gif');
	background-position: top right;
}

div.greyContainer div.br {
	background-image: url('img/grey_br.gif');
	background-position: bottom right;
}

div.greyContainer div.br {
	background-image: url('img/grey_br.gif');
	background-position: bottom right;
}

div.greyContainer div.bl {
	background-image: url('img/grey_bl.gif');
	background-position: bottom left;
}


/* general properties */
/*
div.blueContainer div.top, div.blueContainer div.bottom, div.greenContainer div.top, div.greenContainer div.bottom, div.greyContainer div.top, div.greyContainer div.bottom {
	background-repeat: no-repeat;
	height: 11px;
	font-size: 1px; 
	line-height: 1px;
}
*/
/*
div.blueContainer div.cont, div.greenContainer div.cont, div.greyContainer div.cont {
	padding: 5px 7px;
	background-repeat: repeat-y;
}
*/


/* specific blue container properties */
/*
div.blueContainer div.top {
	background-image: url('img/blue_container_top.gif');
}

div.blueContainer div.bottom {
	background-image: url('img/blue_container_bottom.gif');
}

div.blueContainer div.cont {
	background-image: url('img/blue_container_bg.gif')
}


div.greenContainer div.top {
	background-image: url('img/green_container_top.gif');
}

div.greenContainer div.bottom {
	background-image: url('img/green_container_bottom.gif');
}

div.greenContainer div.cont {
	background-image: url('img/green_container_bg.gif')
}


div.greyContainer div.top {
	background-image: url('img/grey_container_top.gif');
	height: 10px;
}

div.greyContainer div.bottom {
	background-image: url('img/grey_container_bottom.gif');
	height: 10px;	
}

div.greyContainer div.cont {
	background-image: url('img/grey_container_bg.gif')
}
*/

/* footer */

div#footer {
	clear: both;
	padding-top: 5px;
}

div#footer p#upper {
	background-color: #C5D193;
	padding: 5px;
	text-align: center;
	font-size: x-small;
}
div#footer div#lower {
	background-color: #B7C289;
	clear: both;
}

div#footer div#lower div.left {
	background-image: url('img/footer_left.gif');
	background-repeat: no-repeat;
	background-position: left bottom;	
	width: 30px;
	height: 50px;
	float: left;
	background-color: #B7C289;	
}

div#footer div#lower div.right {
	background-image: url('img/footer_right.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 30px;
	height: 50px;
	float: right;
	background-color: #B7C289;	
}


div#footer div#lower div.middle {
	float: left;
	width: 720px;
	height: 50px;
	background-color: #B7C289;
	text-align: center;
	
}


/* spacer div hack */
div#footer div#lower:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
}

p.link {
	font-size: 14px;
	margin: 0 0 10px 0;
}

p.link a {
	color: #990000;
}

p.link img {
	margin-right: 5px;
	vertical-align: middle;
}

img.thumbnail {
	border-right: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
	padding: 5px;
	background-color: white;
	float: left;
	margin: 0 5px 5px 0;
}

.smallBlocks {
	float: left;
	width: 160px;
	margin: 3px;
	margin-top: 10px;
}
.smallTitles {
	height: 25px;
	padding-left: 37px;
	font-size: 110%;
	border-bottom: 1px solid #C5D192;
	background-image: url(img/greenleaf_small.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.smallBlocks a,.smallBlocks a:link {
	font-size: 70%;
	color: #990000;
	text-decoration: none;
}
.smallBlocks a:hover {

	color: #990000;
	border-bottom: 1px solid red;
	text-decoration: none;
}
/*
ul#locations {
	list-style-type: none;
}

ul#locations li {
	margin: 0;
	
}

ul#locations li a {
	color: black;
	font-weight: bold;
}

ul#locations ul {
	margin: 10px 0 10px 3em;
}

ul#locations ul li {
	font-size: small;
}

ul#locations ul li a {
	color: #990000;
	font-weight: normal;
}
*/
ul#sitemap {
	/*margin-left: 10px;*/
}

ul#sitemap li {
	margin-left: 20px;
	/*list-style-image: url('img/redleaf_small.gif');*/
	list-style-type: none;
}

ul#sitemap li li {
	list-style-image: url('img/black_arrow.gif');
	background-repeat: no-repeat;
}

em { margin: 0px; }

ul#sitemap li a {
	position: relative;
	top: -4px;
	left: 5px;
}

img.check {
	margin-right: 5px;
}

a {
	color: black;
}

a:hover {
	color: red;
}

select.regionSearch {
	width: 200px;
}

/* heading smaller size */
.smaller {
	font-size: large;
	color: #494949;
}

/* general color styles */

.green {
	 color: #4E8D1D;
}

.blue {
	color: #0075FF;
}

.darkblue, .darkblue a {
	color: #336699;
	text-decoration: none;
}

.orange {
	color: #FF9900;
}

.red  {
	color: #CC0000;
}

.brown {
	color: #990000;
}

.purple {
	color: #CC0099;
}



span.Project {
	color: #0075FF;
}

span.Protected_Areas {
	color: #4E8D1D;
}

span.Parks_Accessibility {
	color: #FF9900;
}

span.Parks_Visit {
	color: #FF0000;
}

span.Documents {
	color: #CC0099;
}

a:hover {
	text-decoration: underline;
}

p.smallNote {
	font-size: x-small;
	color: #AA9999;
	margin: 5px 0px;
}


ul.links {
	margin: 0;
	padding: 0;
}

ul.links li {
	list-style-type: none;
	list-style-image: url('img/black_arrow.gif');
	margin-left: 15px;
	padding: 3px 0;

}

ul.links a {
	position: relative;
	top: -2px;
	left: -7px;
}

div.unicontainer div.top, div.unicontainer div.bottom {
	height: 10px;
	clear: both;
	font-size: 1px; 
	line-height: 1px;
}

div.unicontainer div.top {
	background-image: url('img/mt.png');
	background-repeat: repeat-x;
}

div.unicontainer div.bottom {
	background-image: url('img/mb.png');
	background-repeat: repeat-x;
}

div.unicontainer div.middle {
	border-left: 1px solid #e3e6d9;
	border-right: 1px solid #e3e6d9;
	background-color: #F3F3F3;
	padding: 0 5px;
}

div.unicontainer div.lt, div.unicontainer div.rt, div.unicontainer div.rb, div.unicontainer div.lb {
	height: 10px;
	width: 10px;
}

div.unicontainer div.lt, div.unicontainer div.lb {
	float: left;
}

div.unicontainer div.rt, div.unicontainer div.rb {
	float: right;
}

div.unicontainer div.lt {
	background-image: url('img/lt.png');
	background-repeat: no-repeat;
}

div.unicontainer div.rt {
	background-image: url('img/rt.png');
	background-repeat: no-repeat;
}

div.unicontainer div.lb {
	background-image: url('img/lb.png');
	background-repeat: no-repeat;
}

div.unicontainer div.rb {
	background-image: url('img/rb.png');
	background-repeat: no-repeat;
}

div#wideMiddleCol div.unicontainer a {
	color: black;
	/*font-weight: normal;*/
	text-decoration: underline;
}

div#wideMiddleCol div.unicontainer a:hover {
	color: red;
	border: none;
}


