/* CSS Document */

* { 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/ */
				

body {
	background-color:#FFFFFF;
	background-image:url(images/brown_bar.png);
	background-repeat:repeat-x;
	margin:0;
	font-size:9px;
	color:#000000;
	font:"Tahoma", Tahoma;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

#container {
	width:960px;
	height:550px;
	margin:auto;
	margin-top:0px;
}

/*#navcontainer {
height:27px;
margin-top:20px;
	color:#D7C0AD;
}
*/
#panel_img {

float:left;
margin-left:19px;
}

#textleft {
font-size:10px;
float:left;
width:250px;
}

#textright {
font-size:10px;
float:right;
width:250px;
}

#panel_title {
float:left;

}


#flash{
width:745px;
height:450px;
margin-left:60px;
margin-top:120px;
}

#panel_title2 {
float:left;

}

/* LINKS */


#footer {
color:#A7894F;
font-size:8px;
margin-top:20px;
}

#footerlogo {
float:left;
}

#footertext{
float:left;
margin-top:13px;
}




.numbers{
color:#000000;
}

.brown{
color:#A7894F;
}



a:link, a:visited {
	border:0;
	color:#D7C0AD;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	border:0;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}


ul {
	list-style-image: url(images/tiny_bullet.png);
	list-style-position:outside;
	margin-left:0px;
	margin-right:0px;
	}
	
	
a.contact:link {color:#A7894F; text-decoration:none;}
a.contact:visited {color:#A7894F; text-decoration:none;}
a.contact:active {color:#A7894F; text-decoration:none;}
a.contact:hover {color:#000000; text-decoration:none;}


a.footerlinks:link {color:#000000; text-decoration:none;}
a.footerlinks:visited {color:#000000; text-decoration:none;}
a.footerlinks:active {color:#000000; text-decoration:none;}
a.footerlinks:hover {color:#A7894F; text-decoration:none;}


/* coda slider code */


		noscript p, noscript ol { color: #000000; font-size: 8px; text-align: left }
		noscript a { color: #000000; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
	
		.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 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 900px; height: 453px; 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 #000; /* this is the border. should have the same value for the links */*/
			margin: auto;
			width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 485px;
			clear: both;
			background: none;
			margin-left:30px;
		}
		
		.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: 900px; /* 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) */
		height:27px;
		float:left;
		width:900px;
		text-align:left;
		margin-top:20px;
		padding-left:25px;
		}
		
		.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: 9px;
			font-weight: bold;
			text-align: left;
			background:none;
			color: #D7C0AD;
			text-decoration: none;	
			padding: 0 5px;
		}
		
	/*	.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 {
			color: #000000;
		}
		
		.stripNav li a.current {
			color: #000000;
		}
	
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 22px;
			width: 22px;
		}
		
		.stripNavL {
			left: 0px;
		}
		
		.stripNavR {
			right: 0px;
		}
		
		.stripNavL {
			background: url("images/left_arrow.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/right_arrow.png") no-repeat center;
		}