@charset "UTF-8";  /* ECP Page sheet */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0A2006;
}
body {
	background-color: #0092d0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	position: relative;
}
#main {
	text-align: left;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #030;
	border-left-color: #030;
	position: relative;
	background-color: #FFF;
	/*z-index: 2;*/ /* ----Marc, See if this affects anything else --- */
}
#sectionA_home {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 400px;
	background-image: url(../images/homepage_banner_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	z-index: auto;
	background-color: #FFF;
}
#sectionA {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 340px;
	background-image: url(../images/subpage_banner_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	z-index: auto;
	background-color: #FFF;
}
#tagLine {
	background-position: left top;
	background-repeat: no-repeat;
	border-style: none;
	display: block;
	position: absolute;
	height: 35px;
	width: 250px;
	left: 550px;
	top: 290px;
	/* text-indent: -9999px; */	
	z-index: 501;
}
#tagLineB {
	background-position: left top;
	background-repeat: no-repeat;
	border-style: none;
	display: block;
	position: absolute;
	height: 35px;
	width: 250px;
	left: 550px;
	top: 230px;
	/* text-indent: -9999px; */	
	z-index: 501;
}
#sectionB {
	margin: 0px;
	padding-top: 95px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	clear: both;
	z-index:10;
}
#sectionC {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #FFF;
	background-image: url(../images/footer_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 176px;
	color: #000;
	clear:both;
}
#sectionB #content {
	float: left;
	width: 537px;
	position: relative;
	margin: 0px;
	z-index:11;
}
#sectionB #rightHand {
	float: right;
	width: 230px;
	z-index:11;
}
#bookmarks {
	background-image: url(../images/bookmarks.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	position: absolute;
	top: 320px; /* raised up 60 px because of home and sub adjustment */
	width: 373px;
	z-index: 3;
	right: 20px;
}
#bookmarks_home {
	background-image: url(../images/bookmarks.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	position: absolute;
	top: 380px; 
	width: 373px;
	z-index: 3;
	right: 20px;
}
#sectionA #topNav  {
	margin-top: 21px;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
	font-size: 10px;
	float: right;
	text-transform: uppercase;
}
#sectionA #topNav li {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
}
#sectionA #topNav li a {
	padding-right: 10px;
	padding-left: 0px;
	color: #09C;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
#sectionA #topNav li a:hover {
	text-decoration: underline;
}
/* ------ duplicate sectionA for home page ------ */
#sectionA_home #topNav  {
	margin-top: 21px;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
	font-size: 10px;
	float: right;
	text-transform: uppercase;
}
#sectionA_home #topNav li {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
}
#sectionA_home #topNav li a {
	padding-right: 10px;
	padding-left: 0px;
	color: #09C;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
#sectionA_home #topNav li a:hover {
	text-decoration: underline;
}
/* ------ END duplicate sectionA for home page ------ */
/*
/////MARC's old CSS/////
#main #mainNav {
	list-style-type: none;
	position: absolute;
	left: 20px;
	top: 350px;
	margin: 0px;
	padding: 0px;
	width: 780px;
	z-index: 10;
}
*/
/* -SEUNG's Revision BEGIN */
#main #mainNav {
	position: absolute;
	left: 0px;
	top: 350px; /* raised up 60 px because of home and sub adjustment */
	margin: 0px;
	padding: 0px;
	z-index: 999;
}
#main #mainNav_home {
	position: absolute;
	left: 0px;
	top: 410px;
	margin: 0px;
	padding: 0px;
	z-index: 999;
}

/* SEUNG's Revision END */
#logo {
/*	background-image: url(../images/new_site_logo.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 102px;
	width: 169px;
	left: 20px;
	z-index: 500;
	line-height: 102px;
	display: block;
/*	text-indent: -9999px;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sectionC #footerNav {
	float: right;
	list-style-type: none;
	padding-right: 10px;
	font-size: 10px;
	position: absolute;
	top: 65px;
	right: 10px;
}
#sectionC address {
	padding-left: 15px;
	font-size: 10px;
	line-height: 32px;
	position: absolute;
/*	top: 150px;
	left: 40px;*/
	top: 98px;
	left: 2px;	
	font-style: normal;
}
#sectionC .atonLogo {
	margin: 0px 10px 0px 0px;
}
#sectionC #footerNav li {
	display: inline;
	padding-right: .125em;
	padding-left: .125em;
	text-transform: uppercase;
}
#sectionC #footerNav li a {
	color: #000;
	text-decoration: none;
}
#sectionC #footerNav li a:hover {
	color: #000;
	text-decoration: underline;
}
.clear {
	clear: both;
}
#pageBk {
	background-image: url(../images/backleaf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 214px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	margin: 0px;
	overflow: visible;
	height: 290px;
	float: right;
	left: 801px;
	top: 40px;
	display:none;
}
#topNavTop {
	position: absolute;
	left: 20px;
	top: 334px;
	background-image: url(../images/nav/top_nava.gif);
	background-position: left top;
	height: 16px;
	width: 671px;
}
#topNavBottom {
	position: absolute;
	left: 20px;
	top: 375px;
	background-image: url(../images/nav/top_nav_bottoma.gif);
	background-position: left top;
	height: 19px;
	width: 671px;
}

#sectionA #topNav li .bull {
	background-image: url(../images/redArrow_bullet.gif);
	background-position: left -2px;
}
/* ------ duplicate sectionA for home page ------ */
#sectionA_home #topNav li .bull {
	background-image: url(../images/redArrow_bullet.gif);
	background-position: left -2px;
}

/* ------ END duplicate sectionA for home page ------ */
#main #textSizeChange {
	position: absolute;
	top: 70px;
	z-index: 2;
	left: 460px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.leftmargin {
	margin-left:20px;
}
form {
	padding-left: 20px;
	padding-bottom: 15px;
}
a:link , a:visited{
	color: #1199ce;
}
a:hover {
	color: #15bdff;
}
sup.sm {
	font-size:80%;
	vertical-align:top;
}
sup, sub {
	position: relative;
	font-size: smaller;
	vertical-align: baseline;
}
sup {
	bottom: .5em;
}
sub {
	top: .4em;
}
.smallcaps {
	font-variant:small-caps;
	font-size:85%;
}
object {
	margin-bottom:0px;
}