/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #d5c559; color: #fff; text-shadow: none; }
::selection { background: #d5c559; color: #fff; text-shadow: none; }

a { color: #00e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

ul{ margin: 0;padding: 0;list-style:none}

/*Begin Styles*/

body{ background: url(../Images/headerBg.png) repeat-x;}

h1,h2,h3,h4{ font-family: "MavenProRegular";margin: 0;}

.wrap{ width: 960px;margin: 0 auto;}

header{ height: 208px;padding-top:38px;}
    header .wrap{overflow: hidden}
    .logo{ display:block}
    .main-nav{height: 50px;background: url(../Images/navBg.png) repeat-x;line-height: 0;margin-top: 33px;width:965px}
    .main-nav li{float:left}
    .main-nav a{font-size: 18px;text-transform: uppercase;color: #ddd;display: block;padding: 25px 31px 25px 32px;text-decoration: none;border-right:1px solid #6f6969}
    .main-nav a:hover, .current a{ background: #241f1f;color:#fff}
    .main-nav .last a{ border-right: none;}

.btn{color: #fff;border: 1px solid #241f1f;text-transform: uppercase;text-decoration: none;font-size: 18px;padding: 8px 36px 8px 24px;background: #000 url(../Images/btnBg.png) no-repeat center right;}
    .btn:hover{ color: #fff;background-color:#222}
.main{ background: #3c6e94 url(../Images/mainBg.png) repeat-x;padding: 14px 0 20px;border-bottom:3px solid #e1dddd}

	#slider{position:relative;width:960px;height:392px;overflow: hidden;-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.3);box-shadow:0 0 7px 0 rgba(0,0,0,.3);}
		#slider li{width:960px;height:392px;position:absolute;top:0;left:0;display:block}
		#slider img{display:block;width:960px;height:392px;}

	.floated-list{float:left;margin:20px 30px 20px 0;list-style-type:disc;width:250px;}
		.no-margin{margin-right:0}
		.floated-list li{display:block;margin:5px 0;}
		.floated-list strong{text-decoration:underline;display:block;margin-bottom:8px}
		
	.reference{padding:20px 0;border-bottom: 1px solid #ddd;position:relative}
		.date{float:left;width:200px;height:22px;}
		.reference h3{float:left;width:400px;font-size:18px;height:22px;}
		.location{float:left;clear:left;height:22px;width:200px;}
		.phone{float:left;width:250px;height:22px;}
		.contact{float:left;height:22px;width:200px;}
		.project-header{font-weight:bold;clear:both;float:left;padding-top:10px;}
		.reference ul{padding:6px 20px 12px 0;clear:both;display:block;}
			.reference li{display:block;margin:3px 0;padding-left:20px;background:url(../Images/circ.png) no-repeat 5px  7px;}
				.reference ul ul{padding:0 12px 0 0}
				.reference li li{padding-left:12px;background-position:left  7px;}
		.reference a{ position: absolute;display: block;width: 200px;height: 70px;right: 0;top: 30px;}
		    .reference img{display: block}
		
.auxContent{ padding: 46px 0;font-size:14px}
    .auxContent h2, .auxContent h1{ font-size: 18px;text-transform: uppercase;margin-bottom: 22px;font-weight: normal;}
    .auxContent .left{ width: 354px;line-height: 18px;float: left;}
        blockquote{background: url(../Images/quote-bg.png) no-repeat left 15px;padding: 10px 20px 10px 70px;margin: 0;font-weight: bold;font-style: italic;color:#787878}
        cite{ font-size: 12px;float: right;}
    .auxContent .right{ width: 548px;line-height: 18px;float:right}
        .auxContent a{ float: right;margin-top: 12px;}

.standardContent{background:#fff;-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.3);box-shadow:0 0 7px 0 rgba(0,0,0,.3);}
		.header{padding:20px 40px 14px;margin-bottom:20px;border-bottom:2px solid #ccc}
		.header h1{font-size:28px;font-weight:normal;}
		.content{padding: 0 42px 20px;font-size:14px;line-height:20px;}
		.img-right{float:right;margin:0 0 60px 24px;}
	
.photo-gallery li{ width: 180px;height: 130px;overflow: hidden;margin: 18px;float: left;}
    .photo-gallery a{ display: block;text-align: center;}
		
footer { background: url(../Images/footer-bg.png) no-repeat top center;height: 24px;margin: 20px auto 40px;font-size: 12px;padding: 12px 20px;width: 920px;}
    footer li{ display: inline;}
    footer a{ color: #241f1f;text-decoration: none;}
    footer a:hover{text-decoration:underline}
	
	
@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
