/* Global containers and divs */

@media screen {

.maincol { /* Generic class for main content div */
	margin: 5px 0 0 0;
}

.subcol { /* Generic class for subnavigation/sub-content div */
	margin: 10px 0;
	padding: 0;
	border: 1px solid silver;
	background: url("/sites/JGP4_154/images/background_block_h2.gif") top repeat-x;	
}

.subcol h1 , .subcol h2 {
	padding: 5px;
	margin: 0;
	color: white;
	border-bottom: 1px solid silver;
	padding-left: 45px;	
	
}

.subcol ul {
	list-style: none;
	margin: 0;
	padding: 5px 5px 10px 10px;
	/*background: url(images/background_block_generic.gif) bottom repeat-x;*/
}

.subcol ul li {
	display: inline;
	padding: 3px 10px 3px 0;
}

.subcol ul li a , .subcol ul li a:link , .subcol ul li a:active {

}



#header {
		clear: both;		
		height: 105px;
		background: url("/sites/JGP4_154/images/banner_top.jpg") right no-repeat #fff;
		
}

/*#footerwrapper {
	height: 1%;	

}*/

/*#footercontainer {
	width: 100%;
	float: left;
	margin-right: -140px;
}*/

.clearing {
	height: 0;
	clear: both;
}

	#footer {
		clear: both;
		background: url("/sites/JGP4_154/images/background_footer.jpg") right repeat-y #9C3B96;
		height: 70px;
	}
	
	#footer img {
		float: left;
		margin-top: 4px;
	}
	
	#footerlinks {
		clear: both;
		background: url("/sites/JGP4_154/images/background_footerlinks.jpg") repeat-x top white;
		text-align: right;
		padding: 6px 25px;
	}
	
	#footerlinks #copyright {
		
	}

	
	#footerlinks ul {
		clear: both;
		float: left;
		margin: 0; padding: 0;
	}
	
	#footerlinks ul li {
		float: left;
		display: inline;
	}

	#footerlinks ul li a {
		display:block;
		padding: 0 10px 0 0;
		text-transform: lowercase;
		color: black;
		text-decoration:none;
border-left:1px solid #9F9F9F;padding-left:10px;
	}
	
	
	#footlogos {
		float: right;
		width: 650px;
	}
	
	#footlogos img {
		margin: 9px 10px 0px 0px;
		border: 1px solid white;
		float: right;
	}

#innerwrap {
	clear: both;
	
}

/* Styles for first block div, usually main navigation */

#firstblock {
	padding: 0 20px;
	height: 1%;
}

#firstblock ul {
	list-style:none;
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
	float: left;
}

#firstblock li {
	list-style: none;
	display: inline;
	float: left;	
	background: url("/sites/JGP4_154/images/nav_corner_right.gif") top right no-repeat;	
	margin: 0 5px;
}

#firstblock li a {
	display:block;
	padding: 6px 12px;
	font-weight: bold;
	background: url("/sites/JGP4_154/images/nav_corner_left.gif") top left no-repeat;	
}

#firstblock li.selected {
	background: url("/sites/JGP4_154/images/nav_current_corner_right.gif") top right no-repeat;	
}

#firstblock li.selected a {
	background: url("/sites/JGP4_154/images/nav_current_corner_left.gif") top left no-repeat;
	text-decoration: none;
}


/* Styles for secondblock div - usually main page content */

/*#contentpanel {
	clear: both;
	margin: 0 10px;
	padding: 10px 10px 10px 10px;
	background: White;
	height: 15em;
}

html>body #contentpanel {
	height: auto;
	min-height: 15em;
}*/

div#poweredby {
	text-align: left;
	margin: 5px 25px;
float:right



}

#poweredby a {

}

img.donnylogo {margin-top:14px !important}

#leftcolumn .innerbox {
padding: 0 0 0 10px;
}

form#aspnetForm {
margin: 0 0 0 0;
padding: 5px 0 5px 0;
}

}
}