body, html {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body {
	background: #e6f5fd url(../images/layout/body-bot.jpg) center bottom repeat-x;
	padding-bottom: 475px;
	font-family: Georgia;
	line-height: 1.35;
}

a {
	color: #0b5c85;
	text-decoration: none;
}

a:visited {
	color: #0f8dcd;
}

a:hover {
	color: #da3733;
}

h2 {
	font: bold 14px Arial;
	color: #da3733;
}

#logo {
	position: absolute;
	top:  72px;
	width: 340px;
	height: 75px;
	text-indent: -999em;
}

#go-to-ecrc {
   background: url(../images/layout/go-to-ecrc.png) no-repeat 0 0;
   width: 114px;
   height: 29px;
   position: absolute;
   right: 0;
   top: 0;
   text-indent: -999em;
}

#frame {
	background: url(../images/layout/body-back.jpg) center top repeat-x;
}

#inner-frame {
	background: url(../images/layout/body-top.jpg) center top no-repeat;
}

#header {
	height: 177px;
}

#header .main-wrapper, #page .main-wrapper {
	width: 960px;
	margin: 0 auto;
}

#header .main-wrapper {
   position: relative;
}

#main {
	width: 701px;
	float: right;
}

#sidebar {
	width: 231px;
	float: left;
	background: url(../images/layout/nav-top.png) 0 0 no-repeat;
	padding-top: 16px;
}

#sidebar > .wrapper {
	background: url(../images/layout/nav-bottom.png) 0 bottom no-repeat;
	padding-bottom: 16px;
}

#subnav {
	background: url(../images/layout/nav-back.png) 0 0 repeat-y;
	padding: 16px 0;
	margin: 0;
	padding-left: 17px;
}

#subnav li {
	list-style: none;
}

#home #feature {
	position: relative;
	background: url(../images/layout/home-overlay.png) no-repeat 0 0;
	padding-top: 73px;
	margin-top: -99px;
}

#home #content {
	width: 661px;
	padding-top: 54px;
	background: url(../images/layout/home-content-top.png) no-repeat 0 0;
}

#home #content .wrapper {
	padding-bottom: 14px;
	background: url(../images/layout/home-content-bot.png) no-repeat 0 bottom;
}

#home #content .cols {
	background: url(../images/layout/home-content-back.png) repeat-y 0 0;
	padding: 20px 27px 7px;
}

#home #content .left {
	float: left;
	min-height: 94px;
	background: url(../images/layout/home-content-sep.png) no-repeat right 0;
	width: 300px;
	padding-right: 15px;
}

#home #content img {
	display: block;
	float: left;
	padding: 3px;
	background: #fbfcf7;
	border: 6px solid #adcbc7;
}

#home #content img + .content {
	margin-left: 106px;
}

#home #content .right {
	float: left;
	width: 272px;
	padding-left: 20px;
}

#home #content .read-more {
	width: 86px;
	height: 20px;
	display: block;
	text-indent: -999em;
	background: url(../images/layout/button-read-more.png) no-repeat 0 0;
}

#home #content h3 {
  font-size: 15px;
  color: #0b5c85;
  font-family: Georgia, serif;
  font-weight: normal;
  margin: 0;
}

#home #content p {
  margin: 0;
  font-size: 13px;
  color: #5f3a1e;
  font-family: Georgia, serif;
}

#home #content p.dateline {
  margin-bottom: 10px;
  font-style: italic;
  font-size: 12px;
}

#home #content .read-more {
  margin-top: 10px;
}

.interior #main {
	width: 661px;
	background: url(../images/layout/content-bot.png) no-repeat 0 bottom;
	padding-bottom: 14px;
	position: relative;
}

.interior #main h1 {
	margin: 0;
	background: url(../images/layout/content-top.png) no-repeat 0 0;
	padding: 22px 20px 0;
	min-height: 32px;
	margin-right: 351px;
}

.interior #main h1.full {
	margin-right: 0;
}

.sIFR-active .interior #main h1 {
	font-size: 18px;
}

.interior #main .main-body {
	background: url(../images/layout/content-back.png) repeat-y 0 0;
	padding: 10px 45px 40px 27px;
	font-size: 13px;
	color: #5f3a1e;
}

.interior #main .img {
	width: 351px;
	height: 236px;
	float: right;
	position: relative;
	margin-top: -29px;
}

.interior #main .img img {
	position: absolute;
	z-index: 1;
	left: 48px;
	top: 34px;
}

.interior #main .img .overlay {
	position: relative;
	z-index: 100;
	background: url(../images/layout/interior-frame.png) no-repeat 0 0;
	width: 100%;
	height: 100%;
}

form label {
	float: left;
	width: 140px;
	padding-right: 10px;
	text-align: right;
}

form input[type=text], form textarea {
	width: 400px;
	float: left;
	margin-bottom: 2px;
}

form input[type=text] {
	border: 1px solid #999;
}

form .checkbox label, form .radio label {
	float: none;
	width: auto;
	display: block;
	text-align: left;
}

#subnav li {
	width: 177px;
	background: #dff2fc;
	height: 24px;
	margin-top: 3px;
	font: bold 14px/24px Arial;
}

#subnav li a {
	background: url(../images/layout/nav-overlay.png) no-repeat 0 0;
	display: block;
	color: #0b5c85;
	text-decoration: none;
	line-height: 24px;
	padding-left: 10px;
}

#subnav li.here {
	background: #fff;
}

#subnav li.here a {
	color: #da3733;
}

#subnav li a:hover {
	color: #1281ba;
}

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
