/* CSS Document */
/*********************** SITE NAVIGATION **************************/
#navcontainer ul 
{
list-style-type: none; 
margin: 0; 
padding: 0;
}
#navcontainer ul li {
display: inline;
} 
#navcontainer ul li a {
text-decoration: none;
padding: .50em 1.5em;
color: #8BBFE5;
background: url(images/homebutup.gif) no-repeat left center; 
padding-left: 12px; 
text-align: left;
font: normal 1em "verdana", "Lucida Sans Unicode", verdana, lucida, sans-serif;  
}
#navcontainer ul li a:hover {
background: transparent url(images/homeoverlink.gif) left center no-repeat; 
color: #002D62; 
}
#navcontainer ul li a#current{
background: transparent url(images/homeoverlink.gif) left center no-repeat; 
color: #002D62; 
}
/*#navcontainer ul li a#current2{
background: transparent url(images/homeoverlink2.gif) left center no-repeat; 
color: #666; 
}*/

/*********************** FAQ NAVIGATION **************************/
#faqnav ul {
margin: 0;
padding: 0; 
list-style-type: none;
} 
#faqnav a {
font-size:1.2em; 
display: block;
color: #FFF; 
background-color: #E0A5D8;
width: 335px;
padding: .2em .8em;
text-decoration: none;
}
#faqnav a:hover {
background-color: #EFD2EB; 
color: #FFF; 
}
#faqnav li {
margin: 0 0 .2em 0;
} 
/*********************** LINKS PAGE NAVIGATION **************************/
#linksnav ul {
margin: 0; 
padding: 0; 
list-style-type: none;
} 
#linksnav a {
font-size:1.3em; 
display: block;
color: #00457C; 
width: 26em;
padding: .8em 1em;
line-height: 17px;
text-decoration: none;
}
#linksnav a:hover { 
color:#7DA0BC; 
}
#linksnav li {
margin: 0 0 .2em 0;
} 
/*********************** Testimonials Position **************************/

