/* CSS Document */

body {
	background-color:#283941;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    color:#000000;
    margin:0px;
}

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 {
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#283941;
	background-image:url(images/leftbg.jpg);
	background-repeat:repeat-x;
}

*html #design {
	width:1024px;
}


/*Header Section */

#header {
	width:1000px;
	float:left;
	background-color:#243139;
}

	#logo {
		float:left;
		width:700px;
		height:41px;
	}

	#search {
		float:left;
		text-align:left;
	    padding:2px 0px;
		width:300px;
	}

		#search label {
			color:#ffb02a;
			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;
		}
		


		
		
/* columns */

#leftColumn {
	float:left;
	width:695px;
	background-color:#243139;
	background:#243139;
}

	#leftColumn a:hover {
		color:#e13f46;	
	}

#rightColumn {
	float:left;
	width:300px;
	margin-left:5px;
	background-color:#575758;
}

	#rightColumn a:hover {
		color:#e13f46;
		}




/* content */

#pictureBox {
	width:695px;
	height:210px;
  	float:left;
}

	#randomPicture {
		width:695px;
		height:210px;
		margin-top:-20px;
		position:relative;
		z-index:1;
	}

#tabBox {
	width:695px;
	height:16px;
	position:relative;
	z-index:2;
}

#tabBoxTransparent {
	width:695px;
	background-color:#000000;
	margin-top:5px;
}

	#tabBoxTransparent {
		margin-top:2px;
	}

		.translucent {
		   	 opacity: 0.8;
    		 filter: alpha(opacity: 80);
		     -moz-opacity: 0.8;
    		 -khtml-opacity: 0.8;
		  }
		  
		  
#tabContent {
	width:695px;
	height:16px;
	text-align:center;
	background-color:#000000;
	color:#AFACAC;
	font-size:1em;
	z-index:2;
	position:relative;
	font-weight:bold;
}

	#tabContent a {	
		color:#FFFFFF;
		}
	
	
#categoryOpaqueBox {
	width:695px;
	float:left;
	margin:-35px 0px 0px 0px;
	position:relative;
	z-index:2;
}




/* Tabs  */

.shadetabs{
	padding: 3px 0;
	background-color:#000000;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 0;
	font-size:1.1em;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	position:relative;
	padding:3px 7px;
	margin-right:3px;
	border:1px solid #778;
	color:#ffffff;
	font-weight:bold;
}

.shadetabs li a:visited{
	color:#ffffff;
}

.shadetabs li a:hover{
	color:#FFFFFF;
	font-weight:bold;
}

.shadetabs li a.selected{ /*selected main tab style */
	position:relative;
	top:0px;
	background:#eab358;
	background-color:#4d503b;
	color:#4d503b;
	font-weight:bold;
}

.shadetabs li a.selected{ /*selected main tab style */
	color:#ffffff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color:#ffffff;
}

.tabcontent{
	display: block;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}


.tabcontent a {
	font-size:1.1em;
	color:#FFFFFF;	
}




/* featured sites */

#featuredSites {
	float:left;
	width:690px;
	height:145px;
	padding-left:8px;
	padding-top:6px;
	margin:0px;
	border:0px;
	text-align:center;
	background-color:#131c21;
}



	

/* search & explore */

#searchWrapper {
	background-color:#293c4a;
	float:left;
	width:695px;
}

#majorSearches {
	float:left;
	width:310px;
	padding:20px 10px 10px 10px;
}

	#majorSearches h3 {
		font-weight:bold;
		color:#ffffff;
		font-size:1em;
		}
		
		.indent {
			padding-left:10px;
			}
		
	#majorSearches p {
		padding:0px 10px 5px 10px;
		}

#verticlePipe {
	background-color:#5c5c5c;
	float:left;
	width:2px;
	height:60px;
	margin:30px 10px 5px 10px;
}

#exploreNebraska {
	float:left;
	width:310px;
	padding:20px 10px 10px 10px;
}

	#exploreNebraska h3 {
		font-weight:bold;
		color:#ffffff;
		font-size:1em;
		}
		
	#exploreNebraska p {
		padding:0px 10px 5px 10px;
		}


/* accordion */

#accordionWrapper {
	width:300px;
	margin-top:0px;
	margin-left:0px;
	float:left;
	height:55%;
	overflow:hidden;
}

	#governorPicture {
		float:left;
		width:300px;
		height:140px;
		margin-top:-150px;
	}
	
	*html #governorPicture {
		margin-top:0px;
	}
	
	#starterLinks {
		z-index:2;
		position:relative;
		font-size:1em;
		text-transform:capitalize;
		padding-top:10px;
		padding-left:15px;
		width:152px;
		min-height:140px;
	}	

.arrowlistmenu{
	width:300px; /*width of accordion menu*/
}

.arrowlistmenu .menuheaderCornersT{ /*CSS class for menu headers in general (expanding or not!)*/
	color:white;
	background: url(images/accordionbgmobile.jpg) no-repeat center left;
	text-transform:uppercase;
	cursor: pointer;
	padding:4px 0px 4px 30px; /*header text is indented 50px*/
}

	.menuheaderCornersT:hover{ /*CSS class for menu headers in general (expanding or not!)*/
		color:#ff9b41;
	}

.arrowlistmenu .menuheaderCornersB{ /*CSS class for menu headers in general (expanding or not!)*/
	color:white;
	background: url(images/accordionbgmobile.jpg) no-repeat center left;
	text-transform:uppercase;
	cursor: pointer;
	padding:4px 0px 4px 30px; /*header text is indented 50px*/
}

	.menuheaderCornersB:hover{ /*CSS class for menu headers in general (expanding or not!)*/
		color:#ff9b41;
	}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color:white;
	background-color:#2c3d45;
	background: url(images/accordionbgmobile.jpg) no-repeat center left;
	text-transform:uppercase;
	cursor: pointer;
	padding:4px 0px 4px 30px; /*header text is indented 50px*/
}

	.menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
		color:#ff9b41;
	}

	.catName {
		visibility:hidden;
		font-size:0px;
	}

.arrowlistmenu .menuYourGov{ /*CSS class for menu headers in general (expanding or not!)*/
	height:132px;
	padding:4px 0px 4px 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*/
	text-decoration: none;
	line-height:135%;
	width:290px;
}

.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*/
	text-decoration: none;
	line-height:125%;
}






/* additional links */
		
#countyLinks {
	width:280px;
	padding-top:10px;
	padding-left:10px;
	line-height:135%;
	float:left;
}

	#countyLinks a {
		color:#ffb02a;
	}	

#additionalLinks {
	width:280px;
	padding-top:20px;
	padding-bottom: 10px;
	padding-left:10px;
	line-height:135%;
	float:left;
}

	#additionalLinks h3 {
		font-weight:bold;
		color:#ffffff;
		font-size:1em;
		margin-bottom:15px;
		}

#additionalServices {
	width:280px;
	padding-bottom:10px;
	padding-left:10px;
	line-height:135%;
	float:left;
}

	#additionalServices h3 {
		font-weight:bold;
		color:#ffffff;
		font-size:1em;
		margin-bottom:15px;
		}
		
		
		
		
	

/*  footer  */

#footer {
	width:1000px;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
	background-color:#243139;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
}

	#footer a {
		font-size:.85em;
		color:#FFFFFF;
	}





/* text options */


h1 {
	font-size:2em;
	text-transform: uppercase;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
}

h2 {
	font-size:1.50em;
	text-transform:capitalize;
	font-weight:bold;
	color:#FFFFFF;
	margin:20px 0px;
}

h3 {
	font-size:1em;
	text-transform:capitalize;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
}

h4 {
	font-size:1em;
	text-transform:capitalize;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
}

.largeWhiteHeader {
	font-size:1em;
	text-transform:capitalize;
	font-weight:bold;
	color:#FFFFFF;
}

.largeWhiteHeaderReg {
	font-size:1em;
	text-transform:capitalize;
	color:#FFFFFF;
}

.largeWhite {
	color:#cccccc;
}

.medWhite {
	font-size:.98em;
	color:#cccccc;
}

.regularWhite {
	font-size:.85em;
	color:#FFFFFF;
}


/* links */

.orangeLinks {
	color: #ffb02a;
}

.orangeLinks2 {
	color: #ffb02a;
}

.blueLinks {
	color:#66b3ff;	
}



/* content */

 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;}
 div.c2 {border:1px solid gray; width:683px; background-color:#000000; padding:14px 7px 7px 3px; line-height:175%;}
	
	div.c2 a:visited {
		color:#dcdcdc;	
	}
	
	div.c2 .bordered {
		border:1px solid #000000;
		}
		
	div.c2 .bordered p {
		padding:0px 10px 0px 10px;
		line-height:175%;
		}
		
	div.c2 h3 {
		color:#ffffff;
		width:100%;
		font-weight:bold;
		padding-bottom:20px;
		}
		
	.header {
		color:#66b3ff;
		padding-left:5px;
		padding-bottom:20px;
		}
		
		.header:hover {
			color:#e13f46;
			}
		
	.header2 {
		color:#ffb02a;
		padding-left:5px;
		}
		
		.header2:hover {
			color:#e13f46;
			}
	
 div.c1 {text-align: center}
 
 
 .jcarousel-skin-tango .jcarousel-container {
    background: #131c21;
    border: 1px solid #243139;
}





/* modal window */

#infoArea {
	color:#FFFFFF;
	background-color:#000000;
	line-height:175%;
	text-align:left;
}

	#infoArea p {
		padding-left:1%;
		padding-right:3%;
	}
	
	#infoArea p.wide {
		padding-top:25px;
	}
	
	#infoArea h1 {
		line-height:125%;
		padding-left:1%;
		padding-right:3%;
	}
	
	#infoArea h2 {
		line-height:125%;
		padding-left:1%;
		padding-right:3%;
	}
	
	#infoArea h3 {
		line-height:125%;
		padding-left:3%;
		padding-right:3%;
	}
	
	#infoArea h4 {
		padding-left:1%;
		padding-right:3%;
	}	
	
	#infoArea .green {
		color:#b7c95a;
	}
	
	#infoArea a {
		color: #ffffff;
	}	
	
	#infoArea .sitetools2 a {
		color: #6f6f6f;
	}
	
	#infoArea a:hover {
		color:#e13f46;
		}
	
	#infoArea a.orange {
		color: #ffb02a;
	}
	
	#infoArea .blue {
		color:#66b3ff;
	}
	
	#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:33%;
		float:left;
		padding-left:3%;		
		padding-right:1%;
	}

	#columnB {
		width:58%;
		float:left;
		padding-left:1%;		
		padding-right:3%;
	}
		
	#verticalSpacer {
		width:1%;
		float:left;
	}
	
	#verticalSpacer2 {
		width:1%;
		float:left;
	}





#rssArea {
	color:#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: #ffb02a;
	}
	
	#rssArea a:hover {
		color:#e13f46;
		}
	
	#rssArea a.orange {
		color: #ffb02a;
	}
	
	#rssArea .blue {
		color:#66b3ff;
	}

#chan_title {
	color:white;
	margin-left:20px;
	margin-top:20px;
	font-weight:bold;
	font-size:14px;
}

#chan_link {
	color:#ffb02a;
	margin-left:20px;
}

#chan_link a {
	color:#ffb02a;
	margin-left:20px;
}

#chan_description {
	font-size:10px;
	color:white;
	margin-left:20px;
}

#chan_pubDate {
	font-style:italic;
	font-size:10px;
	color:white;
	margin-left:20px;
}

#chan_items {
	margin: 20px;
}

#chan_items #item {
	margin-bottom:10px;
	color: white;
}

#chan_items #item a {
	margin-bottom:10px;
	color: #66b3ff;
}

#chan_items #item #item_title {
	font-weight:bold;
	color: white;
}
