
			/* **********************************************/
			/*   MAIN STYLE SHEET FOR ISLAND COUNTY MRC		*/              
			/*   CONTAINS GLOBAL STYLES ONLY - LOCAL STYLES 	*/
	     		/*						*/
			/*   ARE IN DOCUMENT STYLE SHEETS! 			*/		  		/*						*/
		   	/*   Don't edit unless you know what you're doing! 	*/
			/* **********************************************/

				/* BODY BACKGROUND AND MARGINS */
body 	{
		background: #fff url(/images/topbar2.gif) repeat-y;
		margin: 0;
		padding: 0;
		}
				/* BANNER STYLES */
				
/* Controls position of the logo in the first-tier page banner. */
#banimg {
		position: absolute; 
		left: 16px; top: 0; 
		z-index: 2; 
		width: 90%;
		}
		
/* Controls position of the logo in the second-tier page banner. */
#banimg2 {
		position: absolute; 
		left: 52px; top: 0; 
		z-index: 2; 
		}
		
/* Controls position and background image of first-tier page banner area. */
.bantxt {
		margin: 0 0 0 105px;
		z-index: 1; 
		background: #fff url(/images/banner4.jpg) repeat-x; 
		height: 82px;
		padding: 0 0 0 80px; 
		}
		
/* Controls position and background image of secont-tier page banner area. */
.bantxt2 {
		margin: 0 0 0 90px;
		z-index: 1; 
		background: #fff url(/images/bannersm.jpg) repeat-x; 
		height: 41px;
		padding: 0 0 0 60px; 
		}
		
/* Sets the ALT text of the main banner image as a level-1 heading. */
.bantxt h1,
.bantxt2 h1 {
		display: block;
		font: bold 140% "trebuchet ms", verdana, arial, helvetica, sans-serif;
		color: #000080;
		text-align: center;
		margin: 0;
		}

				/*STYLES FOR THE MAIN CONTENT AREA */
				
/* Controls position of main content area on the page. */
#main {
		border-left : 1px solid #abe;
		padding: 0 30px 0 25px;	
		position: absolute; 
		left: 26%; 
		top: 75px;
		z-index: 4;
		}
/* Controls appearance of main content text. */
#main p {
		line-height: 120%; 
		font: small arial, helvetica, sans-serif;
		margin-top: 5px;
		}


/* Controls main content level-2 heading - i.e. the page title. */
#main h2 {
		font: bold 26px "trebuchet ms", verdana, arial, helvetica, sans-serif;
		color: #000080;
		text-align: center;
		margin-bottom : 12px;
		margin-top : 25px;
		}
/* Controls main content level-3 heading - content subheading, if any. */
#main h3 {
		font: bold 18px "trebuchet ms", verdana, arial, helvetica, sans-serif;
		color: #000080;
		margin-bottom: 12px;
		margin-top: 30px
		}
/* Styles for links appearing in the main content text. */
#main a { 
		color : #369;
		}
#main a:visited { 
		color : #963
		}
#main a:hover { 
		color : #f00 
		}
p a		{
		text-decoration: underline;
		}
				/*STYLES APPLIED TO THE NAVBAR LAYER */

/*Controls position of navbar column. */ 
#navbar {
		position: absolute; 
		left: 16px; top: 160px; 
		width: 150px; 
		z-index: 3
		}
		
/* Puts a blue border around Main Navbar Links */
.navLinks {
		width: 100%; 
		background: #2c3099; 
		border: 1px solid #2c3099;
		padding: 0 1px;
		margin: 0;
		}
		
/*Style Applied to Main Navbar Section Links */
#navbar a {
		display: block;
		width: auto;
		font: bold 12px verdana, arial, helvetica, sans-serif;
		background: #def;
		color: #333;
		margin: 2px 0;
		padding: 3px 1px 3px 12px;
		text-decoration: none;
		}
#navbar a:active {
		background: #ffc;
		padding: 2px 0 2px 11px;
		border: 1px solid #f00;
		color: #f00;
		text-decoration: none
		}
#navbar a:hover {
		background: #2c3099;
		padding: 2px 0 2px 11px;
		border: 1px solid #fff;
		color: #ffc;
		text-decoration: none
		}
			/*STYLES APPLIED TO THE COPYRIGHT TEXT */
#copyrights,		
.copyrights {
		color: #666;
		width: 150px;
		font: 9px verdana, arial, helvetica, sans-serif;
		background: white; 
		border: 1px solid #2c3099;
		padding: 3px 2px;
		}

			/*TURNS OFF BORDERS AROUND HYPERLINKED IMAGES*/
img { 
		border : 0px; 
		display : block 
		}
.inlinimg { 
		display : inline 
		}

				/* OTHER STYLES */
.center {
		text-align: center;
		}