/* General Styles */
.none{
	display:none;	
}
.clear{clear:both;}
.error{
	width:80%;
	border:1px dashed #C00;
	color:#C00;
	background-color:#FBEEEB;
	display:block;
	text-align:center;
	font-weight:bold;
	margin:0 auto;
	padding:5px 0;
}
.success{width:80%;border:1px dashed #00AF33;color:#00AF33;background-color:#ceffce;display:block;text-align:center;font-weight:700;margin:0 auto;padding:5px 0;}
.success a{color:#00AF33;}
/* Start Styles */
body{
	font-family:arial,sans-serif;
	font-size:11px;
	background-image:url('../images/background.png');
	background-repeat:repeat-x;
	background-color:#152354;
}
#container{
	width:850px;
	margin:0 auto;
	background:#FFF;
}
#header{
	width:850px;
	height:85px;
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
}
#nav{
	display:inline;
	width:850px;
	height:26px;
	background-image:url('../images/nav.png');
	background-repeat:repeat-x;
	margin-bottom:5px;
}
#content{
	display:block;
	padding:10px 30px;
	width:790px;
	font-size:12px;
}

	#content h3{
		margin-top:25px;
		font-size:16px;	
	}
	
	#content p{
		line-height:20px;
		font-size:14px;
		margin-top:10px;
	}
	
	#content p img{
		display:inline;
		padding:5px;
		float:left;
	}
	
	#content p #links{
		float:none;
		padding:0;
	}
	
	#content p span{
		display:block;
	}
	.bold{
		font-weight:bold;	
	}
	#content #description{
		width:200px;
		float:left;
	}
	
	#content #description.nofloat{
		float:none;
	}
	
	#content ol, #content ul{
		margin:10px 0 0 30px;
	}
	
	#content ol li, #content ul li{
		font-size:14px;
		line-height:20px;
		margin-top:5px;
	}
	
	#content a{
		color:#000;
	}
	#content #contact{
		display:block;
		width:560px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#content #contact span{
		display:block;
		margin-top:5px;
	}

	#content #contact label{
		text-align:right;
		display:inline-block;
		width:235px;
		margin-right:5px;
		font-size:14px;
	}
	
	#content #contact input{
		padding:2px;
	}
	
	#content #contact textarea{
		padding:2px;
		width:300px;
		height:150px;
	}
	
	#content blockquote{
		padding-left:90px !important;	
	}	
	
	#content #apply{
		display:block;
		width:500px;
		margin:0 auto;
	}
	
	#content #apply span{
		display:block;
		margin-top:5px;
	}

	#content #apply label{
		text-align:right;
		display:inline-block;
		width:200px;
		margin-right:5px;
		font-size:14px;
	}
	
	#content #apply input{
		padding:2px;
	}
	
	/* tables */
	table.tablesorter{
		margin-top:5px;	
	}
	table.tablesorter td, table.tablesorter th{
		text-align:center;
		border:1px solid #000;
	}
	table.tablesorter td a h4{
		font-weight:bold;	
	}
	table.tablesorter td a:hover h4{
		text-decoration:underline;
	}
	table.tablesorter thead tr th, table.tablesorter tfoot tr th {
		background-color: #000;
		border: 1px solid #000;
		font-size: 10pt;
		font-weight:bold;
		padding: 8px 4px;
		color:#FFF;
	}
	table.tablesorter tr td{
		padding: 5px 0;	
	}
	table.tablesorter thead tr .header {
		background-image: url('../images/bg.gif');
		background-repeat: no-repeat;
		background-position: center right;
		cursor: pointer;
	}
	table.tablesorter thead tr .headerSortUp {
		background-image: url('../images/asc.gif');
	}
	table.tablesorter thead tr .headerSortDown {
		background-image: url('../images/desc.gif');
	}
	table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
		background-color: #000;
	}
	table.tablesorter tr td{
		line-height:24px;	
	}
	.hov:hover{
		background-color:#DADADA;
	}
#member{
	display:block;
	width:100%;
	margin-top:50px;
	height:100%;
}

	#member img{
		border:1px solid #000;
		width:140px;
		float:left;
		margin-right:5px;
	}
	
	#member h4{
		font-size:18px;	
		font-weight:bold;
	}
	
	#member h5{
		font-size:15px;	
		font-weight:bold;
	}
		#member h5 a:hover{
			text-decoration:none;
		}
		
	#member p{
		line-height:20px;
		font-size:14px;
		margin-top:0px;
	}

#footer{
	width:850px;
	line-height:26px;
	background-image:url('../images/nav.png');
	background-repeat:repeat-x;
	background-color:#000;
	color:#FFF;
	text-align:center;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}