html, body, #bg, #bg table, #bg td {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background: black;
	font-family: Langdon;
}

ol,ul {
	list-style:none;
}

a img {
    border: 0;
}

@font-face { 
	font-family: Langdon; 
	src: url('Langdon.otf');
	font-weight: 900;
	font-style: normal;
} 

h2, h1 {
	text-align: center;
	color: rgb(212,197,130);
	font-size: 50px;
	letter-spacing: 2px;
}

h2{
	font-size: 30px;
}

h3 {
	color: white;
	text-align: center;
	font-size: 25px;
	letter-spacing: 2px;
}

.titleHeader{
	width: 950px;
	font-size: 24px;
	font-weight: bold;
	color: #eee;
	text-align: center;
}

.bkColour{
	margin-top: 100px;
	position: absolute;
	background: #303030;
	height: 552px;
	width: 100%;
}

.container{
	position: relative;
	width: 950px;
	min-width: 950px;
	height: auto;
	margin: 0 auto;
	background: black;
	padding-bottom: 50px;
}

.notactive {
	text-decoration: none;
	color: inherit;
}

.header{
	text-align: center;
	height: 100px;
}

.logoa {
  position: absolute;
  z-index: 110;
}

.logob {
  position: absolute;
  z-index: 100;
  top: 50px;
}

.logocontainer1 {
	position: relative;
	width: 950px;
}

.logocontainer2 {
	position: relative;
	width: 285px;
	margin: 0 auto;
	background: black;
}

.menuContainer{
	padding-bottom: 1px;
	margin-left: 0px;
	margin-bottom: 5px;
}

.submenuContainer{
	width: 375px;
	padding-bottom: 1px;
	margin: 0 auto;
}

.submenuContainer2{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 1000;
	background: rgba(0,0,0,0.7);
	top: 100px;
	height: 50px;
}

.submenuContainer3{
	position: relative;
	margin-left: 260px;
}

.niceLine {
	display: block;
    margin: 10px 0 25px 0;
    height: 2px;
    width: 950px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(black), to(black), color-stop(50%, rgb(238,225,133)));
    background: -webkit-linear-gradient(left, black 0%, rgb(238,225,133) 50%, black 100%);
    background:    -moz-linear-gradient(left, black 0%, rgb(238,225,133) 50%, black 100%);
    background:     -ms-linear-gradient(left, black 0%, rgb(238,225,133) 50%, black 100%);
    background:      -o-linear-gradient(left, black 0%, rgb(238,225,133) 50%, black 100%);
    background:         linear-gradient(left, black 0%, rgb(238,225,133) 50%, black 100%);
}

#logo{
	width: 900px;
	height: auto;
}

.socialfb{
	margin: 0 10px;
	width: 30px;
	height: auto;
}

.socialin{
	margin: 0 10px;
	width: 30px;
	height: auto;
}

.socialld{
	margin: 0 10px;
	width: 30px;
	height: auto;
}

.thumbnail{
	width: 10%;
	height: 10%;
	margin: 20px;
}

.socialLinks{
	width: 200px;
	margin: 0 auto;
}

.active{
	color: rgb(212,197,130);
}

.aboutContainer {
	padding-bottom: 50px;
	height: 502px;
	background: url(../images/homepage/h3.jpg); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.textContainer{
	width: 800px;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #eee;
}

.transBk{
	height: 600px;
	background: rgba(0,0,0,0.7);
}

.testimonialsContainer{
	height: 552px;
	background: url(../images/homepage/h3.jpg); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.testimonials{
	height: 552px;
	background: rgba(0,0,0,0.6);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #eee;
}

.testContainer{
	width: 800px;
	margin: 0 auto;
	font-style: italic;
}

.nameContainer{
	text-align: right;
	margin-right: 100px;
}

.brochureContainer{
	height: 552px;
	background: url(../images/homepage/h3.jpg); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.brochure{
	height: 552px;
	background: rgba(0,0,0,0.6);
}

.dpPic{
	width: 90px;
	margin: 0 auto;
    height: 103px;
    border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}

.dpContainer{
	text-align: center;
	width: 200px;
	margin: 10px 30px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #eee;
}

.dpContainers{
	width: 800px;
	margin: 0 auto;
}

.email{
	color: #eee;
}

#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu {
	width: 640px;
	margin: 0px auto 0px auto;
}

#menu:before,
#menu:after {
	content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu {
	zoom:1;
}

#menu li {
	float: left;
	border-right: 1px solid #222;
	box-shadow: 1px 0 0 #444;
	position: relative;
}

#menu li:last-child {   
	box-shadow: none;
	border-right: none; 
}

#menu a {
	float: left;
	padding: 12px 20px;
	color: #999;
	text-transform: uppercase;
/* 	font: 12px Arial, Helvetica; */
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

/*
#menu li:hover > a {
	color: rgb(212,197,130);
}

*html #menu li a:hover { 
	color: #fafafa;
}

#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; 
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;    
	background: #444;	
	background: linear-gradient(#444, #111);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
	border-radius: 3px;
	transition: all .2s ease-in-out;  
}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0;
	box-shadow: -1px 0 0 rgba(255,255,255,.3);		
}

#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; 
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
	box-shadow: none;    
}

#menu ul a {    
	padding: 5px;
	width: 130px;
	_height: 10px; 
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

#menu ul a:hover {
	background-color: #0186ba;
	background-image: linear-gradient(#04acec, #0186ba);
}
*/

/*
#menu ul li:first-child > a {
	border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
	border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3; 
	border-bottom-color: transparent; 	
}

#menu ul li:last-child > a {
	border-radius: 0 0 3px 3px;
}
*/

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color: rgb(212,197,130);
	text-decoration:none;
}

.clear {
	clear:both;
}

#contactForm{
	height: 552px;
}

#myForm{
	position: absolute;
	top: 100px;
    width: 950px;	
}

.tsc_form_contact_light { 
	margin: 0 auto 20px auto;
	width: 50%; 
	height: 550px;
	text-align: left; 
	font-family: Helvetica, Arial, sans-serif;
}

.tsc_form_contact_light .form-input { 
	display: block; 
	width: 41%; 
	height: 20px; 
	padding: 6px 10px; 
	margin: 0 auto 10px auto;
	color: #333; 
	background: #fff; 
	border: 1px solid #ccc; 
	outline: none; -moz-border-radius:    8px; 
	-webkit-border-radius: 8px; border-radius:         8px; 
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5); 
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5); 
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5); 
	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; background-clip:         padding-box; 
	-moz-transition:    all 0.4s ease-in-out; 
	-webkit-transition: all 0.4s ease-in-out; 
	-o-transition:      all 0.4s ease-in-out; 
	-ms-transition:     all 0.4s ease-in-out; 
	transition:         all 0.4s ease-in-out; behavior: url(PIE.htc); 
}

.tsc_form_contact_light textarea.form-input { 
	width: 91%; 
	height: 100px; 
	overflow: auto; 
}

.tsc_form_contact_light .form-input:focus { 
	border: 1px solid #7fbbf9; 
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #7fbbf9; 
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #7fbbf9; 
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #7fbbf9; 
}

.tsc_form_contact_light .form-input:-moz-ui-invalid { 
	border: 1px solid #e00; 
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00; 
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00; 
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00;
}

.tsc_form_contact_light .form-input.invalid { 
	border: 1px solid #e00; 
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00; 
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00; 
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 3px #e00; 
}

.tsc_form_contact_light.nolabel ::-webkit-input-placeholder { 
	color: #888;
}

.tsc_form_contact_light.nolabel :-moz-placeholder { 
	color: #888;
}
 
.tsc_form_contact_light .form-btn { 
	padding: 0 15px; 
	height: 30px; 
	text-align: center; color: #fff; 
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); 
	cursor: pointer; 
	border: 1px solid rgb(238,225,133); 
	outline: none; 
	position: relative; 
	margin-left: 12px;
	background-color: black; 
	-moz-border-radius:    8px; 
	-webkit-border-radius: 8px; 
	border-radius:         8px; 
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); 
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); 
	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box; behavior: url(PIE.htc); 
}

.tsc_form_contact_light .form-btn:active { 
	border: 1px solid rgb(238,225,133); 
	background-color: rgb(238,225,133); 
	-moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5); 
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5); 
	box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5); 
}

.tsc_form_contact_light input[type=submit]::-moz-focus-inner { 
	border: 0; 
	padding: 0;
}

.tsc_form_contact_light label { 
	display: block; 
	width: 300px; 
	color: white; 
}

.tsc_form_contact_light label span { 
	font-size: 12px; 
	color: #999; 
}

.tsc_form_contact_light.frame { 
	background-color: #111; 
	-moz-border-radius:    8px; 
	-webkit-border-radius: 8px; 
	border-radius:         8px; 
	-moz-box-shadow:    0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5); 
	box-shadow:         0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5); behavior: URL(PIE.htc); 
}

.tsc_form_contact_light.tbar { 
/* 	padding: 0 20px 20px 20px;  */
	background-color: #333; 
	color: rgb(238,225,133);
	behavior: URL(PIE.htc); 
}

.tsc_form_contact_light.tbar h3 { 
	color: rgb(238,225,133); 
	margin: 0 -20px 0px -20px; 
	background-color: #333; 
	-moz-border-radius:    8px 8px 0 0; 
	-webkit-border-radius: 8px 8px 0 0; 
	border-radius:         8px 8px 0 0; 
	-moz-border-radius:    8px 8px 0 0; 
	behavior: url(PIE.htc); 
}


