﻿body {
z-index:0;
font-family:Arial;
font-size: 14px;
color: #333;
text-align:center; }


h1, h2, h3, h4, h5, h6, p, ul, li {
font-size: 1em;
margin: 0;
padding: 0;
}


div#banner {
background: transparent url(mega.gif) top left no-repeat;
padding-top: 12px;
padding-bottom: 36px;
}

div#banner h1, div#menu h2 {
margin: 0;
padding: 0;
}

div#banner h1 a {
display: block;
width: 270px;
height: 120px;
}
div#banner h1 a span, div#banner .skip {
position: absolute;
top: -10000px;
left: -10000px;
}

ul#menu {
margin: 0;
padding: 0.3em 0em;
z-index:10;
}


ul#menu li {
display: inline;
margin: 0.1em 1em;
position: relative;
}

ul#menu h2, ul#menu h3 {
font-size: 100%;
font-weight: normal;
display: inline;
}


ul#menu li a {
color: #fff;
text-decoration: none;
padding: 0 0.4em;
}

ul#menu li a:hover {
text-decoration: underline;
}

ul#menu li.mega a {
background: transparent url(arrow.gif) center right no-repeat;
padding: 0 0.em;
}

ul#menu li.mega a:hover {
text-decoration: none;
color: #3399FF
}

ul#menu div {
display: none;
}

ul#menu li.mega div {
	border: 1px solid #dda;
	width: 18em;
	position: absolute;
	top: 1.6em;
	left: 0em;
	padding: 0.6em;
	background: #FFFFFF;
	color: #930;
}

ul#menu li.hovering div {
display: block;
}

ul#menu li.mega div a {
color: #300;
padding: 0;
background-image: none;
text-decoration: none;
}

ul#menu li div a.more {
color: #390;
font-weight: bold;
}


ul#menu div h3 {
color: #f70;
font-weight: bold;
font-size: 1.1em;
}
ul#menu div p {
margin: 0 0 0.8em 0;
padding: 0;
}

#container { text-align:left; width:760px; margin:0 auto;position:relative;
background-color: white;
 }
 #submenu { text-align:left; width:760px; margin:0 auto;position:relative;
background-color: white;
}
p {
	font-size: 10px;
	font-family:Verdana;
	color: #000033;
	margin-top: 6px;
	margin-bottom: 8px;

}
h2 {
	font-size: 18px;
	font-family: "Trebuchet MS";
	color: black;
	
}
h4 {
font-size: 14px;
	font-family: "arial";
	color: black;
font-weight:normal;
	
}

li. {
	margin-top: 6px;
	margin-bottom: 8px;
	bottom: 35px;
}
ul. {
	
	#
margin-left:0em;
#
  padding-left:0.2em;
#
  margin-bottom:1em;

}

#container { text-align:left; width:760px; margin:0 auto;position:relative;
background-color: white;
 }
 #submenu { text-align:left; width:760px; margin:0 auto;position:relative;
background-color: white;
}
.style26 {
	font-family: Georgia;
	font-size: 20px;
}
.style27 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #008080;
}
.style28 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	color: #008080;
}
.style29 {
	color: #008080;
}
a.bottom {
	color: #008080;
}
a.bottom:visited {
	color: #008080;
}
a.bottom:active {
	color: #CC0000;
}
a.bottom:hover {
	color: #CC0000;
}
a.main {
	color: white;
}
a.main:hover {
	color: #FFFF99
}
a.sub {
	color: #CC6600;
}
a.sub1 {
	color: #33CC33;
}
a.sub2 {
	color: #0099FF;
}
a.sub3 {
	color: #CC3399;
}

.style31 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style37 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
* { 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/ */
		
				noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h5 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
				
		.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: absolute;
	width: 1000px;
}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; 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: 0px 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: 400px;
			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: 400px;
			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) */
			margin: auto;
		}
		
		.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-family:"Trebuchet MS";	
		font-size:11px;		
		line-height: 32px;
			color: black;
			text-decoration: none;
			padding: 0 15px;
			width: 60px;
			
		}
		
		.stripNav li.tab1 a 
		.stripNav li.tab2 a 
		.stripNav li.tab3 a 
		.stripNav li.tab4 a 
		.stripNav li.tab5 a 		
		.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;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url('../images/arrow-left.gif') no-repeat center;
}
		
		.stripNavR {
			background: url('../images/arrow-right.gif') no-repeat center;
}

.style38 {
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
}

.style51 {
	font-family: "Century Gothic";
	font-size: large;
	color: #AA0000;
}
.style52 {
	font-family: Tahoma;
	font-size: 12px;
}
.style53 {
	font-family: Tahoma;
	font-size: 12px;
	color: #336699;
}
.style54 {
	color: #336699;
}
.style55 {
	font-size: small;
}
.style56 {
	font-family: Tahoma;
	font-size: 12px;
	color: #AA0000;
}
.style57 {
	font-family: "Century Gothic";
	font-size: 22px;
	color: #336699;
}
.style58 {
	font-family: "Century Gothic";
	font-size: 22px;
	color: #FFFFFF;
}
.style59 {
padding:10px
}
.style60 {
	font-family: Tahoma;
	font-size: 13px;
}
.style61 {
	font-size: 13px;
}
.style62 {
	font-family: Tahoma;
	font-size: 13px;
	color: green;
}
.style63 {
	color: #000000;
}
.style64 {
	font-family: "Century Gothic";
	font-size: 22px;
	color: #FFFF99;
}
.style65 {
	color: #C6E3FF;
	font-family: Georgia;
	font-size: 18px;
}
.style66 {
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 18px;
}
.style67 {
	font-family: Tahoma;
	font-size: x-small;
}

.style68 {
	font-family: Tahoma;
	font-size: 13px;
	color: white;
}
.style69 {
	color: #000000;
	font-family: Georgia;
	font-size: 18px;
}
.style73 {
	font-family: Tahoma;
	font-size: 13px;
	color: #336699;
}
.style74 {
	color: #669900;
}
.style75 {
	color: #669900;
	font-family: Tahoma;
	font-size: 13px;
}
.style76 {
	color: black;
	font-family: Tahoma;
	font-size: 13px;
}
.style77 {
	font-family: Tahoma;
	font-size: 12px;
	color: #669900;
}
.style114 {
	list-style-type: circle;
	color: #3399CC;
	font-family: Verdana;
	font-size: 12px;


}


