
/* ######### CSS to hold Divs toguetter ######### */
#Header{
     width:980px;
	/* position: relative;
	  clear: both; */
	 }

/* ######### CSS for Logo and Login ######### */
.Login{
	text-align: right;
	display: block;
	height: 23px;
	/*background-color: #E5E3E3;*/
	background-color: #d2e4d2;
	width: 960px;
	padding: 10px 20px 0px 0px;
	clear: both;
}

.LogoWrap{
    text-align: left;
	display: block;
	height: 87px;
	width: 980px;
	margin-bottom:10px;
	position: relative;
}
.HeaderLogo{
	text-align: left;
	width: 214 px;
	padding: 23px 0px 0px 20px;
	float:left;
}
.HeaderTagline{
	text-align: left;
	width: 690px;
	padding: 10px 0px 0px 28px;
	float:right;
}

.HeaderSpacer{
	display: block;
	height: 5px;
	/*background-color: #E5E3E3;*/
	background-color: #d2e4d2;
	width: 980px;
}

/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
	overflow: hidden;
	width: 640px; /* ---- THIS MOVES THE MENU ---------*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(/images/underline_gap.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	position: relative;
	float: left;
	color:#666666;
	height: 40px;
	/*background-color: #ff5623;*/
}

.tabsmenuclass li{
float: left;
}

.phonenumber{
	/*background-image: url(/images/phonenumber.gif);
	/*background-color: #5d9e29;
	position: relative;*/
	display: block;
	float: right;
	width: 340px; /* ---- THIS MOVES THE MENU ---------*/
	height: 33px;
	margin: 0px 0px 0px 0px;
	padding: 0px 00px 0px 0px;
	background-repeat: no-repeat;
	border-bottom: 1px #666 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-align:right;
}

/* ######### CSS for Navigation Bar ######### */

.tabsmenuclass a{
	display: block;
	padding: 9px 20px 10px 20px;
	color: #666666 !important;
	margin-right: 0px;
	text-decoration: none;
	font: 13px Arial;
	background-image: url(/images/underline.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 22px;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
	color: #003560 !important;
	/*background-color: #cccccc;*/
	background-image: url(/images/underline_over.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
}


/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
	clear: left;
	width: 970px;
	height: 15px;
	padding: 5px 5px 8px 5px;
	margin: 0px 0px 5px 0px;
	/*background-color: #d2e4d2;*/  /*--- SUB-MENU BACKGROUND COLOR -----*/
	vertical-align: middle;	/*float: left;*/
	display: block;
	/*border-bottom: solid 1px #666666;*/
	/*text-align: center important!;*/
}

.tabsmenucontentclass a{
    color: #003560 !important;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.tabsmenucontentclass a:hover, .tabsmenucontentclass a.selected{
    text-decoration: underline;
	color: #003560;
}

/*--- MODIFIES THE SUBMENU LOOK -----*/
.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 15px;
margin-left: 15px;
}

.active a{
    color: #003560;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.active a:hover, .active a.selected{
    color: #003560;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}