body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background: #000000;
	text-align: center;
}
div#wrap {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 990px;
	background: url(images/bg.jpg) no-repeat top left;
	height: 800px;
	text-align: left;
}
div#head {
	margin: 0;
	padding: 0;
	height: 186px;
	position: relative;
}
div#head h1 {
	margin: 0;
	padding: 0;
	font-size: 0px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	height: 79px;
	width: 425px;
	background: url(images/h1-logo.jpg) no-repeat top left;
	position: absolute;
	top: 83px;
	left: 84px;
}


blockquote {
	margin: 0;
	padding: 0;
}
blockquote h2 {
	margin: 0;
	padding: 0;
	font-size: 0px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	height: 79px;
	width: 244px;
	background: url(images/h2-quote.jpg) no-repeat top left;
	position: absolute;
	top: 83px;
	left: 687px;
}
div#main {
	width: 830px;
	margin: 0 auto;
	_margin: 0 8%;
	padding: 0;
}		
div#round-top {
	background: url(images/bg-round-top.gif) no-repeat top left;
	width: 841px;
	height: 30px;
	margin: 0;
	padding: 0;
}
div#content {
	background: url(images/bg-content.gif) repeat-y top left;
	width: 801px;
	height: 100%;
	margin: 0;
	padding: 0 20px;
}


/*####### new ##########*/

		p { text-align: left; margin: 15px 0 }
		
		p, ul { font-size: 13px; line-height: 1.4em; text-align: left; } 
		
		p a, li a { color: #39c; text-decoration: none }
		
		
		p#cross-links { text-align: left; }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
	
		a:focus { outline:none }
	
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

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

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 5px solid #fff; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 801px;
			_width: 780px; /* Also specified in  .stripViewer .panelContainer .panel  below */			
			clear: both;
			background: #fff;
		}
		
		.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;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 801px;
			_width: 780px;  /* Also specified in  .stripViewer  above */
			height: 300px;
			overflow: auto;
		}
		
		#mycustomscroll {}
		
		.flexcroll {}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0;
			padding: 0;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			margin: 0 12%;
			_margin: 0;
			padding: 0;
			width: 801px;
		}
		
		.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 */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #fff;
			color: #333;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { 
			background: #ccc;
			-moz-border-radius-topleft:10px;
			-moz-border-radius-topright:10px;
		}
		.stripNav li.tab2 a { 
			background: #ccc;
			-moz-border-radius-topleft:10px;
			-moz-border-radius-topright:10px;
		}
		.stripNav li.tab3 a { 
			background: #ccc;
			-moz-border-radius-topleft:10px;
			-moz-border-radius-topright:10px;
		}
		.stripNav li.tab4 a { 
			background: #ccc;
			-moz-border-radius-topleft:10px;
			-moz-border-radius-topright:10px;
		}
		.stripNav li.tab5 a { 
			background: #ccc;
			-moz-border-radius-topleft:10px;
			-moz-border-radius-topright:10px;
		}
		.stripNav li.tab6 a { 
			background: #ccc;
			-moz-border-radius-topleft:10px;
			-moz-border-radius-topright:10px;
		}
		.stripNav li.tab7 a { 
			background: #ccc;
			-moz-border-radius-topleft:10px;
			-moz-border-radius-topright:10px;
		}
		.stripNav li.tab8 a { 
			background: #ccc;
			-moz-border-radius-topleft:10px;
			-moz-border-radius-topright:10px;
		}
		
		.stripNav li a:hover {
			background: #f2f2f2;
		}
		
		.stripNav li a.current {
			background: #fff;
			color: #000;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			display: none;
		}


div#footer {
	margin: 0;
	padding: 0;
	width: 800px;
}
div#footer p {
	margin: 0 auto;
	padding: 0;
	width: 530px;
}

div#round-tail {
	background: url(images/bg-round-tail.gif) no-repeat bottom left;
	width: 841px;
	height: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}

.clear {
	clear: both;
}

/*####### text formatting #########*/

h1 {
color: #f49607;
margin: 0 0 5px 0;
padding: 0;
font-size:30px;
}

h2 {
color: #2b44ae;
margin: 0 0 8px 0;
padding: 0;
font-size: 20px;
}

h3 {
color: #555;
margin: 0 0 8px 0;
padding: 0;
font-size: 16px;
}

h3 {
color: #000;
margin: 0 0 8px 0;
padding: 0;
font-size: 14px;
font-weight: bold;
}

p {
	color:#000000;
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 150%;
}

p a { 
	color: #f49607;
	text-decoration: none;
}
p a:hover { 
	color: #2b44ae;
	text-decoration: none;
}