@charset "utf-8";
/* CSS Document */

#all{
	background-color:transparent;
	width:100%;
	height:100%;
	height:auto;
}

#contain{
	background-color:#FFF;
	width:1015px;
	height:auto;
	margin:0 auto;
}

#top-head{
	height:15px;
	width:100%;
	background-color:#eaeaea;
}

#header{
	background:#fff url('../images/header_bg3.jpg') no-repeat;
	width:100%;
	height:83px;
	position:relative;
	border-bottom:1px solid #999;; padding-left:10; padding-right:0; padding-top:10px; padding-bottom:0
}

#nav{
	width:auto;
	height:auto;
	position:absolute;
	bottom:0;
	right:0;
}

#img-holder{
	width:100%;
	height:auto;
}

#info-holder{
	width:100%;
	min-height:40px;
	/*border-top:#999 1px solid;*/
	overflow:auto;
	background:#fff url('../images/bg-watermark.jpg') no-repeat right bottom;
	
}

#content-holder{
	width:914px;
	height:100%;
	margin:10px auto;
}

#social-table{
	width:270px;
	float:left;
	height:500px;
	margin:4px 0 4px 40px;
}

#social-table table{
	width:250px;
}

#contact-holder{
	width:100%;
	height:auto;
	overflow:auto;
}

.pics{
	width:300px;
	height:200px;
	float:left;
	margin:5px;
	overflow:hidden;
}

#footer{
	width:100%;
	min-height:95px;
	background-color:#949494;
	text-align:center;
	clear:both;
	color:#FFF;
	margin-top:20px;
	position:relative;
}

#box550{
	width:550px;
	height:auto;
	float:left;
	margin:5px;
	margin-left:15px !important;
}

#box650{
	width:650px;
	height:auto;
	float:left;
	margin:5px;
}

#box310{
	width:310px;
	height:auto;
	float:left;
	margin:5px;
}

#box310-right{
	width:310px;
	height:auto;
	float:left;
	margin:5px;
	text-align:right;
}

#box218{
	width:450px;
	height:auto;
	float:left;
	margin:5px;
}

#box700{
	width:700px;
	height:auto;
	float:left;
	margin:5px;
}

.news-box{
	width:100%;
	height:auto;
	margin:10px 0 30px 10px;
	padding-bottom:25px;
}

.inset-box{
	width:300px;
	min-height:200px;
	float:right;
	margin:10px 90px 10px;
}

/*----------------------------SUBPAGE LAYOUT----------------------------------*/
#side-bar{
	width:180px;
	min-height:100px;
	float:right;
	margin:10px 0 30px 30px;
}

.right-fl{
	float:right;
}

/*--------------------------------------FORM LAYOUT-------------------------------------------*/
#signupform{
	margin:10px 0 0 50px;
}

#signupform input{
	margin-bottom:10px;
}