/* style.css - dmkent template style sheet */



/* creates a left and right page margin */

body { margin-left: 1%; margin-right: 1%; }



/* company name - style */

h1.company-name {
     color: #333399;
     font-family: Verdana, Tahoma, Ariel, sans-serif;
     font-size: 16pt;
     font-weight: bold;
     text-align: center;
     margin: 5px 5px 5px 5px;
     padding: 0px;
}



/* contact us - style */

p.contact-us {
     text-decoration: none;
     padding: 5px;
     color: #ff0000;
     font-family: Tahoma;
     font-size: 8pt;
     font-weight: bold;
}



/* online form link - style */

a.online-form-link {
     text-decoration: none;
     padding: 5px;
     color: #31775d;
     font-family: Tahoma;
     font-size: 8pt;
     font-weight: bold;
}



/* online form link hover - style */

a.online-form-link:hover {
     text-decoration: none;
     padding: 5px;
     color: #68a890;
     font-family: Tahoma;
     font-size: 8pt;
     font-weight: bold;
}



/* tel and fax info - style */

p.tel-fax-nos {
     text-decoration: none;
     padding: 5px;
     color: #333399;
     font-family: Tahoma;
     font-size: 8pt;
     font-weight: bold;
}



/* horizontal menu style - style */

a.h-menu, a.h-menu:link, a.h-menu:visited, .h-chosen {display:block; width:90px; height:25px; background:#333399; border:2px solid #ffffff; margin-top:2px; text-align:center; text-decoration:none; font-weight: bold; font-family:tahoma, verdana, arial, sans-serif; font-size:10px; color:#ffffff; line-height:25px; overflow:hidden; float:left; margin-right:2px;}
a.h-menu:hover {color:#333399; background:#ffffff; border: 2px solid #333399;}
a.h-menu:active, a.h-chosen {color:#ffffff; background:#999999; border:2px solid #ffffff;}



/* vertical menu style - style */

a.v-menu, a.v-menu:link, a.v-menu:visited, a.v-chosen {display:block; width:90px; height:25px; background:#333399; border:2px solid #ffffff; margin-top:2px; text-align:center; text-decoration:none; font-weight: bold; font-family:tahoma, verdana, arial, sans-serif; font-size:10px; color:#ffffff; line-height:25px; overflow:hidden;}
a.v-menu:hover {color:#333399; background:#ffffff; border:2px solid #333399;}
a.v-menu:active, a.v-chosen {color:#ffffff; background:#999999; border:2px solid #ffffff;}



/* external site text - style */

p.external-site {
     color: #000000;
     font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
     font-size: 8pt;
     text-align:center;
}



/* external link - style */

a.external-link:link {
     color: #0000ff;
     text-decoration: none;
     font-weight: bold;
     font-style: normal;
     font-family: Tahoma;
     font-size: 8pt;
     background-color: #ffffff;
     padding: 5px;
}

a.external-link:visited {
     color: #0000ff;
     text-decoration: none;
     font-weight: bold;
     font-style: normal;
     font-family: Tahoma;
     font-size: 8pt;
     background-color: #ffffff;
     padding: 5px;
}

a.external-link:hover {
     color: #0000ff;
     text-decoration: none;
     font-weight: bold;
     font-style: normal;
     font-family: Tahoma;
     font-size: 8pt;
     background-color: #ffffff;
     padding: 5px;
}

a.external-link:active {
     color: #0000ff;
     text-decoration: none;
     font-weight: bold;
     font-style: normal;
     font-family: Tahoma;
     font-size: 8pt;
     background-color: #ffffff;
     padding: 5px;
}











