* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 100%;
	line-height: 100%;
	background: #494d66 url(../i/bodybkgrd.jpg) top center repeat-y;	
}
a, a:hover, a:active, a:visited {
	color: #f3f3f3;
	text-decoration: none;
	font-size: 13px;
}
a:hover {
	text-decoration: underline;
	color: #3b415d;
}
img {
	border: 0;
}
#container {
	margin: 0 auto;
	width: 990px;
	min-height: 100%;
}

#header {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #cbcbcb;
	background: url(../i/headerbkgrd.jpg) 0 0 repeat-x;
}
/** IE6 **/
* html #header {
	overflow: hidden;
}
#main {
	width: 100%;
	min-height: 237px;
	border-bottom: 1px solid #f0f0f0;
	background: url(../i/mainbkgrd.jpg) top left repeat-x;
}
/** IE7 **/
* html #main {
	position: relative;
	z-index: 1;
}
/** IE7 **/
*+html #main {
	position: relative;
	z-index: 1;
}
#leadstory {
	width: 650px;
	padding: 18px 35px;
}
#sidenav {
	float: right;
	width: 260px;
	min-height: 245px;
	background: url(../i/sidenavbkgrd.gif) bottom left repeat-x;
}
/** IE7 **/
*+html #sidenav {
	height: 255px;
}
#content {
	padding: 0 0 0 35px;
	background: #f0f0f0 url(../i/contentbkgrd.jpg) top left repeat-x;
}
#products {
	float: right;
	width: 235px;
	min-height: 308px;
	background: #c7c9d1 url(../i/productbkgrd.jpg) top left repeat-x;
	padding: 18px 10px 0 15px;
}
#footer {
	clear: both;
	font-size: 11px;
	color: #62677d;
	height: 20px;
	padding: 10px 15px;
	background: url(../i/footerbkgrd.jpg) top left repeat-x;
	margin-right: 1px;
	text-align: center;
}
body#max div.secstory {
	width: 100%;
}
#videocontent {
	margin: 20px auto;
	text-align: center;
}
#content div.secstory p.videocaption {
	margin-top:25px;
	font-size: 15px;
}
#content div.secstory p.videocaption a, #content div.secstory p.videocaption a:hover {
	color: #3b415d;
	text-decoration: underline;
	font-size: 15px;
}
#content div.secstory p.videocaption a:hover {
	color: #666;
}
body#max div.secstory p {
	margin: 0 150px 10px 150px;
}
h1 {
	font-size: 26px;
	line-height: 27px;
	color: #3b415d;
	letter-spacing: -.05em;
	padding-bottom: 5px;
}
h2 {
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	color: #707070;
	padding-bottom: 6px;
	text-indent: 13px;
	background: url(../i/greenarrow.gif) 0 5px no-repeat;
}
h3 {
	font-size: 14px;
	line-height: 17px;
	color: #3b415d;
	padding-bottom: 6px;
}
h4 {
	font-size: 17px;
	line-height: 18px;
	color: #3b415d;
	padding-bottom: 8px;
}
h5, #products h5 a, #products h5 a:hover {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: .1em;
	color: #707070;
	text-transform: uppercase;
	padding-bottom: 4px;
}
h6 {
	font-size: 15px;
	color: #69708b;
	border-bottom: 1px solid #d6e397;
	width: 660px;
	margin: 0 10px 0 0;
	padding: 12px 0 4px 0;
	text-transform: uppercase;
}
#products h5 a:hover {
	text-decoration: none;
	color: #555a73;
}
#main p {
	font-size: 14px;
	line-height: 18px;
	color: #2f344a;
	padding-bottom: 8px;
}
#content p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 6px;
	color: #464646;
}
#content a, #content a:hover {
	color: #9dbc0f;
	font-size: 12px;
}
#content a:hover {
	color: #3b415d;
	text-decoration: underline;
}
#content a.headerlink:hover {
	text-decoration: none;
}
#content a.inline, #content a.inline:hover {
	font-size: 13px;
	line-height: 18px;
	color: #3b415d;
	text-decoration: underline;
}
#content a.inline:hover {
	text-decoration: none;
	color: #666;
}
#leadstory img {
	float: right;
	margin: 13px 20px 6px 6px;
}
*+html #leadstory img {
	margin: 45px 30px 6px 6px;
}
#leadstory p {
	width: 570px;
}
*+html #leadstory p {
	width: 450px;
}
.substory {
	width: 316px;
	float: left;
	margin: 12px 25px 0px 0px;
}
.logo {
	margin: 5px 5px 5px 30px;
	float: left;
	height: 60px;
}
#footer span {
	padding: 0 15px;
}
#footer a, #footer a:hover {
	color: #3b415d;
	font-size: 11px;
}
#footer strong {
	color: #3b415d;
}


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

* html .clearfix {	/* IE6 */
	height: 1%;
}
*+html .clearfix {	/* IE7 */
	min-height: 1%;
}