
@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	position:relative;
	background-color: #12335b;
	margin:0;
	height:100%;
	width:100%;
	background-image: url(../siteimages/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
}
#homePageBox {
	position:relative;
	z-index:1;
}
#containerBox {
	height:100%;
	width:100%;
	display:block;
	padding-bottom:25px;
}
#menu {
	background-image: url(../siteimages/topbg.jpg);
	background-position:center;
	width:100%;
	height:102px;
}
#content {
	position:relative;
	width:950px;
	height:100%;
}
#menu img {
}
.blueBoxHeader {
	height:50px;
	width:100%;
	background:url(../siteimages/boxHeaderMiddle.jpg);
}
.blueBox {
}
.blueBoxInner {
	margin-left:3px;
	margin-right:2px;
	background:#d4e2f7;
	margin-bottom:20px;
	padding:5px;
}
.blueBoxInner img {
	border:5px solid white;
}
.blueBoxInner img.noborder {
	border:0;
}
div.savvycontentobjectbuttons a img, div.savvycontentobjectbuttonspending a img {
	border:0px;
}
/*
.leftBump {
	margin-left:30px;
}
	*/
#divider {
	width:950px;
	height:109px;
	background:url(../siteimages/dividerbar.jpg);
}
#menu {
	width:950px;
	height:102px;
	background:url(../siteimages/top.jpg);
}
#menuInner {
	padding-left:157px;
	padding-top:15px;
}
#footer {
	position:relative;
	bottom:0;
	width:100%;
	background:url(../siteimages/footerbg.jpg);
	background-repeat:repeat-x;
}
#footerBack {
	background:url(../siteimages/footer.jpg);
	width:950px;
	height:94px;
	margin-left:1px;
}
#footerContainer {
	padding-left:150px;
	padding-top:25px;
	color:#FFF;
}
.verticalspace {
	margin-top:20px;
	margin-bottom:20px;
}
span.imageborder img {
	border:1px solid #10315c;
}
.headerImgFix {
	position:relative;
	right:0;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:999;
}
h2.white {
	margin-bottom:0;
}
#nav a {
	display: block;
	width: 13em;
	color:white;
	font-size:14px;
}
 
#nav li { /* all list items */
	float: left;
	padding-left:20px;
	z-index:999;
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	background: #12335b;
	width: 13em;
	margin-top:-10px;
	padding:5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:999;
}

#nav li ul li {
	padding-left:0;
	padding:3px;
}
 
#nav li ul ul { /* third-and-above-level lists */
	margin: -1.75em 1em 0 13em;
}
 
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}