/* this style allows ie to display pngs as a background image although they can't repeat */
/* note: it requires a blank .gif and it must be referrenced correctly in the .htc file for this to work */
* { behavior: url(includes/png_bg_fix.htc) }


html, body {
margin:0;
padding:0;
text-align:center;
background:url(../images/bg.jpg) repeat-x #e7e3c3;
}

#header {
margin:auto;
padding:0;
width:995px;
height:123px;
}

/* ------------------- main navigation ------------------- */
#nav {
margin:auto;
padding:0;
width:995px;
height:43px;
}

#dropmenudiv{
background-color:#e5e5e5;
position:absolute;
margin:0;
padding:0;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:16px;
color:#7b5018;
text-indent:5px;
z-index:100;
text-align:left;
border-left:1px solid #fff;
border-right:1px solid #fff;
}

#dropmenudiv a{
display: block;
text-decoration: none;
padding:3px 0px 3px 0px;
border-bottom:1px solid #fff;
}

#dropmenudiv a:hover{ 
background-color: #753821;
color:#fff;
}



/* ------------------- homepage flash ------------------- */
#flashBorderTop {
margin:auto;
padding:0;
}

#flash {
margin:auto;
padding:0;
width:995px;
height:208px;
}

#homeTitle {
margin:auto;
padding:0;
width:995px;
height:61px;
}



/* ------------------- homepage content divs ------------------- */
#homeContainer {
margin:auto;
padding:0 54px 0 53px;
width:888px;
}

#homeContent {
margin:0;
padding:0 60px;
text-align:left;
background:#fff;
}

/* ------------------- subpage content divs ------------------- */
#subpageContainer {
margin:auto;
padding:0;
width:995px;
background:url(../images/bg_subpage_tile.gif) repeat-y;
}
#subpageContent {
margin:0;
padding:0 100px;
text-align:left;/*
background:url(../images/bg_subpage_tile.gif) repeat-y;*/
}
#imgLeft {
float:left;
display:inline;
margin:0;
padding:0;
width:390px;
height:304px;
}
#imgRight {
float:right;
display:inline;
margin:0;
padding:0;
width:140px;
height:304px;
}
#pageTitle {
float:left;
display:inline;
margin:0;
padding:0;
border:0;
width:465px;
height:75px;
}

.builderName {
color:#663300;
font-weight:bold;
}


/* ------------------- homepage/subpage content styles ------------------- */
p {
margin:0;
padding:0 0 10px 0;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
color:#474747;
font-weight:normal;
text-decoration:none;
text-align:left;
}

a {
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
color:#7b2c18;
font-weight:normal;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

ul {
margin:0 0 0 20px;
padding:0;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
color:#474747;
font-weight:normal;
text-decoration:none;
text-align:left;
}

h1 {
margin:0;
padding:10px 0;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:18px;
line-height:20px;
color:#7b2c18;
font-weight:bold;
text-decoration:none;
}
h2 {
margin:0;
padding:0;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
color:#474747;
font-weight:bold;
text-decoration:none;
}
.line {
margin:10px 0;
padding:0;
color:#fff;
border-top:1px dashed #979797;
text-align:center;
}


/* ------------------------------------ footer ------------------------------------ */

#footer {
margin:auto;
padding:0;
width:995px;
clear:left;
}
#footer ul {
margin:0;
padding:0;
width:850px;
text-indent:0;
display:inline;
clear:left;
}
#footer ul li {
list-style:none;
display:inline;
margin:0 5px;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:12px;
color:#7b5018;
font-weight:normal;
text-decoration:none;
}
#footer a {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:12px;
color:#7b5018;
font-weight:normal;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}






	