/* CSS Document */

body {
	background-color:#283941;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
	font-size:10px;
}

a {
	text-decoration:none;
	}
	
#branding { 
	background-image: url('images/branding-header_bg.gif');
	background-repeat: repeat-x;
	z-index:2;
}
	
#page {
	width:100%;
	text-align:center;
}

#design {
	text-align:left;
	min-width: 100px;
	max-width: 300px;	
}





/*Header Section */

#header {
	width:300px;
	float:left;
	background-color:#243139;
}

	#logo {
		float:left;
	}

	#search {
		float:left;
		text-align:left;
		margin-top:-4px;
	}

		#search label {
			color:#ffffff;
			font-size:10px;
		}

		#search input[type="radio"] {
			color:#eeeeee;
			margin:2px;
			width:8px;
			height:8px;
		}

		#search input[type="text"] {
			background-color:#595757;
			border-style:inset;
			border-width:1px;
			border-bottom-color:#979798;
			border-top-color:#979798;
			border-left-color:#979798;
			border-right-color:#979798;
			color:#eeeeee;
		}

		#search input[type="button"] {
			background-color:#595757;
		}
		

	#optionalBorder {
		background-color:#e7e7e6;
		border:1px solid #939393;
		}
		
		
/* columns */

#leftColumn {
	float:left;
	width:300px;
	margin:0px;
	background-color:#f7f7f6;
}

	#leftColumn a:hover {
		color:#e13f46;	
	}

#rightColumn {
	float:left;
	width:300px;
	margin:0px;
	background-color:#f7f7f6;
}

	#rightColumn a:hover {
		color:#e13f46;
		}




/* content */

#pictureBox {
	width:300px;
	height:150px;
  	float:left;
}

	#randomPicture {
		width:300px;
		height:150px;
		margin-top:-20px;
	}

#tabBox {
	width:300px;
	height:20px;
}

#tabBoxTransparent {
	width:300px;
	height:10px;
	background-color:#243139;
}


		.translucent {
		   	 opacity: 0.95;
    		 filter: alpha(opacity: 95);
		     -moz-opacity: 0.95;
    		 -khtml-opacity: 0.95;
		  }
		  
		  
#tabContent {
	width:300px;
	height:20px;
	text-align:center;
	background-color:#243139;
	z-index:2;
	position:relative;
	text-transform:capitalize;
	color:#FFFFFF;
	font-weight:bold;
}

	#tabContent a {	
		color:#FFFFFF;
		}




/* featured sites */

#featuredSites {
	display:block;
	float:left;
	width:285px;
	margin:5px;
}




	

/* search & explore */

#searchWrapper {
	float:left;
	width:300px;
}

#majorSearches {
	float:left;
	width:288px;
	padding:5px;
	border:1px solid #283941;
}

	#majorSearches h3 {
		font-weight:bold;
		color:#ffffff;
		font-size:1em;
		background-color:#283941;
		}
		
		.indent {
			padding-left:10px;
			}
		
	#majorSearches p {
		padding:10px;
		}

#verticlePipe {
	float:left;
	width:0px;
	height:0px;
}

#exploreNebraska {
	float:left;
	width:288px;
	padding:5px;
	border:1px solid #283941;
}

	#exploreNebraska h3 {
		font-weight:bold;
		color:#ffffff;
		font-size:1em;
		background-color:#283941;
		}
		
	#exploreNebraska p {
		padding:10px;
		}


/* accordion */

#accordionWrapper {
	width:298px;
	margin-top:0px;
	margin-left:-1px;
	float:left;
	height:55%;
	overflow:hidden;
}


	#governorPicture {
		float:left;
		width:297px;
		height:140px;
		margin-top:-130px;
	}
	
	*html #governorPicture {
		margin-top:5px;
		width:294px;
	}
	
	#starterLinks {
		z-index:2;
		position:relative;
		text-transform:capitalize;
		padding-top:4px;
		padding-left:15px;
		width:152px;
		min-height:140px;
	}
	

.arrowlistmenu{
	width:299px; /*width of accordion menu*/
	margin:2px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	width:300px;
	color:white;
	background-color:#243139;
	text-transform:uppercase;
	cursor: pointer;
	padding:4px 0px 4px 10px; /*header text is indented 50px*/
}

	.menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
		color:#7c2b00;
	}

	.catName{ /*CSS class for menu headers in general (expanding or not!)*/
		color:#8ee95c;
		font-weight:normal;
		font-size:12px;
		padding-right:40px;
	}


.arrowlistmenu .menuYourGov{ /*CSS class for menu headers in general (expanding or not!)*/
	height:132px;
	padding:4px 0px 4px 0px; /*header text is indented 4px*/
}

	*html .arrowlistmenu .menuYourGov{ /*CSS class for menu headers in general (expanding or not!)*/
		padding-bottom:-1px; /*header text is indented 4px*/
		padding:0px; /*header text is indented 4px*/
	}

.arrowlistmenu p{ /*CSS for p of each sub menu*/
	margin-left:10px;
	/*background: url(arrowbullet.png) no-repeat center left; custom bullet list image*/
	line-height:135%;
	width:290px;
}

*html .arrowlistmenu p {
	width:293px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
}

.arrowlistmenu p a{
	/*background: url(arrowbullet.png) no-repeat center left; custom bullet list image*/
	line-height:150%;
}

/* additional links */

#countyLinks {
	width:275px;
	padding-left:10px;
	line-height:135%;
	float:left;
	font-weight:bold;
}

	#countyLinks a {
		color:#7c2b00;
		font-weight:bold;
	}	

#additionalLinks {
	width:275px;
	padding-top:20px;
	padding-left:10px;
	line-height:135%;
	float:left;
	font-weight:bold;
}

	#additionalLinks h3 {
		font-weight:bold;
		color:#ffffff;
		font-size:1em;
		margin-bottom:15px;
		}

#additionalServices {
	width:275px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:10px;
	line-height:135%;
	float:left;
	font-weight:bold;
}

	#additionalServices h3 {
		font-weight:bold;
		color:#ffffff;
		font-size:1em;
		margin-bottom:15px;
		}



/*  footer  */

#footer {
	width:300px;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
	background-color:#131c21;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
}

	#footer a {
		font-size:.80em;
		color:#FFFFFF;
	}





/* text options */


h1 {
	font-size:1.5em;
	text-transform: uppercase;
	font-weight:bold;
	margin:0px;
}

h2 {
	font-size:1.25em;
	text-transform:capitalize;
	font-weight:bold;
	margin:20px 0px;
}

h3 {
	text-transform:capitalize;
	font-weight:bold;
	margin:0px;
}

.largeWhiteHeader {
	text-transform:capitalize;
}

.largeWhiteHeaderReg {
	text-transform:capitalize;
}

.medWhite {
	font-size:.90em;
	color:#555555;
}

.regularWhite {
	font-size:.80em;
}

.bold {
	font-weight:bold;
	}


/* links */

.orangeLinks {
	color: #7c2b00;
}

.orangeLinks2 {
	color: #7c2b00;
		font-weight:bold;
}

.blueLinks {
	color:#0b53be;	
		font-weight:bold;
}

.blueLinks2 {
	color: #0c4aca;
		font-weight:bold;
}

 img.c4 {float:right; vertical-align:middle; padding:2px;}
 img.c5 {float:left; vertical-align:middle; padding:2px;}
 img.c3 {float:right; vertical-align:bottom; padding:0px;}
 #c2 {width:300px; padding:5px 0px 5px 0px;}
	
	#c2 a:visited {
		color:#555555;
		font-weight:normal;
	}
	
	#c2 .bordered {
		border:1px solid #243139;
		}
		
	#c2 .bordered p {
		padding:10px;
		line-height:175%;
		}
		
	#c2 h2 {
		color:#000000;
		font-weight:bold;
		font-size:1em;
		}
		
	#c2 h3 {
		background-color:#283941;
		color:#000000;
		width:100%;
		font-weight:bold;
		font-size:.90em;
		}
	
	#c2 .largeWhiteHeaderReg {
		color:#555555;
	}
		
	.verticle {
		float:left;
		width:1px;
		height:120px;
		margin-top:25px;
	}
		
	.header {
		color:#ffffff;
		padding-left:5px;
		}
		
		.header:hover {
			color:#7c2b00;
			}
		
	.header2 {
		color:#ffffff;
		padding-left:5px;
		}
		
		.header2:hover {
			color:#7c2b00;
			}
	
 div.c1 {
	 text-align: center;
	 width:295px;
	 }
	 
 
 
 .jcarousel-skin-tango .jcarousel-container {
    background: #131c21;
    border: 1px solid #243139;
}




/* modal window */

#infoArea {
	color:#000000;
	background-color:#ffffff;
	padding-top:3%;
	padding-bottom:3%;
	line-height:175%;
	text-align:left;
	padding-left:10px;
}
	
	#infoArea .leftAlign {
		margin:0px;
		padding:0px;
	}
	
	#infoArea h1 {
		padding-left:3%;
		padding-right:3%;
		color:#000000;
	}	
	
	#infoArea h2 {
		color:#000000;
	}
	
	#infoArea .green {
		color:#5c7642;
	}
	
	#infoArea p {
		padding-left:3%;
		padding-right:3%;
	}
	
	#infoArea a {
		color: #555555;
	}
	
	#infoArea .sitetools2 a {
		color: #6f6f6f;
	}

	#infoArea a:hover {
		color:#e13f46;	
	}

	#infoArea a.orange:hover {
		color:#e13f46;	
	}

	#infoArea a.blue:hover {
		color:#e13f46;	
	}	
	
	#infoArea .orangeLinks {
	color: #7c2b00;
	font-weight:bold;
	}
	
	#infoArea .orange {
	color: #7c2b00;
	font-weight:bold;
	}
	
	#infoArea .blue {
	color: #0b53be;
	font-weight:bold;
	}
	
	#column1 {
		width:29%;
		float:left;
		padding:1%;
	}
			
	#column2 {
		width:30%;
		float:left;
		padding:1%;
	}

	#column3 {
		width:29%;
		float:left;
		padding-left:1%;		
		padding-right:1%;
	}

	#columnA {
		width:100%;
		float:left;
	}

	#columnB {
		width:58%;
		float:left;
	}
		
	#verticalSpacer {
		width:1%;
		float:left;
	}
	
	#verticalSpacer2 {
		width:1%;
		float:left;
	}


/* text options */


#infoArea h1 {
	font-size:1em;
	text-transform: uppercase;
	font-weight:bold;
	margin:0px;
}

#infoArea h2 {
	font-size:.90em;
	text-transform:capitalize;
	font-weight:bold;
	margin:20px 0px;
}

#infoArea h3 {
	text-transform:capitalize;
	font-weight:bold;
	color:#000000;
	margin:0px;
}

#infoArea p {
	font-size:.90em;
}


/* links */

#infoArea .orangeLinks {
	color: #7c2b00;
}

#infoArea .orangeLinks2 {
	color: #7c2b00;
}


#infoArea .blueLinks {
	color:#0b53be;	
}

#infoArea .blueLinks2 {
	color: #0c4aca;
}




/* rss parse styles */

#rssArea {
	color:#000000;
	background:#FFFFFF;
	line-height:175%;
	text-align:left;
}

	#rssArea p {
		padding-left:1%;
		padding-right:3%;
	}
	
	#rssArea h1 {
		line-height:125%;
	}
	
	#rssArea h2 {
		line-height:125%;
	}
	
	#rssArea a {
		color: #0b53be;
	}
	
	#rssArea a:hover {
		color:#e13f46;
		}
	
	#rssArea a.orange {
		color: #7c2b00;
	}
	
	#rssArea .blue {
		color:#0b53be;
	}

#chan_title {
	color:000000;
	margin-left:20px;
	margin-top:20px;
	font-weight:bold;
	font-size:14px;
}

#chan_link {
	color:#7c2b00;
	margin-left:20px;
}

#chan_link a {
	color:#7c2b00;
	margin-left:20px;
}

#chan_description {
	font-size:10px;
	color:000000;
	margin-left:20px;
}

#chan_pubDate {
	font-style:italic;
	font-size:10px;
	color:000000;
	margin-left:20px;
}

#chan_items {
	margin: 20px;
}

#chan_items #item {
	margin-bottom:10px;
	color: 000000;
}

#chan_items #item a {
	margin-bottom:10px;
	color: #0b53be;
}

#chan_items #item #item_title {
	font-weight:bold;
	color: 000000;
}
