/*** General Styles ***/

/* Remove margin and padding from all elements  */

*{
   margin: 0;
   padding: 0;
}

/* Set font style and colours */

body{
   font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: small;
   color: #333;
   text-align: center;  /* centre page for bad browsers */
}
* html body{
   font-size: x-small; /* for IE 5/Win */
   f\ont-size: small;  /* for other IE versions */
}
a img{
  border: none;
}

/*** Header ***/

div#header{
   background: url(../images/bg-logo.jpg) no-repeat top center;
   height: 191px;
   width: 100%;
   margin: 0 auto 1px auto;
   clear: both;
}
div#header h1{
   text-indent: -5000px;
}
div#header h1 a{
   display: block;
   height: 140px;
}

/*** End Header ***/

/*** Main Nav ***/

div#mainnav-wrapper{
  width: 840px;
  margin: 0 auto 0 auto;
}
div#main-nav{
  width: 836px;
  float: left;
  margin: 20px 0 20px 0;
  background: #455886;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
div#main-nav ul{
  list-style-type: none;
  width: 836px;
  font-family: "Century Gothic", sans-serif;
  font-size: 90%;
  font-weight: bold;
  float: left;
  background: url(../images/bg-gold-header.gif) repeat-x top left;
}
div#main-nav ul li{
   float: left;
}
div#main-nav ul li a{
  display: block;
  float: left;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  width: 80px;
  padding: 10px;
  border-right: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  background: url(../images/bg-gold-header.gif) repeat-x top left;
}
div#main-nav ul li.first a{
  border-left: none;
}
div#main-nav ul li.last a{
  border-right: none;
}
div#main-nav ul li.testimonials a{
  width: 89px;
}
div#main-nav ul li.track-record a{
  width: 100px;
}
div#main-nav ul li a:hover{
  display: block;
  float: left;
  background: url(../images/bg-dark-blue-header.gif) repeat-x top left;
  color: #fff;
  text-decoration: none;
}
div#main-nav ul li.current a{
  text-decoration: underline;
}

/*** End Main Nav ***/


/*** Content  ***/

#wrapper{
  width: 840px;
  background: #fff;
  padding: 0 20px;
  margin: 0px auto 0 auto;
  text-align: left; /* Recover from text-align center in body */
}
div#content{
   font-size: 100%;
   width: 840px;
   margin: 15px 0 20px 0;
   float: left;
   border-bottom: 1px #455886 dotted;
}
div#content h2{
   color: #fff;
   font-weight: bold;
   font-size: 110%;
   padding: 8px;
   margin-bottom: 10px;
   text-align: left;
   letter-spacing: 4px;
   border-top: 1px dotted #999;
   border-bottom: 1px dotted #999;
   text-transform: uppercase;
   background: url(../images/bg-dark-blue-header.gif) repeat-x top left;
}

/* Secondary Navigation  */

div#secnav{
  width: 238px;
  float: left;
  padding: 0 0 10px 0;
}
div#secnav div{
  margin: 0 0 10px 0;
  border: 1px solid silver;
  padding: 0 0 10px 0;
}
div#secnav h3{
  background: #6f7b8b;
  background: url(../images/bg-blue-header.gif) repeat-x top left;
  color: #fff;
  font-size: 86%;
  margin: 0 0 12px 0;
  padding: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

div#secnav div#bbb p{
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
}

div#secnav div#projects h3{
  margin: 0 0 12px 0;
}
div#secnav p{
  margin: 6px 10px 0 0; 
}
div#secnav ul{
  list-style-type: none;
  font-size: 86%;
  padding: 6px 0 0 0;
}
div#secnav a{
  color: #669;
  background: #fff;
}
div#secnav a:hover{
  color: #669;
  background: #fff;
}
div#secnav img{
  display: block;
  margin: 0 auto;
}
div#secnav label{
  display: block;
}
div#secnav input, div#secnav select{
  display: block;
  margin-bottom: 6px;
}
div#secnav div#contact form, div#secnav div#contact p{
  padding: 6px 12px;
}
div#secnav div#contact form{
	margin: 0 0 0 20px;
}
div#secnav div#contact a{
	font-weight: bold;
	color: #4a4a4a;
}

div#secnav div#promo ul{
  list-style: none;
  overflow: hidden;
  width: 170px;
  margin: 0 auto;

}
div#secnav div#promo ul li{
	margin: 0;
	padding: 0;
}
div#secnav div#promo ul li,
div#secnav div#promo ul li img{
  display: inline;

}

/* End Secondary Navigation  */

/* Main Content  */

div#main-content{
   width: 582px;
   float: left;
   margin-left: 20px;
}
div#main-content p{
  padding: 0 10px 4px 10px;
}
div#main-content blockquote{
  border-bottom: 1px dotted silver;
  padding: 10px;
}
div#main-content blockquote cite{
  text-align: right;
  display: block;
  padding-right: 30px;
  font-weight: bold;
}
div#main-content h3{
   color: #666;
   font-weight: bold;
   font-size: 120%;
   padding: 10px 0 0 0;
   letter-spacing: 2px;
}
div#main-content p{
   margin: 10px 0 10px 0;
}
div#main-content div.intro p.font-big{
   color: #000;
   border: 1px dotted silver;
   padding: 6px;
   font-size: 100%;
   margin: 0 236px 10px 10px;
   
}
div#main-content ul{
   margin: 0 0 12px 20px;
}
div#main-content ul li{
   margin: 0 0 2px 10px;
   line-height: 1.4em;
   
}
div#main-content a{
   color: #666;
}
div#main-content a:hover, div#mainnav a:hover{
  text-decoration: underline;
  color: #4a4a4a;
}

/* Photo Gallery */

div#main-content ul.photo-gallery{
  list-style: none;
  padding: 20px 0;
  float: left;
}
div#main-content ul.photo-gallery li{
  list-style: none;
  float: left;
}
div#main-content ul.photo-gallery img{
  border: 1px solid silver;
  padding: 2px;
}

/* End Photo Gallery */

/* Main Content Intro */

div#main-content div.intro{
   border: 1px solid silver;
   margin-bottom: 20px;
   float: left;
   width: 580px;
}
div#main-content div.intro h3{
  background: #6f7b8b;
  clear: both;
  color: #fff;
  padding: 6px;
  font-size: 116%;
  background: url(../images/bg-blue-header.gif) repeat-x top left;
  font-size: 100%;
  text-transform: uppercase;
}
div#main-content div.intro p{
  padding: 0 20px 0 20px;
}
div#main-content div.intro img.home{
  float: right; 
  margin: 20px 20px 10px 20px; 
  padding: 2px; 
  border: 1px solid #333;
}


/* End Main Content Intro */

/* Main Content Features */

div#main-content div.features{
  border: 1px solid silver;
  float: left;
  width: 580px;

}
div#main-content div.features h3{
  padding: 6px;
  background: #857345;
  background: url(../images/bg-blue-header.gif) repeat-x top left;
  color: #fff;
  font-size: 100%;
  text-transform: uppercase;
}

/* Left Feautures */

div#main-content div.feature-left{
  width: 270px;
  float: left;
  padding: 10px 10px 10px 10px;
}
div#main-content div.feature-left a{
  color: #778AB9;
  text-decoration: underline;
}
div#main-content div.features div.feature-left h3{
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding: 6px;
  color: #fff;
  font-size: 86%;
  text-transform: uppercase;
  background: url(../images/bg-gold-header.gif) repeat-x top left;
}

/* End Left Feautures */

/* Right Feautures */

div#main-content div.feature-right{
  width: 268px;
  float: left;
  padding: 10px 10px 10px 12px;
  background: url(../images/bg-intro-2.gif) repeat-y top right;
}

div#main-content div.features div.feature-right h3{
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding: 6px;
  color: #fff;
  font-size: 86%;
  text-transform: uppercase;
  background: url(../images/bg-gold-header.gif) repeat-x top left;
}

/* End Right Feautures */

/*** End Features ***/

/*** Contact Us Form ****/

div#contact-form form{
	margin: 20px 0 0 50px;
	width: 480px;
}
div#contact-form legend{ 
  margin: 20px 0px; 
  color: rgb(0, 0, 0); 
  font-weight: bold;
   font-size: 110%;
}
div#contact-form label{
  float: left;
  width: 200px;
  display: inline;
  margin-bottom: 12px;
}
div#contact-form input{ 
  width: 260px; 
  margin-bottom: 12px;
}
div#contact-form select{
  width: 266px; 
  margin-bottom: 12px;
}
div#contact-form input.submit{
  margin: 10px 0 20px 10px;  
  width: auto; 
  float: right;
}
div#contact-form input.clear{ 
  margin: 10px 0px;
  width: auto;
  float: right; 
}
div#contact-form textarea{

  width: 270px;
}
div#contact-form label.optionlbl{ 
  margin: 0;
  padding: 0;
  float: none; width: auto;
}
div#contact-form input#myselfNomid, input#notMyselfNomid{ 
  margin: 0; 
  padding: 0; 
  width: auto;
}


/*** Contact Us Form ****/

/*** Footer ***/

#footer{
  clear: both;
  color: #fff;

/*** CC Logos removed from Footer @ 09-22-11 by WebFuel ***/
/***background: url(../images/credit-card.gif) no-repeat center left #fff;***/
  text-align: center;
  width: 840px;
  margin: 0 auto 20px auto;
  padding: 10px 0;
  font-size: 86%;
}
#footer p{
  color: #fff;
  background: #455886;
  text-align: right;
  padding: 10px
/*** Footer banner widened @ 09-22-11 by WebFuel ***/;
/*** margin-left: 238px;***/
}
