@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	}
.wrapper {
	position:relative;
	width:950px;
	margin:0px auto;	
}
#branding {
	height:150px;
	float:left;
	width:100%;
	background:url(../images/bannerbg.png);
	background-repeat: no-repeat;
  	background-size: cover;
  	-moz-background-size: cover;
  	background-position:center;
}
#branding #logo {
	position:relative;
	top:20px;
	left:50%;
	margin-left:-75px;
	width:150px;
	z-index:9999;
}
#branding #mainmenu {
	z-index:9999;
	position:absolute;
	right:10px;
	top:120px;
	height:70px;
	width:100%;	
	overflow:hidden;
}
#branding #mainmenu ul {
	margin:0px;
	padding:0px;
	width:100%;	
	overflow:hidden;
}
#branding #mainmenu ul li {
	float:left;
	width:25%;
	height:30px;
	list-style:none;
	text-align:center;
}
#branding #mainmenu ul li a {
	text-transform:uppercase;
	display:block;
	line-height:16px;
	font-weight:400;
	font-size:14px;
	color:#333;
	letter-spacing:-1px;
	text-decoration:none;
}
#branding #mainmenu ul li .submenu {
	position:absolute;
	top:60px;
	width:195px;
	display:none;
	background:#eee;
	left:0px;	
}
#branding #mainmenu ul li .submenu li {
	width:195px;
	height:40px;
	background:#eee;	
}
#branding #mainmenu ul li .submenu li a {
	padding:10px;
	font-size:16px;
	font-weight:normal;
	color:#222;	
	letter-spacing:-1px;
}
#branding #mainmenu ul li:hover .submenu {
	display:block;
}
/* COLUMNS */ 
.column100 {
	float:left;
	width:100%;	
}
.column33 {
	float:left;
	width:33.333333%;	
}
.column50 {
	float:left;
	width:50%;	
}
.column66 {
	float:left;
	width:66.666666%;	
}
/* END COLUMNS */
/* SLIDER START */
.homeslide {
	position:relative;
	width:100%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  float:left;
}
.rslides li {
	background-color:#fff;
	list-style:none;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height:200px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-position:center;
  margin-bottom:0px;
}
.rslides li .overlay p {
	margin:0px;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides_tabs {
	display:none;
}
.rslides2 {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  float:left;
}
.rslides2 li {
	background-color:#fff;
	list-style:none;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height:250px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-position:center;
  margin-bottom:0px;
}
.rslides2 li .overlay p {
	margin:0px;
}
.rslides2 li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides2_nav {
	font-size:12px;
	float:left;
	display:block;
	width:50%;
	color:#111;
	text-align:center;
	padding-bottom:15px;
}
/* SLIDER END */
.leftlinks {
	width:25%;
	float:left;	
}
.tabcontent {
	width:75%;
	float:left;
	min-height:520px;
	background:#fff;
	z-index:9999;
	border:solid 1px #ccc;
	margin:-1px;
	margin-top:9px;
}
.tabcontentfull {
	width:100%;
	float:left;
	background:#fff;
	z-index:9999;
	border:solid 1px #ccc;
	margin:-1px;
	margin-top:9px;
	padding-bottom:15px;
}

.leftlinks h1 {
	display:block;
	font-weight:300;
	font-size:30px;
	letter-spacing:-2px;
	line-height:30px;
	padding:10px 0px;
	margin:10px 0px;
	position:relative;	
}
.leftlinks ul {
	margin:10px 0px;
	padding:0px;	
}
.leftlinks ul li {
	float:left;
	width:100%;
	margin-bottom:10px;
	background:#ddd;
	list-style:none;
	position:relative;
	height:40px;	
}
.leftlinks ul li a {
	display:block;
	padding:13px;
	font-size:14px;
	line-height:14px;
	color:#111;
	text-decoration:none;
	font-weight:400;
	letter-spacing:-1px;	
}
.leftlinks ul .active {
	background:#555;
	color:#fff;	
}
.leftlinks ul .active a {
	color:#fff;
	font-weight:400;
	letter-spacing:-1px;
}
.leftlinks ul .active:before {
	border:solid 20px transparent;
	border-left-color:#555;
	content:"";
	position:absolute;
	left:100%;
	top:0px;
	background-position:top left;
}
.leftlinks ul li:before {
	border:solid 20px transparent;
	border-left-color:#ddd;
	content:"";
	position:absolute;
	left:100%;
	top:0px;
	background-position:top left;
}
#loadingbox {
	font-size:24px;
	text-align:center;
	padding: 50px 0px;
	display:none;	
}
#infobox {
	margin:10px 35px 10px 35px;
}
#infobox2 {
	margin:10px 35px 10px 35px;
}
#infobox h1, #infobox2 h1 {
	display:block;
	font-size:28px;
	letter-spacing:-2px;
	font-weight:300;
	line-height:36px;
	margin:20px 0px 10px 0px;
	position:relative;
	color:#555;
}
#infobox .rslides2 {
	margin-bottom:10px;
}
#infobox .loadeddescription, #infobox2 .loadeddescription {
	float:left;
	display:block;
	line-height:18px;
	font-size:14px;
}
#pagefooter {
	width:100%;
	float:left;
	background:#111;
	margin-top:20px;
	min-height:40px;	
}
#pagefooter a {
	color:#666;
	font-size:12px;
	display:block;
	text-align:center;
	padding:10px;
	text-decoration:none;	
}
.smallslides {
	opacity:0.3;	
}
.smallslides li {
	height:50px;	
}
.textbox {
	margin: 10px 0px 5px 0px;
	padding:20px;
	border:solid 1px #ccc;
	font-size:14px;
	line-height:18px;
	color:#333;	
}
.textbox h1 {
	display:block;
	font-size:30px;
	line-height:30px;
	font-weight:300;
	letter-spacing:-2px;
	color:#111;	
	margin: 10px 0px;
}
.t-label {
	color:#333;
	padding:1%;
	width:18%;
	float:left;
	font-size:16px;
	font-weight:300;
	margin-bottom:5px;
	text-align:right;
	letter-spacing:-1px;
}
.t-field {
	padding:1%;
	width:78%;
	float:left;
	margin-bottom:5px;
}
.t-field input[type=text] {
	padding:5px;
	border: solid 1px #ccc;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.t-field input[type=submit] {
	color:#fff;
	height:40px;
	padding:10px;
	background-color:#555;
	border:none;
	font-size:18px;
	font-weight:300;
	letter-spacing:-1px;
	cursor:pointer;
}
#contactformfinished {
	display:none;	
	text-align:center;
}
.loadedimages {
	display:none;
	float:left;
	width:100%;
}
.split5 {
	float:left;
	width:100%;	
}
.split5 img {
	float:left;
	margin:0;
	padding:0;
	border:none;
	width:18%;
	margin:0% 1% 2% 1%;
	opacity:1;
	-webkit-transition:opacity 200ms ease-in;
	-moz-transition:opacity 200ms ease-in;	
	-o-transition:opacity 200ms ease-in;	
	transition:opacity 200ms ease-in;	
}
.split5 img:hover {
	opacity:0.4;
}
.fullimage {
	position:relative;
	margin-bottom:2%;
}
.fullimage img {
	width:100%;	
}
.fullimage .seemore {
	position:absolute;
	right:0px;
	bottom:0px;
	background:rgba(255,255,255,0.8);
	display:inline-block;	
}
.fullimage .seemore a {
	display:block;
	padding:10px;
	text-decoration:none;
	color:#111;
	font-size:16px;
	letter-spacing:-1px;
	line-height:16px;	
}
.seeless {
	line-height:2%;
	float:left;
	width:14%;
	height:14%;
	text-align:center;
	display:block;
	padding:9% 2%;
	color:#fff;
	background:#555;
	margin:0% 1% 2% 1%;
	text-decoration:none;	
}