/* CSS Document */

@import 'sidebar.css';
@import 'forms.css';
@import 'footer.css';

body
	{
		font-family				: Arial, Helvetica, sans-serif;
		font-size				: 12px;
		color					: #000;
	}

img
{
	border						: none;
}
#page-container
	{
		width					: 950px;
		margin					: 0 auto;
	}
	
#header-wrap
	{
		margin					: 0;
		padding					: 0;
	}

#banner-wrap
	{
		margin-bottom			: 1px;
		-margin-bottom			: 0px;
	}
	
#time-wrap
	{
		background				: url(images/bg.jpg) repeat-x;
		height					: 18px;
		text-align				: right;
		color					: #313131;
		padding					: 5px 5px 0 0;
		margin-bottom			: 5px;
	}	
		
	
.clearer
	{
		clear					: both;
	}		 
	
	
#content-wrap	
	{
		float					: left;
		width					: 567px;
		min-height				: 600px;
		height					: auto !important;
		-height					: 600px;
		display					: block;
		margin-left				: 13px;
		border-left				: 1px solid #c3c3c3;
		color					: #575757;
		padding					: 10px 10px 10px 20px;
		-padding				: 10px 10px 10px 10px;
	}
	

	
#facade-wrap
	{
		/*background			: url(images/facade-bg.gif);
		border					: 1px #1bb2de solid;*/
		height					: 90px;
		width					: 100%;
		padding					: 3px 10px 10px 5px;
		-padding				: 10px 10px 10px 10px;
	}
	

.divider
	{
		height					: 1px;
		size					: 1px;
		color					: #e4e3e3;
		background-color		: #e4e3e3;
		margin					: 10px 0 10px 0;
		padding					: 0;
	}
	
	
ul#module-wrap
	{
		list-style				: none;
		margin					: 0;
		padding					: 10px 0 0 0;
	}
	
ul#module-wrap li
	{	
		float					: left;
		display					: block;
		width					: 199px;
	}
	
#content-wrap h2
	{
		margin					: 0;
		padding					: 0;
		color					: #4f4f4f;
		font-size				: 16px;
	}


/*general link style*/	
#content-wrap a, a:visited
	{	
		color					: #575757;
		text-decoration			: none;
	}

#content-wrap a:hover
	{	
		color					: #575757;
		text-decoration			: underline;
	}
/*end general link style*/	


#content-wrap .cat-box
	{
		float: left;
		width: 230px;
	}
	
#content-wrap .flash-clock
	{
		float: right;
		width: 335px;
	}



	
ul.category 
	{
		margin					: 0;
		padding					: 0 0 0 10px;
		list-style				: none;
	}

ul.category li
	{
		line-height				: 22px;
		color					: #575757;
	}
		


	
#landbased 
	{
		width					: 230px;
		height					: 160px;
		
	}	
#seabased 
	{
		width					: 230px;
		margin					: 0 0 20px 0;
	}	
	
/** added by -E- on August 3 */
.red, .red li
{
	color:red;
}
.help
{
	font-size:10px;
	color:#2978AF;
}
.center
{
	text-align:center;
}

/** August 4 */
.guido 
{
	color:#2978AF;
	font-weight:bold;
}
.even
{
	background-color:#c0c0c0;
}

.oaxfoot {
color:#E8E8E8;
}
.oaxfoot a {
color:#E8E8E8;
text-decoration:none;
}

.oaxfoot a:hover {
color:#666666;
text-decoration:underline;

}
