/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #333; 
  background: #275d63;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mainWrap {
  background-color: #275d63;
  width: 860px;
  margin: 0 auto;
  position: relative;
  top: -10px;
}

/* headings
******************************* */

h1,h2,h3,h4 {
  font-weight: bold;
  font-family: Georgia, Times New Roman, Times, serif;
}

 /* header -- */
h1 {
  font-size: 1.7em;
  color: #fff;
  text-align: left;
  padding-top: 50px;
  padding-left: 35px;
}

 /* main -- */
h2 {
  font-size: 1.7em;
  color: #bd8612;
  text-align: left;
  padding-top: 20px;
  padding-left: 35px;
}

 /* mainSub -- */
h3 {
  font-size: 1.25em;
  color: #021e33;
  text-align: left;
  padding-top: 20px;
  padding-left: 35px;
  padding-bottom: 10px;
}

 /* sideBar -- */
h4 {
  font-size: 1.75em;
  color: #ecda83;
  text-align: left;
  padding-left: 20px;
}

h5 {
  background: url("../images/menuLine.gif") no-repeat;
  display: inline;
}

/* Text
******************************* */

p {
  padding: 0px 35px;
  text-align: justify;
  line-height: 1.5em;
}

.right {
  float: right;
  padding-right: 30px;
}

.center {
  margin: 0 auto;  
}

a     {
  font-weight: bold;
  color: #bd8612;
  text-decoration: none;
}
 
a:hover {
  font-weight: bold;
  color: #bd8612;
  text-decoration: underline;
}

/* logo section
******************************* */

.logo {
  background: url("../images/trCorner.gif") bottom right no-repeat; 
  background-color: #fff;
  width: 860px;
  height: 85px;
  position: relative;
  top: 20px;
  left: 0;
  margin-bottom: 1.9em;
}

.logo img {
  float: left;
  width: 385px;
  height: 50px;
  border: none;
  padding-left: 20px;
  padding-top: 15px; 
}

.logo #box {
  font-family: Arial, Helvetica, sans-serif;
  color: #021e33;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
}

.logo a {
  color: #021e33;
  text-decoration: none;
}

.logo a:hover {
  color: #bd8612;
  text-decoration: underline;
}

/* main menu section
******************************* */

.nav  {
  background: url("../images/trCorner2.gif") top right no-repeat;
  background-color: #2d2713;
  width: 860px;
  height: 65px;
  margin-bottom: 0.25em;
}

.nav2 {
  background: url("../images/trCorner2.gif") top right no-repeat;
  background-color: #2d2713;
  width: 860px;
  height: 65px;
  margin-bottom: 0.25em;
}

#menu {
  padding-top: 25px;
  padding-left: 30px;
}

#menu ul {
  float: left;
  margin: 0;
  list-style: none;
}

#menu ul li {
  position: relative;
  display: inline;
}

#menu ul li a {
  padding: 0.5em 1.0em 0.9em 1.0em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.175em;
  color: #fff;
  text-decoration: none;
}

#menu ul li a:hover {
  text-decoration: underline;
  color: #ecda83;
}

#menu ul li a.active {
  text-decoration: underline;
  color: #ecda83;
}

#menu #currentpage a {
  color: #ecda83;
}

/* header section
******************************* */

.header {
  background: url("../images/homeHouse.jpg") no-repeat right;
  background-color: #2d2713;  
  width: 860px;
  height: 280px;
  position: relative;
  top: -10px;
  margin-bottom: 0.25em;
  z-index: 10;
}

.header p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.75em;
  color: #fff;
  text-align: justify;
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 475px;
}

/* main section
******************************* */

.main {
  display: block;
  background-color: #fff;
  border: 1px solid #6e6e63;
  width: 565px;
  float: left;
  min-height:500px;
  height: auto !important;
  height: 500px;
  padding-bottom: 30px !important;
  margin-bottom: -30px !important;
  margin-top: -15px;
  overflow: hidden;
}

.main2 {
  display: block;
  background-color: #fff;
  border: 1px solid #6e6e63;
  width: 858px;
  min-height:500px;
  height: auto !important;
  height: 500px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: 0px;
  overflow: hidden;
}

.main2 h3 {
  padding-top: 0;
  padding-bottom: 0;
}

.main img {
  float: left;
  padding-right: 20px;
  border: none;
}

#aboutImage {
  float: right;
  padding-left: 20px;
  border: none;
}

.main ul {
  list-style-image: url("../images/bullet.gif");
  list-style-position: inside;
  text-align: left;
  padding-left: 35px;
  line-height: 1.5em;
}

.main2 ul {
  list-style-image: url("../images/bullet.gif");
  list-style-position: inside;
  text-align: left;
  padding-left: 35px;
  line-height: 1.5em;
}

/* main - sidebar tabs section
******************************* */

.tabsWrap {
  background-color: #275d63;
  width: 288px;
  float: right;
  position: relative;
  left: -5px !important; /* for mozilla */
  left: -2px; /* IE */
  margin-top: 0px !important; /* for mozilla */
  margin-top: 25px; /* IE */
}

.tabs {
  width: 288px;
  margin-left: -40px !important; /* for mozilla */
  margin-left: 0px; /* IE */
}

#tabs_container {
  background-color: #275d63;
}

#tabs_container ul.tabs {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  list-style: none;
}

#tabs_container ul.tabs span {
  line-height: 1.4em;
}

#tabs_container ul.tabs li {
  float: left;
  position: relative;
  left: 0;
}

#tabs_container ul.tabs li a {
  background: transparent url("../images/tabsOff.gif") no-repeat;
  display: block;
  width: 94px;
  height: 47px;
  background-color: #275d63;
  color: #fff;
  text-decoration: none;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
}

#tabs_container ul.tabs li.active a {
  background: transparent url("../images/tabsOn.gif") no-repeat;
  color: #fff;
}

/* main sidebar tabbed contents section
******************************* */

div.tab_contents_container {
  width: 290px;
  background-color: #021e33;
  border-left: 1px solid #6e6e63;
  border-right: 1px solid #6e6e63;
  border-bottom: 1px solid #6e6e63;
  position: relative;
  top: -10px !important; /* for mozilla */
  top: -30px; /* IE */
  left: 1px;
  padding-bottom: 78px !important; /* for mozilla */
  margin-bottom: -78px !important; /* for mozilla */
  padding-bottom: 10px; /* IE */
  margin-bottom: -10px; /* IE */
  overflow: hidden;
}

div.tab_contents {
  display: none;
}

div.tab_contents_active {
  display: block;
}

div.tab_contents_active ul {
  list-style-image: url("../images/bullet.gif");
  list-style-position: inside;
  margin-left: 0px;
  text-indent: -15px;
}

div.tab_contents_active p {
  margin-left: 0px;
}

div.clear {
  clear: both;
}

.tab_contents_container p {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  text-align: justify;
  margin-top: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

#tab_1_contents img {
  border: none;
  float: right;
  position: relative;
  top: 5px;
  left:-20px;
}

/* main sidebar quick turn around tab
******************************* */

.aosBtn a {
  background: url("../images/btnOff.gif") no-repeat;
  display: block;
  height: 33px;
  width: 68px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #bd8612;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  list-style: none;
  padding-top: 5px;
  margin: 0 auto;
}

.aosBtn a:hover {
  background: url("../images/btnOn.gif") no-repeat;
  text-decoration: none;
}

/* main sidebar add on services tab
******************************* */

#tab_2_contents ul {
  list-style-image: url("../images/bullet.gif");
  list-style-position: inside;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1em;  
  text-align: left;
  padding-left: 35px;
  font-size: 1em;
}

#tab_contents_container p {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}

/* main - sidebar - quote form tab
******************************* */

.form {
  width: 90%;
  height: auto;
  margin: 0 auto;
  text-align: left;
}

/* form elements */

.form label { 
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.75em;
}

.form input, .form select {
  display: block;
  width: 90%;
  font-size: 0.875em;
  border:1px solid #b9b9b9;
  line-height: 1.5em;
}

.form textarea {
  display: block;
  width: 90%;
  border:1px solid #b9b9b9;
}

.form textarea:focus, input:focus {
	border: 2px solid #bd8612;
}

/* form button */

.form button {
  display: block;
  height: 33px;
  width: 68px;
  background: url("../images/btnOff.gif") no-repeat;
  border: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #bd8612;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  
}

.form button:hover {
  background: url("../images/btnOn.gif") no-repeat;
}

.form button:active {
  outline: none;
}

#submit {
  width: 68px;
  display: inline;
  float: left;
  padding-left: 40px;
}

#clear {
  width: 68px;
  display: inline;
  float: right;
  padding-right: 40px;
}

/* contact form
******************************* */
.contactform {
    font-size:1em;
    width:40em;
    color:#333;
    text-align:left;
    position:relative;
    margin:1em auto
}

/* elements */
.contactform legend  {  
    color: #333;
    padding-bottom: 5px;
    margin:0.3em 0;
}

.contactform label {  
    color: #333;
    padding:0;
    margin:0.3em 0;
}

.contactform fieldset{ 
    padding:0.7em;
    border:1px solid #b9b9b9;
    margin:0 0 0.5em 0;
}

.contactform label {
    font-weight: bold;
}

.contactform fieldset input {
    width:90%;
    line-height:1.5em;
    padding:0.15em;
}

.contactform input, .contactform textarea, .contactform select {
    display:block;
    width: 90%;
    margin-bottom:1em;
    font-size:1em;
    border:1px solid #b9b9b9;
    padding:0.15em;
    margin-right:1em
}
        
/* information */
        
.contactform .formInfo {
    margin-bottom:1em;
    padding-bottom:0.5em;
    border-bottom:0.1em solid #6F5230;
}

.contactform .formInfo h2 {
    color:#00889e;
    font-weight:bold;
    font-size:1.2em;
    margin-bottom:1em
}

.contactform .formInfo p{
    text-align:left;
}

#submit2 {
  width: 68px;
  display: inline;
  float: left;
  padding-left: 150px;
}

#clear2 {
  width: 68px;
  display: inline;
  float: right;
  padding-right: 150px;
}

/* projects slimbox
******************************* */

.slimbox img {
  padding: 7px;
  border: solid 1px;
}

/* footer section
******************************* */

.footer {
  background: url("../images/blCorner.gif") bottom left no-repeat;
  background-color: #2d2713;
  width: 860px;
  height: 65px;
  float: left;
  position: relative;
  top: -10px !important; /* for mozilla */
  top: -30px; /* IE */    
  margin-bottom: 1.9em;
  z-index: 30;
}

.footer span {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.75em;
  text-align: left;
  position: relative;
  top: 23px;
  left: 50px;
  float: left;
}

.box2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 25px;
  right: 20px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #bd8612;
  text-decoration: underline;
}

/* misc.
******************************* */

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "\0020"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
    overflow:hidden; 
}

.clearfix, .container {display: block;}

/* Regular clearing
   apply to div that should drop below previous ones. */

.clear { clear:both; }
