html, body
{
border: 0px dotted #333333;
height: 100%; /* need for mozilla */
margin: 0px auto;
padding: 0px;
text-align: center;
background-color: #666666;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-position: top left
background-attachment:fixed; /* needed for mozilla */
}

#Container
{
border-left: 0px dotted #999999;
border-right: 0px dotted #999999;
position: relative;
top: 0;
left: 0;
min-height: 100%;
margin: 0px auto;
text-align:left;
background-image: url(images/bgmain.jpg);
width: 930px;  /* Sets width of the site */
 /* Site shell background */

}
* html body #Container
{
height: 100%; /* Only IE sees this */
}

a:link {color:#96926c; text-decoration: underline; font-weight:normal; border:0;}
a:visited {color:#96926c; text-decoration:underline; font-weight:normal;}
a:hover {color:#4e6775; text-decoration:underline; font-weight:normal;}

.header { font-size: 15px; color: #a72222; line-height: 140%;}
.intro { font-size: 14px; color: #666666; line-height: 135%; }

ul.services li{margin-left: -20px; list-style-type:circle;}

#Banner
{
border: 0px solid red;
padding: 0px;
margin-left: 0px;
width: 930px;
height: 84px;
text-align: left;
}


.nav { margin-right: 3px; margin-bottom: 5px; border: 0;  width: 196px; height: 30px; margin-top:0; padding: 0;}
.contact { margin-top: 250px; border: 0; padding: 0;}


#Midcontent
{
margin-left: 0px;
text-align: left;
background-color: #ffffff;
}


#Col1
{
padding: 0;
border: 0;
margin-left: 16px;
margin-top: 5px;
margin-bottom: 0px; 
width: 196px;
min-height: 492px;
text-align: left;
font-family: Lucida Sans Unicode, Lucida Grande, verdana, arial, helvetica, sans-serif; font-size: 13px; line-height: 140%; color: #96926c; 
float:left;
}

#Col2
{
padding: 0;
border: 0;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 50px;
width: 329px;
height: 482px;

text-align:left;
font-family: Lucida Sans Unicode, Lucida Grande, verdana, arial, helvetica, sans-serif; font-size:13px; line-height: 130%; color:#555555;
float:left;
}

#Col3
{
padding: 0;
border: 0;
margin-left: 24px;
margin-top: 20px;
margin-bottom: 60px;
min-height: 492px;
width: 315px;
text-align:left;
font-family: Lucida Sans Unicode, Lucida Grande, verdana, arial, helvetica, sans-serif; font-size: 13px; line-height: 130%; color:#333333;
float:left;
}



#Text {margin-left: 28px; margin-right: 0px; margin-bottom: 40px;}

#Footer
{
position: absolute;
bottom: 0px;
margin-left: 0px;
margin-top: 0px;
width: 930px;
height: 70px; /* Set footer height */
background-color: #ffffff; /* Set footer color */
background:url(images/bgfooter.jpg);  /* Set footer background */
text-align: left;
font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; line-height: 120%; color:#cccccc;
}
#Footer a:link {color:#cccccc; text-decoration: underline; font-weight: normal;}
#Footer a:visited {color:#cccccc; text-decoration: underline; font-weight: normal;}
#Footer a:hover {color:#ffffff; text-decoration:underline; font-weight: normal;}
.footertext { margin-top: 26px; margin-left: 30px; }




