/* ---------------------------------*/
/* Header */
#headgrass {
  background-image: url(images/headgrass3.jpg);
  width: 960px;
  height: 142px;
  background-position: bottom
}


#headwhite {
  background-image: url(images/headwhite2.jpg);
  width: 960px;
  height:28px;
  text-align: center;
  padding: 0;
  margin: 0;
  clear: both;

}
#headwhite b{
  font-weight: bold;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  height:29px;
  padding-left: 0;
  margin: 0;
  line-height: 28px;
}
#head_hm {
  background-image: url(images/headroof2.jpg);
  width: 960px;
  height: 142px;
  background-position: bottom
}
#headwhite_hm {
  background-image: url(images/headwhiteroof.jpg);
  width: 960px;
  height:28px;
  text-align: center;
  padding: 0;
  margin: 0;
  clear: both;

}
#headwhite_hm b{
  font-weight: bold;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  height:29px;
  padding-left: 0;
  margin: 0;
  line-height: 28px;
}
.handyhints {
    float: right;
    margin-top: 42px;
    margin-right: 19px;
}
.headlogo {
    float: left;
    margin-top:11px;
    margin-left:20px;

}
.headlogo_hm {
    float: left;
    margin-top:50px;
    margin-left:20px;

}
/* ---------------------------------*/






/* ---------------------------------------------------------------------------------------------------------------------*/
/* layout ---------------------------------*/

    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
    }

	body {
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
word-wrap: break-word;
margin: 0;
padding: 0;
  background-color: #D4FFA3
}
b, strong{
  font-weight: normal;
}

	#fixed {
   margin:0 auto;
   width:960px;   /* you can use px, em or % */
   text-align:left;
   border-left: 1px solid;
      border-right: 1px solid;    
}

	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
}







/* 'widths' sub menu */
/*
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}*/

	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */

}
	/* holy grail 3 column settings */
	.holygrail {
	    /*background:#fff;*/    	/* Right column background colour */
        background:#50AA11;
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-210px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */

    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:420px;         	/* Left column width + right column width */
        /*background:#61B903;*/    	/* Left column background colour */
        background-image: url(images/menubgnd3.gif);
        background-position: right;
        background-repeat: repeat-y;
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:210px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */

	}
	.holygrail .col1 {
        margin:0 220px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
        padding-top:5px;

}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:10px;         	/* Width of the left-had side padding on the left column */
        padding-top:5px;

}
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:210px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:10px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
        padding-top:15px;

    }

    .holygrail .col1 img{
        border: 0;
        padding: 2px;

}
	/* Footer styles */

    #footer p {
        padding:10px;
        margin:0;
    }

    #footer {
        clear:both;
        float:left;
        width:100%;
        background-image: url(images/foot2.jpg);
        background-position: bottom;
        background-repeat: no-repeat
    }

/* End layout ---------------------------------*/


/* Menu ---------------------------------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
/*width: 210px;*/
padding-top: 10px;
}

.home{
/*width: 210px;*/
padding-bottom: 15px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 210px;
}
.bullet{
  border:0;
  margin-right:10px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
/*list-style-image: url(images/menubullet_off.gif);
list-style-position: inside;*/
width: 210px;

}

.wireframemenu a{
font: 12px Verdana;
padding: 0;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #252F1C;
text-decoration: none;
height:25px;
padding-top: 6px;
padding-left: 5px;
font-weight: bold;
color: #252F1C;


}

.wireframemenu a:visited{
color: #252F1C;
text-decoration: none;
}

.wireframemenu li a.navselected{
color: #D4FFA3;
text-decoration: none;
/*list-style-image: url(images/menubullet_on.gif);
list-style-position: inside;*/
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
color: #FFF;
text-decoration: none;
/*list-style-image: url(images/menubullet_on.gif);
list-style-position: inside;*/
}
.wireframemenu li{
background-image: url(images/menudivider3.gif);
background-position: bottom;
background-repeat: no-repeat;
}

.other-interests{
   padding-top: 4px;
   padding-left: 7px;
       border:0;
}
.other-interests img{
    border:0;
}
.other-interests-title{
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  margin-left: 7px;
}


/* End Menu ---------------------------------*/

#gallery{
  background-color: #D4FFA3;
  width: 205px;
  margin: auto;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top:7px;
  overflow-x:hidden;overflow-y:auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #252F1C;
}

#gallery img{
border: 0;
padding: 2px;
border: solid 1px #ccc;
background-color: #fff;
/*background-color: #D4FFA3;  */
}
.addthis_button{
  margin-right: 2px;
  margin-bottom: 5px;
  float: right;

}

/* START LIGHTBOX ---------------------------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* END LIGHTBOX ---------------------------------*/

/* LEGACY STYLES ---------------------------------*/
h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 10px;
}
h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 30px 0 0 0;
  text-decoration: underline
}
h3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 30px 0 0 0;
}
h4{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  font-weight: normal
}
h5{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
}
/*strong{
  font-weight: normal;
}*/
.introphoto{

 }

 .introBulletLeft{
   float: left;
   padding-left: 75px;
 }

 .introBulletRight{
   float: right;
   padding-right: 90px;
 }
 .clear{
   clear: both;
 }
 .imgFloat{
    margin: 0 10px 5px 0;
    float: left;
 }



/*--------------------------------------------------*/
/* Search */
.searchForm{
  /*border: 1px solid #315F1F;  */
 /* background-color: #D4FFA3;*/
  /*background-color: #D4FFA3;       */
  margin: 99px 0 0 20px;
  float: left;
  background-color: transparent;
  background-image: url(images/search_text_bgnd.gif);
  width: 209px;
  height:27px;
  display: inline;
   border: none;
   padding: 2px 1px 1px 0px;
}
.searchFormIndex{
  margin: 0px 0 5px 2px;
  float: left;
  background-color: #fff;
  background-image: url(images/search_text_bgnd2.gif);
  background-repeat: repeat-x;
  background-position: top;
  width: 202px;
  height:20px;
  display: inline;
   border: none;
   padding: 2px 1px 1px 0px;
  border: 1px solid #D4FFA3;
}
.searchName{
  background-color: transparent;
  border: none;
  padding: 0;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-top: 3px;
  padding-left: 3px;
  margin-left: 2px;
  /*border: 1px solid red;*/
}
.searchSubmit{
padding-top: 1px;
/*border: 1px solid green; */
}

.searchFormGallery{
  /*border: 1px solid #315F1F;  */
 /* background-color: #D4FFA3;*/
  /*background-color: #D4FFA3;       */
  margin: 10px 0 0 0px;
  float: left;
  padding: 0px;


}
.searchBox{
  border: 1px solid #000;
 /* background-color: #D4FFA3;*/
  background-color: #E2E2E2;
  width: 504px;
  padding: 5px;
  float: left;
}

.searchList{
 margin-left: 30px;
 margin-bottom: 40px;
 line-height:35px;
  background-image: url(images/mag.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding-left:30px;
  padding-top:5px;
}

.highlight_word_0{
        background-color: #FFFF99;
        /*background-color: #FFFF66;*/
        font-weight: bold;
}
.highlight_word_1{
        background-color: #A0FFFF;
        /*background-color: #66FFFF; */
        font-weight: bold;
}
.highlight_word_2{
        background-color: #99FF99;
        /*background-color: #FFCC99;*/
        font-weight: bold;
}
.highlight_word_3{
        background-color: #FF9999;
        /*background-color: #FF66FF;   */
        font-weight: bold;
}
.highlight_word_4{
        background-color: #FF66FF;
        /*background-color: #CC0000;*/
        font-weight: bold;
}
.highlight_word_5{
        background-color: #FFCC33;
        /*background-color: #0033CC;*/
        font-weight: bold;
}
.highlight_word_6{
        background-color: #33CC00;
        /*background-color: #996600;     */
        font-weight: bold;
}
.highlight_word_7{
        background-color: #CC3366;
        /*background-color: #6600CC;   */
        font-weight: bold;
}
.highlight_word_8{
        background-color: #0099FF;
        /*background-color: #006600; */
        font-weight: bold;
}
/*--------------------------------------------------*/
.topLeft{
margin-left: 10px;
}
.topRight{
margin-right: 10px;
}
.footerAddress{
float: left;
}

