/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fff;
  font: normal 62.5% Arial, Helvetica, sans-serif;
  text-align: center;
  color: #000;
}

h1, h2, h3, h4, h5, h6, ul, ol {
  font-family: "Book Antiqua", Times, serif;
}

a, #homenav a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
  clear: both;
}

th {
  width: 50%;
  padding: 0 5px;
  vertical-align: top;
}

tr {
  padding-bottom: 20px;
}

tr.white td {
  background: #fff;
  height: 20px;
}

td {
  width: 50%;
  padding: 10px;
  background: #f2f2f2;
  margin-bottom: 20px;
  vertical-align: middle;
}

th {
  font-family: "Book Antiqua", Times, serif;
  color: #498fcd;
  font-size: 1.8em;
}

td.arrow {
  background: #f2f2f2 url(../images/arrow.gif) left center no-repeat;
  padding-left: 50px;
}

td.arrow p {
  color: #498fcd !important;
  font-weight: bold;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/

#wrap {
  width: 860px;
  margin: 0 auto;
  padding: 0 7px;
  background: url(../images/background.gif) repeat-y;
  text-align: left;
}

#logo {
  padding: 25px 0 0 25px;
  float: left;
}

#logo h1 {
  width: 222px;
  height: 73px;
  background: url(../images/logo.gif) no-repeat;
  padding-bottom: 15px;
  text-indent: -9999px;
  border-bottom: 1px solid #7f7f7f;
}

#homenav {
  padding: 70px 25px 15px 330px;

}

#homenav a {
  color: #000;
}

#homenav a:hover {
  border-top: 3px solid #498fcd;
}

#homenav ul {
  border-bottom: 1px solid #7f7f7f;
  font-size: 2.4em;
  padding-bottom: 15px;
}

#homenav li {
  display: inline;
  margin-right: 30px;
}

#homenav li.last {
  margin-right: 0;
}

#homequote {
  width: 550px;
  text-align: right;
  border-right: 6px solid #498fcd;
  font-family: "Book Antiqua", Times, serif;
  font-size: 2.4em;
  padding-right: 10px;
  margin: 120px 0 0 0px;
}

#homephoto {
  float: right;
  position: relative;
  right: -50px;
  top: 20px;
}

#homecontact {
  text-align: center;
  color: #4d4d4d;
  font-size: 1.8em;
  font-family: "Book Antiqua", Times, serif;
  clear: both;
  padding-top: 40px;
}

#homecontact li {
  display: inline;
  padding: 5px 40px;
  height: 40px;
  line-height: 40px;
}

#homecontact a {
  color: #4d4d4d;
}

#homecontact li.phone {
  background: url(../images/icon_phone.gif) left center no-repeat;
}

#homecontact li.fax {
  background: url(../images/icon_fax.gif) left center no-repeat;
}

#homecontact li.email {
  background: url(../images/icon_email.gif) left center no-repeat;
}

#footer {
  width: 862px;
  margin: 0 auto;
  padding: 45px 7px 10px;
  background: url(../images/bottomcurve.gif) no-repeat;
  text-align: center;
  clear: both;
}

#footer ul {
  margin-bottom: 20px;
}

#footer li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #498fcd;
  text-transform: uppercase;
}

#footer li a {
  color: #498fcd;
}

#footer li.last {
  border-right: 0 none;
}

#footer p {
  color: #949494;
}

#footer p a {
  color: #949494;
  font-weight: bold;
}

#sidebar {
  width: 222px;
  padding: 0 0 15px 0;
  margin-left: 25px !important;
  margin-left: 12px;
  float: left;
  clear: left;
  border-bottom: 1px solid #7f7f7f;
}

#sidebar a {
  color: #000;
  text-decoration: none;
  border-left: 5px solid #fff;
  padding: 0 10px;
  display: block;
  width: 197px;
}

#sidebar a:hover {
  border-left: 5px solid #498fcd;
}

#sidebar li {
  font-size: 2.3em;
  background: url(../images/hdots.gif) left bottom repeat-x;
  padding: 10px 0;
}

#sidebar li li {
  font-size: .5em;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0;
}

#sidebar li.last {
  background: none;
}

#sidebar li ul {
  margin-left: 20px;
}

#sidebar li li a {
  width: 177px;
}

#breadcrumbs {
  padding: 70px 0 20px 0;
  margin-left: 48px;
  float: left;
  width: 533px;
  background: url(../images/breadcrumbsbackground.gif) right bottom no-repeat;
  position: relative;
}

#breadcrumbs ul {
  font-size: 2.4em;
  padding-bottom: 15px;
}

#breadcrumbs li {
  float: left;
  padding: 0 15px;
  border-left: 2px solid #498fcd;
}

#breadcrumbs li.first {
  border: 0 none;
}

#content {
  width: 475px;
  background: url(../images/contentbackground.gif) repeat-y;
  margin-left: 48px !important;
  margin-left: 49px;
  float: left;
  padding: 0 29px;
}

#content p {
  font-size: 1.3em;
  color: #585858;
  line-height: 2em;
  margin-bottom: 1em;
}

#content h2 {
  color: #498fcd;
  font-size: 1.8em;
  margin-bottom: 1em;
  margin-top: 1em;
}

#content h3 {
  font-size: 1.6em;
}

#contentbottom {
  background: url(../images/contentbottom.gif) center bottom no-repeat;
  width: 533px;
  height: 27px;
  margin-left: 295px;
  clear: both;
}

#content li {
  background: url(../images/bullet.gif) left 5px no-repeat;
  padding-left: 20px;
  font-size: 1.3em;
  margin-left: 10px;
  font-family: Arial, Helvetica, sans-serif;}

#content ul {
  margin-bottom: 1em;
}

#content a {
  color: #498fcd;
}

/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.firstchar {
  font-weight: bold;
  font-size: 1.8em !important;
  font-family: "Book Antiqua", Times, serif;
  line-height:1em;
  padding-top: 5px;
}

.toppicture {
  float: right;
  position: absolute;
  right: -72px !important;
  right: -73px;
  top: 26px !important;
  top: 25px;
}

.toppictureprojects {
  float: right;
  position: absolute;
  right: -92px !important;
  right: -93px;
  top: 13px !important;
  top: 12px;
}

.filler {
  float: right;
  margin-left: 10px;
}

.top {
  text-align: right;
}

/*----End Classes----*/