<!--
/*
Master Colour Set
#00682D - Dark Green
#BCCDBB - Light Green
#F4CB01 - Yellow


*/

/*Page Generic*/
*{margin:0; padding: 0}
html {padding:0; margin:0}
body {font-family:verdana;background-color:#EFEFF0;min-width:810px;text-align:center; padding:5px 0px}

/* Generic Styles   */
img  {border-style:none}
ul {list-style-type: square; margin-left:20px}
ol {font-size:70%; margin-left: 25px;}
.clear {clear: both}
.clear2 {clear: both;height:8px}
.clear3 {clear: both;height:40px}
.border {border:1px solid #F4CB01; margin:1px}


/*Positioning*/
#wrap {margin:0 auto;width:810px; background-color:#00682D; }
#main {width:790px;float:left; text-align:left; background-color:#BCCDBB; border-top:3px solid #F4CB01;border-bottom:3px solid #F4CB01; min-height:150px; padding:10px}
#mono {width: 100%; height: 400px; background-color:#BCCDBB}
#right {width:288px;float:right; text-align:left; background-color:#BCCDBB; border:3px solid #F4CB01}
#header {border-top: 5px #F4CB01; padding-top:10px;}
#header h1 {color: #F4CB01}
#footer {border-top: 3px solid #F4CB01; padding-top:10px;}
#footer p{color:#F4CB01}
#menu {width: 100%; background-color:#F4CB01; margin: 10px 0px}
#menu h1{color:#00682D}
#photo { width:100%; padding:10px 0px;}


/* Text   */
h1 {font-size: 100%;color: #00682D;}
h2 {font-size: 90%;color: #F4CB01;}
h3 {font-size: 80%;color: #F4CB01;}
h4 {font-size: 70%;color: #F4CB01;}
h5 {font-size: 60%;color: #F4CB01;}
h6 {font-size: 50%;color: #F4CB01;}
p  {font-size: 80%;color: #00682D; padding:3px}
li {font-size: 80%;color: #00682D;}


/* Links  */ 
a {text-decoration: none; color: #000}
a:hover {text-decoration: none; color: #000}
a:active {text-decoration: none; color: #000}
a:visited {text-decoration: none; color: #000}
h1 a {text-decoration: none; color: #00682D}
h1 a:hover {text-decoration: none; color: #00682D}
h1 a:active {text-decoration: none; color: #00682D}
h1 a:visited {text-decoration: none; color: #00682D}

/*Tables */
.tbyellow table, .tbyellow td { border: 1px solid #F4CB01 ; background-color: #fff; color: #000;}

/* Form Styles */
.label{}
.submit input{}
input{}
.textarea{}
.submit input{color: #fff; background: #74BC43; font: 100% Arial, sans-serif;}

/* Gallery */

.gallerycontainer{position: relative;}/*Add a height attribute and set to largest image's height to prevent overlaying*/
.thumbnail img{margin: 0 5px 5px 0;}
.thumbnail:hover{background-color: transparent;}
/*CSS for enlarged image*/
.thumbnail span{ position: absolute;background-color: #bccdbb;padding: 5px;  visibility: hidden;color: black;text-decoration: none;}
/*CSS for enlarged image*/
.thumbnail span img{border-width: 0;}
/*CSS for enlarged image*/
.thumbnail:hover span{ visibility: visible;top: 0;
left: 350px; /*position where enlarged image should offset horizontally */
z-index: 50;}

/* Credits */
#credits p{font: 60% Verdana, sans-serif; color: #000}
#credits a {text-decoration: none; color: #000}
#credits a:hover {text-decoration: none; color: #000}


-->
