/* CUSTOM (CLASS) STYLES */

/* LINK STYLES */
/* these are the colors of the navigation links in the header box (contact us, etc) */

/* SELECTOR (HTML ELEMENTS) STYLES */
a:active { color: #27408B; text-decoration: underline}
a:link    { color: #27408B; text-decoration: underline}
a:visited { color: #27408B; text-decoration: underline}
a:hover     { color: #27408B; text-decoration: underline}

a.tmenu:active  { color: #396C97; text-decoration: none;  }
a.tmenu:link  { color: #396C97; text-decoration: none;  }
a.tmenu:visited { color: #396C97; text-decoration: none; }
a.tmenu:hover  { color: #D8DADD; 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: #6a6a6a; text-decoration: underline}


a.headings:active { color: #646160; text-decoration: none }
a.headings:link { color: #646160; text-decoration: none }
a.headings:visited { color: #646160; text-decoration: none }
a.headings:hover { color: #646160; text-decoration: none}
/* horizontal rules and divs */


/* tables, tds and body */

td, p, body {
color: #000000;
font-size: 12px;
font-family: verdana, arial, Helvetica, sans-serif;
}

table.main, table.header, table.footer {width: 728px;}

table.main, table.header, table.body, table.footer, td.footer, td.main, td,
td.tmenu, td.header {border-collapse: collapse;}

td.header { 
font-size: 11px; 
border: 1 1 0 1px solid black;
 }

table.main {
border: 1px solid #5E5E5E;
padding: 0px;
}

td.body {
line-height: 19px;
padding: 25px;
}


table.footer { 
height: 40px;
background-image: URL(images/bottom_gradient.jpg);
 }

td.footer {
border: 1px solid #5E5E5E;
padding: 10px;
height: 20px;
text-align: center;
font-size: 11px; 
font-weight: bold;
background-image: URL(/images/bottom_gradient.jpg);
width: 830px;
 }


td {
background-color: #ffffff
 }

td.packagedesc { 
text-align: left;
width: 250px;
padding: 9px;
color: #6a6a6a;
line-height: 18px;
border-right: 2px solid black;
 }


td.tmenu { 
padding: 0px;
text-align: right;
background-image: URL(/images/button.jpg);
 }




td.largetext {
padding-left: 4px;
padding: 6px;
border: 1px solid #5E5E5E;
font-weight: bold;
font-size: 13px;
}

td.smalltext{
padding-left: 4px;
padding: 6px;
border: 1px solid #5E5E5E;
font-size: 12px;
font-weight: bold;
text-align: center;
}


body   { 
background-repeat: no-repeat;
background-image : URL(/images/bg.jpg); 
color: #000000;  
background-color: #F1D8A2; 
margin: 0px; padding: 0px }


h1, h2, h3, h4, h5, h6  {
display: inline; font-weight: bold;
font-family: verdana, arial, Helvetica, sans-serif
}  

h1  { color: #B92323; font-size: 15px; }
h2  {color: #646160; font-size: 13px;  }
h3  {color: #6a6a6a;  font-size: 14px; }
h4  { font-size: 14px; }
h5  {font-size: 13px; }
h6  {text-align: center; font-size: 10px; }
p { }


INPUT, SELECT, TEXTAREA {
background-color: #ffffff;
color: #6a6a6a;
font-family: verdana, helvetica, sans-serif;
font-size: 11px;

padding: 2px;
}

ul {
padding-left: 20px;
font-size: 13px;
list-style-type: square;
list-style-image: url(images/bullet.gif);
margin: 10px;
}
ul.package {
list-style-type: none;
list-style-image: none;
font-size: 10px;
line-height: 14px;
padding: 3;
margin: 3;
}


fieldset.package {
padding: 2px;
width: 133px;
height: 205px;
font-size: 10px;
border: 1px solid black;
}
legend.package {font-size: 11px; font-weight: bold; color: #0984CA;}

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






