/* CSS for RCES Created on 2/24/10 */

body {
   /*background: #99BBEE;*/
   background: url(images/background.png) repeat;
   font-family: Arial, sans-serif;
   font-size: 11pt;
   padding: 0;
   margin: 0;
   }

ul {
   list-style-type: square;
   line-height: 150%;
   }

hr {
   margin-top: 10px;
   margin-bottom: 15px;
   margin-left: 10px;
   margin-right: 10px;
   }

img {
   border-style: none;
   }

a:link {
   color: #365FAC;
   text-decoration: none;
   }

a:visited {
   color: gray;
   text-decoration: none;
   }

a:hover {
   color: #0d3373;
   text-decoration: none;
   }

a:active {
   color: gray;
   text-decoration: none;
   }

/* PAGE IDS */

#header {
   background: url(images/bkgrd.png);
   width: 1000px;
   height: 150px;
   margin-left: auto;
   margin-right: auto;
   }

#menu {
   width: 1000px;
   height: 49px;
   margin-left: auto;
   margin-right: auto;
   }

#pagebody {
   background: white;
   width: 950px;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   padding-bottom: 5px;
   margin-left: auto;
   margin-right: auto;
   border-top: 1px solid white;
   border-left: 1px solid white;
   border-right: 1px solid white;
   border-bottom: 1px solid white;
   }

#footer {
   background: url(images/footer.png);
   width: 1000px;
   height: 45px;
   padding-top: 1px;
   margin-left: auto;
   margin-right: auto;
   font-size: 10pt;
   }

#footer p {
   text-align: center;
   }

/* CLASS SELECTORS */

.shadow img {
   -moz-box-shadow: 0px 0px 5px #777777;
   -webkit-box-shadow: 0px 0px 7px #666666;
   box-shadow: 0px 0px 7px #777777;
}

.contactinfo {
   width: 230px;
   height: 110px;
   float: right;
   margin-top: 18px;
   margin-right: 10px;
   padding-left: 10px;
   /*border-left: 3px solid #FFCE80;*/
   line-height: 125%;
}

.contactinfo hr {
   width: 90%;
   margin: 5px auto 5px auto;
   padding: 0;
   border: 0;
   height: 2px;
   background: #FFCE80;
}

.phone {
   font-size: 13pt;
}

.cities {
   width: 450px;
   text-align: center;
   padding-top: 40px;
   margin-right: auto;
   margin-left: auto;
   font-size: 12pt;
   line-height: 125%;
}

.heading {
   font-weight: bold;
   font-style: italic;
   font-size: 12pt;
   text-align: center;
   }

.headingleft {
   font-weight: bold;
   font-style: italic;
   font-size: 12pt;
   text-align: left;
   }

.plainlist {
   margin-bottom: 30px;
   }

.plainlist li {
   list-style-type: none;
   line-height: 160%;
   font-weight: bold;
   }

.floatimage {
   float: left;
   margin: 10px;
   }

.floatimage2 {
   float: left;
   }

.floattext {
   float: left;
   width: 300px;
   margin: 10px 10px 10px 10px;
   }

.floattext2 {
   float: left;
   width: 230px;
   margin-top: 13px;
   }

.floattext3 {
   float: left;
   font-size: 9pt;
   margin: 8px 5px 5px 5px;
   }

.floattext4 {
   float: left;
   width: 300px;
   margin-top: 11px;
   }

.clear {
   clear: left;
   }

.small {
   font-size: 10pt;
   text-align: right;
   margin: 0;
   }

.small2 {
   font-size: 9pt;
   }

.audio {
   text-align: center;
   font-style: italic;
   font-size: 9pt;
   }

.left {
   float: left;
   }

.right {
   float: right;
   }

.highlights {
   background: #bbbbbb;
   float: left;
   width: 294px;
   height: 700px;
   margin: 0 10px 0 0;
   padding: 5px;
   }

.highlights ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
   }

.highlights li {
   background-image: url(images/square.png);
   background-repeat: no-repeat;
   background-position: 0.3em 0.55em;
   padding-left: 1.25em;
   font-size: 10pt;
   line-height: 140%;
   }

.caption {
   text-align: center;
   font-weight: bold;
   }

.center img {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 5px;
   }

.centered {
   width: 70px;
   height: 25px;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.social {
   float: left;
   margin: 0 5px;
}

.bold {
   font-weight: bold;
   }

.margin {
   margin-left: 350px;
}

.expertise {
   padding: 0;
   margin-left: 300px;
   }

.expertise2 {
   padding: 0;
   margin-right: 150px;
   float: right;
   }

.copy {
   text-align: center;
   font-size: 9pt;
   color: #a4a4a4;
   margin-bottom: 10px;
   }

.video {
  float: right;
  margin-left: 5px;
  padding-top: 8px;
}

.column {
  width: 202px;
  float: left;
  padding-right: 10px;
  margin: 13px 0 13px 0;
}
