@charset "UTF-8";
/* 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/ */
		
		p { text-align: left; }
		
		p, ul { font-size: 13px; line-height: 1.4em } 
		
		p a, li a {color:#000; text-decoration: none }
		
		p.intro { text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
		
		body {
			font-family: Verdana, Arial;
			color: #000000;
			width: 800px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			background-attachment: fixed;
			background-image: url(../images/plaid.gif);
			background-repeat: repeat;	
			font-size:10pt;				
		}
   
	   .panel span{
			position: absolute;
			display: none;
			color:#000000;
			font-size:10px;
			display: block;
			margin-left:120px;
			margin-top:90px;
			width: 321px;
			height:112px;
			padding: 10px;
			z-index: 100;
			text-align: left;
			background-image: url(../images/hoverBG.png);
			background-position:top;
			background-repeat:no-repeat;
			text-decoration: none;
		}
		
		.contactpop{
			color:#000000;
			font-size:10px;
			display: block;
			margin-left:120px;
			margin-top:20px;
			width: 321px;
			height:112px;
			padding: 10px;
			z-index: 100;
			text-align: left;
			background-image: url(../images/hoverBG.png);
			background-position:top;
			background-repeat:no-repeat;
			text-decoration: none;
		}
   
	   li{
			 text-align:center;
	   }
	  
		.panel span h1, .contactpop h1{
			font-size: 13px;
			font-weight: bold;
			color: #FFFFFF;
			padding-top:10px;
			padding-left:20px;
			padding-bottom:5px;
		}
		
		.panel span p, .contactpop p{
		
			padding-left:20px;
			font-size:11px;
		}

		
	
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0;
			position: relative;
			width: 100%;
		
		}

		/* 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: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 100%;
			clear: both;
			background-image: url(../images/boxedTransBg.png);
			background-repeat: repeat;
			padding-bottom:80px;
		}
		
		.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;
			display:inline;
			width: 600px; /* 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;
			list-style:none;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			position:fixed;
			text-align:left;
			width:150px;
			margin-left:700px;	
			margin-top:65px;		
		}
			
		.stripNav ul { /* The auto-generated set of links */
			width:350px;
			list-style: none;
			text-align:left;
		}
		
		.stripNav ul li {
			width:350px;
			text-align: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: 11px;
			line-height: 12px;
			/*color: #000000;*/
			text-decoration: none;
			text-align:left;
			padding: 0 25px;
		}
				
		.stripNav li a:hover {
			background: #82d3f2;
		}
		
		.stripNav li a.current {
			color: #d9531e;
		}
		
		.stripNav li.tab4 a{
			font-size: 13px;
			position:relative;  
			top:-100px; 
			color: #d9531e;
			font-weight:bold;
			margin-bottom:45px;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position:fixed;
  			top: 340px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			margin-left:69px;	
			z-index:10;
		}
		
		.stripNavR {
			margin-left:690px;	
			z-index:10;
		}
		
		.stripNavL {
			background: url("../images/left_off.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/right_off.png") no-repeat center;
		}
		
		.stripNavL:hover {
			background: url("../images/left_on.png") no-repeat center;
		}
		
		.stripNavR:hover {
			background: url("../images/right_on.png") no-repeat center;
		}
		
		
		#logo {
			position:fixed;
			margin-left:-350px;	
			margin-top:25px;
			display:inline;
			z-index:10;
		}
	
		
		.slider-wrap #slider1 .panelContainer .panel .wrapper img {
			margin-top: 60px;
		}
#mel1overlay {
	background-color: #0000CC;
	position: absolute;
	display: none;
}

.home h1{
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 24px;
	color: #d9531e;
	text-align: left;
	margin-bottom: 20px;
	line-height: 26px;
	font-weight: normal;
}
.home p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
}
.home h2, .thankyou h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #464646;
	text-align: left;
	line-height: 28px;
	margin-bottom: 20px;
}
.home a {
color: #464646;
	text-decoration: none;
}

.home a:hover{
background-color:#82d3f2;
}

.home {
	margin-top: 60px;
	margin-right:40px;
	margin-left:60px;
	color:#464646;
}

.thankyou{
		position:relative;
		left:140px;  
		margin-top:0px; 
		width:350px;
		color:#464646;
 }