/* ================ STRUCTURE ================ */
*, * html {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: .8em;
	line-height: 1.3em;
	color: #666;
	background: #FFF;
}

#wrap {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 760px;
	background: #FFF;
}


/* ================ COMMON ELEMENTS ================ */

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial ;
	color: #D97A3E;
}
h1 {
	font-size: 145%;
	font-weight:300;
	margin-bottom: .5em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
h2 {
	font-size: 125%;
	margin-bottom: 1em;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
	font-family: Arial, Helvetica;
	margin-bottom:.5em;
	padding-top: .5em;
}
h5 {
	
}

p {
	margin-bottom: 1em;
}

p.last {
	margin: 0;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #0466B3;
}

a:hover, a:focus {
	text-decoration: underline;
}

a img, a:link img, a:visited img, a:active img {
	border: none;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

span {
	
}

ul {
	
}
li {
	
}

ol {
	
}


dl {
	
}
dt {
	
}
dd {
	
}

hr {
	border: none;
	background: url('../../images/divider-h.gif') repeat-x;
	margin-bottom: 1em;
	height: 1px;
}



/* ================ LAYOUT ================ */
#header {
	position: relative;
	width: 760px;
	
}
#header img.printid {
	display:none;
}
#header #header-top {
	position:relative;
	background: url('../images/pline.gif') no-repeat;
	height: 78px;
	z-index:99;
}

#home #header #header-main {
	position:relative;
	background: url('../images/main.jpg') no-repeat;
	height: 202px;
}

#sub #header #header-main {
	position: relative;
	height: 143px;
}
#sub #header .products {
	background: url('../images/products_head.jpg') no-repeat;
}
#sub #header .clients {
	background: url('../images/clients_head.jpg') no-repeat;
}
#sub #header .ACS {
	background: url('../images/ACS_head.jpg') no-repeat;
}
#sub #header .forms {
	background: url('../images/forms_head.jpg') no-repeat;
}

#header-top #nav-utility {
	position:absolute;
	list-style-type: none;
	background: transparent;
	color: #999;
	height: 18px;
	top: 18px;
	right: 80px;
	width: 671px;
	font-size: 9.5px;
}

#header-top #nav-utility li {
	float: left;
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 1em;
	border-left: #999 solid 1px;
}
#header-top #nav-utility li.first {
	border: none;
}
#header-top #nav-utility li a, #header-top #nav-utility li a:link, #header-top #nav-utility li a:visited, #header-top #nav-utility li a:active {
	color:#999;
}

span.tagline {
	position: absolute;
	display: block;
	left: 10px;
	top: 75px;
	font-family: Verdana, Tahoma, Helvetica;
	color: #424242;
	font-size: 97%;
	letter-spacing: .03em;
	z-index: 100;
}

#header #header-main #nav-site {
	position:absolute;
	left: 6px;
	top: 17px;
	height: 32px;
	list-style-type: none;
	background: transparent;
	font-size:95%;
}
#nav-site li {
	position:relative;
	display: block;
	top:-2px;
	height: 32px;
	float: left;
}

#nav-site li span {
	display: block;
	float: left;
	padding: 0 10px;
	margin-top: 9px;
	border-right: #999999 solid 1px;
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #424242;
	cursor: pointer;

}
#nav-site li span.last {
	border-right: none;
}

.homenavdown {
	background: url('../../images/down.gif') repeat-x top left;
	text-decoration:none;
	cursor: pointer;
}
.subnavdown {
	background: url('../../images/down.gif') repeat-x top left;
	text-decoration:none;
	cursor: pointer;
}
#nav-site li.active {
	background: url('../../images/down.gif') repeat-x top left;
}

#nav-site li a:hover {
	text-decoration: none;
}

#contentwrap {
	position: relative;
	margin-top: 26px;
}

#contentwrap img {
	margin-bottom: 4px;
}

#contentwrap img.para {
	margin-bottom: 14px;
}

#home #content-left {
position:relative;
	float:left;
	width: 315px;
	left: 25px;
}

#home #centre-col {
	position: relative;
	float:left;
	left: 40px;
	bottom: 0;
	height: 100%;
	width: 180px;
	padding-right:15px;
	background: url('../../images/divid1.gif') repeat-y top right;
}

#home #centre-col img.swapimg {
	margin-bottom: 10px;
}


#home #side-right {
	position: relative;
	float: right;
	right: 10px;
	width: 180px;
}

#sub #contentwrap {
	position: relative;
	font-size: 100%;
	line-height: 1.35em;
}
#sub #side-left {
	position:absolute;
	left: 7px;
	bottom:0;
	top:0;
	width: 154px;
	padding-right: 15px;
	background: url('../../images/divid1.gif') repeat-y top right;
}

/* IE hack */

* html #sub #side-left {
	position: relative;
	float:left;
	left: 7px;
	bottom:0;
	top:0;
	width: 154px;
	height: 100%;
	padding-right: 15px;
	background: url('../../images/divid1.gif') repeat-y top right;
}

/* end hack */

#sub #nav-side, #sub #content-right.full-width ul.sitemap {
	position:relative;
	list-style-type: none;
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 95%;
}
#sub #nav-side li, #sub #content-right.full-width ul.sitemap li {
	list-style-type: none;
	display: block;
	padding-left: 12px;
	margin-bottom: 1em;
	background: url('../../images/arrow_up.gif') no-repeat .5em left;
	color: #0466B3;
}
#sub #nav-side li.active, #sub #nav-side li:hover, #sub #content-right.full-width ul.sitemap li:hover, #sub #content-right.full-width ul.sitemap li.active {
	color: #D97A3E;
	background: url('../../images/arrow_dn.gif') no-repeat .5em left;
}
#sub #nav-side li a, #sub #content-right.full-width ul.sitemap li a {
	color: #0466B3;
}
#sub #nav-side li a:hover, #sub #content-right.full-width ul.sitemap li a:hover {
	color: #D97A3E;
}
#sub #nav-side ul {
	list-style-type: none;
	font-size: 95%;
	margin-left: 10px;
}
#sub #nav-side ul li {
	margin-bottom: .75em;
}

#sub #content-right {
	position: relative;
	width: 554px;
	float: left;
	margin-left: 200px;
}

#sub #content-right.full-width {
	width: 748px;
	margin-left: 6px;
	float: none;
}

#sub #content-right.full-width ul.sitemap {
	float: left;
	width: 129px;
	height: 32em;
	padding: 10px;
	background: url('../../images/divid1.gif') repeat-y top right;
}
#sub #content-right.full-width ul.sitemap.last {
	background: transparent;
}

/* IE hack */

* html #sub #content-right {
	position: relative;
	width: 554px;
	float: left;
	margin-left: 25px;
}

/* end hack */


#sub #content-right div.titlebar {
	position: relative;
	background:  url('../../images/divider-h.gif') repeat-x bottom left;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#sub #content-right div.titlebar h1 {
	width: 20em;
}
#sub #content-right div.titlebar div.controls {
	position: absolute;
	height: 16px;
	right:0;
	top:0;
	font-size: 12px;
	z-index: 10;
}
#sub #content-right div.titlebar div.controls img {
	margin: 0;
	padding: 0;
	margin-bottom: -1px;
	cursor: pointer;
}
#sub #content-right div.titlebar div.controls a, #sub #content-right div.titlebar div.controls a:hover {
	text-decoration: none;
	cursor: pointer;
}

#sub #content-right #centre-col {
	float: left;
	width: 355px;
}
#sub #content-right.full-width #centre-col {
	width: 748px;
}


#sub #content-right #side-right {
	float: right;
	margin-right: -3px;
	width:190px;
}
dl.related {
	list-style-type: none;
}
dl.related dt {
	display:block;
	height: 36px;
	background: url('../images/related-top.gif') no-repeat top left;
}
dl.related dd {
	display: block;
	background: url('../images/related-mid.gif') repeat-y;
	padding: 8px 8px 5px 31px;
}
dl.related dd.end {
	background: url('../images/related-bottom.gif') no-repeat; 
	height: 9px;
	padding-bottom: 20px;
}
dl.related dd span.PDF {
	display: block;
	background: url('../../images/pdf.gif') no-repeat 0 3px;
	padding-left: 23px;
}
dl.related dd span.PDF a, dl.related dd span.PDF a:link {
	color: #0466B3;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
}
dl.related dd span.PDF a:hover {
	color: #D97A3E;
}

span.top {
	display: block;
	color: #0466B3;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
}
span.top a, span.top:link {
	color: #0466B3;
	text-decoration: none;
}
span.top a:hover, span.top a:focus {
	color: #D97A3E;
	text-decoration: underline;
}

#custom_data_request_bottom {
	background:  url('../../images/divider-h.gif') repeat-x top;
	text-align: left;
	color: #999;
	padding-top: 10px;
	margin-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
}

#footer {
	background: url('../images/shadow.gif') repeat-x;
	text-align: center;
	color: #999;
	padding-top: 30px;
	margin-top: 20px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color: #999;
}
#footer a:hover, #footer a:focus {
	text-decoration:underline;
}
span.copyright {
	display: block;
	margin: 5px 0;
	font-size: 75%;
}

#centre-col div.returnmpac {
	position: relative;
	left:0;
	bottom: 0;
	width: 180px;
	height: 79px;
	background: url('../images/return.jpg') no-repeat;
}
div.returnmpac img.btn {
	position:absolute;
	bottom: 6px;
	left: 74px;
}

div.enterpl {
	position:relative;
	width: 315px;
	height: 152px;
	background: url('../images/realtime.jpg') no-repeat;
}
div.enterpl span {
	position: absolute;
	top: 70px;
	left: 14px;
	color:#FFF;
	font-size: 103%;
	font-weight: bold;
}
.enterpl img.btn {
	position:absolute;
	bottom: 16px;
	left: 12px;
}
img.btn a, img.btn a:link {
	border: none;
}


/* ================ LAYOUT ADJUSTMENTS ================ */
#2-col-left #header {
	
}

/* ================ HOCUS POCUS ================ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {clear:both;}

.caps { text-transform: uppercase;}

.super {
	font-size: xx-small;
	vertical-align: super;
}
.blue {
	color: #0466B3;
}
.orange {
	color: #D97A3E;
}

