@import url("reset.css");

html {
	background: #272b62;
	height: 100%;
	margin-bottom: 1px;
}

body {
  height: 100%;
}

html, body {
	color: #fff;
	font: 13px/18px Arial, sans-serif;
}

/* @group Container */

#container {
  	margin: 0 auto;
	width: 960px;
}

#content {
  	background: #272b62 url(../images/content-bg.jpg) no-repeat bottom right;
	padding-top: 35px;
}

/* @end 

body#industrial #container,
body#profile #container {
  background: url(../images/industrial.gif) no-repeat left top;
}

body#commercial #container,
body#retail #container {
  background: url(../images/commercial.gif) no-repeat left top;
}

body#contact-us #container,
body#residential #container {
  background: url(../images/residential.gif) no-repeat left top;
}


body#register #container,
body#education #container {
  background: url(../images/education.gif) no-repeat left top;
}*/

/* @group Header */

#header {
  margin: 20px 0;
  overflow: hidden;
	width: 960px;
}

#logo {
  background: url(../images/logo.gif) no-repeat left center;
  display: inline;
  float: left;
  margin: 0;
  text-indent: -9999px;
}

#logo a:link,
#logo a:visited {
	display: block;
  height: 100px;
	width: 350px;
	border: none;
}

/* @end */

/* @group Navigation */

#navigation {
  display: inline;
	float: right;
	list-style: none;
	margin: 0;
	width: 445px;
}

#navigation li {
  display: inline;
	float: left;
	margin-bottom: 3px;
	width: 147px;
}

#navigation a:link,
#navigation a:visited {
	border-left: solid 3px #fff;
	border-bottom: none;
	color: #fff;
	padding: 0 0 0 10px;
	margin: 0 0 3px 0;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a:hover,
#navigation a.active {
	border-left-color: #f4a205;
}

/* @end */

/* @group Home Banner */

#home-banner {
  background: #fff;
	height: 315px;
	margin-bottom: 35px;
}



/* @end */

/* @group Columns */

#left-small,
#right-small {
  display: inline;
  float: left;
  margin: 0 55px 20px 0;
	width: 310px;
}

#left-small {
  margin: 0 55px 20px 0;
}

#right-small {
  margin: 0 0 20px 55px;
}

#left-big,
#right-big {
  display: inline;
  float: left;
  margin: 0 0 20px 0;
  overflow: auto;
	width: 595px;
}

#left-half,
#right-half {
  display: inline;
	float: left;
	width: 460px;
}

#left-half {
	margin: 0 40px 20px 0;
}

#right-half {
	margin: 0 0 20px 0;
}

/* @end */

/* @group Home Projects */

#home-projects {
	margin: 0;
}

#home-projects li {
  background: #06387c;
  border: solid 1px #fff;
  display: inline;
  float: left;
	height: 158px;
	margin: 0 30px 30px 0;
	position: relative;
	width: 263px;
}

#home-projects a:link,
#home-projects a:visited {
  border-bottom: none;
  color: #000;
  display: block;
	text-decoration: none;
}

#home-projects a:hover {
	color: #FFF;
}

#home-projects a:hover span {
	background: #000;
	filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;
}

#home-projects span {
  background: #FFF url(../images/arrow-icon.gif) no-repeat right center;
	filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;
  bottom: 0;
  font: normal 20px/18px Helvetica, Arial, sans-serif;
	left: 0;
	padding: 10px;
	position: absolute;
	width: 243px;
}

/* @end */

#project-banner {
  background: #fff;
	height: 315px;
}

#project-banner img {
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/* @group General Styles */

h1 {
  color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	margin: 18px 0;
	text-transform: lowercase;
	line-height: 0.6em;
}
h2 {
  	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
}
h3 {
  	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.4em;
}
h1 span {
  color: #fff;
	display: block;
	font-size: 30px;
	font-weight: normal;
}

p {
	margin: 18px 0;
}

p.share {
	font-size: 11px;
	font-style: italic;
}
p.share a {
	margin-left: 5px;
}
p.share a .social-icon {
	display: inline;
	margin: 0 0 -4px 0px;
}

.more-projects {
  border-top: solid 1px #168ec6;
  padding-top: 18px;
}

ul {
  color: #f4a205;
  list-style: none;
  list-style-image: url(../images/bullet.gif);
	margin: 18px 20px;
	text-transform: uppercase;
}

img {
	display: block;
}

strong span {
	color: #f4a205;
}

a:link,
a:visited {
  border-bottom: solid 1px #094fa3;
	color: #168ec6;
	text-decoration: none;
}
a:hover {
	color: #FFF; 
  border-bottom: none;
}

/* @end */

table#register-form {
	background-color: #32387d;
	color: #231f20;
	margin: 0 0 40px 0;
	padding: 5px 10px 30px 10px;
	width: 460px;
}

#register-form td {
	padding: 5px 0 5px 10px;
	white-space: nowrap;
	color: white;
}

#register-form label {
	color: #fff;
  display: block;
  text-align: right;
	text-transform: uppercase;
}

#register-form .input,
#register-form .textarea {
	background-color:#484E82;
	border:2px solid #565E9C;
	padding: 5px;
	width: 280px;
	font-size: 13px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

#register-form .req {
	color: red;
}

.caption {
	font-weight: bold;
	background: #fffbce;
	width: 430px;
	padding: 10px 15px;
	color: #094fa3;
	border: solid 5px #e9e5ac;
}

.req {
  color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}

.submit {
	text-align: right;
}

.submit .button {
	background-color:#2C70C3;
	border:2px solid #0054A0;
	color:white;
	margin-right:28px;
	padding:5px 32px;
}

/* @group Footer */

#footer {
	background: #32387d url(../images/footer-logo.gif) no-repeat 30px 30px;
	clear: both;
	position: relative;
	width: 960px;
	height: 186px;
}

#footer .apple_logo {
	left:44px;
	position:absolute;
	top:87px;
}

#footer-logo {
  display: inline;
  float: left;
  margin: 0 55px 0 0;
  text-indent: -9999px;
	width: 310px;
}

#footer-right {
  display: inline;
  float: left;
  margin-left: 365px;
	width: 595px;
}

#footer h3 {
	font: normal 30px/36px Helvetica, Arial, sans-serif;
	margin: 18px 0;
	text-transform: lowercase;
}

#footer .phone {
  display: inline;
  float: left;
	margin: 10px 30px 0 0;
	width: 263px;
}

#footer .address {
  display: inline;
  float: left;
  margin: 10px 0 18px 0;
  padding: 0 20px 0 0;
	width: 205px;
}

p.copyright {
  clear: both;
  font-size: 11px;
padding: 0 0px;
}

#footer strong {
	color: #f4a205;
}

/* @end */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}