/* CSS */

html, body { 
	background: #fff;
	margin: 0;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 18px;
}

#header {
	height: 174px;
	overflow: hidden;
	width: 910px;
	padding: 20px;
	margin: 10px 0;
	background: #a4c3dc url(/images/header-bg.gif) top left no-repeat;
}
#header-logo {
	width: 238px;
	height: 174px;
	background: url(/images/logo.gif) top left no-repeat;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

#header-txt {
	width: 655px;
	height: 100px;
	float: right;
	padding-top: 45px;
	overflow: hidden;
}

#header-txt h1 {
	color: #fff;
	font-size: 26px;
	line-height: 40px;
	margin: 0;
	padding: 0;
}

#underheader {
	height: 50px;
	overflow: hidden;
	width: 930px;
	padding: 22px 0 0 20px;
	margin: 0 0 10px;
	background: #283891 url(/images/underheader-bg.gif) top left no-repeat;
}
#underheader h2 {
	color: #fff;
	font-size: 19px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

/* CONTENT */

#media {
	padding: 15px;
	overflow: hidden;
	background: url(/images/vid-bg.gif) top left no-repeat;
	height: 498px;
	width: 640px;
}

#form-table {
	width: 400px;
}

.hidden  {
	display: none;
}
#memberbutton {
	background:url(/images/memberbutton-off.gif) top left no-repeat;
	width:192px;
	height:35px;
	margin:28px 28px 16px;
	padding:15px 0 0;
	text-align:center;
}
#memberbutton:hover {
	background:url(/images/memberbutton-over.gif) top left no-repeat;
	cursor:pointer;
}
#memberbutton h2 {
	color:#283891;
	font-size: 24px;
	margin:0;
}

/* CASE STUDIES */

.cs-item {
	margin: 12px 0 0;
	border-top:1px solid #283891;
	padding:10px 0 0;
	clear:both;
}
.casestudy-icon {
	float: left;
	margin: 2px 20px 13px 0;
	width: 140px;
	height:100px;
	/* background:#a4c3dc;
	text-align:center; */
}
.cs-item .item-title {
	font-size: 16px;
	color: #f1f1bc;
	line-height: 24px;
}
#casearticlebase {clear:both; border-top:1px solid #283891; margin-top:10px;}

/* DOCUMENTS */

#document-listing {
	clear:both;
	margin:20px 0;
}
#document-listing p {margin:2px 0; width:500px;}
#document-listing h3 {margin:0;}
.listalldocs {
	border-top:1px solid #283891;
	clear:both;
	margin-top:20px;
}
#docbutton {margin-top:-16px;}
#document-search {
	font-size:13px;
	margin:20px 0;
	background:url(/images/search-bg.gif) top left no-repeat;
	height:59px;
	width:610px;
	padding:0 0 0 60px;
}
#document-search h3 {display:none;}
#document-listing h3 {border-bottom:1px solid #283891;}
#keywords {
	width:135px;
	border:none;
	background:#fff;
	padding:2px 3px;
	font-size:13px;
	color:#000;
	margin:2px 0 0;
}
#category {
	width:135px;
	border:none;
	background:#fff;
	padding:2px 3px;
	font-size:13px;
	color:#000;
	margin:2px 0 0;
}
.form-row {float:left; padding:18px 13px 0 0;}

/* FOOTER */

#footer {
	clear: both;
	height: 39px;
	overflow: hidden;
	width: 930px;
	padding: 11px 0 0 20px;
	margin: 10px 0;
	background: #a4c3dc url(/images/footer-bg.gif) top left no-repeat;
}
#footer h2 {
	color: #283891;
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}
#footer h2 a {color: #283891; text-decoration: none;}
#footer h2 a:hover {color: #283891; text-decoration: underline;}