body { 
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body.main {
	background-image:url("../images/bg.gif");
}

p {
	line-height:20px;
	margin-top:0px;
	padding-top:0px;
}

a:link, a:visited, a:active { 
	color:#cd4f00;
	text-decoration:none;
}

a:hover { 
	color:#000000;
	text-decoration:none;
}

#nav:link, #nav:visited, #nav:active {
	font-size:18px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#cd4f00;
	text-decoration:none;
}

#nav:hover {
	font-size:18px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#ef6f00;
	text-decoration:none;
}

#subnav:link, #subnav:visited, #subnav:active {
	font-size:12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#cd4f00;
	text-decoration:none;
	margin-right:20px;
}

#subnav:hover {
	font-size:12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#ef6f00;
	text-decoration:none;
	margin-right:20px;
}

#homenav:link, #homenav:visited, #homenav.active {
	font-size:14px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#ff4f00;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}

#homenav:hover {
	font-size:14px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}

.toptab1 {
	float:right;
	font-size:10px;
	color:#8290b3;
	background-image:url("../images/toptab_mid.gif");
	height:30px;
	margin-right:10px;
}

.toptab2 {
	background-image:url("../images/toptab_left.gif");
	background-repeat:no-repeat;
	height:30px;
}

.toptab3 {
	background-image:url("../images/toptab_right.gif");
	background-repeat:no-repeat;
	background-position:right;
	height:30px;
}

.sidebar1 {
	background-image:url("../images/sidebar_mid.gif");
	width:168px;
}

.sidebar2 {
	background-image:url("../images/sidebar_top.gif");
	background-repeat:no-repeat;
	font-size:11px;
	width:168px;
}

.sidebar3 {
	background-image:url("../images/sidebar_bottom.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:left;
	width:168px;
}

.sidebar3 p {
	margin: 0;
	margin-bottom: 3px;
}

.form-box {
	background-color:#d4d8e6;
	color:#8290b3;
	font-size:10px;
}

.form-arrow {
	width:22px;
	height:17px;
	background-image:url("../images/arrow.gif");
	background-repeat:no-repeat;
	color:#d4d8e6;
	border:0px;
}

.form-button {
	background-color:#ffffff;
	color:#073766;
	border:1px solid #d4d8e6;
}

.footer {
	color:#cd4f00;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#cd4f00;
	font-weight:normal;
	border-bottom:2px solid #cd4f00;
	margin-top:0px;
	padding-top:0px;
}

h2 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:20px;
	background-image:url("../images/dot.gif");
	background-repeat:no-repeat;
	color:#cd4f00;
	margin-top:0px;
	padding-top:0px;
}

.image {
	border:1px solid #073766;
}

/* Slider Styling */

		.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: 100%; height: 625px; 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: 0px; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 625px;
			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;
			/* -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: 800px; /* Also specified in  .stripViewer  above */
			height: 625px;
		}
		
		.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: auto;
			width:800px;
			height:0px;
			overflow:hidden;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.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: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: none;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
			overflow:hidden;
			visibility:hidden;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 0px;
			width: 0px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../coda-slider/images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../coda-slider/images/arrow-right.gif") no-repeat center;
		}

/*CSS for Anchor Link Animation*/

#container{
  text-align: left;
  width: 790px;
  margin: 0;
  padding: 0;
}
#block0, #block1, #block2, #block3, #block4, #block5, #block6, #block7, #block8, #block9, #block10, #block11, #block12, #block13, #block14, #block15, #block16, #block17, #block18, #block19 {
  height:625px;
  width:790px;
}
.active {

}
.visited {

}
#block0, #block0.active, #block0.visited {

}