@charset "utf-8";
/* CSS Document */

html, body {	height: 100%; margin:0px; padding:0px; }

body {
	font-family:'Arial', Helvetica, sans-serif;
	font-size:.8em; color:#333333;
	text-align:left; 
	line-height:1.6em; 
	background:url(template-images/background.jpg) repeat-x;

}

.top_header {
	width:947px;
	color:#fff;
	font-family:Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;
	margin:0 auto;}	
	
h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 12px 0 0 0;
}

ol {
	list-style-type: decimal;
	margin: 0 0 12px 20px;
}

ul {
	list-style-type: none;
	margin: 0 0 12px 20px;
}	
	
.wrap {
	min-height: 100%;
}

.cms_holder {
	margin:30px auto; 
	width:975px; 
	position:relative;
}

.cms_content {
	float:left; 
	width:975px;
}

.cms_left_col {
	float:left; 
	width:605px; 
	padding:0; 
	margin:15px 26px 15px 0;

}

.cms_left_col ul {
	margin:5px 0 15px 20px;
	list-style:inside; 
	}
	
.cms_left_col li {
	margin:10px 0 15px 0;
	}

.contacttable {
	margin: 12px 0 0 4px;
}

#cms_header h1 {
	font-weight: normal;
	font-size: 390%;
	color: #00a2b1;
	line-height: 1.2em;
	margin-top:10px;
}

#cms_header {
	height: 80px;
	width:947px;
}

#cms_header h2 {
	font-family: 'Open Sans', Sans-serif;
	font-weight: normal;
	font-size: 180%;
	color: #aaa;
	line-height: 1.2em;
}

.contacttable td {
	padding: 4px 0;
}

.cms_side_col {
	float:left;
	width:289px;
	margin:15px 0;;
	padding-left:26px;
	border-left:1px solid #ddd;

}

.contact {
	float:left;
	width:289px;
	padding:0;
	margin:0;
}

.cms_side_col h2 { 
	color: #209aa9;
	font-size: 150%;
	font-family: 'Open Sans', sans-serif;
}

/* NAVIGATION */

ul.cms_nav {
	float:right!important; width:100%; margin:0px; padding:0px; list-style:none; text-align:left; font-size:17px; font-weight:bold;
}
	ul.cms_nav li {
		float:left; margin-left:15px; padding:18px 0 0 0; position:relative; 
	}
		ul.cms_nav li ul.sub {
			display:none;
		}
		ul.cms_nav li:hover ul.sub {
			display:block; float:left; position:absolute; top:35px; left:0px; padding:0px; margin:0px; width:150px; border:1px solid #999; background:#d8d8d8; z-index:600; list-style:none;
		}
			ul.cms_nav li:hover ul.sub li {
				float:left; width:140px; padding:5px; margin:0px; position:relative;
			}
				ul.cms_nav li:hover ul.sub li ul.sub_2 {
					display:none;
				}
				ul.cms_nav li:hover ul.sub li:hover ul.sub_2  {
					display:block; float:left; position:absolute; top:-1px; left:145px; padding:0px; margin:0px; width:150px; border:1px solid #999; background:#d8d8d8; z-index:700; list-style:none;
				}
						ul.cms_nav li:hover ul.sub li:hover ul.sub_2 li {
							float:left; width:140px; margin:0px; padding:5px; position:relative;
						}
							ul.cms_nav li:hover ul.sub li:hover ul.sub_2 li ul.sub_3  {
								display:none;
							}
							ul.cms_nav li:hover ul.sub li:hover ul.sub_2 li:hover ul.sub_3  {
								display:block; float:left; position:absolute; top:-1px; left:145px; padding:0px; margin:0px; width:150px; border:1px solid #999; background:#d8d8d8; z-index:800; list-style:none;
							}
								ul.cms_nav li:hover ul.sub li:hover ul.sub_2 li:hover ul.sub_3 li {
									float:left; width:140px; margin:0px; padding:5px;
								}
						
.breakout {
	width:298px;
	float:left;
	padding:0;
	margin-right:26px;
}

.breakout img {
	   opacity: 1;
	   transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	   float: left;
	   margin:5px 0 0 0;
	}
	 
	   .breakout img:hover {
		  opacity: 0.75;
	}

#learn-more {
	   opacity: 1;
	   transition: opacity .15s ease-in-out;
	   -moz-transition: opacity .15s ease-in-out;
	   -webkit-transition: opacity .15s ease-in-out;
}
	 
#learn-more:hover {
	opacity: 0.65;
	cursor:pointer;
}
					
.cms_footer {
	clear:both; 
	position:relative;
	padding-top:15px;
}
			
div.footercontent {	
	border-top:solid 1px #aaa;
	font-family:'Arial', Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: 400;
	position: relative;
	width: 947px;
	margin: 0 auto;
}


.footercontent a:link{
	color: #666;	text-decoration:none; font-weight:400; 
}

.footercontent a:visited{
	color: #666;	text-decoration:none; font-weight:400;
}

.footercontent a:hover {
	text-decoration:none; color:#00a2b1; font-weight:400;
}

.footercontent a:active {
	text-decoration:none; color:#00a2b1; font-weight:400;
}	

.vertical {
	border-left: 1px solid #ddd;
	padding-left:20px;
}
			
/* PAGE CONTENT */

h1{
 color:	#00a2b1;
 }
 
	  .wf-loading h1, .wf-inactive h1 {
        font-family: sans-serif;
        font-size: 21px;
		color:#00a2b1;
		margin:0px;
		padding:0px;
		line-height:1.4em;
  	  }
      .wf-active h1 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 21px;
		color:#00a2b1;
		margin:0px;
		padding:0px;
		line-height:1.4em;
      }
	  
p {
	margin:15px 0px;
}

a:link, #blog:link {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

a:visited, #blog:visited {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

a:hover, #blog:hover {
	color:#209aa9;
	text-decoration:none;
	font-weight:bold;
}

a:active, #blog:active {
	color:#209aa9;
	text-decoration:none;
	font-weight:bold;
}

.locations {
	width:210px;
	background:#ededed;
	padding:19px 20px;
	float:right;
}

.locations h2 { 
	color: #494949;
	font-size: 150%;
	font-family: 'Open Sans', sans-serif;
}

.locations p { 
	color: #494949;
	font-size: 85%;
	line-height:1.25em;
	margin-bottom:5px;
}

.sliderholder {
	width:975px;
	overflow:hidden;
	float:left;
	margin:0px;
	height:334px;
	padding:0 0 25px 0;
}
	
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:947px;
	height:334px;
	overflow: hidden;
	background:#fff url(template-images/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:block;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}

.nivo-box img { 
	display:block; 
}

/* Caption styles */
.nivo-caption {
	position:absolute;
	right:55%;
	left:0px;
	height:auto;
	bottom:65px;
	text-align:left;
	background:#00a2b1;
	color:#fff;
	z-index:8;
	padding: 10px 15px 5px 25px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80)!important;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.nivo-caption h1 {
	padding:0;
	margin:0;
	font-weight:400;
	font-size: 18px;
	line-height:1.4em;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
}

.nivo-caption a:link {
	color:#fff454;
	text-decoration:none;
}

.nivo-caption a:visited {
	color:#fff454;
	text-decoration:none;
}

.nivo-caption a:hover {
	color:#ffffff;
	text-decoration:none;
}

.nivo-caption a:active {
	color:#ffffff;
	text-decoration:none;
}

.nivo-caption img {
	display:inline !important; 
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

  .nivo-caption img:hover {
      opacity: 0.75;
}
	  
.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom:0;
	z-index:9;
	cursor:pointer;
	display:block;
	width:45px;
	height:44px;
	background:url(template-images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	background-position:-45px 0 !important;
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 20px 20px;
	float:right;
}

.nivo-controlNav a {
	cursor:pointer;
	display:inline-block;
	width:22px;
	height:22px;
	background:url(template-images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	position:relative;
	top:-50px;
	z-index:99;
}

.nivo-controlNav a.active {
	font-weight:bold;
	background-position:0 -22px;
}

.slider-wrapper { 
	width: 947px; 
	margin:0;
}

.clear {
	clear:both;
}