@charset "UTF-8";
/* CSS Document */

a:link {text-decoration:none;color:#FFF;}     /* unvisited link */
a:visited {text-decoration:none;color:#FFF;}  /* visited link */
a:hover {text-decoration:none;} /* hover link */

html {
	font-family:verdana;
	letter-spacing: 1px;
	background-image:url(/Images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #000 ;
	color:#FFF;
	}
p {
	font-size: .9em;
}
h2 {
	font-size: 1.5em;
}
form {
	margin:0px;
}
#main {
	width:900px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height:100px;
}
#content {
	height:400px;
	background-color:#000;
	border: 1px solid #333;
	padding:10px;
}
#galleryContent {
	background-color:#000;
	border: 1px solid #333;
}
#bottom-menu {
	background: #000;
	margin-top: 5px;
	border: 1px solid #333;
}
.menu ul {
	margin-top:75px;
	margin-right:20px;
	float:right;
	list-style:none;
}
.bottom-menu ul {
	float:left;
	list-style:none;
}
.menu li {
	display:inline;
	font-size:.9em;
	padding-left: 5px;
}
.menu a:hover {
	text-decoration:none;
	border-top: 2px solid silver;
}
.bottom-menu a:hover {
	text-decoration:none;
	border-bottom: 2px solid silver;
}
#bottom-menu .bottom-menu li {
	display:inline;
	font-size:.9em;
	margin: 5px 2px 5px 2px;
}
.logo {
	float:left;
	width:200px;
	margin-top:15px;
	margin-left:25px;
	padding: 1px;
	font-family: Arial;
	line-height:1.4em;
	text-decoration: none;
}
.logo h1 {
	font-size: 2.5em;
	padding:0;
	margin:0;
	font-weight:normal;
}
.smalllogo {
	font-size:.3em;
	letter-spacing:.15em;
}
.largelogo {
	font-family: "Arial Black"
}
.desc {
	color: #999;
	font-size:.8em;
}
.holder {
	float:left;
	width:460px;
}
#intro {
	height: 400px;
	font-size:.8em;
}
#results {
	height: 275px;
}

#results ul {
	padding-left: 10px;
	list-style:none;
}

#results li {
	font-size:small;
	padding:4px 7px;
	line-height:1.2;
}
.lsItem {
	padding: 2px;
	border-bottom:  1px solid #444;
	background:#222;
	height:30px;
}
.lock {
	background-image: url(../Images/locks.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:30px;
}
.slideshow {  
	float:right;
    width:  400px;
} 
.slideshow img {   
    border:  1px solid #666;   
}
.scroll-pane {
	overflow: auto;
}
.clear {
	clear:both;
}
.highlight {
	border-bottom-color:#F00;
	border-bottom-width:1px;
}
******************* Form Styling

ol.forms {
	float: left;
	width: 100%;
}
ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
	list-style:none;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 10%;
}
ol.forms input { width: 60%; }
ol.forms textarea {
	height: 20em; 
	width: 90%; 
}
ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}
ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}

******************* Gallery styling
#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}

#container {
	font-size: 70%;
	padding: 20px;
}

*****************

