html {
	padding: 0;
	margin: 0;
	font-size: 100%; /* ensures font consistency across browsers */
	height: 100%; /* for footer-stick */
}
body {
	padding: 0;
	margin: 0;
	font-size: 11px; /* correct value for IE6 */
	line-height: 1.6;
	background: #a3c8e3;
	text-align: center;/* fix IE5 bug that doesn't honor margin auto */
	font-family: Arial, sans-serif;
	height: 100%; /* for footer-stick */
}
body.home {
	background: #a3c8e3;
}
html > body {
	font-size: 11px; /* correct value for non-IE6 browsers */
}
p {
	padding: 0;
	margin: 0 0 12px 0;
}

a {color: #0066B1;}

/* =Master
---------------------- 
	Master Container
	Notes:
		margin: 0px auto; centers the container horizontally except in IE5, which is fixed in the body tag
---------------------- */
#container {
	position: relative; /* for footer-stick */
	margin: 0 auto;
	padding: 0;
	width: 1108px; /* 1058 */
	font-size: 11px; /* displayed at 12px */
	text-align: center; /* keep the next level down (1000px wide) centered */
	height: auto !important; /* for footer-stick */
	height: 100%; /* for footer-stick */
	min-height: 100%; /* for footer-stick */
	color: #748a96;
	background-image: url(http://media.corporate-ir.net/media_files/irol/22/223490/images/body-background.jpg);
	background-repeat: repeat-y;
}

#content {
   position: relative; /* for footer-stick */
	margin: 0 auto;
	padding: 0;
	width: 800px; /*750*/
	text-align: center;
	height: auto !important; /* for footer-stick */
	height: 100%; /* for footer-stick */
	min-height: 100%; /* for footer-stick */	
	background-color: #fff;	
}

#logo {
	padding-top: 10px !important;
	margin-top: 0 !important;
	padding-bottom: 0;
	margin: 0 0 0 15px;
	display: block;
	text-align: left;
	vertical-align: bottom;
}

/* =Navigation */
#topnav {
	padding-top: 0 !important;
	margin-top: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
	width: 800px; /*750*/
	margin: 0 0 0 58px; /*38*/
	height:40px;
	display: block;
	text-align: left;
	background-image: url(http://media.corporate-ir.net/media_files/irol/22/223490/images/stripe.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#topnav ul {
	list-style: none outside;
}	

/* Level 1 UL */
#nav-main ul {
	position: relative; /* for footer-stick */
	top: 15px;
	left: 92px; /*66*/
	margin: 0;
	padding: 0;			
}

/* Level 1 LI */
#nav-main ul li {
	float: left;
	display: inline;
	position: relative;
	clear: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;				
	font-size: 11px !important; /* Part 2 of ugly fix */
	border-right: none;
	border-bottom: none;
	cursor: pointer;				
}

/* Level 1 A */
#nav-main ul li a {
	margin: 0;
	padding: 0 0;
	display: block;
	margin-bottom: 0px;	
	text-transform: uppercase;
	text-decoration: none;			
	color: #7A848D;	
	font-weight: bold;
}

#nav-main ul li a:hover {
	color:#0161AB;
}
				
#nav-main ul li a.selected {
	color:#0161AB;
}

ul#lnav { margin:0; padding:0; border-right:2px solid #fff; font-size: 11px;}
ul#lnav li {border-bottom:1px solid #fff; padding:3px 0 3px 3px; list-style-type:none; margin:0;}
ul#lnav li .off {border-bottom:1px solid #fff; padding:3px 0 3px 0px; list-style-type:none; margin:0 0 0 0;}
ul#lnav li .selected {border-bottom:1px solid #fff; padding:3px 0 3px 0px; list-style-type:none; margin:0 0 0 0; color:#0161AB; }
ul#lnav ul.subnav {margin:0; padding:0;}
ul#lnav ul.subnav li {padding:0 0 0 10px; border:0px;}
ul#lnav ul.subnav a {font-size:0.9em; line-height:0.8em;}
#lnav a {font-weight:bold; color:#666; text-decoration:none;}
#lnav a:hover {text-decoration:underline; color:#000;}
#lnav a.selected {color:#000;}				
				
#content-left {
	width: 150px !important;	
	float: left;	
	text-align: left;
	padding: 20px 0 20px 0px;
}

#content-right {
   color: #6C8393;
	float: left;
	text-align: left;
	width: 380px; 		
	padding: 20px 20px 20px 0;	
	font-size: 11px;
}					

#content-tools {
   color: #6C8393;
	float: right;
	text-align: left;
	width: 140px; 		
	padding: 20px 20px 20px 0;	
}	

/* =Footer
----------------------
	Credit/footer styles: Usually the copyright/company info
	Notes:
---------------------- */
#siteinfo {	
   clear:both;
	position: relative; /* for footer-stick */
	/*height: 15em; */
	padding: 0;
	margin: 0em auto 0;  /*negative margin makes footer-stick work */
	width: 750px;	
	font-size: 11px;
	color: #1A2674;
	z-index: 210;
	vertical-align: bottom;
	background-color:#fff;
}


#siteinfo-logo {
	text-align: left;
	/*background-image: url(http://media.corporate-ir.net/media_files/irol/22/223490/images/logo-footer.gif);
	background-repeat: no-repeat;
	background-position: left;*/
	margin: 0 30px 0 15px;
	height: 50px;
	border-bottom: 1px solid #0465B2;
}

#siteinfo-links {
	padding-top: 0 !important;
	/*margin-top: 0 !important;*/
	padding-top: 0;
	padding-bottom: 0;
	width: 750px;
	margin: 0;	
	display: block;
	text-align: left;
	margin: 10px 30px 0 15px;
}




/* Level 1 LI */
#siteinfo-links .link {
	float: left;
	text-align: left;
	display: inline;
	position: relative;
	clear: none;
	margin: 0;
	padding: 0;
	font-size: 10px !important; /* Part 2 of ugly fix */
	border-right: none;
	border-bottom: none;
	cursor: pointer;
	
}


#siteinfo #siteinfo-links .link a {
	margin: 0;
	padding: 0 0;
	display: block;
	margin-bottom: 0px;		
	text-decoration: none;			
	color: #798B8D;		
}

#siteinfo-links .copy {
	float: right;
	text-align: left;
	display: inline;
	position: relative;
	clear: none;
	margin: 5px 45px 0 0 ;
	padding: 0;
	font-size: 10px !important; /* Part 2 of ugly fix */
	border-right: none;
	border-bottom: none;
	color: #798B8D;
	
}


siteinfo a:link, #siteinfo a:visited {
	color: #798B8D;
	text-decoration: none;
}
#siteinfo a:hover, #siteinfo a:active {
	color: #1A2674;
}

/* =Uni
----------------------
	Universal styles: Styles that apply to elements found throughout the site
	Notes:
		The best example of this is the "clear" div
---------------------- */
.clear {
	clear: both;
	height: 1%;
	font-size: 1%;
	line-height: 1;
	width: 100%;
	margin: 0;
	padding: 0;
}


