
/* Johnson County Prepared Global CSS */



/*---------------------------------

Structure

-----------------------------------*/

body { 
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#wrapperToCenter {
	background-color: #FFFFFF;
	min-height: 768px;
	margin: 0 auto 20px;
	padding: 0pt;
	right: 10px;
	position: relative;
	width: 765px;
}


/*--------------------------------

Header

----------------------------------*/

#header { 
	background-image: url(../images/jocoHeader.png);
	background-repeat: no-repeat;
	height: 135px;
	margin: 0;
	padding: 0;
}

.logo {
	height: 85px;
	position: absolute;
	width: 305px;
	left: 45px;
	top: 35px;
}

.headerContact, .headerJoco {
	color: #e7b810;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height: 12px;
	position: absolute;
}

.headerContact {
	left: 567px;
	top: 7px;
	width: 73px;
}

.headerJoco {
	left: 650px;
	top: 7px;
	width: 106px;
}

/*--------------------------------

Main Content

----------------------------------*/


#mainContent {
	margin: 35px 0 0 0;
	padding: 0;
	width: 765px;
}

.mainFeature {
	margin: 5px 5px 0 0;
	padding: 0;
	width: 553px;
	float: left;/*	float: left;
*/}

.mainFeatureContent {
	margin: 0;
	padding: 15px;
	position: relative;
	border: solid 1px #c7c7c7;
}

.mainSub {
	margin: 5px 0 0 0;
	padding: 15px;
	border: solid 1px #c7c7c7;
}

.mainFeatureContent, .mainSub, .mainBottom, .mainRC {
	color: #205177;
	font-family: "Lucida Grande", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
}

.mainBottom {
	background-image: url(../images/jocoBaseBanner.png);
	background-repeat: no-repeat;
	height: 108px;
	margin: 5px 0 5px 0;
	padding: 0;
	width: 765px;
}

.mainRC {
	margin: 5px 0 0 0;
	padding: 0px;
	width: 205px;
	float: right;
	border: solid 1px #666666;
}

.dateBg, .weather, .threat {
	font-family: "Lucida Grande", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	padding: 5px 0 5px 0;
}

.dateBg {
	background-color: #d6d6d6;
	color: #205177;
}

.weather, .threat { 
	color: #e7b810;
}

.clear { 
	clear: both;
}

/*--------------------------------

Footer

----------------------------------*/

#footer {
	color: #666666;
	font-family: "Lucida Grande", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	min-height: 25px;
	line-height: 10px;
	margin: 0 0 0 0;
	padding: 5px 0;
	width: 765px;
	text-align: center;
}

/*--------------------------------

Misc.

----------------------------------*/


h1, h2, h3, h4, h5, h6, p {
	font-family: "Lucida Grande", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}

h1 {
	/*color: #e7b810;*/
	color: #b67402;
	font-size: 16px;
	line-height: 16px;
}

h2 {
	color: #205177;
	font-size: 12px;
	line-height: 14px;
}

h3 {
	color: #e7b810;
	font-size: 10px;
	line-height: 12px;
	border-bottom: dotted 1px #333333;
}

h4 {
	color: #205177;
	font-size: 10px;
	line-height: 12px;
}

img {
	border: none;
	padding: 0 5px;
}

div.innerPage
{
    width: 100%;
}

/*---------------------------------

Navigation

-----------------------------------*/


a, visited 
{
    color: #b67402;
	/*color: #e7b810;*/
	text-decoration: none;

}

a:hover {
	color: #205177;
	text-decoration: none;
}	
