html {
height:100%;
overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #e5f1f7;
}
h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#header-container-top {
	height: 141px;
	background-image: url(images/header-bg-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#header-container-bottom {
	height: 275px;
	background-image: url(images/header-bg-bottom.jpg);
	background-repeat: repeat-x;
}
#header-top {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	background-image: url(images/landing-hdr2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-bottom {
	padding-top: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/landing-hdr3.jpg);
}
#header-left {
	width: 470px;
	float:left;
	margin-top: 25px;
}
#header-right {
	width: 470px;
	float:right;
}
#middle-container {
	background-color: #f6fafc;
	background-image: url(images/middle-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.middle-left {
	width: 470px;
	float:left;
}
.middle-right {
	width: 470px;
	float:right;
}
#middle {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer-container {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
}
#title {
	margin-bottom: 20px;
}
#navbar {
	margin-right: auto;
	margin-left: auto;
	height: 46px;
	text-align: left;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #FFF;
	line-height: 54px;
	white-space: nowrap;
	text-transform: uppercase;
}
#navbar li {
	list-style-type: none;
	display: inline;
}
#navbar li a {
	text-decoration: none;
	color: #1588CC;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;

}

.navbar-selected {
	text-decoration: none;
	color: #1588CC;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(images/button-hover-selected.png);
	background-repeat: repeat-x;
	background-position: right;
}

.navbar-nogo {
	text-decoration: none;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#navbar li a:visited {
	color: #1588CC;
}
#navbar li a:hover {
	background-image: url(images/button-hover.png);
	background-repeat: repeat-x;
	background-position: right;
}
.item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	min-height:200px;
	clear: both;
}
.item-image {
	padding-right: 25px;
	padding-bottom: 70px;
}
.item-image-more {
	padding-right: 25px;
	padding-bottom: 25px;
}

.header {
	padding-bottom: 10px;
}

.cell {
	padding-right: 25px;
}
a.page-link:link {
	color: #2B6A91;
	text-decoration: none;
}
a.page-link:visited {
	color: #2B6A91;
	text-decoration: none;
}
a.page-link:hover {
	text-decoration: underline;
	color: #315360;
}
.light-text {
	color: #70AFD1;
}
