@charset "utf-8";

/* MAIN PAGE STUFF */

.page-container {
	width:850px;
	/*	height:810px;*/
	margin:0px auto;
	margin-top:0px;
	margin-bottom:0px;
	border:solid 1px rgb(150,150,150);
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	clear:both;
	width:850px;
	padding:0.5em 0 0.5em 0;
	background: url(../img/bg_footer.jpg) no-repeat;
	font-size:0.7em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	text-align:center;
	margin-top:2px;
	color: #656F6E;
}

.header-top {width:850px; height:100px; background: url(../img/bg_header.jpg) no-repeat; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

.header-bottom {width:850px; height:100px; background: url(../img/bg_header.jpg) no-repeat; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

.DWSlogo {width:278px; height:48px; position:absolute; z-index:1; margin:10px 0 0 10px; background:url(../img/dwsdimension.jpg); }
.CAPlogo {
	width:196px;
	height:46px;
	position:absolute;
	z-index:1;
	margin:10px 0 0 640px;
	background:url(../img/oracle_logo.gif) no-repeat;
/*	top: 18px;*/
}
.strapline {
		width:300px;
	height:24px;
	position:absolute;
	z-index:1;
	margin:65px 0 0 545px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	top: 5px;
	height: 24px;
}
.strapline h2 {margin:0px 0 0 0; color:#F5873C; font-family:Arial, Helvetica, sans-serif; font-size:100%; height:1.5em; line-height:1.5em;}

/* NAVIGATION */
.nav2 {float:left; width:850px; border-bottom:solid 1px; border-top:solid 1px; /*border:solid 1px;*/ color:rgb(150,150,150); font-size:80%;} /*Color navigation bar normal mode*/
.nav2 ul {list-style-type:none; margin:0 0 0 -40px} /* MARGIN VALUE TO START MENU AT FAR LEFT OF PAGE*/
.nav2 ul li {
	float:left;
	position:relative;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/; /*border-right:solid 1px rgb(175,175,175);*/
/*	border:solid 1px rgb(175,175,175);*/
	text-align: center;
}
.nav2 ul li a {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display:block;
	height:1.7em;
	line-height:1.5em;
	padding:2px 0 2px 0; 
    text-decoration:none; 		
	font-weight:normal;
	color: rgb(100,100,100);
	width: 168px;
	border:solid 1px rgb(175,175,175);

}
/* Hovering*/
.nav2 table {position:absolute; top:0; left:0; border-collapse:collapse;}
.nav2 ul li a:hover {text-decoration:none; border:solid 1px rgb(130,195,78); color:#82C34E} 

