@charset "utf-8";
/* CSS Document */

UL.tabNavigation {
list-style: none;
margin: 0;
padding: 0;
margin-bottom:4px;
}
UL.tabNavigation LI {
display: inline;
}
UL.tabNavigation LI A {
   padding: 3px 5px;
   background-color:#F5F5F5;
   border:#E5E5E5 1px solid;
   color: #000;
   font-weight:bold;
   text-decoration: none;
}
UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
   background-color: #f9f9f9;
   color: #CC3300;
}
UL.tabNavigation LI A:focus {
outline: 0;
}
div.tabs .makeborder {
border: 1px solid #CCCCCC;
}
div.tabs .makeborder p{
margin:5px 0 5px 5px;
} 
div.tabs > div h2 {
margin-top: 0;
}
.TestimonialsTopColLeft{
float:left;
width:250px;
margin-right:10px;
margin-top:10px;
}
.TestimonialsTopColRight{
float:left;
width:480px;
margin-top:10px;
}
blockquote.style1 {
font: Arial, Helvetica, sans-serif;
font-size:14px;
padding: 8px;
background-color: #f2f2f2;
border-top: 1px solid #e1cc89;
border-bottom: 1px solid #e1cc89;
margin: 5px;
background-image: url(../images/openquote1.gif);
background-position: top left;
background-repeat: no-repeat;
text-indent: 23px;
}
blockquote.style1 span {
display: block;
background-image: url(../images/closequote1.gif);
background-repeat: no-repeat;
background-position: bottom right;
}