/* this puts the scroll bar area on all pages, whether needed or not */

/*html  { 
  overflow-y: scroll; 
  }
*/

/* page layout styling */

body {
margin: 0;
padding: 0;
background-color: #9e9e9e;
font-family: verdana, arial, sans-serif;
font-size: .8125em;
text-align: center;

}

#head {
position: relative;
margin: 0 auto;
text-align: center;
background: #9e9e9e url(images/bkgHeadwide.jpg) no-repeat center;
}

#headContainer {
position: relative;
margin: 0 auto;
text-align: center;
height: 210px;
width: 1027px;
}

.tagline {
position: relative;
float: right;
top: 10px;
color: #fff;
font-style: italic;
font-size: 1em;
padding-right: 50px;
text-align: right;
width: 600px;
}

#logo {
position: relative;
top: 0;
left: 10px;
height: 100px;
width: 300px;
}

#content {
position: relative;
margin: 0 auto;
text-align: center;
background: url(images/bkgMain.jpg) repeat-y center;
}


#main {
position: relative;
margin: 0 auto;
text-align: left;
width: 968px;
background-color: #fff;
}


ul#navigation  {
list-style-type: none;
margin: 0;
padding: 0 20px;
position: relative;
float: right;
}

#navigation li a {
font-weight: bold;
font-size: 1.1em;
color: #c00;
text-decoration: none;
line-height: 3em;
border-bottom: 1px solid #9c9c9c;
text-align: right;
display: block;
width: 220px;
}

#navigation li.last a {
border-bottom: 0px solid #9c9c9c;
}

#navigation li a:hover {
color: #36c;
text-decoration: none;
}

#navigation li a.active {
color: #36c;
text-decoration: none;
}

ul#navigation table#answer {
margin: 100px 0 0 0;
width: 150px;
}

ul#navigation table#answer a {
margin: 0;
padding: 0;
line-height: 1.2em;
width: 150px;
text-align: left;
}

div.BBB {
position: relative; 
width: 180px; 
border: 1px dotted #36c; 
padding: 10px; 
margin: 30px 10px;
}

div.sidebar {
position: relative; 
width: 200px; 
border-left: 1px dotted #36c; 
padding: 10px; 
margin: 20px 0px;
text-align: left;
font-size: .9em;
line-height: 1.8em;
font-style: italic;
}

#main div.sidebar p {
margin: 0 0 10px 0;

}

div.sidebar span {
font-size: .9em;
}

#footer {
background-color: #cfcfcf;
height: 55px;
width: 969px;
margin: 30px 0 0px -1px;
border-top: 1px solid #888;
}

/* text styling  */

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

a:hover {
border-bottom: 1px dotted #c00;
}

a.image:hover  {
border-bottom: 0px dotted #c00;
}

#main p, #main h1, #main h2, #main h3 {
margin: 0 280px 1em 20px;
text-align: left;
line-height: 1.7em;
}

#main div.forSale p img {
border: none;
margin: 0 5px;
}

#main div.forSale h3 img {
border: none;
margin: 0 5px;
}

#main div.forSale a {
border: none;
}

#main div.forSale {
margin: 30px 0 1em 20px;
border-left: 4px double #ccc;
clear: both;
}

#main div.forSale h3 {
padding-top: 20px;
font-size: 1.1em;
color: #454596;
}

#main div.forSale h4 {
font-size: 1em;
color: #000;
margin: 0 0 5px 20px;
}

#main table {
margin: 0 280px 1em 40px;
text-align: left;
line-height: 1.7em;
}

h1 {
color: #36c;
font-size: 1.3em;
}

h1 span {
color: #000;
font-weight: normal;
font-size: .8em;
}

#main h2 {
color: #36c;
font-size: 1.1em;
}

#main h3{
color: #000;
font-size: 1em;
margin-bottom: 0;
}

#main table h3, #main table p {
color: #000;
font-size: 1em;
margin: 1em 0 0 0em;
line-height: 1.2em;
}

#main table img {
margin: 0em;
}

#main div.cushyCMS {
color: #000;
font-size: 1.0em;
margin: 0 0px 0em 30px;
}

div.cushyCMS h3 {
margin: 1em 280px 0em 20px;
color: #000;
font-size: 1.0em;
}

div.cushyCMS span.price {
color: #000;
font-size: 1.0em;
font-weight: bold;
}

div.cushyCMS hr {
width: 650px;
float: left;
clear: both;
}


#main img {
margin: 0px 20px 10px -1px;
}

#main p img {
margin-left: 20px;
}

div.testimonial {
margin: 10px 0px 2em 40px;
}

#main div.testimonial p {
color: #222;
line-height: 1.4em;
}

ul.listing {
line-height: 1.7em;
padding-right: 15px;
margin-left: 0px;
padding-left: 0px;
list-style-position: inside;
}
div#footer p {
margin: 0 20px 1.5em 20px;
font-size: .8em;
padding-top: 5px;
clear: both;
}

#footer p.address {
font-size: .8em;
line-height: 1.3em;
text-align: right;
position: relative;
float: right;
margin: -80px 10px 0 0;
}

