*{
	margin:0; 
	padding:0; 
}

html, body{
	/* background: #FFF url(../images/bg.jpg) no-repeat center top 40% fixed; */
	background-color: #222;
 	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	background-position: center top 25%;
	height:100%; 
	width:100%; 
	/*font-family: 'Ropa Sans', sans-serif;*/
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	font-weight:400;
	color: #444;
	}

.dot{
/* 	position:absolute;
	background-image:url(../images/dot.png); */
	background-repeat:repeat;
}	

h1{

	font-size:16px;
	color:#4d6267;
	margin: 0;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px
	}
	
h2{
	font-style: normal;
	color:#919fa4;
	font-size: 15px;
	font-weight:600;
	}	
	
hr{
	border: none;
	height:1px;
	color: #eee; 
    background-color: #ddd;
}
	
a{
	text-transform:uppercase;
/*	line-height:1.9; */
	font-size:15px;
    text-decoration: none;
	color: #165161;
	background: transparent; }

a:hover {
    text-decoration: none;
	color: #d9b52c;
	}	

	
a, img {
    border:none;
}	
	
b{
	font-weight:600;
}	
	
	
#footer p{
	font-size:13px;
	color:#7b9d99;
	line-height:28px;}
	
.space{
	margin:50px auto 40px auto;
	position:relative;
	border-bottom: 1px solid #84dbcf;
	height: 0px;
	width: 900px;
	}		
	
.space2{
	margin:20px auto 0 auto;
	position:relative;
	border-bottom: 1px solid #dddddd;
	height: 0px;
	width: 100%;
	}	
	
#wrapper{
	overflow: auto; 
	border-top: 10px solid #f4ca2a;
	margin:0 auto;
	}

.yellow-strip{
	margin:0 auto;
	width:100%;
	height: 8px;
	background: #e5b922; /* Old browsers */
	background: -moz-linear-gradient(left, #e5b922 0%, #fed42f 50%, #e5b922 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5b922), color-stop(50%,#fed42f), color-stop(100%,#e5b922)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e5b922 0%,#fed42f 50%,#e5b922 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e5b922 0%,#fed42f 50%,#e5b922 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e5b922 0%,#fed42f 50%,#e5b922 100%); /* IE10+ */
	background: linear-gradient(to right, #e5b922 0%,#fed42f 50%,#e5b922 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b922', endColorstr='#e5b922',GradientType=1 ); /* IE6-9 */}

#header{
	height:50px;
	}

#main-content{
	position:relative;
	height:100%;
	width:960px;
	background-color:#fff;
	background-clip: padding-box;
    border: 5px solid rgba(72, 111, 114, 0.1);
	margin:40px auto -5px auto;
	}

#logo{
	position:relative;
	left: 30px;
	top: 30px;
	}
	
	
/* - - - Index additions - - -*/

#corner_banner{
	position:absolute;
	right: 0;
	top: 0
	}	
	
#banner{
	position:relative;
	margin:0 auto 35px;
	width: 900px;
	top: 40px;
	}
	
.mid-section{
	position:relative;
	margin:10px auto ;
	width: 900px;
	}

#mid-section-grey{
	background-color: #eee;
	padding: 20px 30px;
	width: 840px;
	border-top: 6px solid #f4ca2a;
	}
	
#half_left{
	position:relative;
	width:400px;

	padding:30px 30px 60px 30px;
}
	
	
#half_right{
	position:absolute;
	top:0;
	left: 440px;
	width:390px;
	padding:30px;
}
	
#half_right h2, #half_left h2{
	color: #4d6267;
	border-top: 1px solid #aaa;
	border-bottom: 1px dashed #aaa;
	padding: 5px 0;
	margin: 5px 0;
	text-transform:uppercase;
	font-weight: 400;
}

#half_right button, #half_left button{
	margin: 15px 0 50px 0;
}
	
	

.grey_button button{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #c4c4c4;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font:16px 'Dosis', sans-serif;
	font-weight:400;
	font-style:normal;
	height:32px;
	padding: 0 0 4px 0;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 0px #ffffff;

	}
	
.grey_button button:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	}
.grey_button button:active{
	position:relative;
	top:1px;
	}


.teal_button button{
	-moz-box-shadow:inset 0px 1px 0px 0px #79e0d2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #79e0d2;
	box-shadow:inset 0px 1px 0px 0px #79e0d2;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0ab5a1), color-stop(1, #078f7d) );
	background:-moz-linear-gradient( center top, #0ab5a1 5%, #078f7d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ab5a1', endColorstr='#078f7d');
	background-color:#0ab5a1;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #0b7d6c;
	display:inline-block;
	color:#ffffff;
	font:16px 'Dosis', sans-serif;
	font-weight:400;
	font-style:normal;
	height:32px;
	width:100px;
	padding: 0 0 4px 0;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #0e8c79;
}
.teal_button button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #078f7d), color-stop(1, #0ab5a1) );
	background:-moz-linear-gradient( center top, #078f7d 5%, #0ab5a1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#078f7d', endColorstr='#0ab5a1');
	background-color:#078f7d;
}
.teal_button button:active {
	position:relative;
	top:1px;
}
	
	
	
/* - - - Left column - - -*/
	
#colleft{
	background: url(../images/pattern.gif) repeat-y left center;
	float:left; 
	width:160px;
	background-color:#f3f3f3;
	margin: 0 0 30px 30px; 
	position:absolute;
	top:202px;
	bottom:0
	}
	
#colleft li{
	margin:0 0 15px 0;
	border-bottom: 1px solid #ddd;
	}	
	
#navlist li{
	background: url(../images/arrow.gif) no-repeat 7px center;
	background-color: #f3f3f3;
	list-style: none;
	width: 100px;
	padding: 5px 30px ;
	margin: 0;
	border: 1px solid #f4ca2a;
	border-width: 0 0 1px 0;
	border-style: solid;	
	border-color: #d5d5d5;
	
	}
	
#navlist li.active { 
	background-color: #0ab5a2;
	}
	
#navlist li.active a{ 
	color: #fff;
	}


/* - - - Right column - - -*/	
	
#colright{
	float: right; 
	width:	705px;
	margin: 0 30px 0 0;
	}

#colright h1{
	margin: 20px 0 0 0 ;
	}

#colright h2{
	color:#165161;
	}

#form{
	width: 705px;
	margin: 20px 0 0 0 ;
	line-height: 18px;
	height:100%;
	}
	
div.text {
	margin: 0;
	padding-bottom: 0.5em;

}

div.text label, div.text p {
  padding-top: 0;
  padding-right: 10px;
  width: 320px;
  text-align: right;
  float: left;
}

div.text h2 {
	padding-top: 0;
	padding-right: 10px;
	width: 320px;
	text-align: right;
	float: left;
	color:#165161;
}


div.text h2 {
	padding-top: 0;
	padding-right: 10px;
	width: 320px;
	text-align: right;
	float: left;
	color:#165161;
}



/*input[type="radio"] {

    border-radius: 6px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8),
                0 0 0 1px hsla(0,0%,0%,.6),
                0 2px 3px hsla(0,0%,0%,.6);

    cursor: pointer;
    display: inline-block;
    height: 12px;

    position: relative;
    width: 12px;
    -webkit-appearance: none;
}*/


input[type=text]{
	margin: 0; 
	border-style: solid;
	border-width: 1px;
	border-color: #828282;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	padding-left: 4px;
	color: #828282;
	height: 26px;
	line-height: 24px;
	}
	
	
textarea{ 
	margin: 0; 
	width: 260px;
	border-style: solid;
	border-width: 1px;
	border-color: #828282;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	padding: 0 0 8px 4px;
	color: #828282;
	line-height: 24px;
	}


	
input[type=text]:focus, textarea:focus {
	border-width: 1px;
	border-color: #f2c729;
	}
	
input.invalid, textarea.invalid{
	border-width: 1px;
	border-color: #f00;
	color:#f00;
	}	

.invalid {
	color:#f00;
	
}	
	
	
.spacediv{
	margin:40px 0 0 15px;
	float:left;
	width:1px;
	}



input[type=submit]{
    background-color: #f4ca2a;
	width: 100px;
	height: 30px;
	border: 0;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	font-weight:600;
	margin: 20px 0 50px 0;
}	

input[type=button]{
    background-color: #f4ca2a;
	width: 100px;
	height: 30px;
	border: 0;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	font-weight:600;
	margin: 20px 0 50px 0;
}
.button:active, .button:focus {
	outline:none;
}	




.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}


	
/* - - - Careers - - -*/
#careers {
	margin: 30px 0 100px 0;
	
	}

#careers h2{
	margin:15px 0 ;
	
	}

#careers p{
	margin:0 0 30px 0;
	line-height: 22px;
	
	}	
	
#careers h1{
	margin:15px 0 ;
	
	}	
#careers ul{
	
	line-height: 14px;
	margin: 10px 0 30px 0 ;
	}	
	
#careers li{
	background: url(../images/arrow_sub.gif) no-repeat left center;
	margin:15px 0 15px 40px;
	list-style: none;
	padding: 1px 18px ;
	line-height:20px;
	
	}	
	
.button {
	margin: 15px 0 0 0 ;
	-moz-box-shadow:inset 0px 1px 0px 0px #79e0d2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #79e0d2;
	box-shadow:inset 0px 1px 0px 0px #79e0d2;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0ab5a1), color-stop(1, #078f7d) );
	background:-moz-linear-gradient( center top, #0ab5a1 5%, #078f7d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ab5a1', endColorstr='#078f7d');
	background-color:#0ab5a1;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	text-transform:uppercase;
	border:1px solid #0b7d6c;
	display:inline-block;
	color:#ffffff;
	font:16px/20px 'Dosis', sans-serif;
	font-weight:400;
	font-style:normal;
	height:40px;
	width:121px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #0e8c79;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #078f7d), color-stop(1, #0ab5a1) );
	background:-moz-linear-gradient( center top, #078f7d 5%, #0ab5a1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#078f7d', endColorstr='#0ab5a1');
	background-color:#078f7d;
}
.button:active {
	position:relative;
	top:1px;
}
	
.center{
	text-align:center;
}
#careers .nav-tabs.nav {
	margin-bottom:0px;
	position:relative;
	top:1px;
}
#careers .nav-tabs.nav li {
	display:inline-block;
	list-style:none;
	padding:10px;
	border:1px solid #ddd;
	border-bottom:1px solid white;
	border-radius:5px 5px 0px 0px;
	background-image:none;
	margin:0;
}
#careers .nav-tabs.nav li.inactive {
	background-color:#f3f3f2;
	border-bottom:1px solid #ddd;
	position:relative;
	/* bottom:1px; */
}
.tab:not(:target) {
  display: none;
}

.tab:last-child {
  display: block;
}

.tab:target ~ .tab:last-child {
  display: none;  
}
.content {
	border: 1px solid #ddd;
	border-radius:0px 5px 5px 5px;
}
.content p {
	padding:10px 20px;
}
.content h2 {
	padding:10px 20px;
}
	
	
/* - - - Footer - - -*/

#footer{
	clear:both;
	margin: 0 auto;
	width:960px;
	height:150px;
	}

#footerinner p{	
	width:960px;
	margin:20px 0 auto 0;
	text-align: center;
}

#triangle-down {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #0cc2aa;
}