* {
margin:0;
padding:0;
}

/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
p {
margin:10px 0;
}

a:focus {
outline:none;
}

a {
color:#333;
}

a:hover {
color:#8B0000;
}

img {
border:0;
}

h3,h2 {
font-size:20px;
border-bottom:1px solid #999;
margin-bottom:5px;
padding-bottom:3px;
text-align:left;
}
h2{font-size:16px;}

body,html {
font-family:Helvetica, Arial;
background:#cdcabb url("images/bg.jpg") repeat-x top left;
color:#000;
margin:0;
padding:0;
text-align:left;
}

.header {
width:854px;
clear:both;
margin:0 auto;
}

.header .banner {
position:absolute;
height:139px;
width:854px;
overflow:hidden;
}

.header .banner span img,.header .banner span {
position:absolute;
left:0;
width:854px!important;
display:block;
}

.footer {
display:none;
text-align:center;
margin:20px auto;
}
.box1{
border:1px solid #999;
margin:20px auto;
padding:15px;
background:#C8C5B5;
}
div.box1.small{
width:50%;
}
.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:0 auto;
position:relative;
width:854px;
padding-bottom:50px;
clear:both;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
margin:0 auto;
width:900px;
height:460px;
background:transparent;
overflow:hidden;
}

.csw .loading {
margin:200px 0 300px;
text-align:center;
}

.stripViewer {
/* This is the viewing window */
position:relative;
overflow:hidden;
border:0 solid #000;
/* this is the border. should have the same value for the links */
margin:auto;
width:854px; /* Also specified in  .stripViewer .panelContainer .panel  below */
/*height:750px;*/
clear:both;
}

.overflowHider {
overflow-y:hidden!important;
}

.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;
/* -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;
position:relative;
width:854px;
/* Also specified in  .stripViewer  above */
}

.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 auto;
padding-top:0;
padding-bottom:10px;
}

.stripNav ul {
/* The auto-generated set of links */
list-style:none;
width:840px;
margin-top:0;
}

.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:14px;
font-weight:400;
text-align:center;
color:#666;
text-decoration:none;
display:block;
font-weight:700;
padding:4px 15px;
}

.stripNav li.tab1 a {
}

.stripNav li.tab2 a {
}

.stripNav li.tab3 a {
}

.stripNav li.tab4 a {
}

.stripNav li.tab5 a {
}

.stripNav li a:hover {
color:#8B0000;
}

.stripNav li a.current {
color:#000;
}

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

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

.stripNavL {
left:-40px;
}

.stripNavR {
right:-40px;
}

.stripNavL {
background:url("images/arrowLeft.png") no-repeat center;
}

.stripNavR {
background:url("images/arrowRight.png") no-repeat center;
}

.stripNav {
background:url(images/navBgR.png) no-repeat right 0;
margin-top:0;
padding-top:0;
}

.stripNav ul {
background:url(images/navBgL.png) no-repeat 0 0;
height:40px;
width:854px;
margin:0 auto;
margin-top:0;
}
.wrapper table tr td{
padding:3px;
border-top:1px solid #999;
}
.wrapper table tr.odd td{
background:#C8C5B5;
}
tr.headRow td {
border:none !important;
background:#E9E8E0 !important;
padding:3px 1px;
font-style:italic;
font-size:12px;
}
.wrapper table{
width:95%;
border:1px solid #999;
}
.wrapper ul li{
list-style-type:disc;
}
