@charset "utf-8";
/* CSS Document */
		html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, table {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-weight: inherit;
			font-style: inherit;
			font-size: 100%;
			font-family: inherit;
			vertical-align: baseline;
		}
		/* remember to define focus styles! */
		:focus {
		outline: 0;
		}
		p { margin: 15px 0 }
		p, ul { line-height: 1.4em } 
		noscript p, noscript ol { color: #a00; font-size: 12px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		body {
			font-family: "Century Gothic";
			font-size: 13px;
			margin: 0 auto;
			padding: 0px;
			color: #666666
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0 auto;
			position: relative;
			width: 100%;
			top:90px
		}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 630px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 380px;
			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%;
			height: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;
			width: 630px /* 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 */
		}
		.stripNavL, .stripNavR { 
			position: absolute;
			top: 200px;
			text-indent: -9000em
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 62px;
			width: 30px
		}
		
		.stripNavL {
			left: 0
		}
		
		.stripNavR {
			right: 1px
		}
		
		.stripNavL {
			background: url(../images/arrow_left_01.gif) no-repeat center
		}
		.stripNavL a {
			background: url(../images/arrow_left_01.gif) no-repeat center
		}
		.stripNavL a:hover {
			background: url(../images/arrow_left_02.gif) no-repeat center
		}
		
		.stripNavR {
			background: url(../images/arrow_right_01.gif) no-repeat center
		}
		.stripNavR a {
			background: url(../images/arrow_right_01.gif) no-repeat center
		}
		.stripNavR a:hover {
			background: url(../images/arrow_right_02.gif) no-repeat center
		}

		
		/* contact - begins */
		#contactform {
			position:absolute;
			width:635px;
			height:325px;
			margin:0 auto;
			padding:0px;
			left:0px;
			top:0px;
			text-align:center
		}
		
		form {
			position:relative;
			top:0px;
			height:325px;
			font-size:11px;
			width:635px;
			text-align:left;
			margin:0 auto;
			padding-top:0px
		}
		
		input, textarea, select { background-color:#efeeee; border:1px solid #8bb5d2;
				font-family: "Century Gothic"; font-size:11px; color:#666666 }
		
		textarea { height:93px; width:207px; max-width:207px; max-height:93px; padding-top:3px; padding-left:3px; min-width:207px; min-height:93px }

		.fields { width: 190px; padding-left:3px }
		.fields2 { width: 150px; padding-left:3px }
		.fields3 { width: 230px; padding-left:3px }
		
		#field_01, #field_02, #field_03, #field_04, #field_07, #field_08, #field_09, #field_10, #field_11, #field_12, #field_13, #field_14, #field_15, #select, #radio_00, #radio_01, #radio_02, #submit_text {
		position:absolute;
		margin:0 auto;
		padding:0px
		}
		#select { top:144px;left:370px }
		.select { height:18px }
		#field_01 { top:24px;left:40px }
		#field_02 { top:64px;left:40px }
		#field_03 { top:104px;left:40px }
		#field_12 { top:144px;left:40px }
		#field_13 { top:184px;left:40px }
		#field_14 { top:224px;left:40px }
		#field_15 { top:264px;left:40px }
		
		#field_04 { top:23px;left:370px; width:280px; text-align: justify }
		
		#field_08 { bottom:0px;left:40px }
		#field_09 { bottom:10px;left:150px }
		
		#field_10, #field_11 { border:none; cursor:pointer }
		#field_10 {
		top:260px;
		left:370px;
		width:110px; height:18px;
		background-image: url(../images/form_submit_01.gif)
		}
		#field_10:hover {
    	background-image: url(../images/form_submit_02.gif)
  		}
		#field_11 {
		top:260px;
		left:479px;
		width:103px; height:18px;
		background-image: url(../images/form_reset_01.gif)
		}
		#field_11:hover {
    	background-image: url(../images/form_reset_02.gif)
  		}
		
		#submit_text {
    	top:260px;
		left:475px;
  		}
		
		#radio_00 { top:187px;left:370px }
		#radio_01 { top:202px;left:370px }
		#radio_02 { top:202px;left:370px }
		
		

		.textfieldValidState input, input.textfieldValidState {
			background-color: #efeeee;
			color:#999999
		}
		input.textfieldRequiredState, .textfieldRequiredState input, 
		input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
		input.textfieldMinValueState, .textfieldMinValueState input, 
		input.textfieldMaxValueState, .textfieldMaxValueState input, 
		input.textfieldMinCharsState, .textfieldMinCharsState input, 
		input.textfieldMaxCharsState, .textfieldMaxCharsState input {
			background-color: #ad047a;
			color:#ffffff
		}
		.textfieldFocusState input, input.textfieldFocusState {
			background-color: #ffffff;
			color:#666666
		}
		
