@charset "utf-8";

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	cursor:crosshair;
	}
	

#navBar {
	background-color: #FFFFFF;
	height: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#block {
	position:relative;
	width:900px;
	height:20px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	z-index: 999;
}
#block, #block ul {
	padding:0;
	margin:0;
	list-style:none;
	background-color:#FFFFFF;
}
#block div {position:absolute; left:-9999px;}
#block div ul {
	background-image: url(../testBg_white.png);
}

#block li.top, #block li.top a {
	display:block;
	width:100px;
	color:#666666;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	background:transparent;
	margin: 0px;
	padding: 0px;
	float: left;
}

#block li.first {
	margin-left:50px;
	display:inline;
}


#block li.top:hover, #block li.top a:hover  {
	border:0;
	color:#333333;
	background-color: #EBEBEB;
}
#block li.top:hover > a  {
	color:#333333;
	background-color: #EBEBEB;
}

#block :hover div {
	left:0;
	top:20px;
	width:900px;
	height:auto;
}
#block :hover div ul {
	width:900px;
	height:285px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#containerALL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	padding: 0px;
	height: 615px;
	width: 901px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 1000;
}

#block :hover ul li {
	width:100%;
	height:100%;
	background-image: url(testBg_white.png);
}
#block :hover ul li dl {
	padding:0;
	width:auto;
	margin:0 auto;
	padding:50px 0;
	text-align:left;
}
#block :hover ul li dl dt {
	padding:0;
	margin:0;
	color:#000000;
	height:25px;
	line-height:25px;
}
#block :hover ul li dl dd {
	padding:0;
	margin:0;
	color:#333333;
	text-align:left;
	width:100%;
}
#block :hover ul li dl dd a {
	text-decoration:none;
	color:#666666;
	width:100%;
	font-weight:normal;
	text-align:left;
	height:20px;
	line-height:20px;
	position:relative;
	text-indent: 350px;
}
#block :hover ul li dl dd a:hover {
	color:#000000;
	background-image: url(testBgGrey.png);
}
#footer {
	background-color: #FFFFFF;
	height: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#mainContent {
	padding: 0px;
	height: 570px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	position: relative;
}
.footerLeftNav {
	
	margin-left: 10px;
	float: right;
	
}

#footerLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 300px;
}
#footerRight {
	height: 15px;
	width: 300px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	margin: 0px;
	text-indent: 10px;
}



/* style the outer div to give it width */
.project {
	width:275px;
	height:20px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	z-index: 1000;
}
/* remove all the bullets, borders and padding from the default list styling */
.project ul {
padding:0;
margin:0;
list-style-type:none;
}
.project ul ul {
	width:275px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.project li {
	float:left;
	width:275px;
	position:relative;
}
/* style the links for the top level */
.project a, .project a:visited {
	display:block;
	text-decoration:none;
	color:#CCCCCC;
	width:275px;
	height:20px;
	line-height:20px;
	padding-left: 0px;
	background-color: #000000;
}

/*mk add*/
.project ul li {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:275px;
	height:20px;
	line-height:20px;
	padding-left: 0px;
	text-indent: 10px;
	background-color: #999999;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.project ul ul {
	visibility:hidden;
	position:absolute;
	bottom:20px;
	left:0px;
	text-indent: 10px;
	width:275px;
}


/* style the second level links */
.project ul ul a, .project ul ul a:visited {
	color:#999999;
	height:auto;
	line-height:1em;
	width:275px;
	background-color: #FFFFFF;/* yet another hack for IE5.5 */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}



.project :hover > a, .project ul ul :hover > a {
	color:#000000;
	background-color: #DADADA;
}

/* make the second level visible when hover on first level list OR link */
.project ul li:hover ul,
.project ul a:hover ul{
visibility:visible;
height:auto;
}
#footerCopyright {
	height: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	color: #999999;
}
#containerLeft {
	margin: 0px;
	padding: 0px;
	height: 570px;
	width: 450px;
	float: left;
	z-index: 1;
	visibility: inherit;
	position: relative;
}
#containerRight {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 570px;
	width: 450px;
}
#containerALL #mainContent #containerLeft #containerText {
	background-color: #FFFFFF;
	float: left;
	width: 430px;
	vertical-align: baseline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
	bottom: 0px;
	text-align: justify;
}

#containerALL a:link {
	text-decoration: none;  
}

#containerALL a:hover {
	text-decoration: underline;  
}

#containerALL #footer #footerCenter {
	float: left;
	height: 20px;
	width: 250px;
	padding-right: 25px;
	padding-left: 25px;
}
.linksBottom {
	text-align: right;
	display: block;
	margin-top: 10px;
	color: #000000;
	position: absolute;
	bottom: 5px;
	float: right;
	margin-right: 0px;
	right: 10px;
}

.hoverLinks:hover{
	color: #FFFFFF;
	background-color: #000000;
}
.logo {
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
strong {
	color: #000000;
}