@charset "UTF-8";
/* CSS Document: Copyright© Nomadic Flow.com and James A. Longhini 2008*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  
   
body{
	margin: 0px auto;
	font-family:"Trebuchet MS", sans-serif;
	font-size:1em;
	color:#FFFFFF;
	background: #000000 url(../images/backgradient.jpg);
	background-repeat:repeat-x;
}

a {
	color: #FFCC00;
	text-decoration:none;
	border:none;
}
a:hover{
	color:#99CC33;
}

h1 {
	margin-bottom:2px;
	font-size: 18px;
	font-weight: normal;
	color:#FFFFFF;
	line-height:1.6em;
}
h2 {
	font-size:16px;
	font-weight: normal;
	line-height:1.5em;
	color: #FFFFFF;
}
h3 {
	font-size:1em;
	font-weight:bold;
	line-height:1.6em;
	margin-right:0.5em;
	color:#FFF;
	float:left;
	clear:none;
}
h4 {
	font-size:1em;
	font-weight:bold;
	padding:5px;
	color:#FFF;
}
p{
	color:#DDDDDD;
}
.page_title {
	font-size: 30px;
	font-weight: bold;
}
#wrapper {
	margin: 0px auto;
	padding: 0;
	width:960px;
	height:auto;
}
#tag {
	margin: 25px 0px 0px 0px;
	padding: 0px;
	width: 540px;
	height: 80px;
	float: right;
	clear: right;
}
#top_nav_container {
	margin: 35px 10px 0px 0px;
	padding: 0px 10px 0px 10px;
	height: 40px;
	width: 440px;
	background-image:url(../images/navigation/navback2.png);
	float:right;
}
.logo {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	float: left;
	border:none;
}
#warning {
	margin: 0px 0px 20px 50px;
	width: 860px;
	float: left;
}
.bottom_column{
	margin:40px 0px 30px 45px;
	padding:20px;
	width: 220px;
	height:220px;
	float:left;
	background: #333333;
	color:#CCCCCC;
}
#footer {
	margin: 0px auto;
	padding:10px;
	width: 840px;
	height:40px;
	text-align:center;
	color:#CCCCCC;
	font-size:12px;
	font-weight:normal;
	float:none;
	clear:both;
}
.half_page{
	margin: 0px 0px 40px 40px;
	padding: 0px;
	width: 420px;
	height: auto;
	float: left;
	text-align:left;
}
.clear{
	float:none;
	clear:both;
}
.getintouch {
	margin: 40px 0px 60px 70px;
	padding: 20px;
	width: 220px;
	height: 220px;
	background-color: #333333;
	color: #FFCC00;
	position: relative;
}
.splash {
	margin: 0px auto;
	padding: 0px;
	width: 400px;
	height: 660px;
	border: none;
	text-align: center;
}
.contact_item{
	margin:15px 0px 0px 0px;
	padding:10px;
	width:190px;
	height:40px;
	font-size:12px;
	border-bottom: dashed 1px #333333;
	text-decoration:none;
	display:block;
}
/**** Navigation****/

.kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(../images/no_flicker.jpg);

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 110px;
	height: 40px;
	margin-right: 0px;
	background-image:url(../images/navigation/nav-sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-180px 0px;
}
#kwick3 {
	background-position:-360px 0px;
}
#kwick4 { 
	background-position:-540px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -180px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -360px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -540px bottom; 
}


/*contact form*/
.contact{
padding: 40px;
margin: 40px 0px 40px 40px;
width:340px;
float:left;
background-color:#333333;
}
ul.contact{
list-style:none;
padding: 0px;
margin:0 auto;
width:340px;
border:0;
float:left;
background-color:#333333;
}

ul.contact li{
border-bottom:1px dashed #000000;
padding:5px 0;
height:40px;
}

ul.contact li label{
float:left;
width:120px;
color:#999999;
display:block;
}

.required_element{
width:120px;
font-size:10px;
color:#99CC33;
display:block;
float:left;
clear:left;
}

ul.contact li input, ul.contact li select, ul.contact li textarea{
width:210px;
background-color:#999999;
border: 1px solid #CCC;
padding-left:3px;
}

ul.contact .submit input{
background: #333333 url(../images/send.jpg);
background-repeat:no-repeat;
border: none;
cursor:pointer;
display:block;
margin:5px 0px 0px 0px;
height:30px;
width:80px;
text-indent:-4000px;
float:left;
clear:left;
}

ul.contact li textarea{height:60px;width:210px; float:left;}

/*testimonials*/
.testimonies{color:#3399FF;}

/*small form*/

fieldset{border:0;}

ul.form{
list-style:none;
padding:0;
margin:0 auto;
width:220px;
border:0;}

ul.form li{
border-bottom:1px dashed #000000;
padding:5px 0;
height:30px;}

ul.form li label{
float:left;
width:100px;
color:#999999;
}

.required{
font-size:10px;
color:#99CC33;
}

ul.form li input, ul.form li select, ul.form li textarea{
width:110px;
background-color:#999999;
border: 1px solid #CCC;
padding-left:3px;
}


ul.form .submit input{
background: #333333 url(../images/send.jpg);
background-repeat:no-repeat;
border: none;
cursor:pointer;
display:block;
margin:5px 0px 0px 0px;
height:30px;
width:80px;
text-indent:-4000px;
float:left;
clear:left}


ul.form li textarea{height:60px;width:110px; float:left;}

ul.form li.comment .required, ul.form li.comment label{width:100px;}

li.comments{height:60px;}

.valid{border:2px solid #66CC00;}

.invalid{border:2px solid #FFCC00;}

/***********/
		
p { text-align: left; margin: 15px 0 }
		
p, ul { font-size: 13px; line-height: 1.4em } 

.cross-link {
	font-size:16px;
	font-weight: normal;
	color:#FFCC00;
	line-height:1.6em;
}
.cross-link:hover {
	color:#99CC33;
}
		
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:#FFCC00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color:#66CC00; text-decoration: underline }
noscript ol { margin-left: 25px; }
		
a:focus { outline:none }
		
img { border: 0 }
		
		
/*********slider styles*************/
#slidebox{
	margin: 0 0px 0px 50px;
	width: 860px;
	height: auto;
	float: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: 0;
	position:relative;
	width: 860px;
	background: transparent;
}

/* 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: 5px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 460px;
	clear: both;
	background: #222;
}
		
.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;
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 700px; /* Also specified in  .stripViewer  above */
}
		
.stripViewer .panelContainer .panel .window { /* 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: 0px auto;
	width: 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-size: 13px;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	background: transparent;
	color:#999999;
	text-decoration: none;
	display:block;
	padding: 0 15px;
}
		
/*.stripNav li.tab1 a { background: transparent}
.stripNav li.tab2 a { background: transparent}
.stripNav li.tab3 a { background: transparent }
.stripNav li.tab4 a { background: transparent}
.stripNav li.tab5 a { background: transparent }*/

.stripNav li a:hover {
	background-image:url(../images/navigation/smallblueglow.jpg);
	background-position:center;
	background-repeat: no-repeat;
	color:#CCCCCC;
}
		
.stripNav li a.current {
	background-image:url(../images/navigation/smallgreenglow.jpg);
	background-position:center;
	background-repeat: no-repeat;
	color: #fff;
}
		
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 210px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 60px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}
		
.stripNavL {
	background: url("../images/navigation/arrow_left3.jpg") no-repeat;
	background-position: 5px 0px;
}
		
.stripNavR {
	background: url("../images/navigation/arrow_right3.jpg") no-repeat;
	background-position: -5px 0px;
}
.stripNavL a:hover{
	background: url("../images/navigation/arrow_left3.jpg") no-repeat;
	background-position:right;
}
		
.stripNavR a:hover{
	background: url("../images/navigation/arrow_right3.jpg") no-repeat;
	background-position:left;
}