@charset "utf-8";
/* CSS Document */

/* Body */

body {
	font-family: Century Gothic, Verdana; 
	background-color:#300;
	/*background-image:url(images/bg.jpg);*/
	}

form input{
	background:none;
	border: none;
}

textarea {
	background:none;
	border:1px solid black;
}

form .button {
	background:none;
	width: 31em;
	border:0px;
}

div.container
{
width:902px;
margin:0px 0px 0px 0px;
border:0px solid gray;

line-height:140%;
}

div.backdrop {
	margin: 90px auto;
	background-color:#C89D3C;
	/*background-image:url(images/2.jpg);*/
	border:2px solid silver;
	z-index:-1;
	width: 902px;
	height: 600px;
	
}

/* Menu */

#menu {
	width: 902px;
	margin: 0 auto;
	padding: 0;
	height: 60px;
	background-color:silver;
	color:black;
	/*background-image: url(images/stockton2.jpg);*/
 	 border:0px solid black;
  	/* for IE */
  	filter:alpha(opacity=50);
	font-variant:small-caps;
	/* CSS3 standard */
	opacity:.5;
	z-index:3;
	
}

#menu2 {
	width: 900px;
	margin: 20px 0 0 0;
	padding: 1;
	height: 30px;
	background-color:silver;
 	 border:1px solid black;
  	/* for IE */
  	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:.5;
	z-index:3;
	}
	
	#menu2 span {
	display: block;
	float: right;
	height: 25px;
	margin: 0px 0px 0px px;
	padding: 4px 60px 0 60px;
	background: url(images/img05.gif) repeat-y left top;
	font-size: 12px;
	color: black;
	cursor:default;
	}
	
	#menu2 span:hover {
		background-color:black;
		filter:alpha(opacity=70);
		opacity:.7;
		color:white;
	}
		


#menu a {
	display: block;
	float: left;
	height: 40px;
	margin: 1px 0px 0px 0px;
	padding: 20px 37px 0 37px;
	background: url(images/img05.gif) repeat-y right top;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	color: black;
}

#menu a:hover, .active {
	color: #FFFFFF;
	background-color:#000;
	filter:alpha(opacity=100);
	opacity:2;
}

#menu .first {
	background: none;
}

 #searchwrapper {
width:310px; /*follow your image's size*/
height:40px;/*follow your image's size*/
background-image:url('images/searchbox.png');
background-repeat:no-repeat; /*important*/
margin: 10px 0px 0px 580px;
	padding: 20px 37px 0 337px;
position:relative; /*important*/
z-index:3;
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
font-size: 16px;
background-color:transparent; /*important*/
position:absolute; /*important*/
top:5px;
left:9px;
width:203px;
height:28px;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:225px;
width:42px;
height:28px;
}

#content {
	margin: 30px 0 0 10px;
	
	}


/* misc objects*/
img {
	z-index:0;
	margin: -63px 0px 0px 0px;
}

.hilite {
	filter:alpha(opacity=100);
	opacity:1;
	width: 320px;
	}
	
#gallery td{
	color:#2a1e0e;
}
	
#slide {

	margin: 10px 0px 0px 0px;
	height:350px;
}
a, a:visited, a:active img{
	color:#2a1e0e;
	text-decoration:none;
}

#gallery a:hover {
	border-bottom: 40px solid white;
	color:white;
}
