* { margin: 0; padding: 0; }*

* { outline: none; }

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00000;
}

.greenbody {
	background: #8dc63f;
}

#flashwrap {
	position:absolute;
	top:50%;
	left:50%;
	margin: -125px 0 0 -200px;
}

#introwrap {
	border: 1px solid #4c6922;
}

#flashskip {
	text-align: center;
	padding: 15px 0;
}

.clearer {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    margin-bottom: -1px;
}

.hidden {
	display:none;
	visibility:hidden;
}

img {
	border: none;
}

h1 {
	margin: 15px 0;
	line-height: 16px;
	font-size: 16px;
	padding: 0 0 0 25px;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #af0000;
}

a {
	color: #000000;
}

a:hover  {
	color: #ffffff;
}

p {
	padding: 0 0 5px 0;
}

#top {
	width: 100%;
	height: 168px;
	background: url(images/bannerbg.jpg) repeat-x ;
}

#banner {
	width: 746px;
	height: 163px;
	padding: 5px 20px 0 0;
	text-align: right;
	background: url(images/banner.jpg) no-repeat;
}

#middle {
	width: 100%;
	background: #8dc63f url(images/leftbg.jpg) repeat-y;
	padding: 0 0 30px 0;
}

#left {
	width: 224px;
	padding: 0 0 0 45px;
	float: left;
}

#leftcolumn {
	width: 224px;
	padding: 10px 0 0 0;
}

.boxtop {
	width: 224px;
	height: 15px;
	background: url(images/boxtop.gif);
}

.boxmiddle {
	width: 184px;
	padding: 0 20px 5px 20px; 
	background: url(images/boxbg.gif);
}

.boxmiddle ul{
	margin: 0 10px;
	font-weight: bold;
	list-style: none;
}

.boxmiddle ul li {
	padding: 0 0 3px 13px;
	background: url(images/st2.jpg) 0 4px no-repeat;
}

.boxbottom {
	width: 224px;
	height: 13px;
	background: url(images/boxbot.gif);
}

.leftheader {
	padding: 5px 0 5px 10px;
}

#contacts {
	padding: 0 10px;
	font-weight: bold;
}

#ad {
	padding: 15px 0;
	text-align: center;
}

#right {
	float: left;
	width: 497px;
}

#content {
	width: 470px;
	margin: 0 15px;
	background: #d4e9b6;
}

#contentheader {
	height: 25px;
	padding: 5px 0 5px 20px;
	background: #ecf6e0;
}

#contenttext {
	padding: 10px 15px 20px 15px;
}

img.left {
	float: left;
	margin: 0 10px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 10px;
}

#feat {
	width: 230px;
	margin: 10px 12px 0 0;
}

#feat.right{
	float: right;
}

#feat.left{
	float: left;
}

#featheading {
	height: 26px;
	padding: 0 0 0 15px;
}

#feattext {
	padding: 5px;
	color: #ffffff;
}

#feattext.green{
	background: #6b9730;
}

#feattext.red{
	background: #7a4136;
}

#feattext.yellow{
	background: #dbb400;
}

#feattext.blue{
	background: #6896b3;
}

#featnavi a { 
	float: left;
	width: 115px;
	display: block;
	text-decoration: none;
	font-weight:bold;
	text-align: center;
	padding: 3px 0;
}

#featnavi a.pics { 
	background: #f7f7f7;
}

#featnavi a.book { 
	background: #dcdcdc;
}

#featnavi a:hover {
	background: #c7c7c7;
}

#otherheader {
	width: 100%;
	height: 30px;
	padding: 5px 0 0 0;
	background: #8dc63f;
}

#bottom {
	border-top: 10px #72a133 solid;
}

#footer {	
	padding: 10px 0 10px 90px;
	color: #999999;
}

.csw {width: 100%; height: 190px; 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: 470px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 160px;
	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;
	background: #d4e9b6;
	width: 470px; /* Also specified in  .stripViewer  above */
}

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

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 5px; /* 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: 19px;
	background: #aec095;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li a:hover {
	background: #97a781;
	line-height: 20px;
}

.stripNav li a.current {
	background: #d4e9b6;
	line-height: 20px;
	color: #000000;
}

.stripNavL, .stripNavR {
	display:none;
	visibility:hidden;
	text-indent: -9000em;
}






