/* www.essexwalks.com - stylesheet: essexwalks.css */
/* by Godfrey Bartlett  August 2009 & October 2010 and June 2011*/

body  {
background-color : #f5fffa;
background: #f5fffa bottom right fixed no-repeat;
color : black;
margin : 0;
padding : 0;
font-family : Tahoma, Arial, Helvetica, sans-serif;
line-height : 1.5;
}
body.lynx {background-image: url(../images/bgsignpost.jpg);}

body, body div, body p, body th, body td, body li, body dd {
font-size : x-small;
voice-family : "\"}\"";
voice-family : inherit;
font-size : small;
}
html > body, html > body div, html > body p, html > body th, html > body td, html > body li, html > body dd {
font-size : small;
}

.page-break { display:none; }

a:link {
color : #305d85;
text-decoration : none;
font-weight : 700;
}
a:visited {
color : #305d85;
text-decoration : none;
font-weight : 700;
}
a:hover {
color : #000008;
text-decoration : none;
font-weight : 700;
}
a:active, a:focus {
   outline: none;
}
.clear {
clear : left;
}
table.desc {
border-collapse : collapse;
border-spacing : 0;
font-size : 100%;
margin : 5px 10px 5px 5px;
padding: 5px 10px 5px 5px;
border: 1px none #DCDCDC;
}
.desc td {
text-align : left;
vertical-align : top;
border: 1px none #DCDCDC;
padding : 5px 0px 5px 12px;
}
.desc th {
padding : 8px;
font-weight : normal;
border: 1px none #DCDCDC;
border-collapse : collapse;
}

table.template {
width : 99%;
border-collapse : collapse;
border : 1px solid #70708f;
}
table.template th, td {
border : 1px solid #70708f;
color : #00008b;
}
table.photos td{
border : 1px none #70708f;
padding:5px 5px 5px 5px;
color : #00008b;
text-align: center;
font-weight: bold;
}
h1, h2, h3, h2, h3, h4, h5{
margin:0.4em 0.5em .1em 0;
padding: 0;
}
h1 {
font-size : 1.3em;
font-weight : bold;
color: #343449;
}
h1#seasonal{
display: block;
width: 18.8ex;
height: 31px;
background-color: transparent;
background-image: url(../images/holly1.jpg);
background-repeat: no-repeat;
background-position: right;
}


h2, .h2 {
font-size: 1.15em;
font-style : normal;
font-weight : 600;
color: #343449;
}
h3, .h3 {
font-size: 1.05em;
font-style : normal;
font-weight : 600;
color: #343449;
}
h4, .h4 {
font-size: 1em;
font-style : normal;
font-weight : 600;
}
h5, .h5 {
font-size: .95em;
font-style : normal;
font-weight : 500;
}
h2.mid {
text-align : center;
color : rgb(128, 0, 128);
font-size : 110%;
font-weight : 600;
padding : 0.25em;
margin : 0.5em 0 0 0;
}
blockquote {
padding : 1em 1em 1em 1em;
margin : 1em 2em 1em 2em;
background : #fff;
border : 1px solid #d7e2e6;
}
div {
	text-align: left;
}
div.centre {
text-align : center;
}
p.centre {
text-align : center;
}
p {
text-align : left;
}
p.left {
text-align : left;
}
p.justify {
text-align : justify;
}
p,  table {
margin : 0.7em 0.5em 0 0;
}
p.larger {
font-size: 1.1em;
font-weight: 500;
margin: 1em 1em 1em 1em;
padding:0;
color: #000;
background-color: transparent;
}
/* pspan for Description headings */
p span { 
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-weight : normal;
color : #292F41;
margin: 0 6px 0 0;
line-height: 150%;
display: inline;
}

ul, ol, li {
padding: 0;
line-height: 2em;
}
ul, ol {
	margin: .1em .5em 1em  1.6em;
	padding: 0em 0em 0em .4em;
}
.walklist
{
list-style-type: none;
padding: 0;
margin: 1em;
text-align: left;
}

.walklist li
{
background-image: url(../images/walker16.gif);
background-repeat: no-repeat;
background-position: 0 0.5em; /* left top (use 0 50% to mid position if text not wrapped)*/
padding-left: 2em;  /* img to text /*/
margin: .6em 0;  /*.6em spacing top & bottom of list items */
}
.acrobatlist
{
list-style-type: none;
padding: 0;
margin: 1em;
text-align: left;
}

.acrobatlist li
{
background-image: url(../images/acrobat.gif);
background-repeat: no-repeat;
background-position: 0 0.5em; /* left top (use 0 50% to mid position if text not wrapped)*/
padding-left: 2em;  /* img to text /*/
margin: .6em 0;  /*.6em spacing top & bottom of list items */
}
#icons
{
list-style-type: none;
padding: 0;
text-align: left;
}
#icons li
{
padding-left: 2em;  /* img to text /*/
margin: 6px 0;  /*.6em spacing top & bottom of list items */
vertical-align: 50%;
}

.tiny {
font-size : 75%;
}
span.smaller {
font-size : 90%;
}
span.cursive {
  font-family: "Comic Sans MS","Brush Script MT", cursive;
  color: navy; 
}
.noshow {
display : none;
}

/* main layout */
.content {
color : #000000;
background-image : url(../images/whitebg.gif);
padding-bottom : 3px;
text-align : left;
margin : 0px 10px 0px 12px;
padding : 6px 20px;
border : 1px solid #777799;
font-family : Tahoma, Arial, Helvetica, sans-serif;
overflow: hidden;
/* hurry up with CSS3 please
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
*/
}
.contenttab {
color : #000000;
background : transparent;
padding-bottom : 3px;
text-align : left;
margin : 0 10px 0 12px;
padding : 6px 20px;
border : 1px none #777799;
font-family : Tahoma, Arial, Helvetica, sans-serif;
}
.header {
color : rgb(128, 0, 128);
background-color : #fff;
background-image : url(../images/essexwalksheader.jpg);
background-repeat : no-repeat;
background-position : left;
text-align : center;
height : 120px;
margin : 10px 10px 0 12px;
border : 1px solid #dcdcdc;
font-family : Tahoma, sans-serif;
font-weight : 600;
}
.box {
color : rgb(0, 0, 0);
background-color : #fff;
margin : 10px 60px 10px 60px;
padding : 10px 10px 15px 10px;
border : 1.75px solid #7b68ee;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight : 500;
}

.boxrightfloat {
float: right;
color: rgb(0, 0, 0);
width: auto;
background-color : #fff;
margin : 10px 60px 10px 60px;
padding : 10px 10px 15px 10px;
border : 1.75px solid #7b68ee;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight : 500;
}
.boxleftfloat {
float: left;
color: rgb(0, 0, 0);
width: auto;
background-color : #fff;
margin : 10px 60px 10px 60px;
padding : 10px 10px 15px 10px;
border : 1.75px solid #7b68ee;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight : 500;
}
.inset {
color : #000000;
background : transparent;
padding-bottom : 3px;
text-align : left;
margin : 0 10px 0 12px;
padding : 6px 20px;
border : 1px none #777799;
font-family : Tahoma, Arial, Helvetica, sans-serif;
}

.footer {
clear : both;
color : #322b41;
background-color : #e1ebec;
text-align : left;
margin : 0 10px 0 12px;
padding : 0;
border : 1px solid #dcdcdc;
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size : 0.9em;
}
.footer ul {
float : left;
width : 100%;
margin : 0;
padding : 0;
border-top : 0 solid rgb(167, 138, 179);
border-bottom : 1px solid rgb(167, 138, 179);
background-color : #e1ebec;
font-weight : 600;
}
.footer li {
display : inline;
list-style : none;
margin : 0;
padding : 0;
}
.footer li a {
display : block;
float : left;
margin : 0 0 0 0;
padding : 5px 10px 5px 10px;
border-right : 1px solid rgb(167, 138, 179);
color : #5f5977;
text-transform : lowercase;
text-decoration : none;
font-size : 0.9em;
}
.footer a:hover, .footer a.selected {
color : rgb(50, 50, 50);
text-decoration : none;
}
.wide .text {
margin-left : 288px;
}
body#and img.float, body#and .float img {
float : left;
width : 256px;
height : 160px;
}
.rfloat{
float : right;
}
.lfloat{
float: left;
}
/* img section  */
a img {
border : none;
}

.photos a img {
border: 1px solid #5f5977;
} 
.tb a img {
border:  1px solid #5f5977;
} 
img.rfloat {
float: right;
margin: 0 0 10px 10px;
border: 4px solid #dbe5ea;
padding: 1px;
}

img.lfloat {
margin: 0 10px 10px 0;
border: 4px solid #dbe5ea;
padding: 1px;

}

img.rfloat_noborder {
float: right;
margin: 0 0 10px 10px;
border: none;
padding: 0;
}
img.lfloat_noborder {
float: left;
margin: 0px 5px 0px 5px;
border: none;
padding: 0 0 0 0;
}

img[align="left"] {float: left;
display: inline;
border: 4px solid #dbe5ea;
margin : 0 8px 8px 0;
padding : 1px 1px 1px 1px;
}

img[align="right"] {float: right;
display: inline;
border: 4px solid #dbe5ea;
margin : 0 8px 8px 8px;
padding : 1px 1px 1px 1px;
}

p img {
display : inline;
float : left;
padding : 1px 1px 1px 1px;
margin : 0 8px 8px 0;
border: 4px solid #dbe5ea;
}
img.vamiddle {
display : inline;
vertical-align: middle;
border: none;
}

img.vabott {
	vertical-align: text-bottom;
}

img.centre {
float : none;
display : block;
margin-left : auto;
margin-right : auto;
vertical-align : middle;
text-align : center;
border: 4px solid #dbe5ea;
}
img.nofloat {
display : inline;
float : none;
padding : 2px 2px 2px 4px;
margin : 0 1px 0px 1px;
vertical-align: bottom;
border: none;
}
img.fixedbr{
   position: fixed;
   bottom: 1px;
   right: 13px;
	z-index: -1;
	background: #f5fffa;
	border: none;
}
/*----------------------------*/
/* Horizontal Navigation*/
/*----------------------------*/
.nav2 {
clear : both;
margin : 0 10px 0 12px;
padding : 0;
font-family : Tahoma, arial, sans serif;
font-size : 1em;
}
.nav2 ul {
float : left;
width : 100%;
margin : 0;
padding : 0;
border-top : 0 solid rgb(167, 138, 179);
border-bottom : 1px solid rgb(167, 138, 179);
background-color : #bfcdcd;
font-weight : bold;
}
.nav2 li {
display : inline;
list-style : none;
margin : 0;
padding : 0;
}
.nav2 li a {
display : block;
float : left;
margin : 0 0 0 0;
padding : 5px 10px 5px 10px;
border-right : 1px solid rgb(167, 138, 179);
color : rgb(255, 255, 255);
text-transform : uppercase;
text-decoration : none;
font-size : 100%;
}
.nav2 a:hover, .nav2 a.selected {
color : rgb(50, 50, 50);
text-decoration : none;
}
.buffer {
clear : both;
width : 1px;
height : 15px;
margin : 0;
padding : 0;
background-color : rgb(255, 255, 255);
}
.bg-green01 {
background-color : rgb(237, 246, 229);
}

a.uppercase {
text-transform : uppercase;
}
#email address {
bottom : 1px;
font-style : normal;
}
/*For description pages*/
.tabcontent strong{font-weight: bold; font-size: 107%; margin-right:5px; color: #00008b;}
.tabcontent em {font-weight: normal; font-size: 108%; font-style: normal; color: #00008b;}

/* Tabs */
div.tabcontent {
    /*border: 3px none #C5D4E8; #B0C4DE;*/
    border-left: 1px solid #C5D4B8;
	border-right: 1px solid #C5D4B8;
    border-bottom: 1px solid #C5D4B8;
	clear: left;
    padding: 1em;
    background-color: #FFF;
	overflow: hidden;
}

div.tabcontent.inactive {
	display: none;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background: #F5FFFA url(../images/tabs.gif);
    color: #5f5977;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
	font-weight: bold;
	outline: none;
}

ol#toc a.focus{ outline: none;
}

ol#toc a:hover {
    background-color: #F5FFFA;
    background-position: 0 -120px;
	color: #393939;
	font-weight: bold;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
    background-color: #F5FFFA;
    background-position: 0 -60px;
	color: #393939;
    font-weight: bold;
	outline: none;
}

ol#toc li a.active span {
    background-position: 100% -60px;
 	outline: none;
}

ol#toc span {
    background: #F5FFFA url(../images/tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

/*-----------------------------*/
/* embedded map layout for home page */
		#mapwrap 
		{
		  margin: 5px 10px 10px 10px;
		  width: 100%;
		}
		#mapwrapleft 
		{
		 float:left;
       	 width:510px;
		}
		#mapwrapright 
		{	
		margin-right: auto;
		padding:8px 5px 5px 10px;
		}  
		
	/*	OLD#mapwrapright 
		{	
		margin-left: 525px;
		margin-right: auto;
		padding:8px 5px 5px 10px;
		}  */
		
		div.map
		{
			text-align:center;
			padding-top: 10px;
		}
		
		div#mapdiv
		{
			width: 500px;
			height: 500px;
			padding: 0px;
			border : 0px;  
			margin-top: 0px;
			margin-left:auto !important; margin-right:auto !important; 
		}

		iframe#mapframe
		{
			width: 100%;
			height: 100%;
			border: 0px; 
	 /*	frameborder: 0px;  */
		}
		
		
/*----------*/
 #weatherDiv{
	display: none;
	position: absolute;
	right : 6px;
	top: 280px;
	z-index:10;
}
#weatherButton img{
	border: none;
	margin: 1px 1px 0 0;
	display: block;
	float: left;
	vertical-align: middle;
}
#weatherButton span {
line-height: 250%;
vertical-align: bottom;
}
/*-------*/ 
.slide-out-div {
 padding: 15px;
 width: 220px;
 background: #dedef7;
 border-top : 0 solid rgb(167, 138, 179);
 border-bottom : 1px solid rgb(167, 138, 179);
 z-index:1010;
 }     
/*.tab{
top:1000px;
}  */
.tab .handle{
background: url(http://www.essexwalks.com/images/satisfied_tab.gif);
background-repeat:no-repeat;
width: 27px;
height:154px; 
/* display: block; ?????  */
}

a.handle:link, a.handle:visited {
background: url(http://www.essexwalks.com/images/satisfied_tab.gif);
background-repeat:no-repeat;
}

a.handle:focus, a.handle:hover {
background: url(http://www.essexwalks.com/images/satisfied_tab_hover.gif);
background-repeat:no-repeat; 
} 

.alert {
	background: #fff6bf url(../icons/exclamation48.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
		/*----------*/
test {
  background: #E7F2E4;
  color: #343449;
}

