/* CSS Document */

/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #020306;
	font: 0.8em/2em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../images/mainbackground.jpg);
	background-position: center top;
}
a:link {
	color: #99CC33;
	text-decoration: none;
}
a:hover {
	color: #78AD65;
	text-decoration: underline;
}
a:visited {
	color: #78AD65;
	font-weight: bold;
	text-decoration: none;
}
h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
	font: 14px "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #666699;
}
.whitetext {color:#FFFFFF;}
.whiteback {background-color:#F0F3F6;}


/* Layout &  Wrappers - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content {
	background-image: url(../images/trans-white.png);
	background-repeat: repeat;
}
#contentfooter{
	background-image: url(../images/bottom-tran.png);
	background-repeat: no-repeat;
	height: 35px;
	margin-right: 20px;
}

#titleheaders {
	height:35px;
	padding: 20px 10px 10px;
	text-align: right;
	font-family: "Lucida Grande", Arial, Helvetica;
	color: #CCCCCC;
	font-size: 18px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #78AD65;
	margin-top: 40px;
}

#address{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: right;
	padding-right: 10px;
	background-image: url(../images/addressbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #333333;
	height: 30px;
}
#banner {
	height: 160px;
	display: block;
}
#topnav {
	height:40px;
}

#footer {
	font-size: 80%;
	color: #78AD65;
	background-image: url(../images/footerstrip.gif);
	height: 60px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	text-align: right;
	padding-right: 10px;
}
#footer a {
	color: #277584;
}

/* Various Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clear {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}
.hr { border-top:1px solid #B9CEE1; margin-top: 10px; margin-bottom: 10px; }
.left {float:left;}
.right {float:right;}
.bordertop {border-top:1px solid #FF6600}
.indent {
	text-indent: -2000px;
}

/* Custom Text Styles  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */

.mainheader {
	font: 170%/150% Arial, Helvetica, sans-serif;
	color: #EB819F;
	text-align: left;
	text-transform: none;
}
.green{color:#78AD65;}
.serif-green {
	color:#78AD65;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.medium-green {
	color:#78AD65;
	font-size:14px
	}
.large-green {
	color:#78AD65;
	font-size:16px
	}


/* TOP NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topnav {
	display: block;
	margin: 0px;
	padding:0px 0px 0px 10px;
	list-style: none;
	width: 550px;
	background-repeat: no-repeat;
	height: 65px;
	float: right;
}
#topnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;		
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav  li a {
	font: bold normal 14px/60px "Lucida Grande", Arial, Helvetica;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	padding: 50px 5px 0px;
	text-transform: capitalize;
	height: 65px;
	width:75px;
	color: #FFFFFF;
}
#topnav  li a span {
	display: block;
	width:100%;
	height:65px;
}
#topnav li a:hover {
	color: #78AD65;
	padding: 47px 5px 0px;
	height: 65px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #78AD65;
}
#topnav li a.selected, #nav li a:hover.selected   {
	color: #78AD65;
	background-image: url(../images/transparent-blue.png);
	background-repeat: repeat;
	padding: 47px 10px 0px;
	height: 65px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #78AD65;
}
#last { border-right:1px solid #FFFFFF; }

/* SUB NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#subnav {
	margin: 0px;
	padding:60px 0px 0px 10px;
}	
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a {
	list-style-type: none;
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 10px 10px;
	font: bold normal 11px/25px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position: right center;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#subnav li a:hover {
	color:#78AD65;
}
/* Gallery Thumbs   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.gallerythumb{
	float:left;
	border: none;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: #CCCCCC;
}
.gallerythumb img{
	padding: 1px;
	display: inline;
}
