/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, #switcher, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
}
html, body { height:100%;}
	

/* #Basic Styles
================================================== */
	body {
		background:url(../images/body-bg.gif) 0 0 repeat;
		margin:0;
		padding:0;
 }

/* #Typography
================================================== */
@font-face {
			font-family: 'twcenmt';
			src: url('../fonts/twcenmt.eot');
			src: local('twcenmt'), url('../fonts/twcenmt.woff') format('woff'), url('../fonts/twcenmt.ttf') format('truetype');
}

	h1, h2, h3, h4, h5, h6 {
		color: #000;
		font-family: 'twcenmt' !important;
		font-weight: normal;
		line-height:1em;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px;  margin-bottom: 14px; line-height: 12px;}
	h2 { font-size: 36px;  margin-bottom: 0px; font-weight: 600; text-align: center;}
	h3 { font-size: 28px;  margin-bottom: 8px; }
	h4 { font-size: 21px;  margin-bottom: 4px; }
	h5 { font-size: 17px;  }
	h6 { font-size: 14px;  }
	.subheader { color: #777; }
	
	h3.col-title{
		font-size:16px;
		color:#f75701;
		text-transform:uppercase;
		margin-bottom:8px;
	}

	h4.map-description{
		color:#ff6d1e;
		font-size:14px;
		line-height:1.2em;
		margin-bottom:20px;
		font-family:Arial, Helvetica, sans-serif;
	}

	h4.coords{
		font-size:15px;
		line-height:1.2em;
		color:#000;
		font-family: 'twcenmt' !important;
		margin-bottom:15px;
	}

	p { margin: 0 0 20px 0; color: #000; font-size: 1.5em; line-height: 28px;}
	p img { margin: 0; }
	p.lead { font-size: 28px; line-height: 32px; color: #777; }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { display: block; font-size: 100%; margin-bottom: 16px; padding: 8px 16px; color: #010101; background-color: rgba(55,113,183,.5); line-height: 24px; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a{
	color: #f75701;
	text-decoration: underline;
	outline: 0;
	font-weight: 600;
}
	a:hover, a:focus { text-decoration:none; }
	p a, p a:visited { line-height: inherit; }

.texttip {
font-weight: bold;
text-decoration: underline dashed #3771b7;
color: #f75701;
}

/*   Logo    */

#site-title{
	font-size:48px;
	line-height:1.2em;
	font-family:'Lobster';
	color:#000;
	float:left;
	padding:11px 0 0 1px;
	margin:0;
}

#site-title a{
	color:#000;
	text-decoration:none;
}

h1.page-title{
	font-size:30px;
	color:#000;
	line-height:1.2em;
	font-family: 'twcenmt' !important;
	background:url(../images/divider.gif) 0 bottom repeat-x;
	padding:0 0 12px 2px;
	margin-bottom:20px;
	text-transform:uppercase;
}

h3.testimonial-author{
	font-family: 'twcenmt' !important;
	font-size:17px;
	line-height:1.2em;
	margin-bottom:0;
	color:#000;
	text-align:right;
}

h3.service-title{
	font-size:14px;
	font-weight:normal;
	color:#3d3c3c;
	font-family:Arial, Helvetica, sans-serif;
}

.address{
	background:url(../images/mail.png) 0 3px no-repeat;
	padding-left:62px;
	margin-bottom:27px;
}

.contacts{
	background:url(../images/phone-big.png) 0 3px no-repeat;
	padding-left:62px;
}
/* Phone */

.phone{
	float: right;
	font-size: 14px;
	line-height: 1.2em;
	color: #333;
	background: url(../images/phone.png) 0 0 no-repeat;
	margin-top: 16px;
	padding:8px 0 16px 45px;
}

nav.header {
	width: 100%;
	margin: 17px auto 0 auto;
	overflow: hidden;	
}

#home nav.header {
	margin-bottom:27px;
}

nav.header ul {
	list-style: none;
	overflow: hidden;
}

nav.header li {
	margin-bottom:0;
	float:left;
	position:relative;
	font-size:14px;
	line-height:1.2em;
	text-transform:uppercase;
	overflow:hidden;
	background:url(../images/nav-bg.gif) 0 0 no-repeat #222;
	padding-left:1px;
}

.ie nav.header li{
	width:16.55%;
}

nav.header li a {
	color: #fff;
	display: block;
	padding: 13px 5px 11px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/nav-a.gif) 0 0 repeat-x #010101;
}

nav.header li:hover, nav.header li.current {
	background:url(../images/li-first-bg.gif) 0 0 no-repeat;
}

/*HOVER*/
nav.header li a:hover, nav.header li.current a {
	background:url(../images/nav-a-hover.gif) 0 0 repeat-x #010101;
	-moz-box-shadow:inset 0px 0px 5px 5px #f75701;
	-webkit-box-shadow:inset 0px 5px 0px 5px #f75701;
	box-shadow:inset 0px 0px 5px 5px #f75701;
}

.link{
	color: #fff;
	display: inline-block;
	padding: 9px 16px 7px 19px;
	text-align: center;
	text-decoration: none;
	background:url(../images/nav-a.gif) 0 0 repeat-x #010101;
	font-size:14px;
	line-height:1.2em;
	text-transform:lowercase;
	overflow:hidden;
	position:relative;
}

.link:hover{
	background:url(../images/nav-a-hover.gif) 0 0 repeat-x #010101;
	-moz-box-shadow:inset 0px 0px 5px 5px #f75701;
	-webkit-box-shadow:inset 0px 5px 0px 5px #f75701;
	box-shadow:inset 0px 0px 5px 5px #f75701;
}

.link-1{
	color: #fff;
	display: inline-block;
	padding: 5px 14px 6px 14px;
	text-align: center;
	text-decoration: none;
	background:url(../images/nav-a.gif) 0 0 repeat-x #010101;
	font-size:12px;
	line-height:1.2em;
	text-transform:lowercase;
}

.link-1:hover{
	background:url(../images/nav-a-hover.gif) 0 0 repeat-x #010101;
	-moz-box-shadow:inset 0px 0px 5px 5px #f75701;
	-webkit-box-shadow:inset 0px 5px 0px 5px #f75701;
	box-shadow:inset 0px 0px 5px 5px #f75701;
}

.wrapper{
	width:100%;
	overflow:hidden;
}
.extr{
	overflow:hidden;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.alignright{
	text-align:right;
}
.alignleft{
	text-align:left;
}
.aligncenter{
	text-align:center;
}
.img-indent{
	float:left;
	margin:2px 11px 0 0;
}
.img-container{
	border:#bcbcbc 3px solid;
}
.full-columns{
	width:100%;
	height:auto;
}
.news-list{}

.news-list li{
	background:url(../images/divider.gif) 0 0 repeat-x;
	padding:10px 0 0 0;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
}
.news-list li strong{
	color:#000;
	font-size:15px;
	line-height:18px;
	display:block;
	margin-bottom:2px;
}
.news-list li strong span{
	font-size:12px;
	line-height:20px;
}
.news-list li strong b{
	font-weight:bold;
	display:inline-block;
	margin-left:8px;
	color:#919090;
	font-size:12px;
	line-height:20px;
}
.news-list li:first-child{
	padding-top:0;
	background:none;
}

.faq-list{padding-left:39px;}
.faq-list li{
	padding:15px 0 0 0;
	background:url(../images/divider.gif) 0 0 repeat-x;
	margin-top:15px;
}
.faq-list li:first-child{
	background:none;
	padding-top:0;
	margin-top:0;
}
.faq-list li div.question{
	background:url(../images/question.png) 0 3px no-repeat;
	margin-left:-39px;
	padding-left:39px;
	color:#ff7d36;
	margin-bottom:22px;
}
.faq-list li div.answer{
	background:url(../images/answer.png) 0 3px no-repeat;
	margin-left:-39px;
	padding-left:39px;
}

.marker-list{
	list-style-type: decimal;
	margin-left: 32px;
	margin-bottom: 32px;
}

.marker-list li{
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding-left: 8px;
}

.marker-list1{}

.marker-list1 li{
	font-size:12px;
	line-height:18px;
	background:url(../images/marker1.png) 0 6px no-repeat;
	padding-left:13px;
	color:#828181;
}

.marker-list2{}

.marker-list2 li{
	font-size:12px;
	line-height:18px;
	background:url(../images/marker2.png) 0 5px no-repeat;
	padding-left:17px;
	color:#7a7a7a;
}
.marker-list2 li a{
	color:#7a7a7a;
	text-decoration:none;
}
.marker-list2 li a:hover{
	color:#f75904;
}

.history-list{}
.history-list li{
	margin-top:15px;
}
.history-list li:first-child{
	margin-top:0;
}
.history-list li div.date{
	float:left;
	font-size:16px;
	color:#f75904;
	width:45px;
	font-family: 'twcenmt' !important;
}
.history-list li div.excerpt{
	overflow:hidden;
}
.personal-list{
	margin:-5px -10px;
}
.personal-list li{
	float:left;
	padding:5px 10px;
}
.personal-list li img{
	display:block;
	margin-bottom:18px;
}

.chooseus-list li{
	padding-top:18px;
}
.chooseus-list li:first-child{
	padding-top:0;
}
.chooseus-list li strong{
	color:#ea7231;
	font-size:16px;
	display:block;
}
.prev-next{
	padding-top:7px;
}
.prev-next a{
	float:right;
	width:17px;
	height:15px;
	margin-left:1px;
}
.prev-next a.prev{
	background:url(../images/prev-testimonial.gif) 0 0 no-repeat;
}
.prev-next a.next{
	background:url(../images/next-testimonial.gif) 0 0 no-repeat;
}
/* Indents */
.pad-left14{
	padding-left:14px;
}
.top5{
	padding-top:5px;
}
.top15{
	padding-top:15px;
}
.top20{
	padding-top:20px;
}
.top30{
	padding-top:30px;
}

.col-left{
	float:left;
	position:relative;
	padding-right:13px;
}
.col-left img{
	
	margin-top:4px;
}
.col-right{
	float:left;
	width:146px;
}
.shadow-left{
	background:url(../images/left-shadow.png) 0 0 repeat-y;
	padding-left:10px;
}
.shadow-right{
	background:url(../images/right-shadow.png) right 0 repeat-y;
	padding-right:10px;
}
.divider{
	height:2px;
	width:100%;
	background:url(../images/divider.gif) 0 0 repeat-x;
	margin:20px 0 20px 0;
}
.divider.divider-indent{
	margin:10px 0 30px 0;
}
.spacer{
	background:url(../images/spacer.gif) 65.7% 0 repeat-y;
}
.spacer1{
	background-position:28.23% 0;
}
.spacer2{
	background-position:72.1% 0;
}
.spacer3{
	background-position:40.8% 0;
}
.spacer4{
	background-position:65.8% 0;
}
.img-bottom-indent{
	margin-bottom:15px;
}
.img-indent{
	float:left;
	margin:2px 10px 0 0;
}
.dropcaps{
	float:left;
	margin:4px 7px 0 0;
	font-size:39px;
	color:#fff;
	line-height:1.2em;
	background:#ff6d1e;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width:57px;
	height:52px;
	overflow:hidden;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
}
#content{
	margin:17px 0 30px 0;
}
#home #content{
	margin:30px 0;
}
footer{
	
}
.aside{
	background:url(../images/aside-bg.gif) 0 0 repeat;
	padding:43px 0 82px 0;
	color:#929292;
}
.aside .container{
	color:#929292;
}
.footer-spacer1{
	background:url(../images/footer-spacer.gif) 22.2% 0 repeat-y;
}
.footer-spacer2{
	background:url(../images/footer-spacer.gif) 65.7% 0 repeat-y;
}
footer .marker-list{}
footer .marker-list li{
	margin:0;
	padding:0 0 5px 0;
	color:#929292;
	background:url(../images/footer-divider.gif) 0 bottom repeat-x;
	line-height:18px;
}
footer .marker-list li a{
	display:inline-block;
	background:url(../images/marker-orange.png) 0 6px no-repeat;
	padding-left:17px;
	text-decoration:none;
	color:#929292;
}
footer .marker-list li a:hover{
	color:#f75701;
}

.footer-bottom{
	background:url(../images/footer-bg.gif) 0 0 repeat;
	color:#313131;
	padding:16px 0;
}
.footer-bottom .container{
	color:#313131;
}
nav.footer{
	overflow:hidden;
}
nav.footer li{
	float:left;
	background:url(../images/vert-line.gif) 0 5px no-repeat;
	padding:0 4px 0 6px;
	font-size:12px;
}
nav.footer li:first-child{
	background:none;
	padding-left:0;
}
nav.footer li a{
	color:#303030;
	text-decoration:none;
}
nav.footer li a:hover, nav.footer li.current a{
	color:#f75701;
}
/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

.img-thumbnail	{
display: inline-block;
margin: 0 0 16px 0;
max-width: 100%;
padding: 2px;
background-color: #ffffff;
border: solid 1px #dddddd;
border-radius: 6px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.075);
}

/* #Buttons
================================================== */

	.button,
	button,
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs {
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		font-size: 13px; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


/* #Forms
================================================== */

	form#contact{margin-top:14px;}
	footer form#contact{margin-bottom:-46px;}
	label{
		display:block;
		margin-bottom:13px;
	}
	fieldset {
		margin-bottom: 20px;
	}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #b9b9b9;
		border-bottom:none;
		border-right:none;
		padding: 2px 8px;
		margin:0;
		outline: none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:1.2em;
		font-style:italic;
		color: #9f9f9f;
		max-width: 100%;
		display: block;
		background: #dcdcdc;
		
		
		-moz-box-shadow: -1px -1px 1px rgba(212,212,212,1);
		-webkit-box-shadow: -1px -1px 1px rgba(212,212,212,1);
		box-shadow:  -1px -1px 1px rgba(212,212,212,1);
		
		/*-moz-box-shadow: 0 0 1px #d4d4d4, 0 0 1px inset #d0d0d0;
		-webkit-box-shadow: 0 0 1px #d4d4d4, 0 0 1px inset #d0d0d0;
		box-shadow:  0 0 1px #d4d4d4, 0 0 1px inset #d0d0d0;*/
	}
	input[type="text"]{
		width:72.5%;
	}
	input[type="submit"]{
		border:0;
		margin:0;
		display:block;
		width:99px;
		height:33px;
		background:url(../images/send-bt.gif) 0 0 no-repeat;
		cursor:pointer;
	}
	
	textarea {
		width:93.9%;
		min-height: 104px;
	}
	

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
