/* 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: #F3DF06; text-decoration: none; font-weight: bold;}
a.menu:active { color: #F3DF06; text-decoration: none;  font-weight: bold;}
a.menu:link    { color: #F3DF06; text-decoration: none;  font-weight: bold;}
a.menu:visited { color: #F3DF06; text-decoration: none;  font-weight: bold;}
a.menu:hover     { color: #F3DF06; text-decoration: underline;  font-weight: bold;}

a.submenu { color: #060BF3; text-decoration: none;  font-weight: bold;}
a.submenu:active { color: #060BF3; text-decoration: none;  font-weight: bold;}
a.submenu:link    { color: #060BF3; text-decoration: none;  font-weight: bold;}
a.submenu:visited { color: #060BF3; text-decoration: none;  font-weight: bold;}
a.submenu:hover     { color: #676AF4; text-decoration: none;  font-weight: bold;}

a.footer:active { color: #F3DF06; text-decoration: none; font-weight: bold;}
a.footer:link { color: #F3DF06; text-decoration: none; font-weight: bold;}
a.footer:visited { color: #F3DF06; text-decoration: none; font-weight: bold;}
a.footer:hover { color: #F3DF06; text-decoration: underline; font-weight: bold;}



/* MAIN BODY PARTS COMMON ELEMENTS GROUPED TOGETHER */

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

body, table.main, 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 {
width: 100%;
padding: 0px;
background-color: #ffffff;
}

td.body {
padding: 19px; 
font-size: 13px; 
width: 100%;
 }


table.footer {
}

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

table.menu { 
width: 235px;
padding: 0px;
border-collapse: collapse;

 }

td.left {
background-color: #03467F;
border: 1px solid black;
width: 235px;
text-align: left;
padding: 0px;

}

td.buttons {
border: 1px solid black;
padding: 5px;
width: 225px;
height: 30px;
background-color: #0B06F3;
background-image: url(images/main-button.jpg);
border-collapse: collapse;
font-size: 12px;
  }

td.buttons-sub {
line-height: 17px;
border: 1px solid black;
padding: 4px;
width: 225px;
background-color: #CED5DB;
background-image: url(images/sub-bg.jpg);
border-collapse: collapse;
font-size: 11px;
  }

.heading-boxes {
text-align: left;
padding: 8px;
background-color: #7675EC;
background-image: url(images/box-bg.jpg);
border: 1px solid #222198;
}

body   { 
background-color: #AAA9B9;
background-image: url("images/.jpg"); 
color: #000000; 
margin: 0px; 
padding: 0px;
scrollbar-arrow-color: #D0D8B5; 
scrollbar-base-color: #C1C9A3; 
scrollbar-track-color: #A9A9C8; 
scrollbar-face-color: #DDDDF8;
scrollbar-shadow-color: #32477F; 
scrollbar-highlight-color: #B9C8EE; 
}

/* SPECIALTY SECTIONS - use these for anything particular to this site or certain page */
li { line-height: 20px; }

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



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

/* 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: #F3DF06; font-size: 16px;}
h2  {color: #000000; font-size: 15px; }
h3  {color: #F3DF06; font-size: 14px; }
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;
}


