/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #000000 repeat;
	margin: 5px 0px 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div, textarea {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}


/* Redefines the p tag */
p {
	font-size: 11px;
	padding-left: 30px;
	padding-right: 20px;
	color: #444;
	line-height: 14px;

}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #888;
	line-height: 23px;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 30px;
	clear:both;
	text-transform:uppercase;
	
}

h2 {	
    font-size: 15px;
	font-weight: bold;
	color: #FF9933;
	line-height: 25px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 40px;
		
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	line-height: 18px;
	margin: 15px 0px 10px 50px;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	color: #4A0094;
	line-height: 27px;
	margin: 0px 0px 15px 0px;
	text-align:center;
}
li {
	font-size: 12px;
	padding-left: 5px;
	margin-left: 10px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #000000;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #000066;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #0066FF;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
a:active {
	margin: 0px;
	padding: 0px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	height: auto;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
}

div#logo {
width: 130px;
z-index: 100;
position:absolute;
top: 0px;
left: 0px;
clear:both;
background-image:url(images/logo121206.gif);
background-repeat:no-repeat;
margin: 0;
display:block;

}
/* Styles the table that serves as the container for the content and navigation.*/
table#container {
}

table#container td {
	vertical-align: top;
}
/* divs */
div#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}
div#container2 {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_body.jpg);
}

div#maps {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#footer {
	background: #000000;
	height: 16px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
	padding: 5px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
div#footer p {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#footer a:link {
	font-size: 12px;
	color: #DFDAC6;
	text-decoration: underline;
}
div#footer a:visited {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#footer a:hover {
	color: #FFCC00;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#footer a:active {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	width: 750px;
	padding: 0px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#copyright a:link {
	font-size: 10px;
	color: #FFCC00;
	text-decoration: underline;
}
div#copyright a:visited {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#copyright a:hover {
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#sitecontainer {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;
	border: 1px solid #FFFFFF;
	position:relative;
}
div#leftcolumn {
	float: left;
	width: 158px;
	line-height: 1em;
	border-top-style: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}
div#rightcolumn {
	float: left;
	width: 589px;
	line-height: 1.2em;
	border-top-style: none;
	background-color: #E2E1F3;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
/* ------------------------- MAIN NAVIGATION ----------------------------- */
/*  pg 1 only NAVIGATION  */

/* Lists, by default, are block level elements, so the applying the inline style removes the line breaks of a block level element and causes the links to line up next to one another. We float the items left as some browsers have difficulty displaying the inline property correctly in this fashion. We remove all margins and padding and the bullet by setting the list style type to none.*/

div#navcontainerpg1 {
	width: 561px;
	text-align: left;
	padding: 0px;
	height: 23px;
	float: left;
	margin: 0px;
}

ul#mainnavpg1 {
	float: left;
	margin: 0px;
	padding: 0px 9px;
	width: 550px;
	height: auto;
	}


ul#mainnavpg1 li {
	display: block;
	margin: 0px auto;
	padding: 2px 3px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	width: auto;
	float: left;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnavpg1 li a:link, ul#mainnavpg1 li a:visited, ul#mainnavpg1 li a:active {
	font-size: 11px;
	text-align: center;
	display: block;
	width: auto;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnavpg1 li a:hover {
	color: #000000;
	font-size: 11px;
}
ul#mainnavpg1 li a.current:link, ul#mainnavpg1 li a.current:visited {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* ----------------- MAIN NAVIGATION - OTHER PAGES ----------------- */

div#navcontainer {
	width: 750px;
	text-align: left;
	padding: 0px;
	height: 23px;
	float: left;
	margin: 0px;
	background-image: url(images/bg_nav_container.jpg);
}

ul#mainnav {
	float: left;
	margin: 0px;
	padding: 0px 9px;
	height: auto;
	}


ul#mainnav li {
	display: block;
	margin: 5px auto 0px auto;
	padding: 2px 15px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	width: auto;
	float: left;
	
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-align: center;
	display: block;
	width: auto;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #000000;
	font-size: 11px;
}
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding: 3px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #343120;
}

img.left2 {
	float: left;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

img.left3 {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
}
img.right {
	float: right;
	padding: 3px;
	border: 1px solid #343120;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}
img.rightnoborder {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
img.center {

	float: none;
	padding: 3px;
	border: 1px solid #343120;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

img.border {
	padding: 3px;
	border: 1px solid #343120;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear {
	clear: both;
}


/* ----------------- CUSTOM CLASSES ----------------- */
.textbos {
	float: right;
	height: auto;
	width: 400px;
	border: 1px dashed #6C8DB8;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6C8DB8;
	padding: 5px;
	margin: 5px 10px 5px 5px;
}
.privacystatment {
	font: 9px/16px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}
.form {
	background: #FFFFCC;
	border: 1px solid #6B8CB9;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height: 13px;
}
.form2 {
	background-color: #FFFFCC;
	border: 1px solid #6B8CB9;
}
.strong {
	margin-left: 40px;
}
.centered {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	color: #1C1855;
	font-family: Tahoma, Verdana, Arial;
}

.textbosCenter {
	float: none;
	height: auto;
	width: 400px;
	border: 1px dashed #6C8DB8;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6C8DB8;
	padding: 5px;
	margin: 5px auto;
	text-align: center;
}
.current {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #1C1855;
}
.bodytxt {
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal;
	text-align: left;
	color: #1C1855;
}
.centeredsmall {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 9px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.centerednormal {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	padding-top: 30px;
}
.largewhitetxt {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.addresswhite {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}
.verdannasmall {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
}
.locationtext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #2C22A7;
	text-align: center;
	font-weight: bold;
}

div#flashup{
	width:690px;
	margin:0 20px;	
}
div#clear{

}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this script and the associated (x)html
is available at http://www.stunicholls.com/menu/photo_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#gallery {
	width:700px;
	height: 400px;
	margin: 0 auto;
	position:relative;}
#gallery ul {
	list-style:none;
	padding:5px;
	margin:0;
	width:300px;
	float:right;}
#gallery ul li {
	display:inline;
	width:50px;
	height:50px;
	float:left;
	margin:0 4px 4px 0;
	padding: 0;
	border:1px solid #444;
	cursor:pointer;}
#gallery ul li img {
	display:block;
	width:50px;
	height:50px;}
#gallery ul li span {
	display:none;
	position:absolute;
	left:396px;
	top:174px;
	width:276px;
	line-height:15px;
}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click div img.default {
	margin:5px auto 0 auto;
	width: auto;
	height: auto;}

#gallery ul li.off {
	display:none;}

#gallery ul li.click {
	border-color:#fc0;
	background:#f8f8f8;
	cursor:default;}

#gallery ul li.click div {
	position:absolute;
	left:0;
	top:0;
	width:390px;
	height:355px;}

#gallery ul li.click div img {
	margin:5px auto 0 auto;
	width:auto;
	height:auto;
	border:1px solid #fff;}

#gallery ul li.click span {
	display:block;}
