@charset "utf-8";
/* CSS Document */
/* Created by Antony de Navarro - webdesigner@london.com */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {	line-height: 1; /*	color: black; background: white;  */
}
ol, ul {list-style: none;}

/* tables still need 'cellspacing="0"' in the markup 
table {	border-collapse: separate; border-spacing: 0;}

caption, th, td {text-align: left; font-weight: normal;}*/

blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {	quotes: "" "";}

/* END of Reset */ 

/* Start Tag Definitions */ 

body {
	background-color:#222;
	background-image:url(../images/layout/bg_tile.png);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#222222;
	width : 360px;
	height : 70px;
	margin : 0;
	padding :0;
	background : url(../images/layout/logo-aes-banking.gif) no-repeat;
	text-indent : -9999px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#222222;
	text-transform: uppercase;
	padding-bottom:22px;
	text-indent : -9999px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#222222;
	width : 360px;
	height : 70px;
	margin : 0;
	padding :0;
	background : url(../images/text_images/tagline.gif) no-repeat;
	text-indent : -9999px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#222222;
	text-transform: uppercase;
	padding-bottom:16px;
}
h5 {
	/*font-family:"Times New Roman", Times, serif;*/
	font-size: 14px;
	font-weight: bold;
	color:#222222;
	text-transform: uppercase;
	padding:15px 0 0px 0;
	margin: 15px 0 3px 0;
}

h6 {
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 14px;
	font-weight: bold;
	color:#222222;
	text-transform: uppercase;
	padding:15px 0 0px 0;
	margin: 0px 0 1px 0;
}
p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	font-size: 13px;
	word-spacing: 0.1em;
	margin:0px 1px 10px 1px;
}

ul {
	list-style: disc;
	margin: 0 0 15px 35px;
	padding: 0 0 0 0;
}

li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	font-size: 13px;
	word-spacing: 0.1em;
}

strong {font-weight:bold;}
em{font-style:italic;}

a:link {color:#37618A; text-decoration:underline;}
a:visited{color:#222222; text-decoration:underline;}
a:active{color:#37618A; text-decoration:none; text-decoration:underline;}
a:focus{color:#37618A; text-decoration:none; border:none;}
a:hover{color:#37618A; text-decoration:none; border:none;}

/*Form Styling */
select {background-color:#EFEFEF; }
textarea {background-color:#EFEFEF; }

/* Start id's */ 


#container {width:800px; background-color:#FFFFFF; margin:auto; padding:0;}

#header {background-color:#191919; clear:both; height:80px; padding-top:6px;}

#logo {float:left;} 
* html #logo { display:inline; } /*fix for IE6, stops double spaced float */  

#tagline {float:right;}

#header-pic{margin:10px;}

#skip {width:5px; height:10px; display:none;}
#content {clear:both;}

#main_text {
	width:510px; 
	float:left; 
	margin:0 10px 0px 25px; 
	padding:0; 
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	font-size: 13px;
	word-spacing: 0.1em;
}   

#main_text ul {background-color:#EFEFEF; display:block; margin:0 0 15px 0; padding:0;}
#main_text li {margin:0 0 0 35px; padding:4px 25px 4px 0;}

* html #main_text { display:inline; } /*fix for IE6,  stops double spaced float */  

#side_nav {width:226px; float:right; margin:45px 10px 10px 0; padding:0;}

#sidebar{width:224px; background-color:#EFEFEF; float:right; margin:15px 10px 10px 0; padding:0;}
#sidebar p {
	padding: 15px 10px;
	margin: 0px;
}
#sidebar .icons {margin: 0px; padding:0px 5px 0px 0px;}

#footer { 
	font-family:Arial, Helvetica, sans-serif; 
	color:#B1B1B1; 
	font-size:11px; 
	background-color:#1B1B1B; 
	clear:both; 
	padding:10px 10px 24px 10px; 
	margin:10px 0; 
	border-top:15px solid #222222;
}
	
#footer a:link {color:#B1B1B1; text-decoration:none;}
#footer a:visited {color:#B1B1B1; text-decoration:none;}
#footer a:active {color:#B1B1B1; text-decoration:none;}
#footer a:focus{color:#37618A; text-decoration:underline;}
#footer a:hover {color:#37618A; text-decoration:underline;}


#footer_left{float:left;}
* html #footer_left { display:inline; } /* fix for IE6,  stops double spaced float */  
#footer_right{float:right;}


/* Start Classes */

.clearing { clear: both; }
.clearfix { overflow: hidden; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

.header_pic {	margin:10px 10px 25px 10px;}
.highlightBox {	background-color:#EFEFEF; display:block;}
.external_link {padding: 0 0 0 5px;}

.imgTop {margin: 0;}


.picBorder {border:10px solid #EFEFEF;}
.picBorder a:hover{border:10px solid #FFFFFF;}
.picBorder a:visited {border:10px solid #FFFFFF;}
.picBorder a:active {border:10px solid #FFFFFF;}
.picBorder a:focus {border:10px solid #FFFFFF;}
.picBorder a:hover {border:10px solid #FFFFFF;}
.formTop { vertical-align:top;}

h2.home {background : url(../images/text_images/home.gif) no-repeat; }
h2.about {background : url(../images/text_images/about_us.gif) no-repeat; }
h2.services {background : url(../images/text_images/services.gif) no-repeat; }
h2.demo {background : url(../images/text_images/on-line_demo.gif) no-repeat; }
h2.case_studies {background : url(../images/text_images/client_case_studies.gif) no-repeat; }
h2.corporate {background : url(../images/text_images/corporate_case_study.gif) no-repeat; }
h2.personal {background : url(../images/text_images/personal_case_study.gif) no-repeat; }
h2.faq {background : url(../images/text_images/faq.gif) no-repeat; }
h2.contact {background : url(../images/text_images/contact_us.gif) no-repeat; }
h2.legal {background : url(../images/text_images/legal.gif) no-repeat; }
h2.sitemap {background : url(../images/text_images/sitemap.gif) no-repeat; }
h2.newsletter {background : url(../images/text_images/newsletter.gif) no-repeat; }
h2.login {background : url(../images/text_images/login.gif) no-repeat; }
h2.mail_thank_you {background : url(../images/text_images/thank_you.gif) no-repeat; }
h2.mail_im_sorry {background : url(../images/text_images/im_sorry.gif) no-repeat; }
h6.address{background: url(../images/layout/icon_home.gif) no-repeat; margin:0; padding:0; text-indent : -9999px;}
h6.email{background: url(../images/layout/icon_email.gif) no-repeat; margin:0; padding:0; text-indent : -9999px;}
h6.telephone{background: url(../images/layout/telephone.gif) no-repeat; margin:0; padding:0; text-indent : -9999px;}




/* start accordion  */

ul#accordion, ul#accordion ul { list-style: none; margin: 0; }
ul#accordion {
	border-bottom: 2px solid #FFFFFF;
	float: left;
	width: 224px;
	font-family: Arial, Helvetica, sans-serif;
}

ul#accordion li {
	border: 2px solid #FFFFFF;
	border-bottom: none;
	float: left;
	width: 224px;
}
ul#accordion ul li {
	border: none;
	border-bottom: 1px solid #C2C8D1;
	color: #999;
	padding: 0;
	float: none;
	width: auto;
	margin: 5px 10px;
}
 /*ul#accordion ul li:last-child { border-bottom: none; } */

ul#accordion a.heading {
	background: #D7D7D7;
	color: #37618A;
	display: block;
	font-size: 13px;
	line-height: 14px;
	padding: 6px 14px;
	text-decoration: none;
	width: 196px;
}
ul#accordion a.heading-selected {
	background: #222; color: #fff; 
	display: block;
	font-size: 13px;
	line-height: 14px;
	padding: 6px 14px;
	text-decoration: none;
	width: 196px;
}
ul#accordion a.heading:hover {
	background: #FFFFFF;
	color: #000000;
	/*border-right: #025185 5px solid;*/
}
/*  Blue color - #025185  */ 

ul#accordion li ul a {
	color: #025185;
	text-decoration: none;
	font-size:12px;
	/*display:block;*/
}
ul#accordion li ul a:hover {
	color:#222222;
	text-decoration:underline;
	/*border-right: #025185 5px solid;*/
}
ul#accordion li ul a:hover { border-bottom: none; }
ul#accordion li ul .date { padding-right: 10px; color:#999999}
ul#accordion li ul .count { padding-left: 10px; }

/* add an external icon to all http:// links
a[href^="http:"] {
display:inline-block;
padding-right:28px;
background:transparent url(../images/layout/external_link.gif) center right no-repeat;
}
*/

