/* Presentation */ 

#logo {
background-image: url('../images/pwsafe_logo.gif'); 
background-repeat: no-repeat;
height: 55px;
}

h1 {
margin: 0; 
font-weight: bold;
font-size: 1em; 
text-decoration: underline;
}

h3 {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 15px 0 5px 0;
 }

.news_sub_heading {
font-weight: bold; 
font-style: italic;
}

#testimonials li {
list-style-type: square;
font-style: italic;
}

a:hover {
text-decoration: none;
color: red;
}


/* Navigation menu */

dl.nav {margin: 0; padding: 0; text-align: center; border-bottom: 1px solid black;}
dd.nav {margin: 0; font-weight: normal; font-size: .95em; font-family: Arial, sans-serif; text-align: left; padding: 0; }
dd a, dd a:link, dd a:visited {margin: 0; display: block; color: black; padding: 5px 0 5px 5px; text-decoration: none; background-color: orange; border-top: 1px solid white;}
dd a:hover {background-color: red;}

/* End Navigation menu */