@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #8f8f8f;
}
#container {
	width: 958px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
}
#header #logo {
	width: 100%;
}
#header #logo img{
	margin: 25px 0px 0px 50px;
}

#header #mainBox {
	position: relative;
	width: 100%;
	height: 315px;
	background-image: url(images/box_BG.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#header #mainBox #boxContent {
	padding: 11px 0 0 21px;
}
#header #mainBox #boxContentHome {
	padding: 9px 0 0 17px;
}

#mainContent {
	border: 1px solid #F0F0F0;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fltRt {
	float: right;
}
.fltLft {
	float: left;
}
.fixFF {
	clear:both;
	height: 0px;
	line-height: 1px;
	font-size: 1px;
}

/***********************  TOP NAVIGATION ***********************/
#header ul#topNav {
    margin:0 20px 0 0;
	float: right;
    padding: 0;
    list-style:none;
}
#header ul#topNav li{
    float:left;
    margin:0;
    padding:0 1px 0 0;

}
#header ul#topNav li a{
    display:block;
	height: 30px;
	width: 90px;
	background-image: url("images/nav_BG.gif");
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 70%;
	line-height: 34px;
}
#header ul#topNav li a:hover{
	background-position: right top;
	line-height: 28px;
}

#header ul#topNav li a.current, #header ul#topNav li a.current:hover{
	background-position: left top;
	color: #8f8f8f;
	line-height: 34px;
}
/***********************  CONTACT PAGE ***********************/
#contInfo {
	float: right;
	width: 300px;
}
#contInfo span {
	clear: both;
	display: block;
	width: 90%;
	font-size: 12px;
	padding-left: 15px;
	text-align: left;
}
#contInfo span{
	font-size: 12px;
	padding: 15px;
	text-transform:uppercase;
}

/***********************  PORFOLIO PAGE ***********************/
#portfolio .thumbView {
	float: left;
	width: 304px;
	text-align: center;
	padding: 8px 0;
}
#portfolio span, #currProj span {
	clear: both;
	display: block;
	width: 80%;
	font-size: 12px;
	padding-left: 15px;
	text-align: left;
}
#portfolio strong, #currProj strong {
	font-size: 10px;
	padding: 3px;
	text-transform:uppercase;
}

/***********************  FOOTER NAVIGATION ***********************/
#footer {
	width: 100%;
	height: 215px;
	background-image:url(images/footer_BG2.gif);
	background-repeat: repeat-x;
	margin-top: 30px;
}
#footer #content {
	width: 958px;
	padding-top: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#footer #content #telephone {
	float: right;
}

#footer #content #footerArrow {
	float: left;
	height: 150px;
	text-align: center;
	width: 100px;
}

#footer #content ul#bottomNav {
	list-style:none;
}
#footer #content ul#bottomNav li {
	margin: 0 0 20px 0;
}
#footer #content ul#bottomNav a {
	color: #4673b0;
	background-color: #FFF;
	padding: 3px 3px;
	text-decoration: none;
}

#footer #content ul#bottomNav a:hover {
	margin-left:10px;
}

#footer #content ul#bottomNav a.current {
	color: #FFF;
	background-color: #609AEC;
}

#footer #content ul#bottomNav a.current:hover {
	border: 0px;
}
#valid {
	float: right;
	margin-top: 130px;
}

/*********************** NEWS ***********************/
#news {
	margin-top: 230px;
	float: right;
	width: 320px;
}
#news .date{
	float: left;
	width: 50px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	line-height: 14px;
	color: #999999;
	background-color: #FFF;
	border: 1px solid #DDD;
	height: 45px;
	overflow: visible;
}
#news .date strong{
	display: block;
	width: 50px;
	font-weight: normal;
	font-size: 32px;
	text-align: center;
	line-height: 26px;
}
#news .newsContent{
	float: right;
	width: 250px;
	font-size: 14px;
	color: #888888;
}

/*********************** CURRENT PROJECTS ***********************/
#currProj {
	float: right;
	width: 320px;
}
.caption {
	font-size: 12px;
}
.projImage {
	padding: 4px;
	margin-bottom: 3px;
	background-color: #FFF;
	border: 1px solid #DDD;
}

/*********************** FEATURED PROJECTS ***********************/
#featProd {
	float: left;
	width: 560px;
}
#featProd hr{
	border: none;
	border-bottom: 1px solid #DDD;
	clear: both;
	height: 1px;
	padding: 15px 0px;
}
#featProd .featProdDetails{
	float: left;
	width: 260px;
	font-size: 90%;
}
#featProd .projHeading {
	display: block;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #999999;
}
#featProd .darkText {
	color: #333333;
	display: block;
	margin-bottom: 3px;
}
#featProd .featProdFeatures {
	padding: 5px;
	font-size: 12px;
	float:left;
	width: 285px;
	line-height: 14px;
}
#screenShot {
	float: right;
}

/*********************** SERVICES ***********************/
.services {
	float: left;
	width: 220px;
}

/***********************  CONTENT FORMATTING ***********************/
a:link {
	color: #6699ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6699ff;
}
a:hover {
	text-decoration: underline;
	color: #2D71FF;
}
a:active {
	text-decoration: none;
	color: #6699ff;
}

h2 {
	color: #6699ff;
	text-transform: uppercase;
	width: 100%;
	padding: 0px;
	margin: 20px 0 5px 5px;
	font-weight: normal;
}

/*--- APPLIES TO: ALL Forms ---*/
#contactForm {
	width: 600px;
	color: #333;
}
form {
  margin: 0;
  padding: 10px 10px 10px;
  font-size: 0.9em;
}

form#formNewHome { height: 555px; }
form#formEditHome { height: 430px; }

html>body form#formNewSubdivision,
html>body form#formEditSubdivision
{ height: 255px; }
form#formNewSubdivision,
form#formEditSubdivision
{ height: 235px; }

form .row { /*-- 'Table' row --*/
  display: block;
  margin: 4px 0;
  padding: 0;
}
form .row em{ /*-- 'Table' row --*/
font-size: 14px;
color:#F00;
font-weight:bold;
}

form .row span.label {
  float: left;
  margin: 4px 5px 0 0;
  width: 100px;
  text-align: right;
}

form#formEditSM .row span.label {
  width: 50px;
}

form ul.hList { margin: 0 0 5px 0; }

form ul.hList li { /*-- Makes the list horizontal --*/
  display: inline;
  margin-right: 16px;
}

form ul.vList li { margin: 0 0 0 20px; }
form ul.vList li span { width: 120px; }

form a#image {
  float: left;
  width: 110px;
}
form a#image .caption {
  display: block;
  margin: 0 0 0 2px;
}
form a#image img { border: 1px solid #aac; }
form ul#info { position: relative; }

form input.bottomRight {
  position: absolute;
  bottom: 20px;
  right: 25px;
}
/*--- end ALL Forms ---*/
/*---------------------*/

#iPhone {
	position: absolute;
	left: 666px;
	top: 54px;
		
}

