/* CSS Document */

/* ====== GLOBALS ============*/
* {
  margin:0;
  padding:0;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000;
	height:inherit;
	margin: 0px;
	padding: 0px;
}

img { border: 0; }

/* ========= BODY ==========*/
#maincontainer {
	margin:20px auto;
	width:780px;
	background:white;
}

#maincontainer_inner {
	margin:0;
	padding:5px;
}

		#bannercontainer {
			background:url(images/header7.jpg) no-repeat;
			padding: 237px 0 0 10px;
			height: 30px;
		}
		
		#menu {
			width: 100%;
		}
			
			#menu ul li {
				float: left;
				width: 92px;
				list-style-type: none;
				text-align: center;	
			}
			
		#aboutcontainer {
			padding: 15px 30px 10px 30px;
			/*background-color:#373634;*/
			background-color:#373634;
		}
		
		#bodycontainer {
			padding: 10px 5px 5px 5px;
			/*background-color:#373634;*/
			background-color: #010823;
		}
		
		#newscontainer {
			float: left;
			width: 200px;
			margin: 10px 5px 10px 0;
		}
		
		#newsinner {
			height: inherit;
			padding: 2px 10px 10px 10px;
			background: url(images/box_top3.gif) top repeat-x;
			background-color:#CCCCCC;
			border: 1px solid #777777;
			margin: 5px 0 0 0;
		}
		
		#ratescontainer {
			float: left;
			padding: 10px;
			width: 500px;
			height: auto;
		}
		
		#newscontentcontainter {
			float: left;
			margin: 15px 0 0 0;
			overflow:auto;
			height: 450px;
			width: 550px;
			border: 1px solid #777777;
		}
		
		#featuredcontainer {
			float: left;
			margin: 10px 0 0 0;
			padding: 0 5px 0 0;
		}
		
			#featuredcontainer ul {
				margin: 5px 0 0 0;
			}	
			
			#featuredcontainer ul li {
				float:left;
				width: 245px;
				height: 215px;
				list-style-type: none;
				background: url(images/box_top3.gif) top repeat-x;
				text-align: center;	
				padding: 2px 10px 10px 10px;
				margin: 0 0 0 5px;
				border: 1px solid #777777;
			}
			
		#divetopcontainer {
			height: inherit;
			margin: 5px 0 10px 8px;
		}
		
			#divetopcontainer a, #divetopcontainer ul li {
				display: block;
			}
		
			#divetopcontainer ul li, .boxes {
				height: 15px;
				padding: 5px;
				background:#888888;
				border: 1px solid #CCCCCC;
				font-size: 11px;
				font-weight: bold;
				text-align: center;
				color:#FFFFFF;
				border: 1px solid white;				
			}
			
			.boxes {
				width: 180px;
				margin: 3px 0 0 0;
			}
		
			#divetopcontainer ul li {
				float:left;
				width: 130px;
				margin: 5px 0 0 5px;
				list-style:none;
			}

		#divebottomcontainer {
			padding: 10px;
			height: inherit;
			margin: 5px 0 0 15px;
		}

		#dive_table {
			table-layout:auto;
			border: 1px solid white;
			font-size: 11px;
			color:#F0F0F0;
		}
		
		#send_container {
			padding: 5px;
			margin: 5px 0 0 2px;
		}
		
		#logincontainer {
			float: left;
			width: 265px;
			margin: 70px 5px 150px 250px;
		}
		
		#admincontainer {
			float: none;
			background-color:#ececec;
			border-bottom: 1px solid #c0c0c0;
			margin: 0 0 25px 0;
			height: 20px;
		}
		
#clear_both {
	clear:both;
}

.title_header {
	font-size: 12px;
	font-weight:bold;
	color:#4F78BD;
}

.news_content, .news_content, .site_header, .site_content, .rate_header {
	font-size: 11px;
	line-height:15px;
	text-align:left;
}

	.news_content {
		color:#3F201A;
		text-indent: 10px;
	}
	
	.news_content:hover {
		color:#FFFFFF;
	}

	.site_header {
		font-weight:bold;
		margin: 0 0 10px 0;
		color: #993300;
	}

	.site_content {
		padding: 5px;
		color:#eef3f6;
	}

	.rate_header {
		font-weight:bold;
		color:#eef3f6;
	}

.news_header {
	color: #AEC8EE;
	font-weight:bold;
	font-size: 14px;
	padding: 10px 0 0 20px;
}

.news_content2 {
	font-weight: normal;
	font-size: 11px;
	color:#EBEBEB;
	padding: 30px 0 10px 20px;
}

.news_date {
	font-weight:normal;
	font-size: 10px;
	color:#EBEBEB;
	padding: 0 0 0 30px;
}

.read_more {
	text-align:right;
	font-size: 11px;
	font-weight: bold;
	color: maroon;
}

.form, .login, .button, .textarea {
	border:1px solid #666666;
	background-color:#ffffff;
	font-family:tahoma;
	font-size:11px;
}

.logincontent {
	font-size:11px;
	margin: 0 0 0 15px;
}
	.form { 
		width:225px;
		color:#5F5F5F;
		height:15px;
	}
	
	.login {
		padding-top: 3px;
		width: 150px;
		color:#000000;
		margin: 10px 0 0 5px;
		height:15px;
	}
	
	.button {
		font-weight: bold;
		width: 80px;
		height: 24px;
		margin: 10px 0 0 145px;
	}
	
	.textarea { 
		color:#5F5F5F;
		overflow:auto;
	}

/* ========== Tables ============ */
.table_header {
	background-color: #FFFFFF;
	color:#FF6600;
	font-weight: bold;
	padding: 3px 0 3px 0;
}

.table_row, .table_row2 {
	padding: 3px 0 2px 5px;
	font-size: 11px;
	color: #FFFFFF;
}
	.table_row {
		background-color:#96adea;
	}
	
	.table_row2 {
		background-color:#7292e4;
	}

table_row:hover {
	background-color: #CCCCCC;
	/*padding: 2px 0 2px 0;*/
}

/*
table td{
	background-color:#7294bb;
	border: none;
}

table td:hover {
	background-color:#CCCCCC;
	font-weight:bold;
	color:#336699;
}


/* ======= Admin Menu ========= */
#nav ul li {
   border: solid 1px #c6c3bd;
   list-style-type: none;
}
	
#nav li a  {
	color: #993300;
	font-size: 12px;
	margin-top: 2px;
	padding: 2px 10px 0 10px;
	font-weight: bold;
	display: block;
}

#nav li  {
   float: left;
}

#nav li ul  {
   background-color: #f8f8f8;
   width: auto;
   height: auto;
   display: none;
   position:absolute;
}

#nav li li, #nav li li a  {
   float: none;
   padding: 2px 10px 0 10px;
   font-weight: normal;
}

#nav li:hover ul {
   display: block;
}

#nav li:hover  {
   background-color: #CCCCCC;
}