* { margin: 0; padding: 0 }

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, san-serif;
	background: #112311 url(../images/bg-body.png) no-repeat 50% 0;
	color: #fff;
	margin: auto;
	text-align: center;
}

.container {
	margin: 0 auto;
	text-align: left;
	width: 964px;
}

*html .container,
*html .wrapper { height: 1%; }

#header {
	height: 79px;
	position: relative;
}

#header a#logo {
	display: block;
	height: 79px;
	text-indent: -9999em;
	width: 210px;
}

#footer {
	height: 125px;
}

#footer a {
	background: url(../images/bg-footer.png) no-repeat 0 0;
	display: block;
	margin: 18px 0 0 98px;
	text-indent: -9999em;
	height: 46px;
	width: 768px;
}

#footer a:hover {
	background-position: 0 -46px;
}

p { margin: 8px 0 }

p, ul, td { 
	font-size: 12px; 
	line-height: 15px;
} 

p a, li a { color: #0000cc; text-decoration: none }

p.intro { 
	color: #aaa;
	font-size: 18px;
	margin: 0 0 12px 0;
	line-height: 21px;
}

p.intro strong { color: #fff; }

a:focus { outline:none }

img { border: 0 }

#header ul {
	list-style: none;
	position: absolute;
	bottom: 8px;
	right: -10px;
}

#header ul li { float: left; }

#header ul a {
	background: url(../images/bg-nav-div.gif) no-repeat 0 50%;
	color: #b8bdb8;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 10px;
}

#header ul a:hover { 
	color: #fff;
}

#header ul a.pdf { 
	background: url(../images/bg-pdf.gif) no-repeat 0 50%;
	padding-left: 20px;
}

h2 { 
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 7px;
}

.narrow {
	width: 232px;
}

.wide {
 	width: 476px;
}

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

.clearfix { display: inline-block; }
*html .clearfix { height: 1px; }

.clear { 
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: -1px 0 0 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.overflow-tall {
	height: 405px;
	overflow: auto;
}

.overflow-short {	
	height: 255px;
	overflow: auto;
}

*html .overflow-short {	
	height: 275px;
	width: 100%;
	position: relative;
	zoom: 1;
}

.margin-top {
	margin-top: 5px;
}

.margin-bottom {
	margin-bottom: 5px;
}

.features1 { float: left; width: 48%; }
.features2 { float: right; width: 48%; }

*html .features1,
*html .features2 { height: 1%; }

table {
	border: 1px solid #444;
	border-bottom: none;
}

table td {
	background: url(../images/bg-td.png);
	border-bottom: 1px solid #444; 
	padding: 7px;
	vertical-align: top;
}

table td.td-first {
	background: url(../images/bg-td-first.png);
	font-weight: bold;
	text-align: right;
	border-right: 1px solid #444;
}

*html table td { background: none !important; }

/* slider */

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	background: url(../images/bg-main.jpg) no-repeat 0 0;
	height: 506px;
	margin: 0;
	position: relative;
	width: 964px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 506px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 744px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 460px;
	clear: both;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 744px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	height: 405px;
	padding: 55px 12px 12px 12px;
	width: 720px;
}

.stripViewer .panelContainer .panel .wrapper.first-panel {
	height: 385px;
	padding-top: 75px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	margin: 0 auto;
	list-style: none;
	position: absolute;
	bottom: 0;
}

*html .stripNav ul {
	bottom: -6px;
}

*html .stripNav ul, *html .stripNav li {
	height: 1%;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
	height: 36px;
	color: #9b998b;
	text-decoration: none;
	display: block;
	padding: 0 17px;
}

.stripNav li a:hover {
	color: #4f5327;
}

.stripNav li a.current {
	background: url(../images/bg-nav-active.png) no-repeat 50% 0;
	color: #000;
}

*html .stripNav li a.current { background: url(../images/bg-nav-active.gif) no-repeat 50% 0; }

.stripNavL, 
.stripNavR { /* The left and right arrows */
	position: absolute;
	top: 208px;
	text-indent: -9000em;
}

.stripNavL a, 
.stripNavR a {
	display: block;
	height: 70px;
	width: 33px;
}

.stripNavL {
	left: 77px;
}

.stripNavR {
	left: 854px;
}

.stripNavL { background: url(../images/bg-prev.png) no-repeat 0 0; }

.stripNavR { background: url(../images/bg-next.png) no-repeat 0 0; }

.stripNavL:hover,
.stripNavR:hover { background-position: 0 -70px; }

.stripNavL:active,
.stripNavR:active { background-position: 0 -140px; }

*html .stripNavL,
*html .stripNavL:hover,
*html .stripNavL:active { background: url(../images/bg-prev.gif) no-repeat 0 0 !important; }
*html .stripNavR,
*html .stripNavR:hover,
*html .stripNavR:active { background: url(../images/bg-next.gif) no-repeat 0 0 !important;  }


/** VIDEP PLAYER - ADDED 10-23-09 by M MCMANUS **/

.video {
	width: 355px;
	margin: 0 auto;
}
