/******************************************
Styles for the St. Lucie County MRC
*******************************************/
html {
	font: small/1.4 :"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(/images/mrcbg.png);
	background-repeat: repeat-x;
	font-size: 92%;
}	

#banner {
	width: 740px;
	height:175px;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid #000000;
	background: #FFFFFF;
	/*background-color: #FFF; */
	background-image: url(/images/mrcheader.png);
	background-repeat:no-repeat;
	background-position:top;
	z-index: 3;
}

#subMenu {
	color: #000;
	margin-top: -40px;
	height: 20px;
	display: inline;
}

#subMenu table {
	margin-top: -40px;
}

#subMenu td {
	color: #000;
	text-align: center;
	text-decoration: none;
}

#subMenu a:link {
	text-decoration: none;
	color: #000;
}

#subMenu a:visited {
	text-decoration: none;
	color: #000;
}

#subMenu a:hover {
	text-decoration: none;
	color: #fe1711;
}

.wrapperLeft {
	float: left;
	display: inline;
	width: 150px;
	
	
}

#navLeft {
	margin: 0px;
	width: 150px;
	list-style-type: none;
	padding: 0px;
	background-color: #CCC;
	float: left; /* Contain floated list items */
}

#navLeft li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
}

#navLeft a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0 5px;
	line-height: 2.5;  
	border-bottom: 1px solid #FFF;
}

#navLeft #navLeft_con a {
border: none;
}

#navLeft a:hover {
	background: #0b489d;
	color: #FFF;
}


#mainColumn {
	width: 395px;
	float: left;
	padding: 10px;
	text-align: justify;

	
}

.mainHeader {
	text-align: center;
	color: #006;
	font-size: 1.0em;
	font-weight: bold;	
}

#mainColumn h2 {
	color: #0b489d;
	text-transform: capitalize;
}


#mainColumn table {
	width: 380px;
	border-style: outset;
	border-width: thin;
	padding: 3px;
	border-collapse: collapse;
	text-align: left;
}




.wrapperRight {
	float: right;
	display: inline;
	width: 169px;
	length: 600px;
	color: #CCC;
	length: auto;
}

#navRight {
	margin-top: 0px;
	width: 169px;
	float: right;
	display: inline;
	padding: 5px;
	background-color: #CCC;
	color: #000;
}

#footer {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	background-color: #0B489D;
	color: #ffffff;
}
