@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	margin: 0; 
	padding: 0;
	height: 100%; /* sticky footer */
}
html, body {
}
a {
	text-decoration: none;
	color: #21a635;
}	
a:hover {
	color: #0e4917;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	background-color: #ffffff;
/*	height: 100%; /* sticky footer */*/
}
#container {
	position: relative;
	width: 800px;
	/*min-height: 100%;
	height: auto !important;
	height: 100%;*/
	margin: 0px auto 10px auto; /* sticky footer: the bottom margin is the negative value of the footer's height */
	/*background-color: #0F9;*/
}
.withBack {
	background-image: url(../img/back.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#background {
	position: absolute;
	top: 0;
	right: 0;
	width: 559px;
	height: 557px;
	background-image: url(../img/back.png);
	background-repeat: no-repeat;
	background-position: top right;
	z-index: -1;
}
	
#header {
	padding-top: 15px;
	height: 70px;
}
#logo {
	float: left;		
}
#subLogos {
	float: right;	
}
#subLogos img {
	margin-left: 15px;	
}

#menu {
    font-size: 10px;
	height: 30px;
    overflow: hidden;
}
#menu ul {
	list-style-type: none;
	z-index: 0;
    width: 100%;
}
#menu ul li {
	position: relative;
	float: left;
	display: block;
	height: 30px;
	background-image: url(../img/menu_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	/*background-color: #ffffff;*/
	margin: 0 -25px 0 0;
	font-size:10px;
}
#menu ul li.menu1 {
	z-index: 8;
}
#menu ul li.menu2 {
	z-index: 7;
}
#menu ul li.menu3 {
	z-index: 6;
}
#menu ul li.menu4 {
	z-index: 5;
}
#menu ul li.menu5 {
	z-index: 4;
}
#menu ul li.menu6 {
	z-index: 3;
}
#menu ul li.menu7 {
	z-index: 2;
}
#menu ul li.menu8 {
    z-index: 1;
}

#menu ul li a {
	color: #FFF;
	float: left;
	height: 30px;
	display: block;
	background-image: url(../img/menu_left.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 10px 33px 0 15px;

}
#menu ul li:hover a {
	color: #21a635;
}
#menu ul li a:hover  {
	color: #21a635;
}
#menu ul li.active:hover a {
	color: #ffffff;
}
#menu ul li.active a:hover  {
	color: #ffffff;
}
/*#menu ul li:hover {
	font-weight: bold;
	background-image: url(../img/menu_right_on.png);
}
#menu ul li a:hover {
	background-image: url(../img/menu_left_on.gif);
}*/
#menu ul li.active {
	z-index: 100;
	background-image: url(../img/menu_right_on.png);
	font-weight: bold;
}
#menu ul li.active a {
	background-image: url(../img/menu_left_on.gif);
}
#menu ul li.active#first a {
	background-image: url(../img/menu_left_on_first.gif);
}



#content {
	border: 1px solid #b2a8a3;
	height: 457px;
	background-image: url(../img/contentback.png);
	background-repeat: no-repeat;
	
}
#content.customer { 
	height: auto;
	background-image: none;
	background-image: url(../img/contentback_extend.png);
	
}
#content.portal {
	padding-top: 100px;
	border: none;
	background-image: none;
	height: 235px;
}
#content.home {
	border: none;
}
#content #panel {
	border: 1px solid #b2a8a3;
	height: 198px;
	background-image: url(../img/contentback_home.jpg);
	background-repeat: no-repeat;
}
#content.portal #panel {
	height: 230px;
}
#content.portal #panel #intro {
	color: #FFF;
	margin: 10px 0 0 10px;
	width: 780px;
	height: 210px;
	background-color: #514e48;
	/*background-image: url(../img/back_portal.jpg);	
	background-repeat: no-repeat;*/
	z-index: 0;
}
#content.portal #panel #intro a {
	color: #ffffff; 
}
#content.portal #panel #intro a:hover {
	color: #21a635; 
}
#content .column {
	float: left;
}
#content.portal #panel #columnContainer {
	position: absolute;
	top: 180px;
	left: 20px;
	z-index: 1;
}
#content.portal #panel #columnContainer .column {
	float: left; 
	width: 180px;
	margin: 0 20px 0 10px;
	color: #beb0a8;


}
#content #panel .column {
	margin: 10px 0 0 10px;	
}
#content .column1 {
	margin-right: 50px;
	width: 250px;
}
#content.home #panel .column1 {
	margin-top: 20px;
	margin-right: 10px;
	width: 270px;	
}
#content .column2 {
	width: 160px; 
}
#content .column3 {
	margin: 50px 0 0 20px;
	width: 360px;
}
#content .column4 {
	margin: 50px 0 0 20px;
	width: 260px;
}
#content .column5 {
	margin: 50px 0 0 20px;
	width: 445px; 
}
#content .columnWide {
    font-size: 10px;
    margin: 30px 0px 0px 20px;
    width: 700px;
}
 #content .columnWide ul {
     margin-left: 20px;
 }

/*  Edits here...           */

 #content .columnIndex1 {
	margin: 0px 20px 0px 10px;
	width: 270px;
 }
 #content .columnIndex2 {
     margin-right: 20px;
     width: 220px;
 }   
 #content .columnIndex3 {
    width: 260px;
 }
	
.servicesList {
	list-style-type: none;
	margin: 7px 0px 0px 14px;
}
.servicesIndexList {
	list-style-type: none;
	margin: 7px 0px 0px 0px;
}
.textPad {
	padding: 5px;	
}

/* typography */
h1 {
	font-family: 'Gotham-Light', Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #999;
	font-weight: normal;
}
    body .home h1 {
        color: #fff;
        font-size: 27px;
    }
h2 {
	margin-top: 15px;
	font-family: 'Gotham-Light', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #84736b;
	font-weight: normal;
}
h3 {
	font-size: 13px;
}
p {
	margin-top: 7px;
}

#hero {
	width: 800px;
	height: 456px;
	position: absolute;
	top: 120px;
	z-index: -2;
	background-position: right;
	background-repeat: no-repeat;
}
/* for ie multi class bug see screen_ie.css */ 
#hero.who {
	background-image: url(../img/hero_who.jpg);
}

#hero.services {
	background-image: url(../img/hero_services.jpg);
}

#hero.sectors {
	background-image: url(../img/hero_sectors.jpg);
}

#hero.timeline {
	background-image: url(../img/hero_timeline.jpg);
}

#hero.technology {
	background-image: url(../img/hero_technology.jpg);
}
#hero.compliance {
	background-image: url(../img/hero_compliance2.jpg);
}


#map_canvas {
	display: block;
	width: 460px; 
	height: 456px; 
	overflow: hidden;
	border-left: 1px solid #b2a8a3;
}
.clear {
	clear: both;
}
#push {
	height: 30px; /* sticky footer: .push must be the same height as .footer including margin */
}
#footer {
	position: relative;
	margin: 10px auto 0 auto;
	height: 20px;
	width: 800px;
	font-size: 10px;
    text-transform: uppercase;
}

/* forms */
table.form {
	margin-top: 10px;
}
table.form td {
	padding-bottom: 10px;
/*	border: 1px solid #eeeeee;*/
}
table.form td.grouped {
	padding-bottom: 2px;
}
table.form td.break {
	padding-top: 8px;
	border-top: 1px solid #cccccc;
}
table.form td.tdMid {
	padding-left: 5px;
	padding-right: 5px;
}
input.text {
	width: 198px;
	padding: 3px 5px;
	margin-top: 3px;
	border: 1px solid #b2a8a3;
    font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}

input.submit {
	width: 91px;
	height: 35px;
	background: transparent url(../img/button_request.png) no-repeat top left;
    cursor: pointer;
    text-indent: -999px;
    font-size: 0px;
    display:block;
    line-height: 0px;
    overflow: hidden;
}

input.pay {
	width: 159px;
	height: 38px;
	background: transparent url(../img/button_make_a_payment.png) no-repeat top left;
    cursor: pointer;
    text-indent: -999px;
    font-size: 0px;
    display:block;
    line-height: 0px;
    overflow: hidden;
}


textarea {
	width: 435px;
    padding: 5px;
	height: 100px;
	border: 1px solid #b2a8a3;
    margin-top: 3px;
    font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}
.required {
	color: #C30;
}
label {
    padding: 0px;
    margin: 0px;
}
.countdownBox {
    float: right;
}
    .countdown, .countdownBox {
        color: #B2A8A3;
        font-family:Arial,Helvetica,sans-serif;
        font-size:11px;
    }
    .countdown {
        width: 20px;
    }

#errorbox ul li
{
	color: red;
	list-style: none;
}

input.error
{
	border: 1px solid red;
}
span.underline {
    text-decoration: underline;
}

p.list {
    margin-left: 20px;
}
#links a {
    display: block;
    overflow: auto;
    margin-top: 5px;
}
    #links a img, #links a span {
        float: left;
    }
    #links a span {
        margin-left: 10px;
        width: 220px;
    }

p#address {
    margin: 20px 0px 20px 0px;
}
p#contactIcons {
    line-height: 2em;
}
    p#contactIcons img {
        margin-right: 5px;
    }
    
 #confirm-transaction div span
{
	position: absolute;
	left: 200px;
	font-weight: bold;
}

.payment_page tr
{
height: 20px;
}

.payment_page th
{
border-bottom: 1px solid #aaa;
text-align: left;
}

.payment_page td
{
border-bottom: 1px solid #ddd;
text-align: left;
}

.payment_page td, .payment_page th
{
padding: 6px 12px 6px 0;
}

.payment_page  .cleared_debt
{
color: #0DB04B
}

.payment_page  .balance_update
{
color: #fbb100;
}

.admin_page
{
padding: 10px;
}

.import_submit
{
padding: 5px 25px;
border: 1px solid #aaa;
margin-top: 10px;
}

#loader img
{
margin-bottom: -5px;
}

img.transaction_status
{
margin-bottom: -5px;
}
    
ol#terms {
    margin-left: 15px;
    padding-bottom: 25px;
}
    ol#terms li {
        margin-top: 10px;
    }
    
.error
{
	color: #0DB04B;
}

.grey
{
	color: #666;
}

