@charset "UTF-8";

/* GLOBAL STYLES */

body {
  font-family: Geneva, Arial, Tahoma, Verdana, Helvetica, Sans;
  color: #555;
  font-size: 12px;
  background: #750629;
}

.clear {
  height: 1px;
  clear: both;
}
  
/* STRUCTURE STYLES */    

#container {
  width: 100%;
  padding-bottom: 20px;
}

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

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

#wrapper {
  width: 1010px;
  margin: 0 auto;
}


/* HEADER STYLES */  

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

#header h1 a {
  display: block;
  height:150px;
  width: 230px;
  text-indent: -9000px;
  margin-left: 20px;
}	

#header ul {
  clear: both;
  font-size: 14px;
  text-align: left;
  padding: 0 0 10px 250px;
}	

#header ul li {
  margin: 0 10px;
  padding: 10px;
  display: inline;
  border-left: #999 dashed 1px;
}

#header ul li a {
  color: #999;
  text-decoration: none;
}

#header ul li a:hover {
  color: #71AA1D; 
  font-style: italic;
}

/* CONTENT STYLES */

#content {
  min-height: 300px;
}

.homeContent {
  background: url(/assets/images/production/global/bgContent.jpg) repeat-y top center;
}

#content h2 {
  color: #000;
  font-weight: bold;
  font-size: 23px;
  padding: 0 7px 7px 7px;
  line-height: 25px;
}

#content h3 {
  color: #000;
  font-weight: bold;
  font-size: 22px;
  padding: 0 7px 7px 0;
}

#content h4 {
  color: #444;
  font-weight: bold;
  font-size: 18px;
  padding: 0 7px 7px 7px;
  border-bottom: 1px dashed #CCC;
}

#content h5 {
  color: #222;
  font-weight: normal;
  font-size: 14px;
  padding: 7px;
}

#content h6 {
  color: #444;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  padding: 0 7px 7px 7px;
}

#content h7 {
  font-weight: bold;
  font-size: 16px;
  padding: 7px 7px 7px 0;
}

p {
  line-height: 18px;
  padding: 7px;
}

a {
  color: #750629;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

em {
  font-style: italic;
}

.right {
  text-align: right;
}


/* BANNER STYLES */

#flashBanner {
  width: 980px;
  height: 300px;
  margin: 0 auto;
}

#bannerHome {
  width: 980px;
  height: 300px;
  margin: 0 auto;
}

#bannerInside {
  width: 980px;
  height: 175px;
  margin: 0 auto;
}

/* HOME BANNER STYLES */


.first {
  background: url(/assets/images/production/home/banner1.jpg) no-repeat top center;
}

.second {
  background: url(/assets/images/production/home/banner2.jpg) no-repeat top center;
}

.third {
  background: url(/assets/images/production/home/banner3.jpg) no-repeat top center;
}

.fourth {
  background: url(/assets/images/production/home/banner4.jpg) no-repeat top center;
}

.fifth {
  background: url(/assets/images/production/home/banner5.jpg) no-repeat top center;
}


/* INSIDE BANNER STYLES */

.about {
  background: url(/assets/images/production/inside/banner_about.jpg) no-repeat top center;
}

.services {
  background: url(/assets/images/production/inside/banner_services.jpg) no-repeat top center;
}

.clients {
  background: url(/assets/images/production/inside/banner_clients.jpg) no-repeat top center;
}

.faq {
  background: url(/assets/images/production/inside/banner_faq.jpg) no-repeat top center;
}

.contact {
  background: url(/assets/images/production/inside/banner_contact.jpg) no-repeat top center;
}

.ongoing_org {
  background: url(/assets/images/production/inside/banner_ongoing_org.jpg) no-repeat top center;
}

.org_settle {
  background: url(/assets/images/production/inside/banner_org_settle.jpg) no-repeat top center;
}

.pack_unpack {
  background: url(/assets/images/production/inside/banner_pack_unpack.jpg) no-repeat top center;
}

.premove_prep {
  background: url(/assets/images/production/inside/banner_premove_prep.jpg) no-repeat top center;
}

.staging {
  background: url(/assets/images/production/inside/banner_staging.jpg) no-repeat top center;
}

.seniors {
  background: url(/assets/images/production/inside/banner_seniors.jpg) no-repeat top center;
}

.children_seniors {
  background: url(/assets/images/production/inside/banner_children_of_seniors.jpg) no-repeat top center;
}

.retirement {
  background: url(/assets/images/production/inside/banner_retirement.jpg) no-repeat top center;
}

.families {
  background: url(/assets/images/production/inside/banner_families.jpg) no-repeat top center;
}

.realtors {
  background: url(/assets/images/production/inside/banner_realtors.jpg) no-repeat top center;
}


/* COLUMN STYLES */

#column {
  float: left;
  display: inline;
  width: 640px;
  padding: 20px 20px 20px 60px;
}

#columnA {
  float: left;
  display: inline;
  width: 510px;
  padding: 20px 0 20px 10px;
}

#columnB {
  float: left;
  display: inline;
  width: 900px;
  padding: 20px 20px 20px 60px;
}

#subColumn {
  float: left;
  display: inline;
  width: 240px;
  padding: 20px 30px 20px 10px;
}

#columnNav {
  float: left;
  display: inline;
  width: 160px;
  padding: 20px 0 20px 50px;
}

#subColumnB {
  float: left;
  display: inline;
  width: 360px;
  padding: 20px 10px 20px 20px;
}

#columnBanner {
  width: 400px;
  height: 275px;
  padding: 20px 0 20px 40px;
}

#columnBanner p {
  width: 350px;
  padding-left: 10px;
  line-height: 18px;
  padding-top: 0;
}

#columnBannerHome {
  width: 400px;
  padding: 20px 0 20px 40px;
}

#columnBannerHome p {
  width: 350px;
  padding-left: 10px;
  padding-top: 0;
}

#columnBannerHome h2 {
  padding-top: 20px;
  font-size: 25px;
}

#columnBannerHome h6 {
  font-size: 18px;
}

.divider {
  clear: both;
  height: 1px;
  border-top: 1px dashed #CCC;
  margin: 0 10px;
}

.testimonials {
  color: #444;
  font-size: 13px;
}

/* PADDING STYLES */

.paddingA {
  padding-left: 40px !important;
}   

/* LIST STYLES */

.listCircle {
  margin: 0 0 7px 25px;
}

.listCircle li {
  list-style: circle;
  margin-bottom: 3px;
  line-height: 15px;
}

.listHome {
  margin: 10px 0 7px 20px;
}

.listHome li {
  list-style: disc;
  margin-bottom: 10px;
  line-height: 15px;
  font-size: 13px;
}

.logos {
  margin: 20px;
}

.logos li {
  float: left;
  margin: 20px;
}

.listNone {
  margin: 5px 0 15px 10px;
}

.listNone li {
  margin-bottom: 5px;
}

.servicesNav {
  font-size: 13px;
}

.servicesNav li {
  color: #750629;
  padding-top: 7px;
  list-style: disc;
}

.buffer {
  margin-top: 15px;
}

/* FORM STYLES */	

.contactForm {
  margin: 20px;
}

.contactForm dt {
  float: left;
  width: 200px;
}

.contactForm dd {
  float: left;
  width: 400px;
}

.btn {
  margin-left: 550px;
  background: #000;
  padding: 5px 10px;
  color: #FFF;
  border: 2px solid #444;
  font-weight: bold;
}

.input {
  display: inline;
  width: 400px;
  padding: 5px;
  border: 1px solid #DEDEDE;
  margin-bottom: 5px;
  color: #777;
  clear: left;
}

.small {
  font-size: 11px;
}

/* FOOTER STYLES */

#footer {
  background: #750629;
  height: 100px;
}

#footerWrapper {
  width: 980px;
  margin: 0 auto;
  padding: 25px 40px 15px 40px;
  background: #750629 url(../images/production/global/bgFooterWrapper.jpg) no-repeat top center;
  color: #834356;
  font-size: 13px;
}

#footerWrapper p {
  width: 400px;
  float: right;
  text-align: right;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 17px;
}

#footerWrapper ul {
  width: 250px;
  float: left;
}

#footerWrapper ul li {
  margin-bottom: 5px;
  padding: 10px;
}

#footerWrapper a {
  text-decoration: none;
  color: #FFF;
}

#footerWrapper a:hover {
  color: #834356;
  text-decoration: underline;
}
