/* CSS Document */

* {
	margin:0;
	padding:0;
	}

body {
	background-image: url(images/pattern_036.gif);
	font-family:Helvetica, sans-serif;
	font-size:11px;
	color:#573E1E;
	}

a {color:#A1490C;}

a:hover {color:#573E1E;}

h3 {font-size:13px;}

h4 {font-size:12px;}
 
#container {
	margin:0 auto;
	width:800px;
	}
		
#header{
	width:800px;
	height:159px;
	background-image:url(images/inshore_bg_01.jpg);
	}

#header h3 {
	margin-right:60px;
	padding-top:55px;
	line-height:1.1em;
	}
			
#nav {
	width:800px;
	height:51px;
	}
	
#wrapper {
	width:800px;
	height:248px;
	background-image:url(images/inshore_bg_09.jpg);
	}
	
#content {
	width:365px;
	height:248px;
	margin-left:80px;
	}
	
#slideshow {
	width:273px;
	height:248px;
	float:left;
	margin-left:480px;
	margin-top:-248px;
	}
	
#footer {
	width:800px;
	height:142px;
	margin:0 auto;
	background-image:url(images/inshore_bglogos_10.jpg);
	clear:both;
	}
	
#leoslogo {
	width:800px;
	margin:0 auto;
	padding:0px;
	}
	
#leoslogo a{
	float:right;
	margin-left:-780px;
	}
	
#scrolldiv{
	/* The total width of the scrolling div including scrollbar */
	width:365px;
	height:240px;	/* The height of the scrolling div */
	}

#scrolldiv_parentContainer{
	width:335px;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	border:0px solid #A1490C;
	float:left;
	position:relative;
	}
	
/*CSS for the scrolling content */
#scrolldiv_content{
	padding: 5px;
	position:relative;
	font-family:Helvetica, sans-serif;
	font-size:11px;
	color:#573E1E;
	line-height:130%;

	}
	
/*The scrollbar slider */
#scrolldiv_slider{
	width:15px;
	margin-left:2px;
	height:240px;
	float:left;
	}
	
/*The scrollbar (The bar between the up and down arrow )*/
#scrolldiv_scrollbar{
	width:15px;
	height:200px;	/* Total height - 40 pixels */
	border:1px solid #573E1E;
	background-image:url(images/scrollbgbrown.png);
	position:relative;	
	}
	
/*The scrollbar handle*/
#scrolldiv_theScroll{
	margin:1px;
	width:13px;
	height:13px;
	background-color:#573E1E;
	position:absolute;	
	top:0px;
	left:0px;
	cursor:pointer;
	}

/*Scroll buttons(The up and down arrows)*/
#scrolldiv_scrollUp,#scrolldiv_scrollDown{
	width:15px;
	height:16px;
	border:1px solid #573E1E;
	background-image:url(images/scrollbgbrown.png);
	color: #BC8FBD;
	text-align:center;
	font-size:16px;
	line-height:16px;
	cursor:pointer;
	}
	
#scrolldiv_scrollUp{
	margin-bottom:2px;
	}
	
#scrolldiv_scrollDown{
	margin-top:2px;
	}
	
#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
	font-family: Symbol;
	}