@charset "UTF-8";

/* GLOBAL STYLES */

body {
  font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
  font-size: 12px;
  color: #555;
}

#home {
  background: #FFF url(../images/home/bg.jpg) top center repeat-x;
}

#inside {
  background: #FFF url(../images/inside/bg.jpg) top center repeat-x;
}

.clear {
  clear: both;
}
  
.floatRight {
  float: right;
} 

.floatLeft {
  float: left;
} 

.floatLeftMargin {
  float: left;
  margin: 10px 20px 10px 0;
}  
  
/* STRUCTURE STYLES */  
  
#wrapper {
  width: 980px;
  margin: 0 auto 25px auto;
}

/* HEADER STYLES */

#header {
  height: 135px;
  background: url(../images/global/bgHeader.jpg) top center no-repeat;
}

#header span {
  float: right;
  width: 295px;
  color: #666;
  padding-top: 10px;
  font-size: 11px;
}

#header h1 a {
  float: left;
  height:125px;
  width: 250px;
  text-indent: -9000px;
}  

#header h1 a {
  float: left;
  height:125px;
  width: 250px;
  text-indent: -9000px;
} 

#header ul {
  float: right;
  width: 650px;
  font-size: 13px;
  height: 35px;
}  

#header ul li {
  display: inline;
  float: left;
}  

#header ul li a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  background: url(../images/global/bgNav.jpg) top center no-repeat;
  display: block;
  width: 130px;
  height: 30px;  
  text-align: center;
  padding-top: 5px;
} 

#header ul li a:hover {
  background: url(../images/global/bgNavOn.jpg) top center no-repeat;
}  

#header dl {
  float: right;
  width: 350px;
  padding-top: 47px;
}

#header dt {
  float: left;
  padding-bottom: 4px;
  width: 250px;
}

#header dd {
  float: left;
  width: 100px;
  padding-bottom: 4px;
  font-weight: bold;  
}

/* BANNER STYLES */

#banner {
  height: 275px;
  margin: 28px 0 50px 0;
}

/* COLUMN STYLES */

.column {
  float: left;
  width: 625px;
}

.columnThin {
  float: right;
  width: 313px;
}

.columnThinInside {
  float: right;
  width: 276px;
}

.subColumnA {
  float: left;
  width: 240px;
  margin-top: 20px;
  padding: 15px 30px 15px 0;
  color: #777;
}

.first {
  border-right: 1px dotted #CCC;
  margin-right: 30px;
  margin-left: 30px;
}

/* HOME STYLES */

#featured {
  border: 5px solid #DEDEDE;
  padding: 5px 10px;
  margin: -10px 0 20px 0;
  background: #FEFEFE;
  font-size: 14px;
}

.featuredService {
  margin: 15px 0;
  background: #EBEAE8 url(../images/home/featuredService.jpg) top center no-repeat;
  padding: 155px 40px 20px 40px;
  font-size: 11px;
  color: #777;
  min-height: 175px;
}

.large {
  font-size: 16px; 
  font-weight: bold;
  color: #FF0000;
}

/* CONTENT STYLES */

.insideLead {
  padding-top: 230px;
}

.about {
  background: url(../images/inside/bgAbout.jpg) top center no-repeat;  
  margin-top: -8px;
  padding: 0 16px 20px 16px;  
}

.services {
  background: url(../images/inside/bgServices.jpg) top center no-repeat;  
  margin-top: -8px;
  padding: 0 16px 20px 16px;    
}

.resources {
  background: url(../images/inside/bgResources.jpg) top center no-repeat;  
  margin-top: -8px;
  padding: 0 16px 20px 16px;
}

.contact {
  background: url(../images/inside/bgContact.jpg) top center no-repeat;  
  margin-top: -8px;
  padding: 0 16px 20px 16px;
}

.divider {
  background: url(../images/global/bgDivider.jpg) top center repeat-x;  
  height: 6px;
  margin: 35px 0 15px 0;
}

h2 {
  font-size: 22px;
  padding-bottom: 10px;
  color: #888;
  font-weight: normal;
}

h3 {
  font-size: 15px;
  padding: 5px 0;
  color: #222;
}

h4 {
  font-size: 14px;
  color: #FFF;
  padding-bottom: 3px;
}

p {
  padding: 7px 0;
  line-height: 20px;
}

.focus {
  background: #EBEAE8;
  padding: 20px;
}

.highlight {
  background: #EFEFEF;
  padding: 10px 20px;
  border: 1px dotted #DEDEDE;
}

.listServices {
  margin-bottom: 15px;
}

.listServices li {
  color: #666;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 8;
}

.listSquare {
  margin: 20px;
  font-size: 13px;
}

.listSquare li {
  list-style: square;
  margin-bottom: 8px;
}

.red {
  color: red;
}

/* NEWSLETTER STYLES */

.newsletter {
  background: #CCC;
  padding: 15px;
}

.newsletterForm {
  background: #FFF url(../images/global/newsletter.jpg) top left no-repeat;
  padding: 25px 10px 10px 10px;
}

.inputNews {
  border: 1px solid #CCC;
  padding: 5px;
  width: 170px;
  background: #888;
  color: #FFF;
  font-size: 11px;
  margin-bottom: 5px;
}

.submitNews {
  background: #243D7E;
  color: #FFF;
  border: 1px solid #243D7E;
  padding: 3px 5px;
  cursor: pointer;
}

.imgRight {
  float: right;
  margin: 15px;
}

.imgLeft {
  float: left;
  margin: 15px 15px 15px 0;
}


/* GET STARTED STYLES */

.getStarted {
  padding: 25px 0 0 31px;
  height: 160px;
}

.formStarted dt {
  float: left;
  width: 50px;
  color: #FFF;
  font-size: 11px;
  padding-top: 3px;
}

.formStarted dd {
  float: left;
  width: 150px;
}

.inputQuick {
  border: 1px solid #CCC;
  padding: 3px;
  width: 150px;
  color: #777;
  margin-bottom: 5px; 
}

.submitQuick {
  float: right;
  margin-right: 35px;
  margin-top: 5px;
  padding: 4px 7px;
  color: #243D7E;
  background: #FFF;
  border: 1px solid #243D7E;
  font-weight: bold;
  cursor: pointer;
  font-size: 11px;
}

/* FOOTER STYLES */

#footer {
  background: url(../images/global/bgFooter.jpg) top center repeat-x;  
  height: 50px;
  padding-top: 10px;  
  margin-top: 20px;
  color: #999;
}

#footer p {
  float: left;
  width: 400px;
  font-size: 11px;
}

#footer ul {
  float: right;
  width: 150px;
}

#footer ul li {
  display: inline;
}
