/* @override 
	http://ab/_styles.css
*/

/* @group IMPORT */

@import url('assets/styles/reset.css');
@import url('assets/styles/base.css');
@import url('assets/styles/layout.css');
@import url('assets/fonts/optima.css');
@import url('assets/fonts/myriadpro.css');
@import url('assets/styles/fonts.css');

/* @end */

/* @group BASE */

html {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;	
	background:#474641 url(assets/images/stone.jpg) 50% 0;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	font-size: 17px;
	font-family: 'MyriadProLight', Helvetica, Arial, sans-serif;
	background:black url(assets/images/stone.jpg) 50% 0;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* @end */


/* @group LAYOUT */

/*.page,
	.header,
		.nav,
		.nav ul,
		.nav li,
		.nav a,
	.content,
		.layout,
			.article,
				h1,h2,h3,p,
				.col,
				.col1of2,.col2of2,
				.col1of3,.col2of3,.col3of3,
			.aside,
				h4,
				.section,
	.footer,
		.nav,
		.legal
{
	overflow: hidden;
}*/


.page,
	.content,
		.layout,
			.article,
				h1,h2,h3,p,
				.col,
				.col1of2,.col2of2,
				.col1of3,.col2of3,.col3of3,
			.aside,
				h4,
				.section,
		.legal
{
	/* disable margin-collapse */
	overflow: hidden;
}

.page {

}
.header {
	background: url(assets/images/header.png) 50% 0 no-repeat;
	height:265px;
}
.content {
	background: url(assets/images/content.png) 50% 0 repeat-y;
}
#overview .layout {
 margin: 0 auto;
 width: 932px;
 background: url(assets/images/overview.png) repeat-x;
}

.footer {
	background: url(assets/images/footer.png) 50% 0 no-repeat;
	height:165px;
}
/* @end */

/* @group FONTS */

h1,h2,h3,h4,h5,h6{
	font-family: 'MyriadPro', Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	font-weight: normal;
	color: #a97e13;
}

.hidden {
	display: none;
}
p {
	line-height: 22px;
}

h3 span {
	font-size:14px;
	display:block;
	float: right;
}

/* @end */

/* @group NAV */

.nav {
	font-family: 'Optima', Helvetica, Arial, sans-serif;
	width:950px;
	margin:0 auto;
	height: 80px;
	font-size: 16px;
}
.header .nav {
	margin-top: 183px;
}
.footer .nav {
	margin-top: 22px;
}

.nav > ul {
	margin: 0;
	margin-left: 190px;
	padding: 0;
	list-style: none;
	height: 100%;
}

.nav > ul > li {
	display: block;
	float: left;
	margin: 0;
	position:relative;
}

.nav > ul > li > a {
	display: block;
	margin: 0;
	height: 20px;
	padding: 30px 17px;
	color: #000;
	text-decoration: none;
	/*text-shadow: 0px 0px 1px #fff;*/
}

.footer .nav > ul > li a {
	color: #db9d2b;
	text-shadow: 0px 0px 1px #fff;
}


.nav > ul > li:hover > a {
	/*background:  url(assets/images/menu-item.png) no-repeat 50% 200%;*/
	color: white;
	text-shadow: 0px 0px 1px #fff;
}

.footer .nav > ul > li:hover > a {
	color: #ecdfb1;
	text-shadow: 0px 0px 1px #fff;
}

body.overview   .header .nav a.overview,
body.services   .header .nav a.services,
body.technology .header .nav a.technology,
body.compliance .header .nav a.compliance,
body.partner    .header .nav a.partner, 
body.contact    .header .nav a.contact {
	color: white;
}
	

body.overview   .footer .nav a.overview,
body.services   .footer .nav a.services,
body.technology .footer .nav a.technology,
body.compliance .footer .nav a.compliance,
body.partner    .footer .nav a.partner,
body.contact    .footer .nav a.contact {
	color: #ecdfb1;
}

/* @end */

/* @group NAV CLEARFIX */

.nav:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.nav
{
	display: inline-block;
}

html[xmlns] .nav
{
	display: block;
}

* html .nav
{
	height: 1%;
}

/* @end */

/* @group NAV LVL 2 */

.nav li:hover > ul
{
	display: block;
}

.nav > ul > li {
	/* ie7 z-index fix, parent ele higher zindex */
	z-index: 101;
}

.nav ul ul
{
	display: none;
	z-index: 100;
	margin: 0;
	padding: 0;
	width: 235px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #f9f1ce url(../ui/ui_gradient1.png) repeat-x 0 -10px;
	/*border: solid 1px #b4b4b4;
	border-top: none;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0, .4);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0, .4);
	box-shadow: 0 3px 6px rgba(0,0,0, .4);
}

.nav ul ul a {
	display: block;
	margin: 0;
	height: 20px;
	padding: 10px 17px;
	color: #000;
	text-align: left;
	text-decoration: none;
	/*text-shadow: 0px 0px 1px #fff;*/
}


.nav ul ul li
{
	list-style: none;
	float: none;
	margin: 0;
	padding: 0;
}

.nav ul ul a
{
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	color: #7d660c;
}

.nav ul ul a:hover
{
	color: #000;
	
}
.nav ul ul
{
	left: 0px;
	top: 60px;
}

.footer .nav ul ul
{
	/* remove to display submenus */
	display: none !important;
	left: 0px;
	top: -145px;
}

/* rounded corners of first and last link */

.nav ul ul li:first-child > a
{
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}

.nav ul ul li:last-child > a
{
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}



/* @end */


/* @group ARTICLE */

.article .intro {
	position: relative;
	float: left;
	width: 540px;
	height: 250px;
	margin:20px 0px 20px 0px;
	font-size: 22px;
}

.article .intro .globe {
	position: absolute;
	width: 208px;
	height: 198px;
	top: 20px;
	left: 10px;
	background: url(assets/images/globe.png) no-repeat;
	float: left;
	-webkit-box-shadow: 0px 1px 4px #999;
	-moz-box-shadow: 0px 1px 4px #999;
}

.article .intro .gist {
	position: absolute;
	top: 24px;
	left: 250px;
}

.article .intro .learnmore {
	position: absolute;
	display: block;
	font-size: 20px;
	top: 198px;
	left: 250px;
	text-shadow: 1px 1px 2px #aaa;
}

.article .intro .learnmore a{
	text-decoration: underline;
}

.article .paymentlogos {
	margin-top: 20px;
	width: 532px;
	height: 53px;
	background: url(assets/images/logos.png);
	clear: both;
}

.article a
{
	font-family: 'MyriadPro';
	color: #3b2e02;
	text-decoration: none;
}
.article a:hover,
.article .col a:hover {
	text-decoration: underline;
}

.article .summary {
	clear: both;
	padding-top: 20px;
}

.article .col {
	width: 30%;
	float: left;
	margin-bottom: 10px;
}

.article .col a{
	text-decoration: none;
	color: #c18716;
	text-shadow: 1px 1px 1px #ccc;
}

.article .col1of3 h2,
.article .col2of3 h2,
.article .col3of3 h2 {
font-size: 23px;	
margin-bottom: 10px;
}
.article .col1of3 p,
.article .col2of3 p,
.article .col3of3 p {
	
}

.article h2 a,
.article h2 a:hover,
.article .col h2 a,
.article .col h2 a:hover
{
	text-decoration: none;
}

#news .article h2 {
	color: #c18716;
}

.article .col1of3 {
	margin-left: 0px;
}
.article .col2of3 {
	margin-left: 20px;
}
.article .col3of3 {
	margin-left: 20px;
}

.article .col.col1of2, .col.col2of2 {
	width: 48%;
}

.article .col1of2 {
	margin-left: 0px;
	
}
.article .col2of2 {
	margin-left: 20px;
}

.article h1 + p {
	padding-top: 20px;
}

.article strong{
	font-family: 'MyriadPro';
	font-weight: normal;
}

.article fieldset {
	
	margin: 15px;
	width: 524px;
}

.article label {
	float: left;
	width: 75px;
	text-align: right;
	padding: 0 5px 0 0;
}

.article .field {
	float: left;
	width: 350px;
}
.article .field .text {
	width: 850px;
}

.article .field textarea {
	height: 300px;
}

.article .topic {
	clear: both;
	margin-top: 20px;
}

.article .topic .date {
	float:left;
	width: 100px;
}
.article .topic .subject {
	float:left;
	width: 400px;
}

.article .subject h2 {
	margin-top: 0;
}
/* @end */

/* @group ASIDE */
.aside {
}

.aside h3 {
	opacity: 0.8;
	background-color: #ecdfb1;
	padding:12px 16px 6px;
	text-shadow: 1px 1px 3px white;
	color: #4f3904;
	border-bottom: 1px solid #4e4146;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-color: #fff;
}

.aside .news.section {
		opacity: 0.7;

}

.aside .section {
	background-color: #f7eecd;
	border:1px solid #ecdfb1;
	padding:10px 16px 13px;
	padding:0;
	font-size:16px;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* for news fade in */
.aside .section .template,
.aside .section .template ul,
.aside .section .template li,
.aside .section .template a
 {
	list-style: none;
	color: #f7eecd !important;
	
	
}

.newsfeed {
	position: relative;
}

.aside .overlay {
	background-color: #f7eecd;
	width:100%;
	height:100%;
	position: absolute;
}

.aside li, .aside a {
	font-size: 14px;
	color: #6e5809;
	text-decoration: none;
	font-family: 'MyriadPro',Arial,sans-serif;	
	font-weight: normal;
}

.aside a:hover {
	color: #3b2e02;
}

.aside .news li {
	margin-bottom: 10px;
}

.aside .account form {
	padding: 10px 0;
}

.aside .account .accountbutton {
	display: block;
	width: 165px;
	height: 122px;
	background: url(assets/images/panel.png) no-repeat;
	margin: 10px 0 10px 10px;
}

.aside .account .info {
	float:right;
	width:110px;
	margin: 16px 0 10px 0px;
	font-size: 14px;
	padding-right: 3px;
}

.aside .account fieldset {
	margin: 5px;
	width: 185px;
}

.aside .account label {
	float: left;
	width: 75px;
	text-align: right;
	padding: 0 5px 0 0;
}

.aside .account .field {
	float: left;
	width: 100px;
	overflow: hidden;
}
.aside .account .field input.text {
	width: 95px;
}

.aside .contact {
	font-size: 14px;
}
.aside .contact a {
	font-size: 16px;
	font-family: 'MyriadPro';
	color: #3b2e02;
}
.aside .contact a:hover {
	text-decoration: underline;
}

.aside .contact ul {
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.aside .contact li {
	margin-bottom: 5px;
	list-style-type: circle;
}

.aside .contact .map {
	display: block;
	float: right;
	width: 140px;
	height: 90px;
	margin: 5px 5px 0 0;
	background:url('/assets/images/map.png') 50% 30%;
	border: 1px solid #c2b588;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.aside .contact p {
	float: left;
	padding: 12px 12px 0 12px;
}

/* @end */

/* @group FOOTER */

.footer p {
	color: #888;
	margin-top: 20px;
	font-size: 15px;
}

.footer a {
	color: #888;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
}

/* @end */
