/* CUSTOM (CLASS) STYLES */


/* SELECTOR (HTML ELEMENTS) STYLES */


a:active { color: #000000; text-decoration: underline; }
a:link    { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover     { color: #000000; text-decoration: underline; }

a.menu { color: #000000; text-decoration: none; font-weight: bold;}
a.menu:active { color: #000000; text-decoration: none;  font-weight: bold;}
a.menu:link    { color: #000000; text-decoration: none;  font-weight: bold;}
a.menu:visited { color: #000000; text-decoration: none;  font-weight: bold;}
a.menu:hover     { color: #000000; text-decoration: none;  font-weight: bold;}

a.submenu { color: #000000; text-decoration: none;}
a.submenu:active { color: #000000; text-decoration: none;}
a.submenu:link    { color: #000000; text-decoration: none;}
a.submenu:visited { color: #000000; text-decoration: none;}
a.submenu:hover     { color: #000000; text-decoration: none;}

a.footer:active { color: #000000; text-decoration: none; }
a.footer:link { color: #000000; text-decoration: none; }
a.footer:visited { color: #000000; text-decoration: none; }
a.footer:hover { color: #000000; text-decoration: underline; }



hr.light{
border: 0;
height: 1px;
color: #CA6826;
background-color: #CA6826;
}

/* MAIN BODY PARTS COMMON ELEMENTS GROUPED TOGETHER */

table.header, table.main, table.footer, table.menu { 
width: 830px; 
border: 1px solid black;
padding: 0px;
border-collapse: collapse;
 }

body, table.header, td.main, table.body, td.body, td.menubuttons, td.lemenu {
border-collapse: collapse;
font-family: verdana, arial, Helvetica, sans-serif;
font-size: 13px;
}

/* MAIN BODY PARTS INDIVIDUAL ELEMENTS */

table {
padding: 0px;
}

td {
padding: 5px;
font-size: 13px; 
font-family: verdana, arial, Helvetica, sans-serif;
 }

table.header {
}

td.header {
text-align: left;
padding: 0px; 
font-size: 13px; 
background-color: #ffffff;
 }

table.main {
border-collapse: collapse;
background-color: #ffffff;
}

td.main  {
border: 1px solid #000000;
background-color: #ffffff;
padding: 0px;
}

table.body {
padding: 0px;
background-color: #ffffff;
}

td.body {
padding: 30px; 
font-size: 13px; 

 }

 /* TABLE AND CELL FOR PERSONELL ON ABOUT PAGE */
table.personnel {
border: 1px solid #CA6826;
}

td.personnel {
border-left: 1px solid #CA6826; padding: 30px; text-align: left;
}
/* END ABOUT PAGE */

table.footer {
background-color: #CBBD98;
}

td.footer {
background-image: url(images/footer-bg.jpg);
text-align: center;
color: #000000;
font-size: 11px;
padding: 2px; 
 }

table.menu { 
border-collapse: collapse;
width: 830px;
padding: 0px;
border-collapse: collapse;
background-color: #CBBD98;
 }

td.buttons {
text-align: center;
border: 0 1 0 1 solid black;
padding: 5px;
width: 200px;
height: 20px;
background-color: #CBBD98;
border-collapse: collapse;
font-size: 12px;
background-image: url("images/bg-button.jpg"); 
  }

td.footer {
background-image: url("images/bg-footer.jpg"); 
font-weight: bold;
padding: 6;
}


body   { 
background-color: #000000;
background-repeat: no-repeat;
background-image: url("images/bg1.jpg"); 
color: #000000; 
margin: 0px; 
padding: 0px;
}

/* SPECIALTY SECTIONS - use these for anything particular to this site or certain page */

td.form {
text-align: right;
width: 25%;
padding: 4px;
} 



/* HEADINGS, TEXT CONTROL AND MISCELLANEOUS STUFF */

.bold {font-weight: bold;}
.large {font-weight: bold;font-size: 15px;}
.small {font-weight: bold; font-size: 11px;}

h1.seo {
  visibility: hidden;
  	line-height: 0px;
} 
h1, h2, h3, h4, h5, h6 {
display: inline; 
font-weight: bold; 
font-family: verdana, arial, Helvetica, sans-serif;
}

h1  {color: #0170A0; font-size: 20px;}
h2  {color: #000000; font-size: 18px; }
h3  {color: #000000; font-size: 16px; }
h4  {color: #000000; font-size: 14px; }
h5  {font-size: 14px; }
h6  {font-size: 13px; }
p {  }


INPUT, SELECT, TEXTAREA {
margin: 0px;
padding: 0px;
border-collapse: collapse;
}





