div.introbox {

	background: none;

	color: #2e548d;
	padding-left: 15px;
	font: Myraid Pro, Myraid, Arial, Helvetica, sans-serif;
	font-size:0.75em ;
	color: #2e548d;
	font-weight: normal;
	height:130px;

}

div.floating {
	width:100%;
	height:100%;
	background:none;
	position:relative;
	}

div.floating_contents {
	text-align: center;
	position:absolute;
	bottom:0;
	left:0;
	}

div.testimonials {
	background: url(images/smallbg.jpg) top left repeat-x;
	background-color: #ffffff;
	font-size: 0.50em;
	font-family:Arial, Helvetica, sans-serif;
	width:12em;
	height:410px;
	float:left;
	line-height: 15px;
	color: #999999;
	padding: 10px;
}

a { color:#5c6573;text-decoration:underline; }
a:hover { color: #3F454F;text-decoration:underline; }
	
#content {
	padding-left:10px;
	margin: 0px;
	color: #5c6573;
	font-family: Myraid Pro, Myraid, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	padding-right: 10px;
	font-size: 14px;
}
#content h1 {
	color:#2e548d;
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	line-height: 24px;
	font-weight: normal;

}

#content h2, h3, h4, h5 {
	color:#BC4504;
	font-size: 12pt;
	font-family: Myraid Pro, Myraid, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}


#footer {
	font-family: Myraid Pro, Myraid, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	margin-top:50px;

}
#footer a {
	text-decoration: none;
	color: #ffffff;
	}

.menu {
	width:900px;
	height:35px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	background-color:#2e548d;
	font-weight:bold;
	font-family:"Myraid Pro", Myraid, Arial, Helvetica, sans-serif;
	}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	height:35px;
	background:#2e548d;
	padding-left:10px;
	padding-right:10px;
	line-height:29px;
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#2e548d  bottom right no-repeat;
	}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#2e548d  bottom right no-repeat;
	}
.menu ul ul :hover > a.drop {
	background:#2e548d  bottom right no-repeat;
	}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#2e548d;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#2e548d;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:35px;
	left:0;
	width:149px;
	font-weight:normal;
	}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#DFEACA;
	color:#2e548d;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-width:0 1px 1px 1px;
	}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#2e548d;
	background:#DFEACA;

	}
.menu :hover > a, .menu ul ul :hover > a {
	color:#2e548d;
	background:#DFEACA;

	}
/* style the second level hover */
.menu ul ul a:hover{
	text-decoration: underline;

	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
	
	
	
}
