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

body {
text-align: center;
	}
#dataPad {
	padding: 5px;
}
#container {
text-align:left;
margin: 0 auto;
width: 980px;
border:solid 1px #666666;
background-color:#FFFFFF;
	}

.content {
text-align: left;
	}	

#header {
	width:980px;
	height:123px;
	}

#miniNav {
width:980px;
padding:3px 0px 3px 0px;
text-align:right;
color:#FFFFFF;
background-color:#40574a;	
}

#headerL {
	width:263px;
	height:123px;
	float:left;
	}
	
#headerR {
	width:717px;
	height:123px;
	float:right;
	background-image:url(images/bannerBG.jpg);
	}

#headerRVault {
	width:717px;
	height:123px;
	float:right;
	background-image:url(../myClientVault/images/bannerVault.jpg);
	}


#navigation {
	width:980px;
	text-align:right;
	background-color:#CCCCCC;
	padding:3px 0px 3px 0px;
	}
	
#images {
width:200px;
float:left;
	}
	
#imagesIE {
margin-left:10px;
}

#images img {
padding-bottom:1px;
	}

#content {
width:560px;
float:left;
	}
	
#right {
width:200px;
float:left;
	}

#footerNav {
width:980px;
text-align:right;
background-color:#40574a;
padding:3px 0px 3px 0px;
color:#FFFFFF;
clear:both;
	}

#copyright {
	width:980px;
	height: 20px;
	color:#535353;
	font-size:10px;
	clear:both;
	margin:0 auto;
	text-align:left;
	}
	
#copyrightL {
	width:490px;
	height: 20px;
	float:left;
	text-align:left;
	}
	
#copyrightR {
	width:490px;
	height: 20px;
	float:right;
	text-align:right;
	}

a.navigation_primary:link, a.navigation_primary:visited, a.navigation_primary:active {
	color: #40574a;
	text-decoration:none;
	font-size:14px;
	}
	
a.navigation_primary:hover {
	color:#999999;
	text-decoration:none;
	font-size:14px;
	}

a.navigation_secondary:link, a.navigation_secondary:visited, a.navigation_secondary:active {
	color: #FFFFFF;
	text-decoration:none;
	font-size:10px;
	}
	
a.navigation_secondary:hover {
	color:#CCCCCC;
	text-decoration:none;
	font-size:10px;
	}

a.navigation_tertiary:link, a.navigation_tertiary:visited, a.navigation_tertiary:active {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	}
	
a.navigation_tertiary:hover {
	color:#CCCCCC;
	text-decoration:none;
	font-size:14px;
	}
	
a.navigation_sephone:link, a.navigation_sephone:visited, a.navigation_sephone:active {
	color:#666666;
	text-decoration:none;
	}
	
a.navigation_sephone:hover {
	color:#999999;
	text-decoration:none;
	}

/* If you change this box you will change another one */	
#box {
width:198px;
border:solid 1px #40574a;
}

#innerBox {
padding:4px;
}
