@charset "utf-8";
/* CSS Document */

/* Fonts */
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('fonts/roboto_condensed/RobotoCondensed-Regular-webfont.eot');
    src: url('fonts/roboto_condensed/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto_condensed/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('fonts/roboto_condensed/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('fonts/roboto_condensed/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/roboto_condensed_bold/robotocondensed-bold-webfont.eot');
    src: url('fonts/roboto_condensed_bold/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto_condensed_bold/robotocondensed-bold-webfont.woff') format('woff'),
         url('fonts/roboto_condensed_bold/robotocondensed-bold-webfont.ttf') format('truetype'),
         url('fonts/roboto_condensed_bold/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedlight';
    src: url('fonts/roboto_lightcondensed/RobotoCondensed-Light-webfont.eot');
    src: url('fonts/roboto_lightcondensed/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto_lightcondensed/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('fonts/roboto_lightcondensed/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('fonts/roboto_lightcondensed/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
	padding: 0px;
	margin: 0px;	
}

body {
	background:;
	
	font-family: 'roboto_condensedregular';	
}
img {
	border: 0px;
}
p {
	margin-bottom: 15px;	
}
a,
a:active,
a:visited {
	text-decoration:none;
	color: #0f72a3;
}
a:hover {
	color: #0f72a3;
}

.full-width {
	width: 100%;
	float:left;
	clear: both;	
}
.wrapper {
	width: 978px;
	margin: 0 auto;	
	clear:both;
}

/* Header */
#header {
	padding: 30px 0 0;
}
#logo {
	float:left;
}
.cta {
	float:right;	
}
.cta div {
	float: right;
	text-align: right;
	text-transform: uppercase;
	padding-top: 40px;		
}
.cta div h4 {
	font-size:16px;
	color:#c5c5c5;
	font-weight: normal;
}
.cta div p,
.cta div a {
	color:#828282;
	font-size: 14px;
	text-transform:lowercase;
	
}
.cta div p {
	margin-bottom: 3px;	
}
.cta .email {
	background: url(../images/email.jpg) no-repeat top right;
	margin-right:25px;
}
.cta .phone {
	background: url(../images/phone.jpg) no-repeat top right;
	border-left:1px solid #d4d4d4;
	padding-left: 15px;
}
#nav {
	background: url(../images/menu-bg.png)repeat-x top center;
	height: 52px;
	position:relative;
	z-index:999;
	margin-top: 15px;
}
#nav ul {
	
}
#nav li {
	list-style:none;
	display:inline;
}
#nav a {
	color:#fff;
	text-transform: uppercase;
	font-family: 'roboto_condensedlight';
	font-size:20px;
	padding:7px 20px 8px;
	display:inline-block;
}
#nav a:hover,
#nav .active {
	background: #343434;	
}
.banner-img {
	text-align: center;	
	background: url(../images/slider-bg.jpg) repeat top left;
	margin-bottom: 50px;
}
.banner-img img{
	margin-bottom:-30px;	
}
li.bjqs-slide img {
	background: url(../images/gallery-img-shadow.png) no-repeat bottom center;
	padding-bottom:28px; 	
}
.gallery-wrapper {
	background: url(../images/gallery-bg.jpg) repeat-x top left;
}

/* Content */
#content {
	line-height: 24px;
	margin-bottom: 30px;
	width: 100%;
	float:left;
	color: #007DBA;
	font-family:Verdana,Arial,Helvetica,sans-serif !important;
	font-size:15px;
}
#content h1 {
		color:#0f72a3;
		font-size:30px;
		margin-bottom: 30px;
		font-weight: normal;
		font-family: 'roboto_condensedbold';
}
#content h2 {
		color:#0f72a3;
		font-size:24px;
		margin-bottom: 30px;
		font-weight: normal;
		font-family: 'roboto_condensedbold';
		text-align:left;
}

#content h6 {
		color:#0f72a3;
		font-size:14px;
		font-weight: normal;
		font-family:Verdana,Arial,Helvetica,sans-serif !important;
}
#content ul{
	margin-left: 30px;	
}
.column {
	width: 47%;
	margin-right:3%;
	float:left;	
}
.alignleft {
	float:left;
	clear:left;
	padding: 10px 10px 10px 0;
}
.aligncenter {
	display:block;
	margin: 10px auto;
	clear:both;
}
.alignright {
	float:right;
	clear: right;
	padding: 10px 0 10px 10px;
}

/* Footer */
#footer {
	background:url(../images/footer-bg.jpg) repeat top left;
	color:#828282;
	font-size:12px;
	padding: 65px 0 100px;
}
#footer a {
	color:#828282;
}
.footer-widgetarea {
	float:left;
	width: 640px;
	border-right: 1px solid #494949;	
}
.footer-widgetarea div {
	width: 33%;
	float:left;	
}
.footer-widgetarea h3 {
	font-size:14px;
	color:#0f72a3;
	letter-spacing: 6px;
	font-weight: normal;
	margin-bottom: 25px;
}
.footer-widgetarea h3 span {
	font-family: 'roboto_condensedlight';
}
.footer-widgetarea h4 {
	color:#c5c5c5;
	font-size:16px;
	text-transform: uppercase;	
	font-weight: normal;
	margin-bottom:20px;
}
.footer-widgetarea p{
	font-size:14px;
	line-height: 15px;	
}
.site-info {
	float:right;
	text-align: right;
	width: 290px;
	font-size: 14px;
	padding-top: 30px;
}

@media (max-width: 999px)  {
	html,
	body {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden; 	
	}
	html {
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
	}	
}

/* Home Pagen */
.home-banner,
.gallery {
	margin-top:-10px;
}
#content.home {
	text-align: left;	
	width: 978px;
	margin: 0 auto;
	color: #007DBA;
	font-family:Verdana,Arial,Helvetica,sans-serif !important;
	font-size:15px;
}
#content.home h1 {
	color:#0f72a3;
	/*text-transform: uppercase;*/
	font-size:30px;
	font-weight:normal;
	font-family: 'roboto_condensedbold';
	margin-bottom: 20px;
}
.home-widgetarea {
	padding: 40px 0;	
}
.home-widgetarea .widget {
	width: 306px;
	float:left;	
	margin-right: 30px;
}
.home-widgetarea div:last-child {
	margin-right: 0;	
}
.home-widgetarea a {
	color:#fff;
	font-size:15px;
	text-transform: uppercase;
	padding:12px 20px;
	background: #8b8d90;
	margin-top: 5px;	
	float:left;
	clear:both;
}
.home-widgetarea a.cta {
	padding:0px;
	background: none !important;
	margin: 0px;	

}


/* Contact Page */
.contact-details div {
	border-bottom: 1px solid #d0d0d0;
	padding: 20px 0px;
	color:#828282;
	padding: 0px 0 10px 50px;
	margin-top: 20px;
	font-size:16px;
}
.contact-details div:first-child {
	margin-top: 0;	
}
.contact-details div:last-child {
	border-bottom: 0;	
}
.contact-details a {
	color:#828282;
}
.contact-details h4 {
	color:#0f72a3;
	font-size: 22px;
	font-weight:normal;
	margin-bottom: 10px;
	
}
.contact-details .address {
	background: url(../images/contact-address.jpg) no-repeat top left;	
}
.contact-details .phone {
	background: url(../images/contact-phone.jpg) no-repeat top left;	
}
.contact-details .mobile {
	background: url(../images/contact-mobile.jpg) no-repeat top left;	
}
.contact-details .email {
	background: url(../images/contact-email.jpg) no-repeat top left;	
}
.contact-details .mobile span{
		
}


/* Image Grid */
ul.grid {
  padding: 0;
  list-style: none;
  margin: 20px auto 0;
  width: 978px;  /*was 468*/
  margin-left:0px !important;
  }

.grid li {
  float: left;
  padding: 0;
  margin: 0 22px 20px 0px;
  } 

.grid_display {
  margin-left: auto; margin-right: auto;  margin-top:10px; margin-bottom:0;
  width: 978px; /*was 510*/
  /*these two properties will be inherited by .portfolio h2 and .portfolio p */
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  }
  
.grid li a:hover img {
  opacity:0.7;  filter:alpha(opacity=70);
  }

.grid li img {
  background-color: #FFF;
  padding: 3px; margin: 0;
  border: 0px solid #38A8DF;
  width: 213px;
  height: 138px;
  }
  
.grid li a {
  display: block;
  }
/* end of Image Grid */






