/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
body {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(images/back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 0px 0px 0px;
}

#web-bottom{
	background-image:url(images/web-bottom.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:10px;
}

#content{
	width:990px;
	margin:15px auto;
	background-color:#FFFFFF;
}

#content-inner{
	padding:15px;
}

/* Reset browser preset styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border:none;
	outline: 0;
	color:#999999;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

.imgreset{
	display:block;
	margin:0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a img{
	border:none;
}

/* END Reset browser preset styles */

h1{
	color:#a9398a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3.2em;
	border-bottom:1px solid #ebebeb;
	padding:25px 0px 0px 0px;
	margin:0px 0px 30px 0px;
	font-weight:normal;
}

.home-top h1{
	color:#a9398a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3.0em;
	border-bottom:1px solid #ebebeb;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	font-weight:normal;
}

h1.event{
	color:#a9398a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3.2em;
	border-bottom:1px solid #ebebeb;
	padding:25px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	font-weight:normal;
}

h2{
	color:#9ed98b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.6em;
	font-weight:normal;
}

.home-sub-mid h2{
	color:#9ed98b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
}

.home-sub-end h2{
	color:#9ed98b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
}

h3{
	color:#a9398a;
	font-size:1.8em;
	padding:0px 0px 10px 0px;
	border-bottom:1px dotted #ebebeb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0px 0px 5px 0px;
}

h3 a{
	color:#a9398a;
	text-decoration:none;
}

.memoriesh3{
	border:none;
	margin:0px;
}

h4{
	color:#9ed98b;
	font-size:1.4em;
	padding:0px 0px 10px 0px;
	border-bottom:1px dotted #ebebeb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0px 0px 5px 0px;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:1.2em;
	padding-top:20px;
}

#banner{
	padding:0px 0px 5px 0px;
	border-bottom:5px solid #acca6b;
	margin:0px 0px 5px 0px;
}

.search-left{
	width:726px;
	float:left;
	background-color:#004424;
	background-image:url(images/message-bar-back.jpg);
	background-repeat:repeat-x;
}

.search-left div{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	color:#ffffff;
	padding:12px;
}

.search-right{
	width:234px;
	float:right;
	background-color:#663366;
	background-image:url(images/search-bar-back.jpg);
	background-repeat:repeat-x;
}

.search-pad{
	padding:0px 5px 15px 10px;
	margin:0px;
}

.search-right label{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#FFFFFF;
	font-weight:bold;
	padding-right:5px;
	line-height:10px;
}

#cntnt01searchinput{
	width:120px;
	margin:0px;
	border:0px;
	padding:0px 2px;
	height:20px;
}

.submit-float{
	float:right;
	width:24px;
}

.form-left{
	float:left;
	width:190px;
	padding:12px 0px 12px 0px;
}

.maincontent{
	padding-top:15px;
}

.content-left{
	width:219px;
	float:left;
}

.content-right{
	float:right;
	width:720px;
}

.breadcrumb{
	display:block;
	background-color:#80b071;
	background-image:url(images/mini-bar-back.jpg);
	background-repeat:repeat-x;
	padding:6px;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

.breadcrumb a{
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.breadcrumb a:hover{
	text-decoration:underline;
}

.breadcrumb span{
	color:#ffffff;
}

#main-content{
	padding:0px 6px;
}

.menu-title{
	color:#a9398a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	border-bottom:1px solid #ebebeb;
	padding:42px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}

.clear{
	clear:both;
}


/* CALENDAR */

.calendar-returnlink a{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 25px;
	background-image:url(images/eventicons/returntocalendar.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	display:block;
}

.calendar-event-header{
	border-bottom:1px dashed #ebebeb;
	border-top:1px dashed #ebebeb;
	padding:10px 0px 10px 0px;
	margin:10px 0px 10px 0px;
}

.calendar-left{
	float:left;
	width:50%;
}

.calendar-right{
	float:right;
	width:50%;
}

.calendar-date-from{
	padding:0px 0px 10px 0px;
	color:#a59e8f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

.calendar-date-title{
	font-weight:bold;
	color:#a59e8f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 20px;
	background-image:url(images/eventicons/calendar.jpg);
	background-repeat:no-repeat;
}

.calendar-time-from{
	color:#a59e8f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

.calendar-time-title{
	font-weight:bold;
	color:#a59e8f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 20px;
	background-image:url(images/eventicons/cost.jpg);
	background-repeat:no-repeat;
}

.location{
	padding:0px 0px 10px 0px;
	color:#a59e8f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

.location-title{
	font-weight:bold;
	color:#a59e8f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 20px;
	background-image:url(images/eventicons/location.jpg);
	background-repeat:no-repeat;
}

.access{
	padding:0px 0px 0px 0px;
	color:#a59e8f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

.access-title{
	font-weight:bold;
	color:#a59e8f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 20px;
	background-image:url(images/eventicons/disabledaccess.jpg);
	background-repeat:no-repeat;
}

.calendar-details{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.3em;
}

.calendar-details img{
	float:left;
	border:1px solid #ebebeb;
	padding:2px;
	margin:0px 10px 10px 0px;
}

#big caption{
	margin-top:20px;
}

.calendar-today{
	background-color:#e6f5e2;
}

.calendar{
	width:100%;
	border:1px solid #ebebeb;
}

.calendar-month{
	background-color:#f1f1f1;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding:10px;
}

.calendar-prev{
	width:150px;
	text-align:left;
	display:block;
	float:left;
	padding-top:5px;
}

.calendar-prev a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	color:#a9398a;
}

.calendar-displaymonth{
	width:382px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.6em;
	color:#a9398a;
	display:block;
	float:left;
}

.calendar-next{
	width:150px;
	text-align:right;
	display:block;
	float:left;
	padding-top:5px;
}

.calendar-next a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	color:#a9398a;
}

th{
	text-align:center;
	color:#a9398a;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 0px;
}

.number{
	color:#9ed98b;
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	padding:5px 5px 0px 0px;
}


.number a{
	color:#9ed98b;
	font-family:Georgia, "Times New Roman", Times, serif;
}

tr.days{
	background-color:#FFFFFF;
}

tr{
	background-color:#fafdf9;
}

td{
	width:14.2%;
	border:1px solid #ebebeb;
	height:7em;
}

td ul{
	padding:0px 5px 0px 17px;
	list-style-type:circle;
	list-style-position:outside;
}

td ul li a{
	color:#333333;
}


/* FOOTER */

.footer{
	background-color:#433c2a;
	background-image:url(images/bg-tile.gif);
	background-repeat:repeat-x;
}

.footer-inner{
	padding-top:110px;
	width:990px;
	margin:0px auto;
}

.footer h2{
	color:#ffffff;
	font-size:1.8em;
	text-align:center;
}

.footer p{
	color:#9ed98b;
	text-align:center;
	font-size:1.1em;	
}

.footer ul{
	text-align:center;
	padding:40px 0px 30px 0px;
	border-bottom:1px solid #272319;
}

.footer ul li{
	display:inline;
	color:#ffffff;
}

.footer ul li a{
	color:#ffffff;
	text-decoration:none;
	font-size:1.2em;
	padding:0px 5px;
}

.footer ul li a:hover{
	text-decoration:underline;
}

.footer-logos{
	padding:20px 0px 0px 0px;
	border-top:1px solid #565040;
}

.footer-left{
	float:left;
	width:48%;
}

.footer-right{
	float:right;
	width:48%;
	text-align:right;
	padding-top:15px;
}

.footer-final{
	padding:10px 0px 20px 0px;
	text-align:center;
}


/* RESTORATION PROJECTS */

.RestorNewsSummary{
	padding-bottom:30px;
}

.RestorNewsSummary p{
	padding:0px 0px 0px 0px;
	font-size:1.1em;
}

.NewsSummarySummary{
	padding:0px 0px 0px 0px;
}

.Restorsummaryimg{
	float:left;
	width:108px;
}

.Restorsummaryimg img{
	padding:1px;
	border:1px solid #ececec;
}

.Restorsummaryhead{
	float:right;
	width:588px;
}

.Restorsummaryhead2{
	width:100%;
	padding:0px 0px 10px 0px;
	border-bottom:1px dotted #ebebeb;
}

.Restorsplitl{
	float:left;
	width:48%;
}

.Restorsplitl div{
	padding-bottom:5px;
}

.Restorsplitl div img{
	padding-right:5px;
}

.Restorsplitr{
	float:right;
	width:48%;
}

.Restorsplitr div{
	padding-bottom:5px;
}

.Restorsplitr div img{
	padding:0px 5px 0px 0px;
}

.NewsSummaryMorelink{
	padding:10px 0px 0px 0px;
}

.restortitle{
	padding-bottom:30px;
}

.history-summary{
	padding-top:30px;
}

#NewsPostDetailContent img{
	padding:1px;
	border:1px solid #ececec;
	margin:0px 10px 10px 0px;
	float:left;
}

#NewsPostDetailPrintLink{
	padding-top:20px;
}

#NewsPostDetailPrintLink a{
	display:block;
	font-size:1.1em;
}

#NewsPostDetailReturnLink{
	padding-top:5px;
}

#NewsPostDetailReturnLink a{
	display:block;
	font-size:1.1em;
}

.speechmarks{
	background-image:url(images/speech-marks.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:0px 50px;
}

p.getintouch{
	background-color:#fafafa;
	border:1px solid #f2f2f2;
	padding:20px 60px;
	margin:20px 0px 0px 0px;
}

p.getintouch2{
	background-color:#f2f2f2;
	padding:5px 5px;
	margin:20px 0px 0px 0px;
}

.centre{
	text-align:center;
}

.mem-top{
	padding:10px 20px 20px 20px;
	margin:20px 0px 0px 0px;
	background-image:url(images/memorial-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.mem-end{
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	background-image:url(images/memorial-bot.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.memorial-block{
	background-image:url(images/mem-head.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:40px 0px 20px 0px;
	text-align:center;
}

.mem-head{
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	font-style:italic;
}

.mem-name{
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:3.0em;
	font-style:italic;
}

.mem-date{
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	font-style:italic;
}

.mem-text p{
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	font-style:italic;
}

.mem-text p{
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	font-style:italic;
}


/* FORM */

.contactform legend{
	display:none;
}

.contactform label{
	width:40%;
	float:left;
	padding:7px 0px;
	color:#3c3c3c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

.contactform input{
	width:340px;
	margin:5px 0px;
}

.contactform textarea{
	width:340px;
	height:150px;
}

.contactform select{
	width:340px;
	margin:5px 0px;
}

.contactform{
	padding:30px 60px;
	background-color:#fafafa;
	border:1px solid #f2f2f2;
	margin:20px 0px 10px 0px;
}

.submit{
	text-align:right;
	margin-right:5px;
}

.submit input{
	width:150px;
}

.leftofmap{
	width:348px;
	float:left;
}

.map{
	padding-top:20px;
}

.map img{
	float:left;
	border:1px solid #ebebeb;
	padding:2px;
	margin:0px 10px 6px 0px;
}

.main-image{
	float:left;
	width:468px;
}

.main-image img{
	border:1px solid #ebebeb;
	padding:2px;
}

.main-text{
	width:228px;
	height:285px;
	float:right;
	background-image:url(images/wildlife.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.home-top{
	padding:12px 0px 8px 0px;
	border-bottom:1px solid #ebebeb;
}

.home-line-1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#9ed98b;
}

.home-line-3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	color:#9ed98b;
}	

.home-bottom{
	margin:20px 0px 0px 0px;
	background-image:url(images/hom-bot-back.gif);
	background-repeat:repeat-y;
}

.news-box{
	float:left;
	width:168px;
	margin-right:6px;
}

.newsitem{
	line-height:1.3em;
	padding-bottom:12px;
	font-size:1.2em;
}

.newsitem img{
	float:left;
	padding:0px 10px 0px 0px
}

.MainNewsSummary{
	padding-top:5px;
}

.home-sub-mid{
	float:left;
	width:148px;
	margin:0px 16px;
}

.home-sub-mid img{
	border:1px solid #ebebeb;
	padding:2px;
	margin-top:10px;
}

.home-sub-mid p{
	padding-top:5px;
	font-size:1.2em;
	line-height:1.1em;
}

.home-sub-mid a{
	display:block;
	text-align:right;
	font-size:0.9em;
	padding-top:3px;
}

.home-sub-end{
	float:left;
	width:148px;
	margin:0px 10px 0px 16px;
}

.home-sub-end img{
	border:1px solid #ebebeb;
	padding:2px;
	margin-top:10px;
}

.home-sub-end p{
	padding-top:5px;
	font-size:1.2em;
	line-height:1.1em;
}

.home-sub-end a{
	display:block;
	text-align:right;
	font-size:0.9em;
	padding-top:3px;
}

.home-footer{
	margin-top:30px;
	background-color:#a59e8f;
	padding:10px 6px;
}

.home-footer-left{
	width:270px;
	float:left;
	font-size:3.0em;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.0em;
}

.home-footer-right{
	width:674px;
	float:right;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

.home-footer-right a{
	text-decoration:underline;
	color:#ffff00;
}

.download-split{
	padding-top:20px;
}

.download-left{
	width:288px;
	float:left;
	margin-right:71px;
}

.download-left a{
	display:block;
	background-image:url(images/link.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:10px 0px 20px 0px;
}

.download-right{
	width:288px;
	float:left;
}

.download-right a{
	display:block;
	background-image:url(images/download.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:10px 0px 20px 0px;
}

.leaflet-download{
	padding:12px 0px 24px 0px;
}

.breadcrumb2{
	background-color:#80b071;
	background-image:url(images/mini-bar-back.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.breadcrumb2 a{
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-image:url(images/home_icon.gif);
	background-repeat:no-repeat;
	padding:6px 6px 6px 35px;
	font-size:1.2em;
	display:block;
}

.breadcrumb2 a:hover{
	text-decoration:underline;
}
/* End of 'Layout: Left sidebar + 1 column' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
width:100%;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #ebebeb;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #433c2a; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:1.2em;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 1em 0.5em 1em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #f1f1f1;
}
div#menu_vert a.activeparent:hover {
   background-color: #f1f1f1;
   color: #433c2a;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #f1f1f1;
   color: #433c2a;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #433c2a;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #f1f1f1;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #433c2a;                                 /* this will be link color for all levels */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:1.2em;
   font-weight:normal;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 1em 0.5em 1em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

