/* Minification failed. Returning unminified contents.
(35,1): run-time error CSS1019: Unexpected token, found '}'
(227,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */

/***********************************************************************************    Overall Site    **/
body{
	background-color:#c2d4ec;
	font-family:'Century Gothic';
	
	
}
img{
	border:none;
}

#page{
	margin:auto;
	width: 960px;
	background-color: #FFFFFF;
	overflow:hidden;
	-webkit-box-shadow: -1px 4px 16px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -1px 4px 16px rgba(50, 50, 50, 0.5);
	box-shadow:         -1px 4px 16px rgba(50, 50, 50, 0.5);
	
	background-image: -webkit-gradient(
	linear,
	right top,
	left bottom,
	color-stop(0, #FAF9F5),
	color-stop(1, #C6D3D5)
);
background-image: -o-linear-gradient(left bottom, #FAF9F5 0%, #C6D3D5 100%);
background-image: -moz-linear-gradient(left bottom, #FAF9F5 0%, #C6D3D5 100%);
background-image: -webkit-linear-gradient(left bottom, #FAF9F5 0%, #C6D3D5 100%);
background-image: -ms-linear-gradient(left bottom, #FAF9F5 0%, #C6D3D5 100%);
background-image: linear-gradient(to left bottom, #FAF9F5 0%, #C6D3D5 100%);
	}
}

p{
	font-size:.97em;
	padding:0;
	padding-top:10px;
	margin:0;
	font-weight:bold;
	color: #4c4d4f;
}	
ul{
	font-weight:bold;
	color:#4c4d4f;
}
h1{
	color:#2f6f67;
	text-shadow: 0px 1px 2px #838385;
	font-size: 2em;
	text-align:center;
	margin:0;
}

h2{
	color:#183248;
	font-size: 1.5em;
	padding:0;
	margin:0;
	}

h3{
	color: #7ac142;
	font-size:1.2em;
	padding:0;
	margin:0;
    text-align:left;
}
h4{
	padding-top:0;
	margin-top:20px;
	padding-bottom:0;
	margin-bottom:5px;
	color:#2f6f67;
	font-size:1.1em;
	text-align:center;
	font-weight:normal;
}


.padding
{
	padding: 0% 6% 4% 6%;
}

.img {
    width:90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.dropShadow{
	-webkit-box-shadow: -20px 20px 50px 0px #b1afb3;
	-moz-box-shadow: -20px 20px 50px 0px #b1afb3;
	box-shadow: -20px 20px 50px 0px rgba #b1afb3;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; /* future proofing */
	-khtml-border-radius: 20px; /* for old Konqueror browsers */
	border-top: 2px solid #d0d0d0;
	border-right: 2px solid #d0d0d0;
	background-color:#e9e9e9;
}
/***********************************************************************************    Header    **/

.header{
	background:fff;

	overflow:hidden;
	clear:both;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.homeIMG{
	width: 100%;
	}


/***********************************************************************************    Menu Bar     **/
#cssmenu{ 
	height:33px; 
	display:block; 
	padding:0; 
	border:1px solid;  
} 
#cssmenu > ul {
	list-style:inside none; 
	padding:0; 
	margin:0;
} 
#cssmenu > ul > li {
	list-style:inside none; 
	padding:0; margin:0; 
	float:left; 
	display:block; 
	position:relative;
} 
#cssmenu > ul > li > a{
	outline:none; 
	display:block; 
	position:relative; 
	padding:9px 20px; 
    color:#2f6f67; 
	font:bold 14px/100% Arial, Helvetica, sans-serif; 
	text-align:center; 
	text-decoration:none; 
} 
#cssmenu > ul > li > a:after{ 
	content:''; 
	position:absolute; 
	border-right:1px solid; 
	top:-1px; 
	bottom:-1px; 
	right:-2px; 
	z-index:99; 
} 
#cssmenu ul li.has-sub:hover > a:after{
	top:0; 
	bottom:0;
} 
#cssmenu > ul > li.has-sub > a:before{ 
	content:''; 
	position:absolute; 
	top:10px; 
	right:6px; 
	border:5px solid transparent; 
	border-top:5px solid #fff; 
} 
#cssmenu > ul > li.has-sub:hover > a:before{
	top:15px;
} 
#cssmenu ul li.has-sub:hover > a{ 
	background: #838385; 
	border-color:#838385; 
	padding-bottom:13px; 
	padding-top:13px; 
	top:-1px; 
	z-index:999; } 
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div{
	display:block;
} 
#cssmenu ul li.has-sub > a:hover{
	background:#838385; 
	border-color:#838385;
} 
#cssmenu ul li > ul, #cssmenu ul li > div{
	display:none; 
	width:auto; 
	position:absolute; 
	top:33px; 
	padding:8px 0;
	background:#e3ded9; 
	border-radius:0 0 5px 5px;
	z-index:999; 
} 
#cssmenu ul li > ul{
	width: 102%;
} 
#cssmenu ul li > ul li{
	display:block;
	list-style:inside none; 
	padding:0; 
	margin:0; 
	position:relative;
} 
#cssmenu ul li > ul li a{ 
	outline:none; 
	display:block; 
	position:relative;
	margin:0; 
	padding:8px 20px; 
	font:10pt Arial, Helvetica, sans-serif; 
	color:#2f6f67; 
	text-decoration:none; 
	text-shadow:1px 1px 0 rgba(0,0,0, 0.5); 
} 

#cssmenu, #cssmenu > ul > li > ul > li a:hover{ 
	background:#fff; 
} 
#cssmenu{
	border-color:#e3ded9;
} 
#cssmenu > ul > li > a{=
	border-right:1px solid #1b313d; 
	color:#4e85c9; ;
} 
#cssmenu > ul > li > a:after{
	border-color:#e3ded9;
} 
#cssmenu > ul > li > a:hover{
	background:#e3ded9;
} 
/***********************************************************************************    Tooltip    **/
.ui-tooltip-content{
	font-size:10pt;
	font-family:'Century Gothic';
  }
div.ui-tooltip {
    max-width: 450px;
}
/***********************************************************************************    Home page     **/
.home{
	width: 100%;
}

.cPadding {
    padding:2%;
}

.left {
    margin-top:25px;
    float:left;
    width:47%;
	margin-bottom:5px;
}
.right {
    margin-top:25px;
    float:right;
    width:47%;
	margin-bottom:5px;
    margin-right: 10px
}
#donutChart{
	float:left;
	padding:15px;
	margin-top:0px;
	margin-left:15px;
    margin-bottom: 25px;
	width:25%;
}
.center{
	
	display:block;
	margin-left: auto;
    margin-right: auto;
	border-spacing: 0px;
	
}
.tableTitle1{
	height: 25px;
	padding-top:5px;
	padding-bottom:5px;
}
.tableTitle2{
	height: 25px;
	padding-top:5px;
	padding-bottom:5px;
}
.table {
    width:100%;
    margin-left: 0;
    margin-right: auto;
	border-spacing: 0px;
}
.table td{
    border-bottom:2px solid #000;
    padding-top:10px;
    }
.col1{
	width:70%;
}
.col2{
	text-align:right;
}

.upperList{
    padding-top:5px;
    padding-bottom:5px;
}
/***********************************************************************************    County     **/
.countyContainer{
	clear:both;
}

.mapContainer{
	display: block;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
    width:300px;
	overflow:hidden;
}
.mapNav{
	float:left;
	width: 100%;
}

.countyPic img{
	margin-left: auto;
	margin-right: auto;
	display:block;
}
.countyTable{
	width:100%;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.countyTable table{
	-webkit-box-shadow: -1px 4px 16px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -1px 4px 16px rgba(50, 50, 50, 0.5);
	box-shadow:         -1px 4px 16px rgba(50, 50, 50, 0.5);
}
.countyTable th{
	background-color:#173148;
	font-size: 15px;
	color:#fff;
}
.countyTable td{
	background-color:#ffffff;
	font-size: 14px;
	color:#173148;
}
.column2{
	text-align:center;
}
.column1{
	padding-left:25px;
	font-weight: bold;
	height:19px;
}
/***********************************************************************************   Footer     **/
.footer{
	clear: both;
    background:#173148; 
	width: 100%;
	float: left;
	list-style: none;
	padding:0;
	text-align:center;
	padding-left:0%;
	
}
.footer ul{
	padding-bottom:25px;
	padding-right:0px;
	width:550px;
	float:left;
	margin:0px 0px 0px 210px;
	display:block;

}
.footer li{
	float:left;
	padding: 0;
	margin:0;
	display:block;
}
	
.footer li a{
	color: #fff;
	display: block;
	padding-right: 50px;
	font-size:90%;
	text-decoration:none;
}
.footer ul li ul li{
	float: none;
	padding:0;
	margin:0;
}
.footer ul li ul li a{
	float:left;
	text-align:left;
	padding-bottom:2px;
	margin:0;
}
.copyright{
	font-size:60%;
	text-align:right;
	color: #fff;
}
.footer1{
	width:100%;
	margin:0;
	clear:both;
}
.footer2{
	float:right;
	width:40%;
}
.bottom{
	clear:both;
}
.bottom img{
	float:left;
	padding: 10px 5px 0px 35px;
	clear:left;
}
.bottom p{
	color:#fff;
	font-size:70%;
	padding: 30px 25px 10px 205px;
	margin:0;
	text-align:left;
}
