html {
	height:100%;
}

body {
	margin:0px;
	background-color:#efefef;
	font-size:9pt;
	font-family:"Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	height:100%;
}

html > body #pagecontainer {
	height:auto;
}

#pagecontainer_background {
	margin:auto;
	padding:0px;
	background-image:url(custom/images/pagecontainer_background.gif);
	background-repeat:repeat-y;
	width:920px;
}

#pagecontainer {
	margin:auto;
	padding:0px;
	width:880px;
	height:auto;
}

#header_welcome {
	background-color:#5183A6;
	background-image:url(custom/images/header-bg.jpg);
	repeat:repeat-x;
	display:block;	
	padding:0;
	margin:0;
	height:70px;
}

#headerbanner {
	width:100%;
}

#main {
	height:100%;
	background-color:#528EAD;
	background-image:url(custom/images/main_background.gif);
	background-repeat:repeat-y;
}

#content {
	margin: 0px 0px 0px 190px;
	border-right: 1px solid #efefef;
	border-left: 0px solid #CCCCCC;
	border-bottom: 0px solid #efefef;
	background-color: #ffffff;
	height:100%;
	min-height:450px;
}

#sidebar {
	float:left;
	width:190px;
	height:100%;
	margin:0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	background:transparent url(custom/images/menu-bg.gif);
	background-repeat:no-repeat;	
}

#nav {
	width:190px;
}

div.moduletable {
	background:url(custom/images/menuheading.gif) no-repeat;
	color:#FFFFCC;
	font-weight:bold;
	font-size:14px;
	height:20px;
	width:175px;
	line-height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 10px;
}

#footer {
	background:#4D84A7 url(custom/images/footer-bg.jpg) no-repeat scroll left top;
	border-top:1px solid #FFFFFF;
	color:#D9E7EF;
	height:45px;
	padding:5px 0px;
}

#footer a {
	color:#FFFFFF;
}

#ja-footer-wrap1 {
	background:transparent url(custom/images/main-wrap1.jpg) repeat scroll center top;
	clear:both;
	height:100%;
}
#ja-footer-wrap2 {
	background:transparent url(custom/images/main-wrap2.gif) repeat scroll left top;
}
#ja-footer-wrap3 {
	background:transparent url(custom/images/main-wrap3.gif) repeat scroll right top;
}
#ja-footer {
	background:#4D84A7 url(custom/images/footer-bg.jpg) no-repeat scroll left top;
	border-top:1px solid #FFFFFF;
	color:#D9E7EF;
	height:45px;
	padding:5px 0px;
	/*position:relative;*/ /*removed this so the menu fly-outs go on top of the footer*/
}
#ja-footer ul#mainlevel-nav, #ja-footer ul#mainlevel {
	padding-left:5px;
	margin:0;
}
#ja-footer ul#mainlevel li, #ja-footer ul#mainlevel-nav li {
	background:transparent none repeat scroll 0%;
	display:inline;
	padding:0px;
}
#ja-footer a {
	color:#FFFFFF;
}
#ja-footer ul a {
	color:#FFFFFF;
	padding:2px 10px;
}
#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	background:#447493 none repeat scroll 0%;
	text-decoration:none;
}

span.copyright {
	font:8pt Arial, Helvetica, Verdana, sans-serif;
	text-align:center;
	color:#85D2FE;
	width:956px;
	padding-top:10px;
	margin:auto;
	text-transform:none;
}

div.clear {
	clear:both;
	height:0px;
}

/* Site Search */ 

div#gsearch {
	left:690px;
	position:relative;
	top:-55px;
	width:200px;
}

div#gsearch form {
	padding: 0px;
	margin: 0px;
}

div#gsearch input#q {
	background-color:#FFFECB;
	border:#657E92 solid 1px;
	color:#4879A0;
	font-size:14px;
	font-weight:bold;
	height:15px;
	line-height:15px;
	padding:2px;
	padding-bottom:4px;
	width:144px;	
}