@charset "utf-8";

a {
	color:#3333E4 ;
	font-weight:normal ;
	text-decoration:none ;
}
a:hover {
	text-decoration: underline;
}
a img { border:0px; }

body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana;
	font-size: 100%;
}
.twoColFixRt #container { 
	width: 1004px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 15em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 30px;
}
.freephoneNum {
	font-family: Verdana;
	font-weight: bold;
	margin-top: 0px;
	padding: 5px;
	position: absolute;
	top: 31px;
	background-color: #656598;
	color: #FFFFFF;
}
/* generic */

.sidebar-a {
	float:left;
	width:195px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	\width: 195px;
	w\idth: 195px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	padding-left: 2px;
	font-size:12px;
}
.sidebar-a li {
	list-style-type: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 16px;
}	
.sidebar-a ul {
	list-style-type: none;
	padding: 0;
	margin: 0.1em -0.5em 0 -0.5em;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 0px;
    }
.sidebar-a a {
	color: #ffffff;
	background-color:#656598;
	text-decoration: none;
	width: 195px;
	padding-bottom:2px;
	margin: 0;
	margin-right: 2px;
	margin-left: 5px;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 0px;
}
html>body ul.sidebar-a a {width: auto}
.sidebar-a a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar-a a:hover {
	color: #cdcdcd;
	text-decoration: none;
}
.mast {
	width: 680px;
}
.para {
	padding-left: 15px;
}
.personnelMenu {
	font-family: Verdana;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
/*	margin-left: 25px;*/
	margin-top: 35px;
	font-size: 14px;
}
.inspQuote {
	padding-top:10px;
	padding-bottom:10px;
	font-family: Verdana;
	font-size: 24px;
	width:220px;
	text-align:center;
}

.bold {
	font-weight: bold;
}
.personnelEmail a {
	font-size:small;	
}
.newsAndLibBox {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
}

.newsAndLibBox h4 {
	font-family: Verdana;
	font-size: 14px;
}
.newsAndLibBox ul {
	margin:0;
	padding:0;
	list-style-image: url(../images/news.gif);
}
.newsAndLibBox ul li {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}
.mainText {
	font-family: Verdana;
	padding-left: 25px;
	font-size: 14px;
	margin-right: 0px;
}
.meetTheTeam {
	font-family: Verdana;
	padding-left: 15px;
	padding-bottom: 10px;
}
.teamHeading {
	font-size:large;
}

.twoColFixRt #mainContent {
	margin-top: 15px;
	margin-right: 290px;
	margin-bottom: 0;
	margin-left: 3px;
}
.mainHeadingAndMenuBox {
	padding:0;
	margin-left: 15px;
	color: #FFFFFF;
}
.peopleSection {
	padding:0;
	margin-left: 2px;
	background-color: #656598;
	color: #FFFFFF;
	width: 150px;
	font-weight: bold;
	font-family: Verdana;
	font-size:16px;
	line-height:1.4;
}
.boxer {
	background-color:#656598;
	width:200px;
	top: 161px;
}
.menu {
	font-family: Verdana;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	padding-top: 9px;
	padding-right: 9px;
    font-size: 18px;
}
.menu a {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
    font-size: 20px;
	text-decoration: none;
}
.menu a:visited {
	color: #ffffff;
}
.staffName {
	font-size: 18px;
	width: 220px;
	text-align: center;
	margin-top: 10px;
}
.rhsTestimonialsBox {
	width: 312px;
	float: right;
	font-size:small;
}
.rhsTestimonialsBox h3 {
	font-size: 14px;
	font-weight: bold;
/*	text-align: center;*/
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -15px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.contact {
	font-family: Verdana;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 3px;
	font-size: 10px;
	margin-left: 12px;
}
.menuLHS {
	float: left;
}
.footer {
	font-family: Verdana;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 40px;
	font-size: 10px;
}