@charset "UTF-8";
/* CSS Document */

body {
background-color: #FFFFFF;
margin: 0px; padding:0px;
color: #000066;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}



#dba {
background: url('/images/dba.jpg') no-repeat;
width: 212px;
height: 67px;
position: absolute;
top: 701px; left: 0px;
}

/* Navigation Area */

.nav {
background: url('/images/side.jpg') no-repeat;
height: 543px;
width: 212px;
position: absolute;
top: 158px; left: 0px;
padding-top: 75px;
}
.nav ul, .nav ul li, .nav ul li a {
font-size: 14px;
text-align: right;
text-decoration: none;
color: #000000;
font-family: "Times New Roman", Times, serif;
}

.nav ul {
padding: 0px; margin: 0px;
list-style-type: none;
height: 60px;
width: 165px;
}
.nav ul li {
display: block;
height: 36px;
}
.nav ul li a:hover {
color: #cc0000;
text-decoration: underline;
}

/* */
.header {
background: url('/images/header.jpg') no-repeat;
width: 1000px; height: 158px;
}


/* Main Content Area */
.main{
background: url('/images/watermark.jpg') no-repeat;
background-position: 0px 22px;
width: 700px;
margin-left: 220px;
margin-top: 10px;
min-height: 535px;
}
.content {
padding: 10px;
text-align: justify;
}


/* text formatting */
.bioname, .heavy {
font-weight: bold;
font-size: 20px;
color: #cc0000;
}
.bioname {text-decoration: underline;}

a, a.visited, a.active {
color: #000066;
text-decoration: underline;
font-weight: bold;
}

li.serv {
list-style-type: none;
color: #000000;
font-size: 12px;
}

a.email {
text-decoration: underline;
font-weight: normal;
}
a.email:hover {
text-decoration: underline;
font-weight: bold;
color: #cc0000;
}
/* faq text formatting */

.faqtxt {}
li.q {
list-style-type: circle;
font-weight: bold;
}
li.a {
list-style-type: none;
color: #000000;
margin-bottom: 25px;
font-size: 12px;
}
/* image titles for pages */

.title {
background-repeat: no-repeat;
width: 672px; height: 45px;

}
.home {background: url('/images/home.jpg');}
.bios {background: url('/images/bios.jpg');}
.map {background: url('/images/map.jpg');}
.links {background: url('/images/links.jpg');}
.services {background: url('/images/services.jpg');}
.faq {background: url('/images/faq.jpg');}
.contact {background: url('images/contact.jpg');}
.phone2 {background: url('/images/phone.jpg'); width: 301px; margin-left: 25%;}

.phone {
background: no-repeat url('images/phone.jpg');
width: 301px; height: 45px;
position: absolute; top: 0px; left: 700px;
}
