/*----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-size:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: url(../images/body-background.gif) left top repeat-x;
  font: normal 62.5% freesans, helvetica, arial, san-serif;
  color: #000;
  text-align: center;
}



a {
  text-decoration: none;
  outline: none;
  color: #f08700;
}

a:hover {
  text-decoration: underline;
}
h1,h2,h3 {
  font-family: freesans, "segoe ui", helvetica, arial, san-serif;
}


/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----framework----*/
.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

#container {
  width: 990px;
  margin: 0 auto;
  text-align: left;
}
#page {
  margin: 10px 23px 0px 12px;
}



/*----End framework----*/
/*---------------------------------------------------------------------*/
/*----header----*/
#header {
  width: 959px;
  margin: 0 auto;
}


#logo {
  float: left;
  margin: 29px 0px 0px 0px;
}

#topnav {
  float: right;
  margin-top: 2px;
  margin-right: 8px;
}

#topnav li {
  float: left;
  color: #b42e00;
  height: 18px;
  font-weight: bold;
  font-size: 1.3em;
  text-transform: uppercase;
}

#topnav a {
 color: #b42e00;
}

#topnav .live {
  background: url(../images/live-chat.jpg) left no-repeat;
   margin-right: 25px;
   padding: 8px 0px 5px 30px;
}

#topnav .request {
  background: url(../images/request.jpg) left no-repeat;
   margin-right: 21px;
   padding: 8px 0px 5px 30px;
}

#topnav .phone {
  background: url(../images/phone.jpg) left no-repeat;
  padding: 8px 0px 5px 26px;
}
#nav {
  float: right;
  clear: right;
  background: url(../images/nav-background.gif) left center no-repeat;
  width: 586px;
  height: 42px;
  margin-top: 1px;
}
#nav li {
  float: left;
  font-weight: bold;
  border-left: 1px solid #7396ae;
  height: 18px;
  margin-top: 5px;
   padding: 8px 19px 9px 19px;
  position: relative;
  display: block;

}

#nav .no {
  border: none;
}


#nav li a {
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  font-size: 1.3em;

}

#nav a:hover {
  color: #21256f;
}

#nav ul {
   display: none;
   background: #4f87b5;
   border: 1px solid #fff;
 }

 #nav li:hover ul {
   display: block;
   position: absolute;
   left: 0px;
   top: 35px;
   width: 145px;
 }
 #nav ul li {
   float: none;
   border-right: none;
   border-left: none;
   border-bottom: 1px solid #fff;
   height: auto;
   padding: 0px 0px 5px 20px;
 }
 #nav ul li a {
   text-align: left;
   font-size: 1.1em;

 }
/*----End Header----*/
/*---------------------------------------------------------------------*/
/*----home-content----*/
#home-content {
  background: url(../images/content-background.gif) left top no-repeat;
  padding: 0px 12px;
}
#content {
  background: url(../images/content-background.gif) left top no-repeat;
  padding: 0px 12px;
}


#flash {
  margin-top: 10px;
  float: left;
  width: 637px;
}

#orange-box {
  margin-top: 10px;
  float: left;
  background: url(../images/orange-box.gif) left top no-repeat;
  width: 321px;
  height: 355px;

}
#orange-box p {
  color: #fff;
  font-size: 1.5em;
  margin: 20px;
}
#orange-box .center {
  text-align: center;
}


#middlenav {
  margin: 10px 0px 0px 20px;
}
#middlenav li {
  background: url(../images/midnav-background.gif) left top no-repeat;
  height: 201px;
  width: 204px;
  float: left;
  margin-right: 10px;
  padding: 10px;
}
#middlenav .news {
  margin-right: 0px;
}
#middlenav .net {
   background: url(../images/midnav-hover.gif) left top no-repeat;
}


#middlenav li:hover {
  background: url(../images/midnav-hover.gif) left top no-repeat;
}
#middlenav h1 {
  font-size: 1.3em;
  font-weight: bold;
  color: #b42d00;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
}
#middlenav p {
  font-size: 1.1em;
  line-height: 1.5em;
  margin-top: 10px;
}
#middlenav .regular {
  color:#363636;
}



#middlenav img {
  float: right;
  margin-right: 5px;
}
#services {
  float: left;
  width: 450px;
  padding: 0px 10px 10px;
  margin-left: 15px;
background: url(../images/areas-border.gif) right top no-repeat;
}
#services ul {
  float: left;
  margin-right: 20px;
}
#services .no {
  margin-right: 0px;
}


#services h1 {
  font-size: 1.3em;
  color: #B42D00;
  font-weight: bold;

}

#services li {
  color: #ff841c;
  background: url(../images/footer-li-bullet.gif) left center no-repeat;
  padding-left: 10px;
  font-weight: bold;
  font-size: 1.2em;
  font-family: freesans, "segoe ui", helvetica, arial, san-serif;
  line-height: 1.5em;
}
#services li a { text-decoration: underline; }
#services li a:hover { color: #363636; }

 #areas {
   float: left;
  width: 450px;
  padding: 0px 10px 10px 10px;
}

#areas h1 {
  font-size: 1.3em;
  color: #B42D00;
  font-weight: bold;

}
#areas li {
  color: #ff841c;
  background: url(../images/footer-li-bullet.gif) left center no-repeat;
   padding-left: 10px;
   font-weight: bold;
   font-size: 1.2em;
   font-family: freesans, "segoe ui", helvetica, arial, san-serif;
   line-height: 1.5em;
}
#areas img {
  float: right;
}
/*----End Home content----*/
/*----Sub content----*/


#crumbs li {
  float: left;
  margin-right: 5px;
  color: #4c82b0;
}
#crumbs a {
  color: #4c82b0;
}
#left {
  float: left;
  margin-top: 20px;

}
#left h1 {
  font-size: 1.8em;
  font-weight: bold;
  color: #b42d00;
  font-family: freesans, "segoe ui", helvetica, arial, san-serif;
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 10px;
}
#left p {
  font-size: 1.2em;
  color: #363636;
  margin-bottom: 1em;
}


.blue-top {
  background: url(../images/blue-top.gif) left top no-repeat;
  padding: 15px;
  width: 268px;
}
.blue-top img {
  float: right;
  margin: 0px 5px 5px 5px;

}


.blue-middle {
  Background: url(../images/blue-middle.gif) left top repeat-y;

}
.blue-bottom {
  background: url(../images/blue-bottom.gif) left bottom no-repeat;
  margin-bottom: 2em;
}

#sidenav li {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5em;
}
#right {
  float: right;
  width: 600px;
  margin: 20px 10px 0px 0px;
}

#right h1 {
  color:#2c328a;
  font-size: 2.4em;
  font-weight: bold;
  font-family: freesans, "segoe ui", helvetica, arial, san-serif;
   border-bottom: 1px solid #a6a6a6;
   padding-bottom: 2px;

}
#right h2 {
  font-size: 1.4em;
  margin: 5px 0px;
}


#right p {
  font-size: 1.2em;
  color: #363636;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 1.5em;
}
#right table {
  margin-bottom: 1em;
}

#right table td li {
  float: left;
  margin-right: 3px;
}


#right table, #right th, #right td {
   border: 1px solid #a6a6a6;
   padding: 3px;
}


#right th {
  font-weight: bold;
  font-size: 1.3em;
  color: #fff;
  background: #2C328A;
}
#right .red {
  background: #B42D00;
   font-weight: bold;
  font-size: 1.3em;
}

#right ul li {
  color: #363636;
  background: url(../images/footer-li-bullet.gif) left 7px no-repeat;
   padding-left: 10px;
   font-size: 1.2em;
   line-height: 1.5em;
   font-family: freesans, "segoe ui", helvetica, arial, san-serif;
   margin: 3px 0px;
}
#right #logos li {
   background: none;
}
#right ol {
  margin-left: 20px;
}


#right ol li {
  color: #363636;
   padding-left: 10px;
   font-size: 1.2em;
   line-height: 1.5em;
   font-family: freesans, "segoe ui", helvetica, arial, san-serif;
   margin: 3px 0px;
   list-style-type: decimal;
}
#right .no li {
  background: none;
}


#logos span {
  color: #f08700;
}


#right .center {
  text-align: center;
}
#right .submit {
  margin-left: 80px;
}


#captcha {
  margin-left: 80px;
}


#quote {
  width: 440px;
  height: 184px;
  background: url(../images/quote-background.gif) right top no-repeat;
  float: left;
  margin-top: 20px;
  margin-left: 15px;
  padding-right: 35px;
}
#quote h1 {
  font-size: 1.8em;
  font-weight: bold;
  color: #b63100;
  font-family: freesans, "segoe ui", helvetica, arial, san-serif;
}
#quote h2 {
  font-size: 2em;
  font-weight: bold;
  color: #b63100;
  font-family: freesans, "segoe ui", helvetica, arial, san-serif;
}
#quote p {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 1em;
  margin-top: 1em;
}
#quote form {
  float: right;
}
#quote label {
  font-size: 1.2em;
  font-weight: bold;
  color: #b53100;
  display: block;
  float: left;
  width: 70px;
  margin-right: 5px;
  text-align: right;
}

#quote .textbox {
  width: 175px;
  font-size: 1.5em;
  margin-bottom: 10px;
}

#quote .textbox1 {
  width: 100px;
  height: 20px;
  font-size: 1.5em;
}
#quote .submit {
  float: left;
  margin-left: 73px;
  margin-top: 10px;
}


#network {
  float: right;
  width: 440px;
  margin-top: 20px;
}
#network h1 {
  font-size: 1.8em;
  font-weight: bold;
  color: #b63100;
  font-family: freesans, "segoe ui", helvetica, arial, san-serif;
}
#network p {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 1em;
  margin-top: 1em;
}
#network img {
  float: right;
}
#page h1 {
  font-size: 2.4em;
  font-weight: bold;
  color: #2c328a;
   font-family: freesans, "segoe ui", helvetica, arial, san-serif;
   border-bottom: 1px solid #a6a6a6;
   padding-bottom: 3px;
}
#page p {
  font-size: 1.2em;
  color: #363636;
  line-height: 1.5em;
  margin-bottom: 1em;
  margin-top: 10px;
}
#midnav h1 {
  color: #b42d00;
}
#midnav li {
  float: left;
  margin-right: 17px;
}
#midnav .no {
  margin-right: 0px;
}
#midnav img {
  float: right;
  margin: 10px 5px 5px 5px;

}
#midnav p {
  margin-top: 10px;
}
dl {
  margin-top: 10px;
}


dd {
font-size: 1.2em;
  color: #363636;
  margin: 0px 5px;
  margin-bottom: 1em;
}
dt {
font-size: 1.3em;
font-weight: bold;
padding-bottom: 10px;
color: #F08700;
cursor: pointer;
}

/*----contact form----*/
#right form p {
  color: #b53100;
  font-weight: normal;

}
#right form ul {
  margin-left: 30px;
}


#right form ul li {
  float: left;
  margin-right: 40px;
  margin-bottom: 2em;

  background: #fff;
}


#page .textbox {
  width: 250px;
  height: 16px;
  padding: 3px;
  margin: 5px 0px;
  font-size: 1.2em;
}
#page textarea {
  width: 400px;
  height: 200px;
  font-size: 1.4em;
  line-height: 1.2em;
}


#page label {
  font-size: 1.2em;
  font-weight: bold;
  color: #b53100;
  display: block;
  float: left;
  width: 70px;
  height: 16px;
  padding: 3px;
  margin-right: 5px;
  text-align: right;
}
#page select {
 height: 20px;
}


 .recaptchatable #recaptcha_response_field {
  left: 0 !important;
}


/*---------------------------------------------------------------------*/
/*----footer----*/
#bottom {
  background: #507faa;
  border-top: 3px solid #272e83;
  margin-top: 20px;
}
#footer {
  width: 965px;
  margin: 0 auto;
  text-align: left;
  padding-left: 60px;

}
#footer {
  margin-top: 20px;
}

#footer ul {
  float: left;
  margin-right: 30px;
}

#footer li {
  font-size: 1.1em;
  color: #fff;
  list-style-type: none;
}

#footer a {
  color: #fff;
}

#footer li:first-child a {
  color: #ff8d2c;
  font-weight: bold;
}

#footer li:first-child {
  color: #ff8d2c;
  font-weight: bold;
}

#footer .home {
  margin-right: 30px;
}

#footer .about {
  width: 300px;
  border-left: 1px solid #fff;
  padding-left: 20px;
  margin-right: 0px;
}
#footer .about li {
  margin: 0px 0px 5px 0px;
}
#footer .about img {
  margin-right: 5px;
}
#footer .contact {
  margin-right: 15px;
}

#footer .yellow a {
  color: #ffd154;
  font-weight: bold;
}

#footer p {
  color: #fff;
}
#footer .better { float: right; }




