/* Start of CMSMS style sheet 'bowdon' */
/* FunkDaWeb CMS */
body,td,th, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333333;
text-align:left;
}
body {
	background-color: #006432;
	margin: 0px;
	background-image:url(images/bkgrd.gif);
}


/* Forms */
.boxes {width:180px;}

.dropboxes { width:184px;} 

form { margin: 0px;}


/* Main Links */
a {
	color: #006532;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006532;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:visited:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {text-decoration: none;}


/* Footer Links */
a.bottom2{
	color: #ffffff;
	text-decoration: none;
}
a.bottom2:link {
	color: #ffffff;
	text-decoration: none;
}
a.bottom2:visited {
	text-decoration: none;
	color: #ffffff;
}
a.bottom2:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.bottom2:visited:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.bottom2:active {
	text-decoration: none;
	color: #ffffff;
}


/* heading tags */
h1 {
	font-size: 130%;
	color: #006532;
}
h2 {
	font-size: 120%;
	color: #006532;
}
h3 {
	font-size: 110%;
	color: #006532;
}
h4 {
	font-size: 110%;
	color: #ffffff;
}


/* template images */
.bottom {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/site_bottom.gif);
height:111px;
color: #ffffff;
}
.bottom2 {
font-size:90%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
}
.right {
background-image:url(images/site_right.gif);
width:56px;
height:554px;
background-repeat:repeat-y;
}
.top {
background-image:url(images/site_top.gif);
height:53px;
background-repeat:repeat-y;
}
.left {
background-image:url(images/site_left.gif);
width:57px;
height:554px;
background-repeat:repeat-y;
}

/* spacer */
.height20 {height:20px;}
.width20 {width:20px;}


/* Newsletter */
.newsletter {
background-image:url(images/newsletter_bkgrd.jpg);
width:253px;
height:112px;
}
/* End of 'bowdon' */

/* Start of CMSMS style sheet 'gallery' */
.style1 {
	font-size: 14px;
	font-weight: bold;
}

/* Image Gallery - Small Thumbnail Images */
.thumb {
	margin: 1em 1em 1.6em 0; /* Space between images */
	padding: 0;
	float: left;
	text-decoration: none;
	line-height: normal;
	text-align: left;
}

.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
	width: 100px; /* Image width*/
	height: 100px; /* Image height*/
	display: inline;
	padding: 12px; /* Image padding to form photo frame */
	/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
	margin: 0;
	background-color: white; /*Background of photo */ 
	border-top: 1px solid #eee; /* Borders of photo frame */
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #eee;
	text-decoration: none;
}

.thumb a:visited img {
	background-color: #eee; /*Background of photo on hover - sort of a light grey */
}

.thumb a:hover img {
	background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
}

.thumbPicCaption {
	text-align: center;
	font-size: smaller;
	margin: 0 1px 0 0;
	padding: 0;
	width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
	/* display: none;  if you do not want to display this text */
}

/* Image Gallery - Big Images */
.bigPic {
	margin: 10px 0 5px 0;
	padding: 0;
	line-height: normal;
}

.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0 1px 0 0;
	padding: 0;
	width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
	/* display: none;  if you do not want to display this text */
	}

.bigPic img{ /* Big Image settings */
	width: 350px; /* Width of Big Image */
	height: auto;
	display: inline;
	padding: 18px; /* Image padding to form photo frame. */
	/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
	margin: 0;
	background-color: white; /* Background of photo */ 
	border-top: 1px solid #eee; /* Borders of photo frame */
	border-right: 2px solid #ccc; 
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #eee;
	text-decoration: none; 
	text-align: left;
}

.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
	margin: 0;
	width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
	padding: 0;
	color: #000;
	font-size: smaller;
	line-height: normal;
	text-align: center;
	/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
}
/* End of 'gallery' */

/* Start of CMSMS style sheet 'menu' */
/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul {
list-style: url(none) none;
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
list-style: url(none) none;
}
#primary-nav li { 
   position: relative; 
list-style: url(none) none;
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display:block;
   margin:0;
   min-height:1em;
   padding:10px 15px;
   text-decoration:none;
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
   font-size:125%;
}
#primary-nav li, #primary-nav li.menuparent { 
   background-image:url(images/button_bkgrd.gif); 
   min-height:1em; /* Fixes IE7 bug*/
   height:37px;
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #C7C7C7; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 

}

#primary-nav a:hover { 
   background-image:url(images/button_bkgrd.gif); 
   background-position: 0 -37px !important; 
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #E7AB0B; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}
dfn {
display:none;
height:0;
overflow:hidden;
position:absolute;
width:0;}
/* End of 'menu' */

