﻿/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	border:0;
	}

ul,li {
	list-style-type:none;
	}

a{
	outline: none;
	color:#000;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

textarea:focus, input:focus{
	outline: none;
}

a img{
	border:0;
}

.clear{
	width:100%;
	clear:both;
	height:0;
}

.clear.break{
	height:20px;
}

.sep{
	width:100%;
	clear:both;
	height:34px;
	background:url("images/sep.png") no-repeat center center;
}

.button{
	color:#fff !important;
	background:#000;
	color:#fff;
	display:block-inline;
	padding:3px 10px;
	text-decoration:none;
	font-size:10px !important;
	text-transform:uppercase;
}

.button:hover{
	background:#666;
}

body{
	font-family:arial;
	background:#eee;
}

p{
	font-size:12px;
	line-height:1.6em;
	color:#333;
	padding:10px 0 0 0;
}

p.intro{
	padding:0 50px 0 65px;
	font-size:16px;
	padding-bottom:15px;
	text-align:center;
}

h1,h2,h3,h4,h5{
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;	
}

h5{
	font-size:15px;
}

ul.ticks{
	margin-top:10px;
}

ul.ticks li{
	font-size:12px;
	line-height:1.4em;
	margin-bottom:8px;
	color:#333;
	background:url("images/arrow.png") no-repeat left 3px;
	padding-left:32px;
}

ul.ticks.homepage li{
	font-size:13px;
}

ul.list{
	margin-top:10px;
	margin-left:40px;
}

ul.list li{
	font-size:13px;
	line-height:1.5em;
	margin-bottom:8px;
	color:#333;
	background:none;
	padding-left:10px;
	list-style-type:upper-roman
}

#wrapper,
#directors{
  width:980px;
  margin:0 auto;
  text-align:left;
	padding:0;
	position:relative;
}

#content{
	position:relative;
	padding:30px 35px 30px 35px;
	background:#fff;
}

#bl{
	position:absolute;
	bottom:20px;
	left:20px;
	background:url("images/bracket-bl.png");
	height:70px;
	width:70px;
}

#br{
	position:absolute;
	bottom:20px;
	right:20px;
	background:url("images/bracket-br.png");
	height:70px;
	width:70px;
}

#social-header{
	background:#000;
	padding:8px 0 5px 0;
}

#social-header #social-header-center{
  width:980px;
  margin:0 auto;
	padding:0;
	position:relative;
	text-align:right;
}

#social-header .addthis_toolbox{
	float:right;
}

#social-header a{
	display:inline-block;
	margin-left:5px;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;	
}

#social-header a:hover{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;	
}

#social-header .addthis_toolbox a.addthis_counter.addthis_pill_style{
	display:none !important;
}

#header{
	width:100%;
	background:#383837;
	padding:3px 0;
	top:0;
	left:0;
	z-index:9999;
	border-bottom:2px solid #333;
}

#header_content{
  width:980px;
  margin:0 auto;
  position:relative;
  padding:15px 0;
}

#header-contact{
	position:absolute;
	top:20px;
	right:0px;
	text-align:right;
}

#header-contact h3{
	text-transform:none;
	font-size:13px;
	color:#fff;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
}


#header-contact h3 span{
	color:#c0c0c0;
}

#header-services{
	width:100%;
	position:relative;
	padding-bottom:20px;
	background:url("images/bg.png") repeat-x;
}

#header-services_content{
  width:980px;
  margin:0 auto;
  text-align:center;
}


#header-services_content ul#nav-services li{
	display:inline-block;
	margin:12px 12px 12px 0;
}

#header-services_content ul a{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#ccc;
	text-decoration:none;
	background:#1f1f1f;
	display:block;
	padding:5px 12px;
	text-transform:uppercase;
}

#header-services_content ul#nav-services li.current a,
#header-services_content ul#nav-services a:hover{
	background:#333;
	color:#fff;
}

#header-services_content ul#nav-services li.last{
	margin-right:0;
}


ul#nav{
	position:absolute;
	bottom:20px;
	right:0px;
}

ul#nav li{
	float:left;
	margin-left: 11px;
}

ul#nav a{
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:11px;
	color:#ccc;
	letter-spacing:0.1em;
	text-decoration:none;
}	

ul#nav .current a,
ul#nav a:hover{
	color:#fff;
}

#intro{
	width:100%;
	position:relative;
	background:#fff;
	margin-bottom:20px;
	padding:30px 0;
	padding-top:122px;
}

#intro-content{
  width:760px;
  margin:0 auto;	
}

#intro h2{
	padding:12px 0;
	font-size:22px;
	text-align:center;
	line-height:1.8em;
	color:#000;
	font-weight:normal;
}


#content h1{
	font-size:20px;
	text-align:center;
	border-bottom:2px solid #000;
	padding-bottom:10px;
	position:relative;
}

#content h1 span{
	background:url("images/bracket.png") no-repeat left top;
	height:70px;
	width:70px;
	position:absolute;
	top:21px;
	left:-10px;
}

#homepage-text{
	width:100%;
	padding:20px 0;
}

#homepage-text .left{
	float:left;
	width:45%;
	margin-left:45px;
}

#homepage-text .right{
	float:right;
	width:45%;	
}

#homepage-text .right h3{
	font-size:16px;
	margin-top:12px;
}

.content-padding{
	padding:20px 20px 50px 45px;
}


/* Testimonial
------------------------------------------------------------------*/

.testimonial{
	margin-top:20px;
	text-align:center;
}

.testimonial blockquote{
	width:80%;
	font-style:italic;
	margin:0 auto;
	font-size:12px;
	line-height:1.6em;
	color:#333;
	padding:10px 0 0 0;
	text-align:center;
}

.testimonial blockquote b{
	font-family:"Times New Roman", Times, serif;
	font-size:34px;
}

.testimonial blockquote span{
	clear:both;
	display:block;
	font-style:normal;
	font-weight:bold;
	margin-top:10px;
}


/* Footer & homepage boxes
------------------------------------------------------------------*/

#footer{
	margin-top:20px;
	background:#fff;
	padding:40px 65px 80px 65px;
}

#boxes{
	padding:60px 0 30px 45px;
}

.box{
	width:260px;
	position:relative;
	float:left;
	text-align:center;
	margin-right:42px;
	background:url("images/black-frame3.png") top left no-repeat;
}

.box.last{
	margin-right:0;
	float:right;
}

.box h3{
	font-size:18px;
	font-weight:normal;
	padding:6px 0 40px 0;
}

.box a img{
	position:relative;
	margin-top:20px;
	z-index:9999;
}

.box img.fadein{
	position:absolute;
	left:-20px;
	top:-25px;
	display:none;
	z-index:9;
}


.services .box img.fadein{
	left:-21px;
	top:-42px;
}

.services .box{
	margin-right:32px;
}

.services .box.last{
	margin-right:0;
}

.services img{
	margin-top:20px;
}

.services .box h3{
	padding:6px 0 30px 0;
	font-size:17px;
}


/* Disclaimers & copyright
------------------------------------------------------------------*/

#disclaimer{
	position:relative;
	margin-top:50px;
	background:#000;
	padding:30px 0 60px 0;
}

#disclaimer-content{
  width:980px;
  margin:0 auto;
  position:relative;
}

#qualifications{
	text-align:center;
	border-bottom:1px solid #fff;
	padding-bottom:20px;
}

#qualifications img{
	margin:0 30px;
}


#qualifications a{
	display:inline-block;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;	
}

#qualifications a:hover{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;	
}

#copy,
#copy a{
	color:#fff;
	font-size:11px;
}

.breaker{
	padding-top:7px;
}

#copy ul.right a{
	color:#999;
}

#copy a:hover{
	text-decoration:none;
}

#copy ul.left{
	margin-top:30px;
	float:left;
}

#copy ul.right{
	margin-top:32px;
	float:right;
}

#copy ul.right li,
#copy ul.services li{
	float:left;
	margin-left:20px;
}

#copy ul.services{
	margin-top:10px;
	float:right;
}

#copy ul.services li span{
	color:#999;
}

/* Twitter
------------------------------------------------------------------*/

#twitter-feed{
	width:95%;
	text-align:center;
	margin:0 auto;
}

#twitter-feed .tweet img{
	width:100%;
	border:1px solid #000;
}

#twitter-feed .tweet{
	width:228px;
	float:left;
	border-right:1px dashed #000;
	padding-right:28px;
	margin-right:30px;
	padding-bottom:15px;
}

#twitter-feed .tweet.last{
	margin-right:0;
	border-right:none;
	padding-right:0;
}

.twitter-content{
	height:95px;
}

.twitter-image{
	margin-top:5px;
	
}

.tweet-time{
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

/*
.twitter-dotted-sep{
	margin:0 auto;
	padding:6px 0;
	width:60%;
	border-bottom:1px dashed #333;
}
*/

#twitter-feed,
#twitter-feed a{
	font-size:13px;
	color:#000;
}

#twitter-feed a:hover{
	text-decoration:none;
}

#twitter-feed h2{
	background:url("images/sep-twitter2.png") no-repeat center bottom;
	width:100%;
	height:50px;
	text-align:center;
	font-size:18px;
	margin-bottom:20px;
}


/* slider
------------------------------------------------------------------*/

#caption{
	z-index:99999;
	background:#000;
	color:#fff;
	padding:10px 0;
	text-align:center;
	width:980px;
}

#caption h2{
	font-size:18px;
}

#caption h4{
	font-size:12px;
	font-weight:normal;
	color:#999;
}

.bxsliderWrapper{
	position:relative;
}

.bx-wrapper {
	position: relative;
	width:980px;
	height:354px;
	overflow:hidden;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper a,
.bx-wrapper span{
	color:#fff;
	text-decoration:none;
}

.bxslider span{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	left:0;
	bottom:35px;
	display:block;
	z-index:9999;
	font-family:"Times New Roman", Times, serif;
	background:#000;
	padding:8px 25px 8px 15px;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;	
}

.bxslider span b{
	display:block;
	clear:both;
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	text-transform:none;
	padding-top:2px;
}


#brightcherry{
	position:absolute;
	right:0;
	bottom:0;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;	
}


#brightcherry:hover{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 0.9;	
}


/* About
------------------------------------------------------------------*/

#directors .left{
	float:left;
	width:45%;
}

#directors .right{
	float:right;
	width:45%;	
}

#directors h3{
	font-size:15px;
	margin-top:12px;
}

#directors #content{
	position:relative;
	padding:30px 35px 0 35px;
	background:#fff;
}


/* Contact
------------------------------------------------------------------*/

#contact-left h3,
#contact-right h3{
	font-size:14px;
}

#contact-left{
	float:left;
	width:52%;
}

#contact-right{
	float:right;
	width:43%;
	padding-top:10px;
}

form{

}

form label{
	float:left;
	width:90px;
	font-size:11px;
	text-transform:uppercase;
	padding-top:5px;
}

form .input,
form textarea{
	border:1px solid #666;
	padding:4px;
	width:320px;
	background:#333;
	color:#fff;
	
}

form textarea{
	width:320px;
}

form div{
	margin:10px 0;
}

.contact-block{
	font-size:12px;
	margin-top:12px;
}

.contact-block li{
	margin-bottom:4px;
}

.submit{
	margin-left:90px;
}

.submit input{
	color:#fff !important;
	background:#000;
	color:#fff;
	display:block-inline;
	padding:3px 30px;
	text-decoration:none;
	font-size:12px !important;
	text-transform:uppercase;
	border:0;
}

.submit input:hover{
	background:#333;
	cursor:pointer;
}


ul.error{
	font-size:12px;
	margin-bottom:20px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px;
	width:91%;
}

ul.error li{
	list-style-type:square;
	margin-left:13px;
	margin-top:2px;
}

ul.error li.title{
	font-weight:bold;
	list-style-type:none;
	margin-left:0;
	margin-bottom:5px;
}

b.success{
	font-size:12px;
	text-align:center;
	display:block;
	padding:10px;
	border:1px solid #000;
	width:398px;
	margin-bottom:20px;
}