/* CSS Document */
body {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #333;
 background-color: #311293;
 margin-top: 10px;
}
a {
 color: #333;
 text-decoration: underline;
}
a:link, a:visited {
 color: #333;
 text-decoration: underline;
}
a:hover {
 color: #000;
 text-decoration: none;
 background-color: #ccc;
}
#wrapper {
 text-align: center;
 width: 960px;
 background: #e6d8c9 url(images/background2.jpg) no-repeat;
}
td.address {
 text-align: center;
 vertical-align: top;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
 font-style: italic;
 padding: 5px;
}
td.phone {
 text-align: right;
 vertical-align: top;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #fff;
 padding: 5px;
}
#leftnav {
 text-align: left;
 vertical-align: top;
 width: 261px;
 padding-top: 50px;
}
a.leftnav {
 display: block;
 width: 235px;
 height: 28px;
 background: #E4D0AF url(images/nav_button_off.jpg) no-repeat;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px; 
 color: #63c;
 text-decoration: none;
 padding: 3px 10px;
 margin: 0px 0px 0px 5px;
}
a.leftnav:link, a.leftnav:visited {
 display: block;
 width: 235px;
 height: 28px;
 background: #E4D0AF url(images/nav_button_off.jpg) no-repeat;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px; 
 color: #63c;
 text-decoration: none;
 padding: 3px 10px;
 margin: 0px 0px 0px 5px;
}
a.leftnav:hover {
 background: #E4D0AF url(images/nav_button_on.jpg) no-repeat;
}
a.topnav {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px; 
 color: #311293;
 font-weight: bold;
 text-decoration: none;
 padding: 3px;
}
a.topnav:link, a.topnav:visited {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px; 
 color: #311293;
 font-weight: bold;
 text-decoration: none;
 padding: 3px;
}
a.topnav:hover {
 background-color: #311293;
 color: #fff;
 text-decoration: none;
}
#home_slideshow {
 width: 667px;
}
#home_leftcol {
 width: 381px;
 background-color: #E6CEA8;
 vertical-align: top;
}
#content {
 background-color: #fff;
 width: 537px;
 vertical-align: top;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #333;
 padding: 5px;
}
.copyright {
 background: #000 url(images/copyright_bg.jpg) top no-repeat;
 text-align: center;
 vertical-align: middle;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 padding: 2px;
}
.footer_contact {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 background-color: #000;
 padding: 2px;
}
.footer_contact a {
 color: #fff;
 text-decoration: underline;
}
.footer_contact a:link, .footer_contact a:visited {
 color: #fff;
 text-decoration: underline;
}
.footer_contact a:hover {
 background-color: #333;
 text-decoration: none;
}
