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


body {
	background:url(images/portPageBG.jpg) repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#headerContainer{
	height:130px;
	width: 950px;
	margin:0;
	padding:0;
}

#logo{
	height:130px;
	width:240px;
	margin: 0 0 0 50px;
	background:url(images/logo.jpg) no-repeat;
	float: left;
}

#titlesContainer{
	height:120px;
	width: 100%;
	margin:0;
	padding: 0 0 0 50px;
}

#mainAd{
	background: url(images/homeAd.jpg) no-repeat;
	width: 936px;
	height:232px;
}

#threeHeadercontainer{
	width: 936px;
	height: 120px;
	margin: 0;
	padding: 0;
}

#logoHeaderLeft{
	background:url(images/logoHeader.jpg) no-repeat;
	width: 312px;
	height: 120px;
	margin:0;
	padding:0;
	float:left;
	border:none;
}

#websiteHeaderMid{
	background:url(images/websiteHeader.jpg) no-repeat;
	width: 312px;
	height: 120px;
	margin:0 0 0 312px;
	padding:0;
}

#collateralHeaderRight{
	background: url(images/collateralHeader.jpg) no-repeat;
	width: 312px;
	height: 120px;
	margin:0;
	padding:0;
	float:right;
}

#contentContainer{
	width:950px;
	min-height: 300px;
	color:#666666;
	font-family:Tahoma, Arial;
	font-size:11px;
	margin: 0 0 0 50px;
	padding: 50px 0 0 0;
}

#content{
	color:#666666;
	font-family:Tahoma, Arial;
	font-size:11px;
	padding: 0 20px 0 50px;
	line-height:20px;
	width: 580px;
	background:url(images/contentBG.jpg) repeat-y;
}

#content p{
	color:#666666;
	font-family:Tahoma, Arial;
	font-size:11px;
	padding: 0 0 0 15px;
	line-height:20px;
}

#content h1{
	color:#003366;
	font-family:Tahoma, Arial;
	font-size:14px;
}

#content a{
	color:#0099FF;
	font-family:Tahoma, Arial;
	font-size:11px;
	text-decoration:none;
}

#content a:hover{
	color:#0099FF;
	font-family:Tahoma, Arial;
	font-size:11px;
	text-decoration:none;
}

#content a:visited{
	color:#0099FF;
	font-family:Tahoma, Arial;
	font-size:11px;
	text-decoration:none;
}

#rightContent{
	width:240px;
	min-height: 180px;
	float: right;
	margin: 0 20px 0 0;
}

#rightContent p{
	line-height: 20px;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#999999;
	margin: 0;
}


#footerContainer{
	font-family:Tahoma, Arial;
	font-size:10px;
	color: #999999;
	background:url(images/footerBG.jpg) no-repeat;
	width:800px;
	height:30px;
	margin: 20px 0 0 120px;
	text-align:center;
	padding: 3px 0 0 0;
}

#footerContainer p{
	font-family:Tahoma, Arial;
	font-size:10px;
	color: #999999;
	text-align:center;
}

/*Nav Section*/


#navHolder{
	height:30px;
	width:500px;
	margin: 0;
	padding:50px 50px 0 0;
	float:right;
}

.indentmenu{
	font:10px/22px Tahoma;
	width: 100%;
	overflow: hidden;
}

.indentmenu ul{
	margin: 0 0 0 15px;
	padding: 0;
	float: right;
	width: 80%; 
	border-top: none;
	border-bottom: none;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: right;
	color:#999999;
	/*padding: 0px 20px;*/
	width:80px;
	text-decoration: none;
	text-align:center;
	margin: 0 5px;
	font-weight:bold;
}


.indentmenu ul li a:hover{
	color:#CCCCCC;
	background:url(images/navHover.png)
}

.indentmenu ul li .current{
	color:#CCCCCC;
	background:url(images/navHover.png)
}

/*-------------------------------*/

