/* 
    Document   : core
    Created on : Feb 18, 2011, 4:40:35 PM
    Author     : Rodger
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/*** reset ***/
*, html {
    margin: 0;
    padding: 0;
}






/***********************  text styles  ********************************/

body {
	margin:0; padding:0;
        font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #554633;
	line-height:19px;
}


p {
    padding-bottom: 10px;
}

#banner p {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

h1 {
     font-size: 24px;
     color: #fff;
}

h2 {
     font-size: 24px;
      padding: 12px 0px 12px 0px;
}

h3 {
    color: #0099e6;
    font-size: 18px;
    margin-bottom: 25px;

}

a:link, a:active {
  color: #32ade3;
}

a:hover {
  color: #32ade3;
}




#teasers h2 {
    padding: 12px 0px 0px 10px;
    color: #826a4b;
	

}

#resources h2 {
    color: #0099e6;
}


#primary h2 {
    color: #0099e6;

}
#header p.h1subheader {
    font-size: 23px;
    color: white;
}

.h2subheader {
    font-size: 18px;
    font-weight: bold;
    color: #a58a69;
    padding-bottom: 10px;
}

#nav li a {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

#resources a {
    font-weight: bold;
    text-decoration: none;
    color: #333333;
}

#maincontent a {
    color: #0099e6;
}

/**************************** end text styles *****************************/

body {
    background: #fff  url('http://www.businessforsaleallentown.com/images/bg.gif') 0 0;
}

.clearfix:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

#header {
    background: transparent url('http://www.businessforsaleallentown.com/images/header.gif') 0 0 repeat-x;
    height: 148px;
}

#header .banner {
    height: 137px;
    width: 1000px;
    margin: 0 auto;
    background:#029add url('http://www.businessforsaleallentown.com/images/header-banner.jpg') 0 0 no-repeat;
    position: relative;
    left: -25px;
    
}

#header #banner-inner {
   width: 560px;
   margin: 0px auto;
   position: relative;
   top: 40px;
   left: 10px;
   
}

#header #banner-inner p.headline {
   font-size: 23px;
  color: white;
  font-weight: normal;
  text-align: left;
  overflow: visible;
  padding-top: 5px;
 
}

#header #banner-inner p.subheadline {
   font-size: 22px;
  color: white;
  font-weight: normal;
}

#header #banner-inner a {
    width: 218px;
    display: block;
    background: transparent  url('http://www.businessforsaleallentown.com/images/arrow_link.png') 0 0 no-repeat;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    
    padding: 0px 0px 0px 10px;
}
#main {
    width: 900px;
    margin: 0 auto;
}

#title-block {

    height: 100px;
    position: relative;
}

#logo {
    width: 333px;
    height: 50px;
    float: left;
    background:#FFF url('http://www.businessforsaleallentown.com/images/logo.gif') 0 0 no-repeat;
    margin-top: 40px;
    text-indent: -9000px;
}

#nav {
    height: 45px;
    float: right;
    margin-top: 40px;
    list-style-type: none;
    background: transparent url('http://www.businessforsaleallentown.com/images/navbg.gif') 0 bottom repeat-x;
    border: 1px solid #c8c8c8;
}

#nav li {
    float: left;
  
}

#nav li a {
    
    padding: 13px 20px;
    display: block;
    text-decoration: none;
}

#nav li a:hover {
    color: #32ade3;
    background: transparent url('http://www.businessforsaleallentown.com/images/nav-hover.gif') 0 bottom repeat-x;
}

#contact {
    height: 35px;
    width: 225px;
    position: absolute;
    right: 0;
    background: transparent url('http://www.businessforsaleallentown.com/images/contact.gif') 0 0 no-repeat;
}

#banner {
    height: 308px;
    width: 100%;
    background: transparent url('http://www.businessforsaleallentown.com/images/banner4.jpg') 0 0 no-repeat;
    position: relative;
    
}

#banner .content {
    width: 530px;
    height: 60px;
    position: absolute;
    bottom: 5px;
    left: 10px;
}

#banner .content h1 {
    margin-top: 1px;
}

#banner .ribbon {
  position: absolute;
  right: -15px;
  top: 13px;
  background: transparent url('http://www.businessforsaleallentown.com/images/ribbon.png') 0 0 no-repeat;
  width: 345px;
  height: 121px;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

#banner .ribbon p {
    width: 292px;
    position: relative;
    left: 30px;
    top: 20px;
    font-size: 22px;
	text-align: center;
}


#banner .form {
   
   position: absolute;
   right: -11px;
   top: 85px;
   width: 325px;
   z-index: 9999;
   
}



/***form style ***/

.formField {
        margin: 5px 0;
    padding: 2px 0;
    position: relative;
}

.formLabel {
    clear: left;
    float: left;
    margin: 4px 5px 0 0px;
    text-align: right;
    width: 30%;
    color: #333333;
    font-weight: bold;
}

.label {
    position: relative;
}

input {
     width: 200px;
     height: 21px;
     background:transparent url('http://www.businessforsaleallentown.com/images/inputbg.gif') 0 0 repeat-x;
     
}

input#submit {
    position: relative;
    height: 30px;
    margin-left:103px;
    background-image: none;
	background-color: #ff0000;
	font-weight: bold;
    color: white;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    behavior: url(http://www.businessforsaleallentown.com/css/htc/PIE.htc);
}

input#submit:hover {
   background: transparent url('http://www.businessforsaleallentown.com/images/hover.gif') 0 0 repeat-x;
    cursor: pointer;
}

/*** end form style ***/

/*** new teasers style***/

#teasers .big_button {
    width: 277px;
    height: 210px;
    border: 2px solid #c9b092;
}


/*** ***/
/*
#teasers {
    width: 100%;
    height: 270px;
    background: transparent url('http://www.businessforsaleallentown.com/css/images/teaserbg.gif') 0 0 repeat-x;
    
}

#teasers h2 {
    padding: 12px 0px 0px 10px;
    color: #826a4b;
    font-size: 24px;
}

#teasers ul {
    list-style-type: none;
}

#teasers li {
    float: left;
    padding: 11.5px;
}

#teasers li a {
    width: 277px;
    height: 210px;
    display: block;
    text-decoration: none;
    text-indent: -9000px;
}

#teasers  #leftt a {
   background: transparent url('http://www.businessforsaleallentown.com/css/images/teaser_07.png') 0 0 no-repeat;
}

#teasers #midt a {
       background: transparent url('http://www.businessforsaleallentown.com/css/images/teaser_09.png') 0 0 no-repeat;
}
#teasers #rightt a {
       background: transparent  url('http://www.businessforsaleallentown.com/css/images/teaser_11.png') 0 0 no-repeat;
}
*/
#teasers {
    width: 897px;
	_width: 893px;
    height: 270px;
    background: transparent url('http://www.businessforsaleallentown.com/images/teaserbg.gif') 0 0 repeat-x;
	margin-top: -5px;
}

#teasers .tblock {
    width: 277px;
   * width: 275px;
    height: 213px;
    float: left;
    margin: 11px;
    padding-top: 5px;
    text-align: center;
    background: transparent  url('http://www.businessforsaleallentown.com/images/boxbg.png') 0 1px no-repeat;
}

#teasers .tblock span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: relative;
    top: 5px;
    *top: 0px;
}

#teasers .tblock-head {
    
    position: relative;
    width: 860px;
    height: 30px;
    margin: 0 auto;
    color: #554633;
    
}


.headline {

    text-align: center;

}

.tblock-wrapper {

width: 279px;

background-color: red;
}



#teasers .tblock-head .head {

    float: left;
    width: 284px;
    height: 30px;
    font-size: 22px;
    text-align: center;
    

}

#resources {
    width: 895px;
    margin: 0 auto;
    padding-bottom: 15px;
    border-top: 2px dashed #dac2a5;
    border-bottom: 2px dashed #dac2a5;
}

#resources ul {
    float: left;
    list-style-type: none;
    padding-right: 30px;
}

#resources a img {
   border: none;
}


#resources a span {
    position: relative;
    bottom: 25px;
    left: 5px;
}


#resources a:hover {
    color: #9f8668;
}
#resources a.textlink {
   position: relative;
   bottom: 22px;
   left: 5px;
}


#maincontent {
    width: 860px;
    margin: 0 auto;

}

#primary {
    float: left;
    width: 550px;
    padding-bottom: 25px;
}

#primary .content-box {
    padding: 20px 0px 15px 0px;
}
#primary ul {
    list-style-type: none;
}

#primary ul li {
   padding: 0px 0px 5px 20px;
   background: transparent url('http://www.businessforsaleallentown.com/images/rnd_bullet.png') 0 5px no-repeat;
}


#primary a.read-more {
    padding: 3px 30px 3px 5px;
    font-weight: bold;
    text-decoration: none;
    background-color: #ff2c07;
    color: white;
}
#primary .inner-content {
    float: left;
    width: 330px;
}

#primary #office {
    float: right;
    margin-top: 15px;
}

#secondary {
    float: right;
    width: 285px;
    border-left: 2px dashed #dac2a5;
    margin-top: 25px;
}

#secondary h3 {
    padding-left: 27px;
}


ul#blog {
    padding-left: 10px;
    list-style-type: none;
}

ul#blog li {
   padding: 0px 0px 20px 20px;
   background:#FFF url('http://www.businessforsaleallentown.com/images/bullet.gif') 0 5px no-repeat;
}

ul#blog li span {
    color: #0099e6;
    font-weight: bold;
}

#secondary a.blog_link {
    padding-left: 30px;
    color: #ff2c07;
    font-weight: bold;
    text-decoration: none;
}

#footer {
    background-color: #009add;
    color: white;
}


#footer-inner {
    width: 860px;
    height: 175px;
    padding-top: 47px;
    margin: 0 auto;
}

#footer-inner #content {
    width: 450px;
    float: left;
}

#footer-inner #content p {
    padding-bottom: 5px;
}

#footer #social {
    float: right;
}


/*************** inner page styles ***********************************/


#inner-banner {
    height: 181px;
    width: 100%;
    background: transparent url('http://www.businessforsaleallentown.com/images/inner-banner.jpg') 0 0 no-repeat;
    position: relative;
}


#inner-maincontent {
    width: 895px;
    margin: 0 auto;
    background: transparent url('http://www.businessforsaleallentown.com/images/teaserbg.gif') 0 0 repeat-x;
}

#inner-maincontent {
    color: black;
}

#inner-maincontent p {
    padding: 10px 0px;
}

#inner-maincontent h1 {
  font-size: 18px;
  font-weight: bold;
  color: #826a4b;
}

#inner-maincontent h2 {
  font-size: 14px;
  font-weight: bold;
  color: #826a4b;
}

#inner-maincontent h3 {
   padding-top: 10px;
   padding-left: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #0099e5;
}

#inner-maincontent #primary {
    padding: 20px 0px 15px 15px;
}

#inner-maincontent #secondary {
    margin-top:  20px;

}

#inner-maincontent .ribbon {
  position: absolute;
  right: -15px;
  top: 13px;
  background: transparent url('http://www.businessforsaleallentown.com/images/ribbon.png') 0 0 no-repeat;
  width: 345px;
  height: 121px;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

#inner-maincontent  .inner-form {
    position: relative;
    top: -13px;
	
}

#inner-maincontent form {
  width: 275px;
  position: relative;
  left: 5px;
  padding-top: 100px;
}

#inner-maincontent .formLabel {
     margin: 0px 3px 0px 0px;
}

#inner-maincontent input {
    width: 185px;
}

#inner-maincontent input#submit {
    margin-left: 75px;
}

#inner-maincontent .ribbon p {
      left: 35px;
    position: relative;
    top: 0px;
    width: 292px;
    left: 30px;
    top: 7px;
    font-size: 22px;
}
#inner-maincontent #primary  ol {
    font-weight: bold;
    margin-left: 20px;
}

#inner-maincontent #primary  ol li {
    padding: 5px 0px;
}

#inner-maincontent .notice {
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
}

#inner-maincontent .disclaimer {
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

#inner-maincontent #secondary ul {
    list-style-type: none;
    margin-left: 0px;
    
}

#inner-maincontent #secondary ul li {
    background: transparent url('http://www.businessforsaleallentown.com/images/inner-bullet.gif') 0 0 no-repeat;
    padding-left: 15px;
    padding-bottom: 10px;
}

#inner-maincontent #secondary ul li a {
    font-weight: bold;
    text-decoration: none;
    color: black;
    position: relative;
    bottom: 5px;
}

#inner-maincontent  #secondary ul li a:hover,  #inner-maincontent  #secondary ul li a:active {
      color: #32ade3;
}

#inner-maincontent #secondary .content-box {
    border-top: 2px dashed #dac2a5;
    margin-left: 15px;
}

a {border: none;}
img {border: none;}

#arrow {
width: 83px;
height: 223px;
  background: transparent url('http://www.businessforsaleallentown.com/images/arrow.png') 0 0 no-repeat;
  position: absolute;
  top: 30px;
  right: -75px;
}