

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #000;
	font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #738533;
	clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #8f8fb3;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

blockquote {
	margin: 12px 56px;
	color: #4E9542;
	font-size: 100%;
	line-height: 20px;
	font-family: 'Courier New', Courier, monospace;
}

code {
	color: #4E9542;
}

img {
	border: 0px solid #CB8353;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
	color: #a05b2c;
	text-decoration: underline;
}

a:visited {
	color: #A05B2C;
	text-decoration: underline;
}

a:hover {
	color: #006600;
	text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 960px; 
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}

#Header {
	position: relative;
	height: 200px;
	margin-bottom: 20px;
}

#ContentWrapper {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#ContentColumn {
	margin: 0 180px 0 180px;     /*STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
	float: left;
	width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
	float: left;
	width: 179px;              
	margin-left: -180px;    
	clear: right;			/* This is needed to help the extra column display in IE6 */
}

#Footer {
	clear: both;
	width: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	background-repeat: repeat-y;

}

#Header {
	background-image: url(../image-files/header-image.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
}

#ContentWrapper {
	background-color: transparent;
}

#NavColumn {
	background-color: transparent;
}

#ContentColumn {
	background-color: transparent;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5EB449;
	border-left-color: #5EB449;
}

#ExtraColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: transparent;
}

#Footer {
	background-image: url(../image-files/footer-background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 100%;
	background-position: center bottom;
}

#Footer p{
	color: #5BB144;
}

#NavColumn {
	font-size: 100%;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
	font-size: 90%;
	color: #006600;
	margin-top: 0;
}

#ExtraColumn h4 {
	font-size: 90%;
	color: #8B4C20;
	margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
	padding: 0;
	font-size: 110%;
	color: #006600;
	border-bottom: 1px solid #fff;
	margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	margin-top: -6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0px;
}

.Navigation li {
	margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #FFFFFF;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
	background-color: #738533;
}

.Navigation a:visited {
	color: #FFFFFF;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
	background-color: #738533;
}

.Navigation a:hover {
	color: #ffffff;
	display: block; 
	text-decoration: none;
	margin-left: -7px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 11px;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FDB316;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
	text-align: center;
	border: 2px solid #CB8353;
	height: 160px;
	width: 160px;
	margin-bottom: 40px;
	margin-top: 20px;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
	text-decoration: underline;
	color: #006600;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
	list-style-type: none;
	padding: 5px;
}

.ExtraNav ul li {
	display: inline;
	text-align: center;
	padding: 0 4px;
	white-space: nowrap;	
}

.ExtraNav a:link {
	color: #738533;
	text-decoration: none;
	text-align: center;
}

.ExtraNav a:visited {
	color: #738533;
	text-decoration: none;
}

.ExtraNav a:hover {
	color: #5BB247;
	text-decoration: underline;
}

#Header .ExtraNav {
	font-size: 85%;
	position: absolute;
	top: -52px;
	right: 0px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Header .ExtraNav a:link {
	background-color: #738533;
	padding: 10px;
	color: #FFFFFF;
}

#Header .ExtraNav a:visited {
	background-color: #738533;
	padding: 10px;
	color: #FFFFFF;
}

#Header .ExtraNav a:hover {
	background-color: #FDB316;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#Footer .ExtraNav {
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 600px;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #fff;
	width: 95%;
	border: 1px dotted #593D2F;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
}

.CalloutBox1 {
	background-color: #ffffcc;
	width: 95%;
	border: 1px dotted #593D2F;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox img {
margin: 10px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 13px 13px;
}

.ReminderBox {
	background-color: #D6E4B6;
	width: 24%;
	border: 1px solid #CB8353;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #000000;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
	border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
	width: 468px;
	margin: 0 auto 12px auto;
	clear: both;
}

.AdSenseBoxExtraColumn {
	padding: 0;
	margin: 0 auto 12px auto;
	clear: both;
}

.ReturnToNavBox {
	background-color: #fff;
	width: 90%;
	margin: 12px auto 12px auto;
	padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
	width: 148px;
	background-color: #FFFFFF;
	border: 1px solid #CB8353;
	margin: 8px auto 10px 3px;
	padding: 2px 2px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: #006600;
	line-height: 120%;
	text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
	font-size: 85%;
	font-weight: bold;
	color: #000;
	display: block;
	line-height: 150%;
	padding: 5px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}


The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#flyout {float:left; padding:0; margin:3px 0 0 0; list-style:none; position:relative; width:165px;}
#flyout ul {padding:0; margin:0; list-style:none; width:165px; height:auto; background: url(trans.gif); position:absolute; left:-9999px; top:0;}
#flyout table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#flyout li {float:left; margin-bottom:1px;}
#flyout li a {display:block; float:left; width:165px; height:20px; background:#738533; color:#fff; line-height:20px; font-family:Lucida Sans Unicode, arial, sans-serif; font-size:90%; text-decoration:none; text-indent:4px;}
#flyout li a.fly {background:#738533 url(right-arrow.gif) no-repeat right center;}

#flyout li:hover {position:relative;}
#flyout li a:hover {position:relative; background-color:#FDB316; color:#fff;}
#flyout li:hover > a {background-color:#FDB316; color:#fff;}

#flyout ul li a {background:#738533;}
#flyout ul li a.fly {background:#738533 url(right-arrow.gif) no-repeat right center;}
#flyout ul ul li a {background:#ccc;}
#flyout ul ul li a.fly {background:#ccc url(right-arrow.gif) no-repeat right center;}
#flyout ul ul ul li a {background:#FDB316;}

#flyout li a.current,
#flyout ul li a.current,
#flyout ul ul li a.current,
#flyout ul ul ul li a.current {background-color:#738533; color:#fff;}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul {left:170px;}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {left:-9999px;}

#flyout ul li:hover > a {background-color:#FDB316; color:#fff;}
#flyout ul ul li:hover > a {background-color:#FDB316; color:#fff;}



<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 300;
left: 250px; /*position where enlarged image should offset horizontally */

}

</style>

