@import url('reset.css');
/* General styles of the background and general style of formatting the default text */


html, body, #container { height: 100%; }


@font-face {
  font-family: District;
  src: url('../fonts/DistProTh.otf');
}
@font-face {
  font-family: Verdana;
  src: url('../fonts/verdana.ttf');
}
@font-face {
  font-family: Menu;
  src: url('../fonts/futurastd-condensed-webfont.woff');
}
.newfont{
	font-family:District;
	float:left;
	padding-left:40px;
	margin:10px;
}
.title{
	margin-top:36px;
	float:right;
	padding-right:40px;
	
}
.title1{
	font-family:District;
	font-weight:bolder;
	color:#2E579C;
	float:left;
	margin-top:55px;
	font-size:18pt;
}
.table_align{
	margin-top:8px;
}

.table{
	font-family:District;
	font-size:16px;
	display: table;
	border: 2px solid  #CCC;
}
.tr {
    border-bottom: 2px solid #CCC;
}
.size_14{
	font-family:District;
	font-size:14px;
	color:#363636;
}
.size_14_bold{
	font-family:Verdana;
	padding:8px;
	font-size:14px;
	color:#7C7C7C;
}
.size_16{
	font-family:District;
	font-size:16px; 
	color:#1E1E1E;
}
.size_16_bold{
	font-family:District;
	font-weight:bolder;
	padding-top:10px;
	padding-bottom:10px;
	font-size:16px; 
	color:#FFF;
}
.size_16_contact{
	font-family:District;
	font-size:16px; 
	color:#363636;
}
.size_16_new{
	font-family:District;
	font-size:16px; 
	color:#363636;
	font-weight:600;
}
.size_18{
	font-family:District;
	font-size:18px; 
	color:#363636;
	float:left;
	padding-left:40px;
	margin:10px;
}
.size_18_new{
	font-family:District;
	font-size:18px; 
	color:#363636;
}
.size_18_bold{
	font-family:District;
	font-weight:bolder;
	font-size:18px; 
	color:#007CB9;
	float:left;
	padding-left:40px;
	margin:10px;
}
.size_20{
	font-family:District;
	font-size:20px; 
	font-weight:bolder; 
	color:#007CB9;
	float:left;
	padding-left:40px;
	margin:10px;
}
.size_24{
	font-family:District;
	font-size:24px; 
	font-weight:bolder; 
	color:#007CB9;
}
.size_24_new{
	font-family:District;
	font-size:24px; 
	font-weight:bolder; 
	color:#007CB9;
}
.size_28{
	font-family:District;
	font-size:28px; 
	color: #007CB9;
	float:left;
	padding-left:40px;
	margin:10px;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.6;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url(../images/icon_top.png) no-repeat;
}

.content{
	padding-bottom: 3em; 
}

body > #container { height: auto; min-height: 100%; }

#map_canvas {
   width: 400px;
   height:320px;
   margin-top:65px;
}

p{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	color: #44f;

}
.list-margin{
	margin-left:15px;
}
.padding{
	padding-top:8px;
}
.padding1{
	padding-bottom:15px;
}
.padding2{
	padding-bottom:20px;
}
ul.navbar {
  font-family:District;
  list-style-type: none;
  line-height:30px;
  margin: auto;
  position: absolute;
  top: 208px;;
  left: 80px;
  width: 10%; 
}

.bodyText{
	clear:both;
	width:870px;
	margin:auto;
	height:100%;
	line-height:20px;
	background:#FFF;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	text-align:justify;
	color: #555;
}
.bodyText1{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	text-align:left;
	color: #555;
}
.margin{
	margin-top:35px;
}
.marginTopBottom{
	margin-top:20px;
	margin-bottom:65px;
}
/* Style for links */

.clear {
	clear:both;
}
.max-width {
	width:100%;
}
/* Style for links at mouse over action */
img#imagehover:hover{
	cursor:pointer;
	}

a {
	color:#F26522;
	font-size:12px;
	text-align:center;
}
a:hover {
	text-decoration:underline;
}
/* Style for the h1, used for titles of most of the sections */

h1 {
	color:#F26522;
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
}
h2 {
color:#F26522;
font-size:16px;
margin-top:10px;
margin-bottom:10px;

}
h3 {
color:#F26522;
font-size:13px;
margin-top:10px;
margin-bottom:10px;

}
h2.white {
	color:#ffffff;
}
h{
	color:#F26522;
	font-size:16px;
	margin-top:10px;
	margin-bottom:5px;
}
h4, h5, h6 {
	font-size:18px;
	color:#007CB9;
}

ul, ol {
	margin-left: 30px;
	margin-bottom:15px;
}
ul li {
	list-style-type:square;
	padding: 5px;
}
ul li ul li {
	list-style-type:disc;
}
ul li ul li ul li {
	list-style-type: circle;
}
ol li {
	list-style-type:decimal;
	padding: 5px;
}
ol li ol li {
	list-style-type: decimal-leading-zero;
}
ol li ol li ol li {
	list-style-type: lower-roman;
}
.quote {
	background:url(../images/quote-left.gif) no-repeat left top;
	padding-top: 10px;
	padding-left: 40px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:11px;
	margin-bottom:15px;
}
.quote div {
	background: transparent url(../images/quote-right.gif) right bottom no-repeat;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left:10px;
}
pre code {
	margin: 0 0 0 40px;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;
}
pre.back {
	background: url(../images/code-back.gif) repeat-y left top;
	border: none;
	color: #fff;
}
/* The wrapper of the content */
.wrapper {
	width:960px;
	background-position:left top;
	margin:auto;
	text-align:left;
}
.fullWidthBanner {
	background:url(../images/header.jpg) top left repeat-x;
	width:100%;
	height:150px;
}
.wrapper-sec {
	max-width:100%;
	background-position:left top;
	margin:auto;
	text-align:left;
}
/* Header Section */
.header {
	height:25px;
}
.logo {
	margin-left:40px;
	margin-top:25px;
	overflow:hidden;
	float:left;
}
/*--Menu Begin--*/
ul.menu_faq li {
	display:inline;
}
ul.menu_faq a{
	padding:0px 5px 0px 5px;
	float:right;
	padding-right:20px;
	color: #007CB9;
	font-family:Menu;
	font-size:19px;
}
ul.menu_services li {
	display:inline;
}
ul.menu_services a{
	padding:0px 15px 0px 15px;
	padding-right:18px;
	left:85px;
	color: #007CB9;
	font-family:Menu;
	font-size:19px;
}
ul.menu {
	float:left;
	padding-left:438px;
}
ul.menu li {
	display:inline;
}
ul.menu a {
	padding:0px 5px 0px 5px;
	float:left;
	padding-left:20px;
	color: #007CB9;
	font-family:Menu;
	font-size:19px;
}
ul.menu li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.menu li span { /*--Drop down trigger styles--*/
	width: 13px;
	height: 40px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
	margin-top:4px;
}
ul.menu li span.subhover {
	background-position: center bottom;
	cursor: pointer;
} /*--Hover effect for trigger--*/
ul.menu li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left:0;
	top:45px;
	background: #007CB9;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	z-index:999999;
}
ul.menu li ul.subnav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.menu li ul.subnav li a {
	float: left;
	width: 150px;
	color: #007CB9;
	background: #000 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding: 10px;
	margin:0px;
}
html ul.menu li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	color:#000;
	background: #007CB9 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
}
ul.menu a:hover, ul.menu a.selected {
	color: #007CB9;
	text-decoration:none;
}
.slider-list-links {
	float:left;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
.slider-list-links li {
	float:left;
	margin:0;
	list-style:none;
	padding:0;
}
/*--Menu End--*/

/* Left Section */
/*--Left Menu Begin--*/

.left-menu-top ul.menu-left a {
	display:block;
	float:left;
	font-size:12px;
	margin: 0px 25px 0px 25px;
	padding-left:15px;
	color:#000;
	background:url(../images/bullet.png) no-repeat left;
}
*html .left-menu-top ul.menu-left a {
	margin:0 0 0 13px;
}
.left-menu-top ul.menu-left li {
	border-bottom:1px dashed #ccc;
	width:100%;
	list-style-type:none;
	padding:0px;
	position:relative;
	float:left;
	width:100%;/*--Declare X and Y axis base--*/
}
ul.contact li span {
	line-height:normal !important;
	height:auto !important;
}
ul.contact li a.email {
	background-image:none;
	margin:0px;
	color:#F26522;
}
.left-menu-top ul.contact li {
	width:auto;
	line-height:1.5em;
	padding-bottom:15px;
	padding-left:25px;
}
ul.contact li a {
	padding:0 !important;
}
ul.menu-left a:hover, ul.menu-left a.selected {
	color: #007CB9;
	text-decoration:none;
}
.left-menu-border {
	border:1px solid #ccc;
	padding:5px;
 *padding:5px 5px 0 5px;
	float:left;
	width:251px;
}

.left-menu-top {
	/*background: url(../images/menu-background-top.png) no-repeat top center;*/
	padding:15px 0px 0px 0px;
	float:left;
	width:253px;
}

.left-menu-bottom {
	/*background: url(../images/menu-background-bottom.png) no-repeat bottom center;*/
	float:left;
	width:253px;
	padding-bottom:10px;
 *padding-bottom:0;
}
*html .left-menu-bottom {
	margin-bottom:-15px;
	position:relative;
}
.left-menu-top ul {
	margin:0px 5px;
	float:left;
	width:243px
}
*html .left-menu-top ul {
	margin-left:0
}
.left-menu-top li {
	border-bottom:1px solid #ccc;
	width:100%;
	line-height:35px;
	list-style-type:none;
	padding:0px;
}
.left-menu-top li a {
	font-size:12px;
	padding: 0px 20px 0px 20px;
}
.left-menu-top li a:hover, .left-menu-top li a.selected {
	color:#007CB9;
	text-decoration:none;
}
.search-module {
	background:url(../images/search-bg.png) no-repeat top left;
	height:34px;
	width:229px;
	float:left;
	padding:20px 17px 14px 17px;
	display:block;
}
.search-module input.search-text {
	width:169px;
	border:1px solid #D1D1D1;
	color:#D1D1D1;
	padding:5px;
	float:left;
}
.project-picture {
	margin:35px 0 20px 0;
	clear:both;
}
.search-module input.submit-btn {
	background:url(../images/search-btn.png) no-repeat left 2px;
	width:39px;
	height:28px;
	border:none;
	color:#fff;
	text-align:center;
	float:right;
	cursor:pointer;
}
.quick-contact {
	padding: 0px 25px 0px 25px;
	float:left;
	font-size:11px;
	margin-top:10px;
}
.quick-contact input {
	width:183px;
	background-color:#F3F3F3;
	margin-bottom:15px;
	color:#000;
	padding: 8px;
	border:1px solid #CCCCCC;
}
.quick-contact textarea {
	width:183px;
	height:102px;
	background-color:#F3F3F3;
	color:#000;
	border:1px solid #CCCCCC;
	padding: 8px;
	font-size:11px;
}
/*--Left Menu End--*/


/* Slider Section */
.slider .content {
	width:450px;
	float:left;
	padding:20px;
}
.slider .content p {
	margin:10px 0px 30px 0px;
}
a.holder-large {
	background:url(../images/links-back-115px.png) no-repeat;
	background-position:left top;
	width:115px;
	height: 26px;
	display:block;
	line-height:26px;
	float:left;
	color:#F26522;
	margin-right:10px;
}
a.holder-small {
	background:url(../images/round-btn-left.png) no-repeat;
	background-position:left top;
	height: 26px;
	display:block;
	line-height:26px;
	float:left;
	color:#F26522;
	float:left;
	margin-right:10px;
	padding-left:11px;
}
a.holder-small span.holder-small-repeat {
	background:url(../images/round-btn-center.png) repeat-x;
	background-position:left top;
	height: 26px;
	display:block;
	float:left;
	font-size:11px;
}
a.holder-small span.holder-small-right {
	background:url(../images/round-btn-right.png) no-repeat;
	background-position:left top;
	height: 26px;
	width:11px;
	display:block;
	float:left;
}
.slider {
	width:960px;
	height:240px;
	margin-top:2px;
	overflow:hidden;
	display:block;
	float:left;
	clear:both;
	position:relative;
}
.slider .scroller {
	display:block;
	float:left;
	clear:both;
	position:relative;
	width:960px;
}
.slider .slide {
	width:960px;
	float:left;
	display:block;
	margin-top:7px;
}
.slider-bar {
	width:980px;
	background:url(../images/slider-bar-background.png) no-repeat;
	background-position:left top;
	height:47px;
	clear:both;
}
.slider-bar-inner {
	width:851px;
	margin-left:57px;
}
.slider-bar-inner .slider-tick {
	border-left:1px solid #AEAEAE;
	height:10px;
	width:1px;
	margin-top:-10px;
	z-index:100;
}
*html .slider-bar-inner .slider-tick {
	margin-top:-13px;
}
.slider-bar-inner a {
	display:block;
	position:relative;
	top:7px;
	width:55px;
	height:24px;
	background:url(../images/slider.png) no-repeat;
	background-position:center top;
	z-index:9999;
}
/* Content Section */
.content-boxes {
	background:url(../images/content-background-fade.png) no-repeat;
	background-position:center top;
	width:960px;
	height:170px;
	float:left;
	padding-top:65px;
}
.content-secondary {
	background:url(../images/content-background-fade.png) no-repeat;
	background-position:center top;
	width:960px;
	float:left;
	padding-top:45px;
}
.dashed-title {
	border-bottom:1px dashed #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
}
.services {
	padding-bottom:20px;
}
.services p {
	color:#000;
}
.services-holder, .our-work-holder {
	width:960px;
	float:left;
	margin-top:15px;
	padding-bottom:35px;
}
.padding-top-20px {
	padding-top:20px;
}
.service-holder {
	width:445px;
}
.service-holder img {
	padding-right:20px;
}
p.error {
	color:#F26522 !important;
}
.work-holder {
	width:280px;
}
.work-holder img {
	padding:5px;
	border:1px solid #ccc;
}
.service-description {
	width:325px;
}
.top-separator {
	margin-top:35px;
}
.bottom-separator {
	margin-bottom:35px;
}
.right {
	float:right !important;
}
.left {
	float:left;
}
.border-bottom-dashed {
	border-bottom:1px dashed #B6B7B7;
}
.services-holder .border-right-dashed {
	border-right:1px dashed #B6B7B7;
	padding-right:45px;
}
.our-work-holder .border-right-dashed {
	border-right:1px dashed #B6B7B7;
	padding-right:29px;
	margin-right:29px;
}
*html .our-work-holder .border-right-dashed {
	padding-right:26px;
}
.box-holder {
	width:260px;
	float:left;
}
.margin-left {
	margin-left:90px;
}
.no-border-bottom {
	border-bottom:none !important;
}
.margin-15px {
	margin:15px 0;
}
.margin-bottom-15px {
	margin-bottom:65px;
}
.dashed-border-bottom {
	border-bottom:1px dashed #BBBBBC;
	padding-bottom:15px;
	padding-top:15px;
	float:left;
}
div.dashed-border-bottom-services {
	border-bottom:1px dashed #BBBBBC;
	padding-bottom:10px;
	padding-top:0px;
}

.footer-holder {
	clear:both;
	position:relative;
	z-index:10;
	height:3em;
	margin-top:10em;

}


.footer {
padding-top:30px;
background-color:#00F;
text-align:center;
min-height:70%;

}





.left-column {
	width:263px;
	float:left;
}
/* Right Section */
.right-column {
	float:right;
	width:500px;
}
.right-column img {
	margin:20px;
}
.right-column img#captchaimg {
	margin-left:0px;
}
div.project-gallery {
	float:right;
	width:516px;
}
div.project-gallery img {
	padding:5px;
	border:1px solid #D0D0D0;
	margin:15px 0 10px;
}
div.project-gallery-thumbs {
	float:left;
}
div.project-gallery-thumbs a {
	float:left;
}
div.project-description {
	float:left;
	width:400px;
}
.padding-right-5px {
	padding-right:4px;
}
img.project-picture-thumb {
	display:block;
	float:left;
	padding:4px !important;
	margin:0 !important;
}
.quick-contact input.send {
	background:url(../images/links-back-90px.png) no-repeat left 2px;
	width:90px;
	height: 28px;
	line-height:26px;
	text-align:center;
	display:block;
	padding:0;
	color:#F26522;
	cursor:pointer;
	border:none;
	margin-top:15px;
}
.padding-top-15px {
	padding-top:15px;
}
.contact-form-top-bg {
}
form.contact-form {
	float:center;
	width:270px;
	margin-bottom:170px;
}
form.contact-form input, form.contact-form textarea {
	display:block;
	color:#fff;
	background:#5C5F62;
	width:260px;
	margin:10px 0;
	padding:5px;
}
form.contact-form textarea {
	height:95px;
	border:none;
}
form.contact-form input.send {
	background:url(../images/contact-btn.png) no-repeat bottom center;
	font-size:14px;
	font-weight:600;
	color:#FFF;
	width:90px;
	height:30px;
	cursor:pointer;
}
.contact-details {
	float:right;
	width:216px;
	margin-right:30px;
}
.contact-form-top-bg {
	/*background:#fff url(../images/contact-form-top-bg.png) no-repeat center 5px;*/
	width:592px;
	padding:5px;
	/*border:1px solid #CCCCCC;*/
	float:left;
	display:block;
}
.contact-form-bottom-bg {
	/*background:url(../images/contact-form-bottom-bg.png) no-repeat bottom center;*/
	width:590px;
	float:left;
	/*display:block;*/
}

*html .contact-form-bottom-bg {
	position:relative;
	margin-bottom:-5px;
}
/*.title-border-dashed {
	padding-bottom:15px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:15px;
}*/
/*.title-border-dashed h3 {
	font-size:18px !important;
	margin-left:25px;
}*/
.post-data {
}
.post-data a {
	color:#F16521;
	font-size:12px;
}
.post-content {
	margin-bottom:70px;
}
.post-content img {
	border:1px solid #D0D0D0;
	margin:15px 0;
}
.post-content a.continue-reading-link, .post-content a.post-comments-link {
	font-weight:bold;
	color:#F16521;
}
*html .project-gallery #main_image {
	margin:0 auto 30px;
}
