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

*{margin-top:0px; padding-top:0px;}

body	{
	background-image:url(../images/others/bg.jpg);
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a	{
	outline:none;
	text-decoration:none;
}

table{
	margin-top:35px;
	margin-left:656px;
}

#wrap	{
	width:900px;
	margin:auto;
	margin-top:20px;
	background-color:#fff;
/*	border:1px ridge #CCC;*/
}


/*====================== BEGIN: BANNER ======================*/
#banner	{
	width:900px;
	height:100px;
	background-image:url(../images/others/bannerBg2.jpg);
	text-align:right;
}
#bannerLinks	{
	width:885px;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
}
#banner a:link, #banner a:visited	{
	color:#1f4e70;
}

#banner a:hover, #banner a:active	{
	color:#999;
	text-decoration:underline;
}

#label{
	font-size:12px;
	color:#1f4e70;
}


/*====================== BEGIN: NAV MENU ======================*/
#nav	{
	width:667px;
	height:27px;
	background-image:url(../images/others/navBg.jpg);
	background-repeat:repeat-x;
	border-top:1px ridge #ccc;
	border-bottom:1px solid #fff;
	text-align:left;
	padding-left:233px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:400;
	position:relative; /*necessary because the submenus will be placed with position absolute*/
}
#nav ul, #nav li	{
	margin:0;
	padding:0;
}
#nav ul {
	list-style-type:none;
}
#nav li	{
	display:block;
}

#nav a	{
	display:block;
	margin:0;
	padding:5px 20px;
}
#nav a:link, #nav a:visited	{
	color:#EBEBEB;
}
#nav a:active {
	color:#FFF;
	background-image:url(../images/others/navBg_hover.jpg);
	background-repeat:repeat-x;
}
#nav a:hover {
	color:#FFF;
	background-image:url(../images/others/navBg_hover.jpg);
	background-repeat:repeat-x;
}

ul.menuHoriz li	{
	float:left;
}
ul.menuVert	{
	position:absolute;
	visibility:hidden;
	top:23px; /*depending on the height of your nav, you'll have to adjust this*/
	z-index:90;
}

ul#menuSubOne	{
	left:77px;
	background-color:#333;
}
ul#menuSubTwo	{
	left:257px; /*Each sub menu will need to have this "left" value recalculated*/
	background-color:#333;
}


/*====================== BEGIN: TAG LINE ======================*/
#tagLine	{
	width:900px;
	height:35px;
	background-image:url(../images/others/tagLineBar.gif);
}


/*==================== BEGIN: CONTENT BELOW ACCORDION ==================*/
.box	{
	width:872px;
}
.box h3	{
	margin:0 0 5px 0;
	padding: 20px 8px 4px 0px;
	font-size:140%;
	color:#254D78;
	letter-spacing:.05em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.box p	{
}
#sectionOutline	{
	width:838px;
	height:206px;
	margin:11px 0px 10px 15px;
	padding:0 15px 0 19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:21px;
	float:left;
	border-bottom: 1px solid #FFF;
	background:url(../images/others/sectionBox.png) no-repeat top left;
}
#sectionOutline a:link, #sectionOutline a:visited	{
	color:#5e97c4;
	font-weight:bolder;
	text-decoration:none;
}
#sectionOutline a:hover, #sectionOutline a:active {
	color:#FC6;
	text-decoration:underline;
}	
	#leftText	{
		float:left;
		width:247px;
		padding-left:2px;
	}
	#rightWrapper	{
		float:right;
		width:567px;
	}
		#centerText	{
			float:left;
			width:253px;
		}
		#rightText	{
			float:right;
			width:280px;
		}
#persystenceContact	{
	font-size:13px;
	font-weight:600;
	margin-bottom:-8px;
	margin-top:16px;
}


/*==================== BEGIN: FOOTER ==================*/
#footer	{
	clear:both;
	width:875px;
	height:19px;
	text-align:center;
	padding-top:3px;
	padding-left:25px;
	background-color:#143551;
	border-top:1px ridge #ccc;
	border-bottom:1px ridge #ccc;
	clear:both;
	color:#dad8d1;
	font-size:12px;
}

#footer a	{
	text-decoration:none;
}

#footer a:link, #footer a:visited	{
	color:#999;
}

#footer a:hover, #footer a:active	{
	color:#ccc;
	text-decoration:underline
}


/*==================== BEGIN: SITEMAP ==================*/
#sitemap	{
	width:900px;
	height:15px;
	padding-top:3px;
	color:#1f4e70;
	font-size:10px;
	text-align:center;
}

#sitemap a	{
	margin-left:5px;
	margin-right:5px;
}

#sitemap a:link, #sitemap a:visited	{
	color:#1f4e70;
}

#sitemap a:hover, #sitemap a:active	{
	color:#999;
	text-decoration:underline;
}
