<style type="text/css">

body,
html {
    margin: 0;
    padding: 0;
    }
body {
    background-color: #ede7d0;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    font-family: verdana, tahoma, arial, sans-serif;
    color: #000;
    text-align: center;
    }

a:link, a:active, a:visited {
    font-family: verdana, tahoma, arial, sans-serif;
    font-weight: bold;
    color: #7c98ae;
    text-decoration: none;
        }
a:hover {
    color: #ffffff;
    text-decoration: none;
	}
h1, h2, h3, h4, h5 {
    font-family: verdana, tahoma, arial, sans-serif; 
    margin: 0; 
    padding: 0;
}
h1 {font-size: 1.6em; text-align: left;}
h2 {font-size: 1.4em; text-align: left}
h3 {font-size: 1.2em; text-align: left;}

p, p.panel {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 1.1em;
    display:block;
    text-align: justify;
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
}
p.note {
    color: #444;
    font-size: 1em;
    font-style: italic;
    display: block;
    text-align: center;
}


/*--------------------------------------------------
  		IMAGES
  --------------------------------------------------*/

#lightbox a img, a img { border: none; }


img.lft {margin-right: 15px; margin-bottom: 5px; padding: 3px; border: 1px solid #7c98ae;}
img.rht {margin-left: 10px; margin-bottom: 5px; padding: 3px; border: 1px solid #7c98ae;}

.thumbnail{
    padding: 4px;
    background-color: #ede7d0;
    border: 1px solid #7c98ae;
    margin: 0 20px 10px 0;
    float: left;
}
.thumbz {
    margin: 0 110px 10px 145px;
    padding: 0;
    clear: both;
}


/*--------------------------------------------------
  		CODA SLIDER
  --------------------------------------------------*/


* { margin: 0; padding: 0; }
		
.panel p { text-align: justify; margin: 0 0 10px 0; padding: 0; }
		
.panel p, .panel ul { font-size: 1.1em; line-height: 1.4em } 
		
.panel p a, .panel li a { color: #000; text-decoration: none }
		
.panel p.img, .panel p.valid { text-align: left }
		
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 }

.panel h2 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }

table, tr, td {font-size: 1em; text-align: left;}

td span.style5 {font-weight: bold; text-transform: uppercase;}

.panel p.note {
    color: #444;
    font-size: 1em;
    font-style: italic;
    display: block;
    text-align: left;
}
.panel a:link, .panel a:active, .panel a:visited {
    display: block;
    text-align: left;
    font-style: italic;
}		
.panel a:hover {
    color: #000;
    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: 20px 0;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; background: #fff; overflow: hidden}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
    position: relative;
    overflow: hidden; 
    margin: auto;
    width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
    clear: both;
    background: #ede7d0;
}
		
.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; /* 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: 700px; /* 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: 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: 0px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
}
		
.stripNav a { /* The nav links */
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
    letter-spacing: -1px;
    background-image: url(images/ResLink.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    display: block;
    padding: 0;
    margin: 0;
    width: 103px;
    border-right: 1px solid #657b8f;
}

.stripNav a:hover {
    color: #fff;
    background-image: url(images/ResLink.gif);
    background-position: top left;
    background-repeat: repeat-x;
}
.stripNav a:active, .stripNav a.current {
    font-size: 13px;
    letter-spacing: 0px;
    color: #fff;
    background-image: url(images/ResLink.gif);
    background-position: top left;
    background-repeat: repeat-x;
}
		



/*--------------------------------------------------
  		NAVIGATION
  --------------------------------------------------*/


ul#nav {
    list-style-type:none;
    margin: 0;
    padding:0;
    background: #31363e;
    float:right;
}

ul#nav li{
    list-style-type:none;
    float:left;
    margin: 0 0 0 3px;
    padding: 0;
    text-align: center;
}
ul#nav a{
    float:left;
    width: 70px;
    height: 23px;
    line-height: 20px;
    padding: 5px 0;
    margin: 0;
    background-image: url(images/LinkGradBlue.gif);
    background-repeat: repeat-x;
    background-color: transparent; 
    text-decoration:none;
    color: #31363e;
}
ul#nav a:hover{
    background-image: url(images/LinkGradBeige.gif);
    background-repeat: repeat-x;
    color: #31363e;
}
ul#nav li.activelink a,ul#nav li.activelink a:hover{
    background-image: url(images/LinkGradBeige.gif);
    background-repeat: repeat-x;
    color: #31363e;
}


#bottomlinks {
    margin: 0 auto;
    padding: 0;
    display: inline;
    text-align: center;
}

ul#bttm {
    list-style-type:none;
    margin: 0;
    padding:0;
}
ul#bttm li {
    margin: 0;
    padding: 0;
    display: inline;
    width: 109px;
    float:left;
}
ul#bttm a {
    padding: 0;
    margin: 0;
    text-decoration:none;
    font-size: .9em;
    color: #fff;
    width: 109px;
    text-align: center;
    float:left;
}

ul#bttm a:hover {color: #7c98ae;}

/*--------------------------------------------------
  		MAIN DIVS
  --------------------------------------------------*/


#wrap {
    margin: 0;
    padding: 0;
}
#header {
    background-color: #31363e;
    background-image: url(images/HeaderBGy.gif);
    background-repeat: repeat-x;
    background-position: top left;
    width: 58px;
    height: 130px;
    padding: 0;
    margin:0 0 40px 0;
    width: 100%;
    float: left;
    }
#headerinner {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
#headername {
    background-image: url(images/HeaderNamez.gif);
    background-repeat: no-repeat;
    background-position: left;
    width: 320px;
    height: 44px;
    margin: 85px 0;
    padding: 0;
    float: left;
}
#menu {
    margin: 102px 0 0 0;
    padding: 0;
    width: 450px;
    height: 40px;
    float: right;
}
#wrap2 {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
#wrap3 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    float: left;
}
#content {
    background-image: url(images/ContentBottomb.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 0 0 -15px 0;
    padding: 0;
    width: 100%;
    float: left;
}
#contentinner {
    width: 728px;
    float: left;
    margin:0;
    padding: 10px 30px 40px 35px;
}

#footer {
    width: 780px;
    margin: 0 auto;
    padding: 0;
    height: 70px;
    }

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*--------------------------------------------------
  		    IE6 FIX
  --------------------------------------------------*/

* html #menu {
    margin: 0;
    padding: 0;
    width: 450px;
    height: 40px;
    float: right;
}
* html ul#nav {
    list-style-type:none;
    margin: 102px 0 0 0;
    padding:0;
    background: #31363e;
    float:right;
}
* html #content {
    background-image: url(images/ContentBottomb.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
* html #footer {
    width: 780px;
    margin: -15px auto 0 auto;
    padding: 0;
    height: 70px;
    }

</style>

