@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
img {
display: block;
border: 0;
}
hr {
	margin-top: 20px;
	margin-bottom: 35px;
}

.twoColFixLtHdr #container {
	text-align: left;
	position: relative;
} 
.twoColFixLtHdr #header {
	background: #ffffff;
	font-family: "futura Bk", Arial, helvetica;
	padding: 0px;
	margin: 0px;
} 
#menu_div {
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 5px;
}
#mainContent .subh1 {
	font-size: 14px;
}

.twoColHybLtHdr #footer {
	padding: 0 10px;
	margin: 0;
	background-color: #FFFFFF;
	border-top: solid #cccccc 3px;
} 
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.foot  a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #27527f;
	text-decoration: underline;
}
.foot  a:hover  {
	color: #CC6633;
}
.foot  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.foot_top {
	float: left;
	width: 112px;
	text-align: left;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-family: Trebushet-MS, Verdana, Arial, Helvetica, sans-serif;
}
.foot_top a {
	color: #27527f;
}
.foot_top a:hover {
	color: #cc6633;
	text-decoration: underline;
}


.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;
}

.a_toll {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #253D27;
	LINE-HEIGHT: 8px;
	FONT-FAMILY: verdana, geneva, sans serif;
	TEXT-DECORATION: none;
	padding-left: 4px;
	padding-right: 4px;
}
.newsbodymedium {
	FONT-SIZE: 12px; LINE-HEIGHT: 12px; FONT-FAMILY: arial, helvetica, verdana; TEXT-DECORATION: none
}
.newsbodysmall {
	FONT-SIZE: 11px; LINE-HEIGHT: 11px; FONT-FAMILY: arial, helvetica, verdana; TEXT-DECORATION: none
}
.newsbodysmallest {
	FONT-SIZE: 9px; LINE-HEIGHT: 9px; FONT-FAMILY: arial, helvetica, verdana; TEXT-DECORATION: none
}
.a_toll a{
	COLOR: #253D27;
	TEXT-DECORATION: none;
}
.testimonial{
	COLOR: #660000;
	TEXT-DECORATION: none;
	font-size: 14px;
}
.testimonial_id{
	COLOR: #993333;
	TEXT-DECORATION: none;
	font-size: 12px;
}

.super {
	FONT-SIZE: 10px; VERTICAL-ALIGN: super
}
form {
	margin: 0px;
}
.indent15 {
	padding-right: 15px;
	padding-left: 15px;
}

div.shadow-1, div.shadow-2, div.shadow-3 {
display: inline-table;
/* \*/display: block;/**/
}
div.shadow-1 {
float: left;
background: url(../images/design/shadow.gif) right bottom no-repeat;
}
div.shadow-2 {
background: url(../images/design/shadow-corner-bl.gif) -4px 100% no-repeat;
}
div.shadow-3 {
padding: 0 16px 16px 0;
background: url(../images/design/shadow-corner-tr.gif) 100% -4px no-repeat;
}
div.right {
float: right;
clear: right;
margin-left: 10px;
}
div.left {
float: left;
clear: left;
margin-right: 10px;
}

