body
{
	/*background-image:url("images/GradientBG.png");
	background-repeat:repeat-x;
	background-position:top;*/
	background-color: #203366;
	margin:0;
	padding:0;
}
#container
{
	margin-top:0px;
	padding-top:0px;
	position: relative;
	width:802px;
}
#containerSub
{
	/*background-color:#ff8d19;*/
	margin-top:0px;
	padding-top:0px;
	position: absolute;
	width:100%;
	left:14px;
	top:410px;
	z-index:3;
}
#nav, #nav ul
{
	list-style-type:none;
	position: absolute;
	left:29px;
	top:150px;
	margin:0;
	padding:0;
	z-index:3;	
}
#nav a:link,a:visited
{	
	display:block;
	font:bold small "Trebuchet MS", sans-serif;
	color:#FFffff;
	width:100px;
	text-align:center;
	padding:5px;
	text-decoration:none;
	text-transform:uppercase;	
}
#nav a:hover,a:active
{
	background-color:#29abe2;
}
#slideshow
{	
	position:absolute;
	top:25px; 
	right:-14px;
	z-index:-1;
}
#heading, #heading h1
{
	z-index:2;
	font-family:"Trebuchet MS", sans-serif;
	color:#ffffff;
	position: absolute;
	top:165px;
	right:5px;
	width:350px;
	text-transform:uppercase;	
}
#main
{
	clear:both;
	width:100%;
	background-color:white;
	color:#003399;
	padding-bottom:40px;	
	margin-bottom:0;
}
#main h2
{
	font-family:"Trebuchet MS", sans-serif;
	text-align:left;
	padding-left: 30px;
}
#main p
{	
	font-family:"Trebuchet MS", sans-serif;
	text-align:left;
	margin-left: 20px;
	padding-right: 50px;
}
#fish
{
	clear:both;
	z-index:3;
	background-color:#ffffff;
	color:white;
	width:100%;
}
#footer
{
	clear:both;
	z-index:3;
	background-color:#ffffff;
	color:white;
	width:100%;
	height:100px;
	top:-425px;
}
#quotes
{
	/*background-color:#f7931e;*/
	background-image:url("images/qBG.png");
	background-repeat: no-repeat;
	background-position: top center;
	float: right;
	width:200px;
	height:300px;
	margin:0px 15px 0px 15px;
	padding:10px 15px 0px 15px;
}	
#quotes h4
{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", sans-serif;
	color:white;
	/*border-bottom: 1px solid white;*/
}
blockquote 
{ 
	text-align:left;
	color:white;
	display: none; 	
	padding: 0.5em;
	margin: 0 .75em 0 .75em;
}
blockquote cite
{
	clear:both;
	color:white;
	float:right;
	padding:0;
	margin:0;
}	
#quote0    
{ 
	display:block; 
}

