/* CSS Document */
/* This is the default CSS document for the majority of pages in the RES-AZ.com website */

body {
background-color: #666666;
font-size: 11px;
font-family: Verdana, Arial, sans-serif;
}

img {
  border-style: none;
}


/* Define all the basic elements of the header section */
#fullpage {
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  border: 0px;
  width: 800px;
  overflow: hidden;
}

#header {
  font-size: 10px;
  margin: 0 0 0 0;
  height: 250px;
  background: url(images/HeaderBG.jpg) no-repeat bottom #f98309;
}

#lfthdrimg {
  float: left;
  padding-top: 45px;
  padding-left: 15px;
}

#midhdrimg {
  float: left;
  padding-top: 45px;
  padding-left: 10px;
}

#rthdrimg {
  float: left;
  padding-top: 45px;
  padding-left: 10px;
}

#headertext {
  font-size: 12px;
  color: #FFFFFF;
  float: left;
  padding-top: 45px;
  padding-left: 5px;
  text-align: left;
}

/* Define all the basic elements of the navigation section */
#navigation {
  float: left;
  font-weight: bolder;
  text-align: right;
  margin-top: -15px;
  width: 125px;
  height: auto;
  background: #454545;
  background-image: url(images/NavigationBG.gif);
  background-repeat: repeat-x;
  padding: 0 5px 5px 0;
  padding-top: 25px;
  padding-bottom: 32767px;
  margin-bottom: -32767px;
}

/* Define all the basic elements of the body-left section */
#mainbody{
  float: left;
  width: 458px;
  background: #FFFFFF;
  height: 1%; /* Peekaboo Bug hack fix for IE6 */
  padding: 5px 0 5px 0;
  border-right: 1px solid black;
  padding-bottom: 32767px;
  margin-bottom: -32767px;
}

#maintext {
  float: left;
  font-size: 14px;
  padding: 25px 25px 25px 25px;
}

/* Define all the basic elements of the body-right column */
#bodyright{
  background: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  float: right;
  width: 200px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: -15px;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 32767px;
  margin-bottom: -32767px;
  border-left: 1px solid black;
}

/* Define all the basic elements of the footer section */
#footer {
  clear: both;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 9px;
  vertical-align: middle;
  background: #CCCCCC;
}

/* SERVICES */
#services {
  font-size: 14px;
  padding: 15px 15px 15px 15px;
}

#services h1 {
  font-size: 16px;
  text-align: center;
}

#services h2 {
  font-size: 15px;
  font-weight: bold;
}

#services ul {
  margin-left: -15px;
  font-size: 13px;
  font-weight: bold;
}

/* CONTACT US */
#contactus {
  font-size: 14px;
  padding: 15px 15px 15px 15px;
}

#contactus h1{
  font-size: 16px;
}

#contactus h2{
  font-size: 15px;
  font-weight: bold;
}

/* CONTACT FORM */
#contactform {
  font-size: 12px;
  text-align: left;
  list-style: square;
}

#contactform ul {
  margin-left: -20px;
}

/* LINKS */
#navigation a{
  text-decoration: none;
}

#navigation a:link{
  color: #999999;
}

#navigation a:visited{
  color: #999999;
}
#navigation a:active{
  color: #00CCFF;
}
#navigation a:hover{
  color: #00CCFF;
}