html { width:100%; height:100%; }
body { font:1.0em/1.25 Tahoma, sans-serif; background:#00204F url(img/background.jpg) top center no-repeat; color:#000000; padding:0; margin:0; height:100%; width:100%;  text-align:center}
.boxBg{ background:url(img/boxBg.png) repeat-y; width:864px; }
.bottom{ background:url(img/footerMain.jpg) center no-repeat; height:96px; margin:0 17px; }
.bottom p {font-size:0.9em; font-weight:bold;color:#fff; text-align:center}
.logo{ float:left; padding-left:20px; padding-top:10px;}
.t-menu{ float:right; z-index:100; position:relative; padding-top:10px; padding-right:8px;}
.t-menu a{ font-size:0.9em; padding:0 3px; text-decoration:none; font-weight:bold;  color:#00a0b7}
.t-menu a:hover{ font-size:0.9em; padding:0 3px; text-decoration:underline;}

a:link { color: #005E9E; text-decoration:none}
a:visited { color: #005E9E;text-decoration:none }
a:hover {text-decoration:underline; }

.brwn:link { color: brown; text-decoration:underline}
.brwn:visited { color: brown; text-decoration:underline}
.brwn:hover { color: brown; text-decoration:none}

.bluebold { font-size:16px; font-weight:bold; color:#005E9E; }

.menu1 {  font-size:1.0em; position:relative; z-index:100; font-family:tahoma, arial, verdana, sans-serif;  height:20px; margin-top:20px; margin-left:10px; width:450px;}
/* hack to correct IE5.5 faulty box model */
* html .menu1 {}
/* remove all the bullets, borders and padding from the default list styling */
.menu1 ul {padding:0;margin:0;list-style-type:none; }
.menu1 ul ul { border:none}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu1 li {float:left;position:relative; border-right:1px solid #fff;}
.menu1 li.first {float:left;position:relative; border:0px; }
.menu1 li.last {float:left;position:relative; border:0px;  }

.menu1 li ul li {border:none}
/* style the links for the top level */
.menu1 a, .menu1 a:visited {display:block;font-size:0.9em;font-weight: bold;text-decoration:none; color:#001F4E;  padding-left:7px; padding-right:7px;  line-height:25px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu1 a, * html .menu1 a:visited {}

/* style the second level background */
.menu1 ul ul a.drop, .menu1 ul ul a.drop:visited {background:#FDB813 ;}
/* style the second level hover */
.menu1 ul ul a.drop:hover{background:#FDB813 ;}
.menu1 ul ul :hover > a.drop {background:#FDB813 ;}
/* style the third level background */
.menu1 ul ul ul a, .menu1 ul ul ul a:visited {background:#FDB813;}
/* style the third level hover */
.menu1 ul ul ul a:hover {background:#FDB813;}

.menu1 ul ul li{ border-bottom:1px solid #fff;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu1 ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu1 ul ul {top:25px;t\op:25px;}

/* position the third level flyout menu */
.menu1 ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu1 ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu1 table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu1 ul ul a, .menu1 ul ul a:visited {background:#FDB813; color:#fff; height:auto; line-height:1.25em; padding:7px 7px; width:195px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu1 ul ul a, * html .menu1 ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu1 a:hover, .menu1 ul ul a:hover{color:#fff; background:#699AD0; text-decoration:none;}
.menu1 :hover > a{color:#fff;background:#FDB813;}
.menu1 ul ul :hover > a {color:#fff;background:#28547E;}


/* make the second level visible when hover on first level list OR link */
.menu1 ul li:hover ul,
.menu1 ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu1 ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu1 ul :hover ul :hover ul{ visibility:visible;}

	table {
		border-collapse:collapse;
		border-spacing:0;
		text-align:left;
	}
.r-menu{  margin:0; padding:0 5px; list-style:disc inside;}
.r-menu h2{ margin-left:5px;}
.r-menu li{ padding:5px 10px;}
.r-menu li a{ color:#000066; font-size:0.8em; text-decoration:none; font-weight:bold}
h1{ font-size:1.2em; color:#000000; font-weight:normal;}
h1 span{ color:#005E9E; font-weight:bold}
.h1b {font-size:1.4em;}
h2{color:#005E9E; margin:8px 0 5px 0;font-size:1.1em; font-weight:normal}
.txt{font-size:0.9em; font-weight:normal; margin:0; padding:0; color:#000066; }
.txt a{color:#005E9E; font-weight:bold; text-decoration:none; font-size:0.8em}

.testimonialbox{
	border-top:1px solid brown;
	border-bottom:1px solid brown;
	background:#FFEAA1;
	padding-bottom:15px;
	color:#545454;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height: 19px;
	margin-bottom:10px;
	
}
