/* 
------------------------------ 
New Community Development District 
------------------------------ 
*/

body {
	background-image: url();
	background-repeat: repeat-x;
	background-color:#fff;
	margin:0;	
	padding:0;
	font:.9em Arial, Helvetica, sans-serif;
}
h1 {
	font-size:1.8em;
	color:#888;
	text-align:left;
	line-height:normal;
	border-bottom:1px solid #888;
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:4px;
}
h2 {
	font-size: 1.4em;
	color: #001236;
	text-align:left;
	line-height:normal;				
}
h3 {
	font-size:1.2em;
	color: #001236;
	text-align:left;
	line-height:normal;				
}
img {
	border:0;
}
a:link, a:visited {
	color:#426680;
}
a:hover, a:active {
	text-decoration:none;
	color: #7eb3f2;
}
.container {
	background:url(); 
	background-position:top center; 
	background-repeat:no-repeat;
}

.contentlist li {
	margin-bottom:10px;
}

/*
--------------------------------------
===Header              
--------------------------------------
*/
#header 
{
    height:163px;
    margin:0 auto;
    padding:0;
    line-height:0;
    overflow: hidden;
}
#header img
{
    margin:0;
    padding:0;
    border:solid 2px #fff;
}
.headerLinks {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	margin-right:20px;
	font-size:1em;
}	
.topNavBar {
    display:none;

	background-image:url(../images/topNav.jpg); 
	background-repeat:repeat-x; 
	height:36px; 
	border-top:1px solid #003; 
	border-bottom:1px solid #003;
}
.topNav {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	text-align:center;
	width:1000px;
	margin:0 auto;
	font-size:1em;
}
.topNav a,
.topNav a:visited {
	display:block;
	/*padding-left:15px;
	padding-right:15px;*/
	height:26px;
	color:#fff;
}
.topNav a:hover {
	text-decoration:none;
	color:#C5D7BF;
	background-color:#4E738E;
}
.topNav li.selected > a,
.topNav li.selected > a:visited {
	background-color:#84A3B8;
}
/*
--------------------------------------
===Main Body
--------------------------------------
*/
.content {
	width:977px; 
	border-bottom:0px solid #003; 
	border-left:0px solid #003; 
	border-right:0px solid #003; 
	margin:auto; 
	background-image:url();
	background-color:#fff;
	background-repeat:repeat-y;
	}
/*
--------------------------------------
===Left Nav
--------------------------------------
*/
.leftNav {
    display:none;
    
	width:206px; 
	float:left;
}
.leftNav div {
	border-bottom:1px solid #003;
}
.leftNav a, .leftNav a:visited {	
	color:#628D58;
	font-weight:bold;
	font-size:.9em;
	display:block;
	padding:7px 10px;
	text-decoration:none;
}
.leftNav a:active, .leftNav a:hover {
	background-color:#628D58;
	color:#FFF;
	text-decoration:none;
}
.quickLink {
	border-bottom:1px solid #003;
}

/*
--------------------------------------
===Body Content
--------------------------------------
*/
.mainContent {
	margin:0px;
	padding:0;
	width:440px; 
	float:left;
	font-size:.9em;
	line-height:1.4em;
}
.mainContentSingleCol {
	margin:0px;
	padding:0;
	width:690px; 
	float:left;
	font-size:.9em;
	line-height:1.4em;
	border:0px solid #333;
}
.copy {
	margin:0px;
}
.copyBreak {
	/*border-bottom:1px dotted #003;*/
}
/*
--------------------------------------
===Right Nav
--------------------------------------
*/
.rightNav {
	 width:260px; 
	 float:left;
}
.rightNav div.speciallink {
	border:0px solid #003;
	width:200px;
	text-align:center;
	margin:10px;
}
/*
--------------------------------------
===Public Safety
--------------------------------------
*/
#hydrantsAlpha {
	text-align:center;
	width:100%;
	margin:0 auto;
	padding:0;
	background:#000;
	margin-right:1px;
}
#hydrantsAlpha a:link,
#hydrantsAlpha a:visited {
	color:#fff;
}
#hydrantsAlpha a:active {
	color:#CC0000;
	text-decoration:none;
}
/* search results */
#hydrantsResults {
	margin:0;
	padding:10px 0;
}
#hydrantsResults #header {
    clear:both;
	width:713px;
}
#hydrantsResults #header .streetgroup {
    font-weight:bold;
    text-transform:uppercase;
}
#hydrantsResults #item {
	clear:both;
	width:713px;
	margin:0;
	padding:0;
	font-size:.85em;
	border-top:1px solid #efefef;
}
#hydrantsResults #item .streetnumber {
	display:block;
	float:left;
	width:55px;
	text-align:right;
	margin-right:.5em;
}
#hydrantsResults #item .streetname {
	color:#990000;
	float:left;
	margin-right:.5em;
	
}
#hydrantsResults #item .datetested {
	float:right;
}
#listHead {
	float:left;
	width:100%;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	border-bottom:2px solid #000;
}
#listHead #location {
	float:left;
}
#listHead #date {
	float:right;
}

a.RssLink 
{
    background:url(../images/rss-icon.jpg) center left no-repeat;
    padding:4px 0 4px 23px;
    color:#D4652E;
    text-decoration:none;
    font-weight:bold;
    }
.inlineButton 
{
    vertical-align:middle;
}

/*
--------------------------------------
===Footer
--------------------------------------
*/
.footer {
    display:none;
    
	margin:20px 0px 15px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}
.footer a:visited,
.footer a:link {
	text-decoration: none;
	color: #D0DEE7;
	font-weight:bold;
}
.footer a:hover, footer a:active {
	text-decoration: underline;
	color: #fff;
}