/* CSS Document */


/*reset*/

body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, 
pre, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}

/* end reset */

@media (min-width: 480px) {
body {
	padding-bottom: 50px;
}
}



img {
	max-width: 100%;
	height: auto;
}

.framed {
	border: 4px solid #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

ul.checks li {
	padding: 0 0 5px 30px;
	background: url("images/check.png") 0 -5px no-repeat;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 5px;
	list-style-type: none;
	on
}


.home ul.checks {
	margin: 0;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #cc8905;
}

h3 {
	font-size: 22px;
}

i {
	opacity: 0.5;
	font-weight: normal;
	
}

.shadow-sep-div {
	padding: 20px 0 40px 0;
	background: url("images/shadow-sep.jpg") center bottom no-repeat;
}

body {
	background: #ffd624 url("images/body-bk.jpg") repeat-x;
	font-family: Arial, Helvetica, sans-serif, "trebuchet MS";
	margin: 0px;
	color: #33000;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    }
    
    

	
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	
	}	

#head {
	
	
	}
	
a.lightbox {
	white-space: nowrap;
}
	
a.lightbox:before {
font-family: FontAwesome;
	content: "\f030";
	margin-right: 5px;
	opacity: 0.6;
	vertical-align: -8%;
font-size: 1.3333333333333333em;
}	
	
div.caption{
    background:#f3e9b8;
    border:none;
    padding:0;
    width:100%;
    display:inline-block;
    height:auto;
    margin-bottom: 1em;
    }
    
img.caption {
	margin-bottom: 1em;
}

img.caption > div.caption {
	margin-bottom: 0;
}
    
    div.caption span {
display: block;
margin-top: 0;
font-size: 12px;
color: #ac863a;
padding: 8px;
}

.attention {
	padding: 14px 24px 14px 50px;
	margin: 10px 0;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #f1ebc5;
	font-size: 14px;
	line-height: 1.4em;
	color: #996600;
	background: #fff url("images/check.png") 14px 14px no-repeat;
}

.attention i {
	font-size: 20px;
	margin-left: -30px;
}

ul.gallery {
	padding: 0;
	margin: 0;
	overflow: auto;
}

ul.gallery li {
	float: left;
	display: inline-block;
}
	
div#head h1	{
	margin: 0;
	border: 0;
	padding: 0;
	padding-top: 150px;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:150px; /* for pre 6.0 IE Win */
	}
	
.nothome #content h1 {
	font-size: 2.2em;
	text-align: center;
	padding-bottom: 15px;
	margin: 0;
	border-bottom: 1px solid #a66600;
	color: #a66600;
}
	
.clear {
	clear: both;
	}
	
#container {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	border-radius: 10px;
	}
	
	
#mainWrap {
	margin: 20px 0;
	overflow: auto;
}

@media (min-width: 768px) {
.services #mainWrap {
	 background: url("images/row-divide.gif") 50% 0 repeat-y; 
}
}
	
#main {

}

#side {

}



.logo-type {
	margin: -6px 0;
	padding: 0 5%;

}

.logo-type a img {
	max-width: 100%;
	height: auto;
}

.logo {
	position: absolute;
	right: 0;
	top:0;
	z-index: 500;
	max-width: 50%;
	}
	
	
@media all and (min-width: 768px) and (max-width: 1024px) {
	img.logo {
		width: 155px;
	}
}



@media (max-width: 768px) {
	img.logo {
		
		width: 26%;
	}

}
}
	
blockquote {
	font-size: 18px;
	line-height: 1.6em;
	color: #baa168;
	font-style: italic;
	border: none;
	}
	
em {
	font-style: italic;
	}
	
	
.row.stripe {
	border-bottom: 1px solid #e6e0b8;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

/*------------links---------------------------------------*/

a:link, a:visited {
	color: #006699;
	text-decoration: none;
	}
	
a:hover {
	color:#004365;
	text-decoration:underline;
	}
	
a.external {
	padding-right: 16px;
	background: url("images/external_arrow.gif") no-repeat 100% 45%;
	}

/*---------------------navigation--------------------------*/
#navbar {
	width:auto;
	background-color:#006699;
	
	}
	
@media (min-width: 480px) {
	#navbar {
	border-radius: 10px 10px 0px 0px;
	}
}

#navigation{
clear: both;
overflow: auto;
border-bottom: 1px solid #005885;
padding: 0 30px;
}

#navigation p {
}

ul.menu {
margin: 0px;
padding: 0px;

overflow: auto;
background: none;
border: none;
z-index: 100;
}

ul.menu li{

list-style-type:none;
display: inline-block;
}

ul.menu li a{
display: inline-block;
font-family:Arial, Helvetica, sans-serif;
padding:0 5px;
font-size:16px;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #99CCFF;
padding: 24px 20px;
border-left: 1px solid #005885;
text-shadow: none;
}

ul.menu li.last {
border-right: 1px solid #005885;
}

* html #navigation a {width:1%;}

#navigation .selected li{
color:#FFFFFF
}

#navigation a:hover{
background-color: #6699FF;
color: #FFFFFF;
text-decoration:none;
}


#servicesnav {
	clear: both;
	overflow: auto;
	background: #f3e9b8;
	border-bottom: 1px solid #dcd5a4;
	padding: 0 30px;
}

@media (max-width: 480px) {
	#servicesnav, #navigation {
		padding: 0 10px;
	}
	}

#servicesnav ul {
	margin: 0;
	overflow: auto;
	border-left: 1px solid #dcd5a4;
	display: table;
}

#servicesnav li {
	list-style-type:none;
	display: table-cell;
	text-align: center;
	border-right: 1px solid #dcd5a4;
	vertical-align: middle;
}

#servicesnav li a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	padding: 20px 20px;
	
}

#servicesnav li:hover {
	background: #dcd5a4;
}

.contactbar {
	width: 100%;
	background: #bc7c06;
	text-align: center;
	color: #905e13;
	padding: 10px 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
	line-height: 1em;
	border-bottom: 1px solid #905e13;
}

.contactbar a {
	color: #e7b22a;
	font-size: 18px;
}

.contactbar a:hover {
	text-decoration: none;
	color: #fff;
}
	
#mainbody {
	background-image: url("images/main_body-tile.jpg");
	background-repeat:repeat-x;
	border-top: 1px solid #cc6600;
	width:auto;
	height: 100%;
	font-size: 1.2em;
	line-height: 1.5em;
	color:#e7b22a;
	padding:10px;
	}

/*--------------index page stuff-----------------*/	

#index_content_main {
	background-color:#fff;
	border: 1px solid #f0ecc0;
	/*padding: 15px; */
	margin: -5px -15px 10px -15px;
	}
	
#index_content_main .column {
	padding: 10px 0;
}

@media (max-width: 768px) {
	#index_content_main .column {
	padding: 10px;
}
}
	
#index_content_btm {
	background-color:#FFFFCC;
	border: 1px solid #CC9933;
	padding: 15px;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
	background-image: url("images/boxes_background.gif");
	background-repeat: repeat-x;
	clear: both;
	}
	
#flashcontent {
	float:right;
	margin: 5px 0px 10px 15px;
	height: 300px;
	width: 500px;
	background-image: url("images/flash_div_background.jpg");
	background-repeat: no-repeat;
	}



.box {
	background:#ffffef;
	border-radius: 5px;
	padding: 20px;
	border: 1px solid #f1ebc5;
	
	}
	
.box h3 {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #f1ebc5;
}
	
.last {margin: 0;}



.index-box {
	width: 45%; padding:5px; margin-right: 3px; float:left; font-size: .9em; line-height: 1.4em;
	}
	
	.index-box div {
		margin-bottom:5px;
		clear:both
		}
	
#content {
	width: auto;
	padding: 30px;
	padding: 10px;
	margin: 0 auto 0 auto;
	background: #FFFFCC url("images/boxes_background.gif") repeat-x ;
	background: #ffffe1;
	}
	
@media (min-width: 480px) {
	#content {
		border-radius:0px 0px 10px 10px;
		padding: 30px;
	}
}
	
#content p {
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.6em;
	}
	
/*
#content ul {
	margin: 0px;
	padding: 0 0 0 20px;
	} 
	
#content li {
	margin: 0px;
	padding: 0 0 10px 0;
	} */
	
#content h1 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 28px;
	line-height: 1.2em;
	margin-bottom: 1em;
	}

#content h2 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	text-align:left;
	font-weight:bold;
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
	}
	
.quote {
	padding: 0 0 0 50px;
	margin: 0 0 5px 30px;
	background-image:url("images/quotemark.gif");
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px dotted #cc6600;
}

.small-sidebar {
	float:right;
	width: 200px;
	margin: 0 0 0 10px;
	}
	
#footer {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	color: #996600;
	border-top: solid 1px #CC9933;
	text-align: center;
	font-size: .9em;
	line-height: 1.2em;
	}
	
div#footer a {color:#CC9900}

div#footer a:visted {color:#CC9900}
	
div#footer p {
	margin-bottom: 5px;

	padding-top: 25px;
	font-size: 11px;
	text-align: left;
	}


ul#memberships {
	display: table;
	margin: 0;
	padding: 0;
}

ul#memberships li {
	display: table-cell;
	vertical-align: middle;
	max-width: 25%;
	width: 25%;
	padding: 0 1%;
}

ul#memberships li img {
	max-width: 100%;
	height: auto;
	padding: 4px;

	
}
	
.img_float_right {
	float:right;
	margin: 0px 0px 5px 5px;
	border: 1px solid #CC9933;

	}
	
/*--------------------------------ABOUT------------------------------*/ 



/*--------------------------------NEWS------------------------------*/ 

.news {
	padding: 20px;
	overflow: auto;
	border-bottom: 1px solid #F1EBC5;
}


.news a.more {
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #F1EBC5;
}

.news h3 {
	
}

.news-date {
	float: left;
	font-size: 11px;
	color: #960;
	width: 20%;
	padding: 5px 5px 5px 0;
}

.newsBody {
	float: left;
	width: 80%;
}

@media (max-width: 768px) {
	.news-date {
	float: none;
	width: 100%;
	}
	
	.newsBody {
	float: none;
	width: 100%;
}
}

.paging {
	padding: 20px 0;
	font-size: 12px; 
	text-align: center;
	color: #960;
}

.newsPost #content h1 {
	text-align: left;
	margin-bottom: 15px;
}

p.entry-published {
	color: #baa168;
}

#side .box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#side .box ul li.newsLink {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #F1EBC5;
	padding: 0 0 10px 0;
}

#side .box ul li.newsLink a {
	font-size: 14px;
	display: block;
	padding-left: 15px;
}

#side .box ul li.newsLink a:hover {
	text-decoration: none;
}

#side .box ul li.newsLink a:before {
	font-family: FontAwesome;
        content: "\f105";
        margin-left: -10px;
        padding-right: 5px;
}


/*--------------------------------PROJECTS------------------------------*/

.projects h3 {
	margin-bottom: 1em;
}

.projects .photos img {
	margin-bottom: 10px;
}


.projects .row:nth-last-of-type() {
	margin: 0;
	padding: 0;
	border: none;
}

	
/*--------------------------------FAQ------------------------------*/


#faqs { 
    position:relative;
    }
    
#faqs h4 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #006699;
	font-size: 18px;
}

#faqs h5  { 
    cursor:pointer; 
    font-family: Arial, sans-serif;
    padding: 8px 0;
	color: #006699;
    font-size: 14px;
    line-height: 1.4em;
    }
#faqs h3.active  { color:#d74646; }
#faqs div   {
    position:relative;
    margin: 0 0 10px 10px;
    padding: 0 0 0 15px;
    border-left: 1px dotted #275287;
    }
#faqs div p  { padding:0; margin-bottom:10px; }

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

form label {
	font-size: 12px;
	margin-bottom: 5px;
}

input[type=submit] {  
    width: 50% !important; 
}

input.solarbanana {
	visibility: hidden;
	display: none;
}


/*---------------images----------------------------------------*/

.floatleftborder {
float:left;
margin: 0 10px 10px 0px;
border: 1px solid #CC9933;
}

.floatleft {
	float:left;
margin: 0 10px 10px 0px;
}

.home .floatleft {
	margin: 0 20px 20px 0;
}

.floatrightborder {
float:right;
margin: 0 0 5px 10px;
border: 1px solid #CC9933;
}

.projects_div {
background-color:#ffffee;
	border: 1px solid #f0ecc0;
clear:both;
padding: 10px;
margin: 0 0 10px 0; 
	overflow: auto;
	width: auto;

}

.projects_container .fusion, .fusion {
	background-color:#ffffee;
	border: 1px solid #f0ecc0;
	clear:both;
	padding: 20px;
	margin: 0 0 10px 0; 
	overflow: auto;
	width: auto;
	}
	
.projects_container small {
	display: none;
	}
	
.projects_container div img {
	border: 1px solid #CC9933;
	float: right;
	margin-left: 20px;
	}

.projects_div table{
margin-top: 20px;
float: right;
}

.projects_div img{
border: 1px solid #CC9933;
}


.logos img {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #CC9933;
}

.fusion {
	border-bottom: 1px solid #CC9933;
	padding-bottom: 10px;
	margin-bottom: 20px;
	overflow: auto;
	}
	
	.fusion img {
		float: right;
		margin: 0 0 .5em 1em;
		}

#left_half {
	background-color:#FFFFCC;
	border: 1px solid #CC9933;
	padding: 15px;
	margin: 0 11px 10px 0;
	background-image: url("images/boxes_background.gif");
	background-repeat: repeat-x;
	float: left;
	width: 341px;
}

#right_half {
	background-color:#FFFFCC;
	border: 1px solid #CC9933;
	padding: 15px;
	margin: 0 0 10px 0;
	background-image: url("images/boxes_background.gif");
	background-repeat: repeat-x;
	float: left;
	width: 341px;
}

small { font-size: 9px; line-height: 1.2em;}

/*---------------slideshow----------------------------------------*/

.bx-wrapper {
	margin: 0;
}

.bx-wrapper .bx-viewport {
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
}

ul.bxslider {
	margin: 0;
	padding: 0;
}

#testimonials .bx-wrapper .bx-viewport {
	background: none;
	border: none;
	margin: 20px 0;
	border-top: 1px solid #BAA168;
	border-bottom: 1px solid #BAA168;
}

ul.quoteSlider {
	margin: 0;
	
	
	text-align: center;
	font-size: 18px;
line-height: 1.6em;
color: #BAA168;
font-style: italic;
}

ul.quoteSlider li {
min-height: 155px;
padding: 20px 0;
}

ul.quoteSlider li span {
	display: block;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
}

.bx-pager {
}

/* tiny nav */
.tinynav, .tinynav_label { display: none }

@media screen and (max-width: 768px) {
    .tinynav, .tinynav_label  { display: inline-block; padding: 15px 0; }
    .tinynav_label {margin-right: 5px; color: #BAA168; font-size: 12px;}
    #servicesnav ul { display: none; }
}
