@charset "utf-8";
/* CSS Document */
body, html {
	margin-top: 0px;
	margin-bottom: 0px;
}
#cpcwrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.table0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*style the main menu*/
.myMenu {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	z-index:1;
	position:relative;   /*  added these 2 lines to allow the menu to float over the slider  */
			}
.myMenu li {
	list-style: none;
	 float: left; 
	font: 12px Arial, Helvetica, sans-serif;
}

.myMenu li a:link, .myMenu li a:visited {
	display: block;
	text-decoration: none;
	background-color: #4e7fc1;
	margin: 0;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
}

.myMenu li a:hover {
	background-color:#7198cd;	
}

/*style the sub menu*/
.myMenu li ul {
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #fff;
	margin: 0;
	padding: 0;
	width: auto;
}

.myMenu li ul li {
	display:inline;
	float:none;
}

.myMenu li ul li a:link, .myMenu li ul li a:visited {
	background-color:#4e7fc1;
	width:auto ;
}

.myMenu li ul li a:hover {
	background-color:#7198cd;	
}
.firstLink {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
/*.myIcon:after { content: '\25bc';  }*/.downArrow { font-size: 12px; }
.bottomRow {
	height: 2px;
	background-color: #9797A6;
	/*background-color: #f26722; */
}
.bottomRowHome {
	height: 3px;
	background-color: #9797A6;
}

.middleRow {
	height: 3px;
	background-color: #6cad4f;
}
.headerSeperator{
	height: 8px;
	}
