/**************************************************************
   Header: holds title box, menu, main image and top actions
 **************************************************************/

#header {
  margin-top: 25px;
  background: #fff;
}

/**************************************************************
   #title: Red block with leaves, title and tagline
 **************************************************************/

#header #title {
  color: #FFF;
  /*background: #c02b0e url(../img/bg/title.gif) repeat-x top left;*/
  background-color : #fff;
  border-bottom: 1px solid #9a2116;
}

#header #title h1 {
  padding-top: 60px;
  color: #FFF;
}

#header #title a {
  color: #FFF5BD;
}

#header #title a:hover {
  border-color: #FFF5BD;
}


/**************************************************************
   #menu: Main site menu
 **************************************************************/

#header #menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header #menu li {
  margin: 0;
  padding: 0;
  display: inline;
}

#header #menu li a {
  display: block;
  padding: 2px 12px;

  font: 1.4em arial, serif;
  letter-spacing: -0.05em;
  text-decoration: none;

  color: #fff;
  background-color: #9c864b;
  border-top: 6px solid #FFF;

}

#header #menu li a:hover {
  color: #FFF;
  background: #40200A url(../images/menu_arrow2.gif) no-repeat center left;
border-bottom : none;
}


#header #menu li ul {
  display: none;
}

#header #menu li.here {
  display: block;
  padding: 1px 0 3px 0;
  background: #9C864B;

}

#header #menu li.here a {
  display: inline;
  padding: 0 12px;
  color: #FFF;
  border: 0;
}

#header #menu li.here ul {
  display: block;
  padding: 0;
  margin: 0 0 5px 0;
}

#header #menu li.here ul li {
  display: inline;
}

#header #menu li.here ul li a {
  display: block;
  margin: 0 7px;
  padding: 2px 5px;
  font-size: 1em;
  letter-spacing: 0em;
  background: none;
}

#header #menu li.here ul li a:hover {
  background: #381B08;
}

.test1
{
width : 300px;
background-color : red;
display : inline;
}


/**************************************************************
   #subMenu: Search field and sub menu items
 **************************************************************/

#header #subMenu {
  font-size: 0.85em;
  background: #000268;
}

#header #subMenu form {
  margin: 0;
}

#header #subMenu ul {
  float: right;
  margin: 0;
  padding: 5px;
  list-style: none;
}

#header #subMenu ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

#header #subMenu ul li a {
  margin-right: 20px;
  text-decoration: none;
  color : #fff;
}

#header #subMenu ul li a.iconRSS,
#header #subMenu ul li a:hover.iconRSS{
  margin-right: 0;
  padding-right: 20px;
  background: url(../images/rss.gif) no-repeat 90% 50%;
}

#header #subMenu ul li a:hover {
  border-color: #ff0000;
}

#header #subMenu form {
  float: left;
  padding: 5px;
}

/* Hidden, but present for accessibility */
#header #subMenu label,
#header #subMenu input.button {
  display: none;
}

#header #subMenu input {
  color: #3ca2a2;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #64d5d5;
}

#header #subMenu input:focus {
  color: #42210B;
}

/**************************************************************
   #content: Main content section (holds columns)
 **************************************************************/

#content {
  clear: both;
}




/**************************************************************
   #footer: Holds bottom menu and copyright info
 **************************************************************/

#footer {
  font-size: 0.85em;
  color: #BF9A82;
  background: #000268 /*url(../img/bg/footer.gif) repeat-x top left*/;
text-align : center;
  /* Force all browsers to respect space underneath footer - margins are inconsistent */
  border-top: 25px solid #FFF;
  border-bottom: 25px solid #FFF;
}

#footer a {
  color: #FFF;
}

#footer a:hover {
  border-color: #7f563a;
}

#footer p {
  padding: 10px 12px;
}

#footer ul {
  margin: 0;
  padding: 10px 12px 15px 12px;
  list-style: none;
}

#footer ul li {
  margin: 0;
  padding: 0 8px;
  display: inline;
  border-left: 1px solid #7F563A;
}

#footer ul li.first {
  padding-left: 0;
  border: 0;
}

.builder-footer
{
padding :5px;
}

/**************************************************************
   For Sale and sold page style
 **************************************************************/
 .sold-link
 {
font-weight : bold;
color : red;
 }

 .sold-link a
 {
font-weight : bold;
color : red;
 }

a:hover.forsale-title
{
color : red;
}

.home_forsale_title
{
text-align : center;
text-size : 1em;
padding : 3px;
color : #000268;
}

.homes-for-sale-images
{
width : 220px;
text-align : center;
}

.baton-rouge-custom-home-builder-images
{
padding:5px;	
}

/**************************************************************
   For Sale boxes style
 **************************************************************/
 .batonrouge_homes_entice
 {
float:left;
margin : 5px 0 25px 0;
background-color : #f0f0c0;
 }

.homesforsale_index
{
float:left;
padding-bottom : 20px;
}

/**************************************************************
   A post item: blue meta column stretches height of the post.
 **************************************************************/

.post {
  margin-bottom: 20px;
}

.post .meta {
  border-top: 20px solid #FFF;
}

.post .meta .thumb {
  position: relative;
  display: block;
  margin: 6px;
  text-decoration: none;
}

.post .meta a:hover.thumb {
  border: 0;
}

.post .text {
  padding-bottom: 1px;
  background: #FFF;
  border-left: 6px solid #FFF;
}


/**************************************************************
   Big Links
 **************************************************************/

ul.bigLinks {
  margin: 10px 0;
  padding: 0;
  list-style: none;

}

ul.bigLinks li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}

ul.bigLinks li a,
ul.bigLinks li a:visited {
  display: block;

  margin: 10px 0;
  padding: 5px 12px;

  text-decoration: none;
  border: 0;
}

ul.bigLinks li a:hover {
  background: #b7fffc url(../img/bg/meta.gif) repeat-x bottom left;
  border: 0;
}

ul.bigLinks li a span.title {
  font: bold 0.9em arial, sans-serif;
  text-transform: uppercase;
  color: #3ca2a2;
}


ul.bigLinks li a span.desc {
  display: block;
  color: #42210B;
}


.links_link
{
font-weight : bold;
font-size : 12pt;
text-decoration : underline;
}


/**************************************************************
   Global width classes
 **************************************************************/

.width25 {
  width: 244px;
}

.width50 {
  width: 494px;
}

.width75 {
  width: 744px;
}

.width100 {
  width: 994px;
  margin: 0 auto;
  text-align: left;
}

.rightMargin {
  margin-right: 6px;
}

.rightBorder {
  border-right: 6px solid #FFF;
}



/**************************************************************
   Utility Classes
 **************************************************************/

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.clear {
  clear: both;
}

.block {
  display: block;
}

.alignRight {
  text-align: right;
}

.alignJustify {
  text-align: justify;
}

.small {
  font-size: 0.8em;
}

.highlight {
  background: #fffdcd;
  border-bottom: 1px solid #ffd909;
}

.highlight a {
  color: #FFA509;
}

.highlight a:hover {
  border-color: #fdce72;
}

/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2007.11.08
   PURPOSE: Controls the style of HTML elements
 **************************************************************/


body {
  margin: 0;
  padding: 0;

  font: 0.8em arial, sans-serif;
  line-height: 1.5em;
  text-align: center;

  color: #42210B;
  background: #FFF;
}


p {
  margin: 0;
  padding: 6px 12px;
}

h1 {
  clear: both;
  margin: 0;
  padding: 20px 12px 0px 12px;

  font: 1.5em arial, sans-serif;
  letter-spacing: -0.05em;
  color: #000268;
  border-bottom : 1px solid #ff0000;
}

h2 {
  clear: both;
  margin: 0;
  padding: 10px 12px 0 12px;

  font: bold 0.9em arial, sans-serif;
  text-transform: uppercase;
  color: #6B452C;
}

h3 {
  clear: both;
  margin: 0;
  padding: 10px 12px 0 12px;

  font: bold 0.8em arial, sans-serif;
  text-transform: uppercase;
  color: #bf9a82;
}

a {
  text-decoration: none;
  color: #40200A;
}

a:hover {
  border-bottom: 4px solid #8CD9D9;
}

a img {
  border: 0;
}

a.border img {
  border: 4px solid #B9E4E5;
}

a:hover.border img {
  border: 4px solid #8CC8C9;
}

acronym {
  border-bottom: 1px solid #eeded3;
  cursor: help;
}

ul.arrow {
  margin: 10px 30px;
  padding: 10px 30px 10px 5px;
  list-style: none;
}

ul.arrow li {
  padding-left: 25px;
  background: url("/images/li_bullet.gif") no-repeat;
  background-position: 8px 5px;
}

ul.arrow_link {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}

ul.arrow_link li {
  padding-left: 25px;
  background: url("/images/li_bullet.gif") no-repeat;
  background-position: 8px 5px;
}

ol {
  margin: 10px 30px;
  padding: 10px 30px;
}

blockquote {
  margin: 10px 0;
  background: #fffdcd;
  border-bottom: 1px solid #ffd909;
}

blockquote a {
  color: #FFA509;
}

blockquote a:hover {
  border-color: #fdce72;
}


/* The <dl> is setup for a single column width.  To make it work in larger columns,
   change the width of the dl, dt and dd elements */
dl {
  width: 220px;
  margin: 0;
  padding: 12px;
  font-size: 0.9em;
}

dl dt {
  float: left;
  width: 100px;

  margin: 0;

  font-weight: bold;
  color: #42210B;
  background: url(../img/bg/dotted_line.gif) repeat-x 0 16px;
}



dl dd {
  float: left;
  clear: right;
  width: 120px;
  margin: 0;
  padding: 3px 0;
}


/******style for for sale dl dt*********/

/* The <dl> is setup for a single column width.  To make it work in larger columns,
   change the width of the dl, dt and dd elements */
.testee dl {
  width: 450px;
  margin: 0;
  padding: 12px;
  font-size: 0.9em;
}

.testee dl dt {
  float: left;
  width: 150px;

  margin: 0;

  font-weight: bold;
  color: #42210B;
  background: url(../img/bg/dotted_line.gif) repeat-x 0 16px;
}

.testee dl dd {
  float: left;
  clear: right;
  width: 300px;
  margin: 0;
  padding: 3px 0;
}


/**************************************************************
   Tables
 **************************************************************/

table {
  margin: 0 12px 20px 12px;
  padding: 0;
  display: block;

  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin: 0 12px;
  padding: 20px 0 5px 0;

  font: 400 0.8em arial, sans-serif;
  text-align: left;
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}


thead th {
  color: #FFF;
  background-color: #5F371C;
  border-bottom: 1px solid #261204;
}

tbody tr.dark {
  background-color: #f1e3da;
}

tbody td {
  border-bottom: 1px solid #e7d6cc;
}

tbody tr:hover td {
  background: #fffdcd;
  border-bottom: 1px solid #ffd909;
}





/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 20px 0;
}

label {
  float: left;
  width: 8em;
  padding-right: 1em;

}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em arial, sans-serif;

  background: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #ae8b73 #efddd0 #efddd0 #ae8b73;
}


input:focus,
textarea:focus,
select:focus {
  color: #42210B;
  background-color: #fffdcd;
}

input.button {
  padding: 1px 10px;

  font: bold 1em arial, sans-serif;
  cursor: pointer;

  color: #FFF;
  background-color: #3ca2a2;
  border-width: 1px;
  border-style: solid;
  border-color: #96e1e1 #117b7b #117b7b #96e1e1;
}




/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0px;
}

img.border {
  border: 4px solid #230F00;
}
