html, body {
font-size: 12px;
font-family : Arial, Verdana, Helvetica, Sans-serif, Garamond, Times, Serif, Arial, Geneva, Helvetica;
background-image: url('../images/background.gif');
background-repeat: x;
margin: 0px

}
 
H1
{
color:718cb6;
font-size : 18px;
font-weight:normal;
margin-top:px;
margin-bottom: 0px;
}

H2 {

margin-top: 0px;
font-size : 17px;
font-weight: normal;
color: #40a3d7;
}

H3 {

font-size : 17px;
font-weight: normal;
color: navy;
margin-bottom: 4px;
margin-top:25px;

}
H4 {

font-size : 17px;
font-weight: normal;
color: navy;
margin-bottom: 4px;
margin-top:20px;

}


Nav
{
}
 
p, td
{
  font-size: 11px;
  color: 000000;
  margin: 0px;
}  

.subtext
{
  font-size: 11px;
  color: 000000;
}  

.sectors
{
  font-size: 12px;
  color: 000000;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 1px;
  line-height: 135%
}  

.submenu
{
  font-size: 12px;
  color: 000000;
  margin-left: 25px;
  margin-right: 10px;
  line-height: 155%;
  margin-bottom: 0px;
  margin-top: 0px;
}  

.subtext_hr
{
  font-size: 12px;
  color: cccccc;
  margin-left: 10px;
  margin-right: 15px;
} 

ol, ul, li
{
  font-size: 11px;
  margin-top: 0px; 
  margin-left: 0px;
  margin-bottom: 5px;
  line-height: 120%;
  list-style-image: url("lil_g.gif");
}  
 
a {color : #718CB6; text-decoration:none;  font-weight:bold;}
a:visited {#718CB6;}
a:hover {color : #40A3D7; text-decoration:underline;}

a.botnav {color : #718CB6; text-decoration:none;  font-weight:normal;}
a.botnav:visited {#718CB6;}
a:botnav:hover {color : #40A3D7; text-decoration:underline;}


hr {
height: 1px;
border: 1px dotted #D9EFF9;
margin-bottom: 6px;
margin-top:2px;
}

.botnav{
margin-top: -2px;
color: #cccccc;}


b {font : bold;}
 
input {font-size:97%;}
 
select {font-size:97%;}
 
textarea {font-size:97%;}
 
table {}
 
th {font-weight : bolder; vertical-align : top;}
 

.requiredfield, .requiredFieldHead {
 
  color : RED;
 
}
 
.white {
background-image: url('images/white.gif');
} 
 
td.requiredfield {
 
  vertical-align:middle;
 
}
 
 
 
 
.messagefield {
 
  /*
 
  used in td tags (form item labels)
 
  */
 
  color : ORANGE;
 
}
 
 
 
.Form {
 
  /*
 
  used in the table tag that is used to format a form
 
  */
 
}
 
 
 
.Form td { 
 
}
 
table.Form {
 
      /* border: 1px solid #767A7D; */
 
}
 
table.Form tr {
 
     /*     background-color : #D0D9E8; */
 
}
 
 
div.subtitle {
 
        font-size : small;
        margin-bottom : 2px;
 
}
 
 
 
.tinytext {
 
  /*
 
  used in span tags to display the format of a input in a form
 
  */
 
  font-size : 10px;
 
  vertical-align : top;
 
}

#ajaxticker1{
width: 293px;
height: 50px;
border: 0px ridge black;
padding: 10px;
background-color: #f2f2f2;
font: 18px;
font-weight: bold;
color: #718cb6;
text-transform: uppercase;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #f2f2f2;
}

.someclass{ //class to apply to your scroller(s) if desired
}

		* { margin: 0; padding: 0; }
			
		p, ul { font-size: 13px; line-height: 1.4em ;} 
		
		p a, li a { color: #39c; text-decoration: none ;}
		
		p.img, p.valid { text-align: center ;}
		
		p.valid { color: #fff; padding-top: 30px ;}
		
		p.light { color: #999; margin: 15px; padding: 15px; border: 3px #ccc dashed }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 { 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;
		}
		
		/* THE IMPORTANT STUFF STARTS HERE */
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			width: 100%;
			position: relative;
			margin: 0px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.svw {width: 50px; height: 20px; background: #fff; overflow: hidden;}
		.svw ul {position: relative; left: -999em;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #fff; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 620px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 565px;
			clear: both;
			background: #fff;
		}
		
		.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;
			overflow: hidden; 
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			-moz-user-select: none; /* Stops the panels from highlighting/selecting, which I found problematic in Firefox. Also stops the CSS from validating though. Oh well. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			width: 620px; /* Also specified in  .stripViewer  above */
			height: 100%;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0; display:none;
		}
		
		.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 slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav a:hover {
			background: #9cf;
		}
		
		.stripNav a.current {
			background: #39c;
			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;
		}
