body {
	font: 0.8em Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 750px;
	border: 1px solid #000;
	background-image:url(images/layout/bg_gradient.jpg);
}

#bannertitle {
	position:absolute;
	left: 550px;	
}

#nav {
	width: 150px;
	height: 303px;
	float: left;
	background: url(images/layout/nav_bg.jpg) no-repeat;
	margin-left: 0;
	padding-left: 0;
}
#content {
	width: 590px;
	float: right;
	/*padding-top: 20px;*/
}
#footer {
	clear: both;
	width: 750px;
}
/* --------------------------------------- nav list styling -----------------------------*/

ul#mainnav {
	list-style: none;
	margin: 0;
	padding-left:0;
	/*padding: 10px 0 0 10px;*/
	width:149px;
}

ul#mainnav li {
	position: relative;
	font-weight: bold;
	/*padding-left:10px;*/
}

ul#mainnav a:link, ul#mainnav a:visited {
	text-decoration: none;
	color:#000066;
	display: block;
	border: 1px solid #fff;
	width: 100%;
	background:none;
}

ul#mainnav a:hover {
	text-decoration: none;
	color:#990000;
	background-color:#99CCFF;
	border:1px solid #000;
	display: block;
	width: 100%;
}

ul#mainnav a:active {
	text-decoration: none;
	color:#FFFFFF;
	background-color:#000000;
}
/*----------------------------------------- end nav list -------------------------------------------------*/
/*------------------------------------------------- nav menu ------------------------------------------*/
	
li ul {
	position: absolute;
	left: 110px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background-color:#99ccff;
	}

/* Styles for Menu Items */
	
/* Holly Hack. IE Requirement \*/
* html ul#mainnav li { float: left; height: 1%; }
* html ul#mainnav li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; width:100%; } /* The magic */
/*------------------------------------------------- nav menu ------------------------------------------*/
h6 {
	text-align: center;
}

hr {
	color: #000000;
	height: 1px;
}

h1 {
	font-size: 1.7em;
	background: url(images/layout/underline.gif) no-repeat left bottom;
	line-height: 2.5em;
}

h2 {
	font-size: 1.3em;
	padding-bottom:0;
	margin-bottom:0;
}

form p {
	width:300px;
	background-color:#7D9BC5;
	clear: both;
}

form p label {
	float:left;
}

form p input, form p textarea {
	float:right;
	width:200px;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #7d9bc5;
}

.button {
	cursor: pointer;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.footerImage {
	text-align: center;
}



/* -----------Photo Gallery------------- */
.thumbnail {
	float: left;
	border: none;
	width:450px;
}
.thumbnail p {
	font-weight: bold;
	position: relative top left;
}

.thumbnail img {
	border: solid gray 1px;
	margin: 3px;
	float: left;
}

.album {
	float: left;
	border: none;
	width:500px;
}
.album p {
	font-weight: bold;
	position: relative top left;
}

.album img {
	border: solid gray 1px;
	float: left;
}

.gallerysearch {
	float: right;
	position: absolute top right;
	border:none;
	width:190px;
}
.gallerysearch input#criteria, select {
	position: absolute top left;
	border:1px solid #ccc;
	overflow:hidden;
	width:120px;
}
.gallerysearch input#search {
	position: absolute top right;
	border:1px solid #ccc;
	overflow:hidden;
	width:60px;
}

.galleryshow {
	float: right;
	position: absolute top right;
	border:none;
	width:190px;
}
.galleryshow input#criteria, select {
	position: absolute top left;
	border:1px solid #ccc;
	overflow:hidden;
	width:120px;
}
.galleryshow input#show {
	position: absolute top right;
	border:1px solid #ccc;
	overflow:hidden;
	width:60px;
}
.galleryupload {
	float:right;
	position: relateive left bottom;
	position:
	border:none;
	width:300px;
}


/* --- End Gallery ---- */