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

body {
	background-color: #eaf1f7;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.inspics {
	float: left;
	padding-right: 10px;
}

a:link {
	text-decoration: none;
	font-style: normal;
}
.toplink {
	font-size: 10px;
}
.faqlink:hover, .toplink:hover {
	font-weight: normal;
}


a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.style1 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.borderimage {
	border: thin solid #999999;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1f439c;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: 1f439c;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}

 .pics { 
    height:  428px; 
    width:   305px; 
	overflow: hidden;
    padding: 0; 
    margin:  0; 
}

.pics img { 
    padding: 5px; 
    border:  1px solid #ccc; 
    background-color: #eee; 
    width:  423px;
    height: 300px;
    top:  0;
    left: 0
}

 .testimonialpics { 
    height:  119px; 
    width:   522px; 
	overflow: hidden;
    padding: 0; 
    margin:  0; 
}

.testimonialpics img { 
    padding: 5px; 
    border:  1px solid #ccc; 
    background-color: #eee; 
    width:  517px;
    height: 114px;
    top:  0;
    left: 0
}


.blah {
display: box;
background-color: #000;
}
#mainnav ul
{
list-style: none;
padding: 0;
margin: 0;
background-color: #000;
display: inline;
}

#mainnav li
{
float: left;
margin: 0;
background-color: #000;
color: #FFF;
display: inline;
line-height: 1.8em;
}

#mainnav li a {
margin-right: .5em;
text-decoration: none;
color: #FFF;
font-weight: bold;
padding-left: 3px;
padding-right: 8px;
border-right: 2px solid #FFF;
line-height: 1em;
}

#mainnav li.last a {
border-right: 0px;
}

#mainnav li a:hover {
  text-decoration: underline;
  color: #FFCC33;
}

.currentpage{
  text-decoration: none ! important;
  color: #FF0000 ! important;
  cursor: default;
  
}

#navhome a{
  margin-left: 5px;
}

