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

html, body {
	margin:0px;	
	height:100%;
	background:url(../images/bg.jpg) no-repeat top center;
		background-color:#222;

}

a img {
	border:0;
}

#inbed {
	width:960px;	
	min-height:100%;
	margin:0 auto;
	background-color:#eae9e9;
}

#header {
	width:100%;
	height:50px;
	z-index:98;	
}

#logo {
	position:absolute;
	z-index:99;	
}	

#nav {
	min-width:130px;
	float:right;	
	border:#AAA thin solid;
	margin-right:41px;
	height:35px;
	padding-top:15px;
	text-align:center;
	cursor:pointer;
	border-bottom:none;
	border-top:none;
}

#header a{
	font-family:Impact, sans-serif;
	font-size:16px;
	color:#222;
	text-shadow:#FFF 1px 1px 1px;
	text-decoration:none;
}

#navUnderline {
	width:110px;
	height:3px;
	background-color:#ac3e3e;
	border-right:#FFF thin solid;
	border-bottom:#FFF thin solid;
	margin:5px auto;
	display:none;
}


#slideshow {
	margin:0 auto;
	width:880px;	
	height:380px;
	margin-bottom:20px;
	overflow:hidden;
	border-right:thin solid #FFF;
	border-bottom:thin solid #FFF;
}
.banner { 
    margin:0 auto;
	width:880px;	
	height:380px;
	margin-bottom:20px;
	overflow:hidden;
	position: relative; 
	
	
}
.banner ul  { margin-left:-40px;  }
.banner li { list-style: none; height:380px;  }
.banner ul li {
	    position: relative; 
		display: block;
		float: left;
		height: 380px;
		overflow: hidden;
		
	}
	.bannerOverlay {
		
		position:absolute;
		width:880px;
		height:105px;
		bottom:0;
		background-color:Black;
       z-index:1;
       /* These three lines are for transparency in all browsers. */
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       filter: alpha(opacity=90);
       opacity:.9;
	   
	   padding: 5px 30px 5px 20px;
	}
	.banner .head  {
		font-size: 32px;
		line-height: 46px;
		float:left;
		color: #fff;
		font-family:Impact, sans-serif;
		letter-spacing:1px;

		
	}
	.banner .head2  {
		font-size: 14px;
		line-height: 18px;
		float:left;
		color: #fff;
		margin-right:20px;
		font-family: Helvetica, sans-serif;
	}
.banner .dots {
		position: absolute;
		float:right;
		
		right: 20px;
		top: 20px;
		z-index:101;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}
#tabs {
	width:370px;
	height:20px;
	margin:-10px auto 40px;
	border-bottom:#aaa solid thin;
}

.tab {
	width:10px;
	height:10px;
	background:url(../images/tab.png);
	margin-top:15px;
	position:absolute;	
	background-position:0px 0px;	
	cursor:pointer;
}

#content {
	margin:0 auto;
	width:880px;
}

h1 {
	font-family:Impact, sans-serif;
	font-size:32px;
	text-shadow:1px 1px 1px #fff;
	color:#222222;
	letter-spacing:-1px;
}

#h1Underline {
	width:550px;
	height:5px;
	background-color:#222222;
	border-right:#FFF thin solid;
	border-bottom:#FFF thin solid;
	margin-top:-15px;
}

#mainText {
	width:550px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	text-shadow:1px 1px 1px #fff;
	margin-top:20px;
	margin-bottom:40px;
}

#footer {
	height:50px;
	width:880px;
	margin:30px auto 0px;
	border-top:#AAA thin solid;	
}

#footer a{
	float:right;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#666;
	margin-top:10px;
	text-decoration:none;	
}

#footer a:hover{
	text-decoration:underline;	
}

#login {
	float:right;
	width:260px;
	height:160px;
	background-color:#BBB;
	padding: 20px;
	padding-top:0px;	
	font-size:10px;
	font-family:Helvetica, sans-serif;
}

h2 {
	font-family:"Impact", Helvetica, sans-serif;
	font-size:20px;
	text-shadow:1px 1px 1px #fff;
	color:#222222;
	//letter-spacing:-1px;
	margin-top:12px;
}

@-moz-document url-prefix() {
    h2 {
		font-family:"Impact", Arial Black, sans-serif;
		font-weight:normal;
    }
	
	h1 {
		font-weight:normal;
	}
}

.cell {
	min-width:100px;	
	min-height:30px;
	float:left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	text-shadow: #fff 1px 1px 1px;
}

.cell img:hover {
	cursor:pointer;
}

input {
	margin-top:-3px;	
	width:150px;
}

#contactCell {
	width:150px;
	float:left;	
}
.cellError {
	border:1px solid #C00;
}
textarea {
	width:300px;
}

.shadow {
	width:360px;
	float:right;	
	padding: 10px;
	background-color:#BBB;
	border-right:#FFF thin solid;
	border-bottom:#FFF thin solid;
	}
.smallRedError {
	color: #C00;
	font-size: 9px;
	margin-bottom:5px;
}