* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  /*font-family: "Times New Roman", Times, serif;*/
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #495058; 
  /* background-color: #eee; */
  line-height: 1.2em;
  background-image:url(../images/bg.gif);
  background-repeat: repeat-x;
  background-attachment: fixed;
  margin: 0 50px;
}

input {
  font-family: Trebuchet MS, Helvetica, sans-serif;
}



.textfield {
  background-color: #ffffff;
  border-color: #BFBFBF;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
A:link {
  color: #0079B8;
  text-decoration: underline;
}
A:active {
  color: #0079B8;
  text-decoration: underline;
}
A:visited {
  color: #2277aC;
  text-decoration: underline;
}
A:hover {
  color: #0079B8;
  text-decoration: underline;
}

.small{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 11px;
}
A:link.small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: underline;
  font-size: 11px;
}
A:active.small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: underline;
  font-size: 11px;
}
A:visited.small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: underline;
  font-size: 11px;
}
A:hover.small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: underline;
  font-size: 11px;
}


/* NavBar Rollovers */

#nav_bar {
  padding: 0;
  margin: 0;
  height: 34px;
  width: 609px;

}

#nav_bar A {
  height: 34px;
}

#home_button { width: 65px; }
#re_button { width: 225px; }
#owner_button { width: 110px; }
#contractor_button { width: 95px; }
#about_button { width: 83px; }
#service_button { width: 225px; }

/* Sub Nav */
#sub_nav {
  margin: 0 auto;
  padding: 2px 15px 2px 10px;
  /*width: 755px;*/
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: #777;
}

#sub_nav, #sub_nav A {
  color: #f5f5f5;
  font-size: 11px; 
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
}

#sub_nav A:hover {
  text-decoration: underline;
}



/* Content Styles */
#content {
  margin: 0 auto;
  /*width: 730px;*/
  background-color: white;
  padding: 10px 25px;
}

#content h1 {
  font-size: 180%;
  margin: .3em 0 .5em 0; 
  padding: 0 0 .2em 0; 
  color: #000; 
  border-bottom: 1px #ccc solid;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
  font-weight: normal;
}

#content h2 {
  font-size: 130%;
  margin: .4em 0 .2em 0; 
  padding: 0;
  color: #444; 
  font-family: Verdana, Geneva, sans-serif; 
  font-weight: normal;
}

#content h3 {
  font-size: 120%;
  margin: .4em 0 .2em 0;
  padding: 0 0 .4em 0;
  color: #444;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
}

#content h4 {
  font-size: 110%;
  margin: .4em 0 .2em 0;
  padding: 0;
  color: #444;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
}

#content P {
  padding: 5px 20px 10px 20px;
  margin: 0;
}

#content P, #content UL, #content OL {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 100%;
  color: #222;
}

#content UL, #content OL {
  padding-right: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  text-align: justify;
}

#content LI {
  margin-bottom: 7px;
}

#content UL LI {
  list-style-type: square;
}

IMG#right {
  float: right; 
  border: 2px solid #222; 
  margin: 0 0 10px 60px;
}

table.tips {
    background-color: #cccccc;
    border-style: none;
    width:85%;
}

td.cause {
    background-color:#ffffff;
    padding:2px;
    width:50%;
}

td.solution {
    background-color:#eeeeee;
    padding:2px;
    width:50%;
}
