/* RESET*/
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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */
/* SITE */
body {
	font: 62.5%/1.8em Arial, Verdana, Helvetica, Sans-serif;
	background: #fff;
}
.wrapper {
	margin: 0 auto;
	padding: 0px;
	background: #fff;
}
.outer-container-openaccount {
	background: #fff;
	height: 40px;
	border-bottom: 1px solid #dadadb;
}
.inner-container-openaccount {
	width: 950px;
	margin: 0 auto;
}
.openaccount {
	float: left;
	margin: 10px 0 0 0;
	width: 101px;
	height: 18px;
	background: url("../images/openaccount.png") no-repeat;
}
.openaccount a {
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
.outer-container-header {
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
}
.inner-container-header {
	width: 950px;
	height: 74px;
	margin: 20px auto;
	padding: 0;
}
.outer-container-slider {
	background: url("../images/headers/blue_gradient.png") repeat-x;
	overflow: hidden;
	margin: 0;
	padding: 0;
	
}
.inner-container-slider {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	height: 172px;
}
.outer-container-title {
	overflow: hidden;
	border-bottom: 1px solid #dadadb;
	margin: 0 0 0 0;
	padding: 0;
}
.inner-container-title {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.inner-container-title p {
	padding: 20px 20px;
	margin: 0;
	color: #999;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}
.outer-container-contents {
	background: url("../images/contents_gradient.jpg") repeat-x;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.inner-container-contents {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

.fl { float: left; width: 330px; }
.fr { float: right; width: 330px; }

.padding-20 {
	padding: 0 0 20px 0;
}
.leftcolumn {
	float: left;
	width: 665px;
	margin: 0;
	padding: 0 20px 0 20px;
}
.leftcolumn p {
	font-size: 1.2em;
	padding: 10px 20px 0 0px;
	color: #333;
}
.rightcolumn {
	float: right;
	width: 245px;
	text-align: left;
}
.rightcolumn p {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0px 0 0;
}
.text-align-left {
	text-align: left;
}

.lcolumn {
    float: left;
    width: 530px;
}

.rcolumn {
	float: right;
	width: 387px;
	height: 147px;
	margin: 20px 10px 0 0px;
	background: url("../images/boxes.png") 0 0 no-repeat;	
}

.rcolumn h1 {
    font-size: 1.6em;
    padding: 10px 0 10px 0;
    margin: 0 10px 10px 10px;
    color: #000;
    font-style: italic;
    background: url("../images/hr_h1.jpg") 0 bottom repeat-x;
}

.rcolumn .blue {
	color: #0054a6;
}


.rcolumn ul.list {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0 10px 0;
	padding: 0;
}
.rcolumn ul.list li {
	background: url("../images/arrow2.png") 0 5px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 3px 10px;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
}

.panel1 {
	float: left;
	width: 155px;
	margin: 0 10px 0 0px;
	background: url("../images/panel1_icon.png") 0 0 no-repeat;
	display: inline;
	
}
.panel2 {
	float: left;
	width: 185px;
	margin: 0 10px 0 0;
	background: url("../images/panel2_icon.png") 0 0 no-repeat;
	display: inline;
}
.panel3 {
	float: left;
	width: 145px;
	margin: 0 5px 0 0;
	background: url("../images/panel3_icon.png") 0 0 no-repeat;
	display: inline;
}

.panel4 {
	float: left;
	width: 155px;
	background: url("../images/panel4_icon.png") 0 0 no-repeat;
	display: inline;
}

.panel5 {
	float: right;
	width: 228px;
	height:  171px;
	text-align: left;
	padding: 0 0 0 10px;
	background: url("../images/contact_bg.png") 0 0 no-repeat;
}
.panel5 h1 {
	font-size: 2em;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0px;
	color: #666666;
	font-style: italic;
	text-align: left;
	background: url("../images/hr.jpg") 0 bottom repeat-x;
}
.panel1 a, .panel2 a, .panel3 a, .panel4 a {
	color: #333;
	text-decoration: none;
}
.panel1 a:hover, .panel2 a:hover, .panel3 a:hover, .panel4 a:hover {
	color: #f7931d;
	text-decoration: underline;
}
.footer {
	width: 950px;
	margin: 0px auto;
	padding: 20px 0 0 0;
}
.footer-left {
	float: left;
	width: 700px;
	color: #999;
}
.footer-right {
	float: right;
}
.footer a {
	color: #999;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

p.ourmission-text {
	font-size: 2em;
	font-weight: normal;
	color: #333;
	line-height: 25px;    
}

div.hr {
	height: 5px;
	background: url("../images/hr.jpg") scroll center repeat-x;
}
div.hr hr {
	display: none;
}
.inputField {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px inset #dedddd;
	font-size: 1em;
	padding: 3px;
}
h1 {
	font-size: 2em;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 50px;
	color: #000;
	font-style: italic;
	background: url("../images/hr_h1.jpg") 0 bottom repeat-x;
}
h2 {
	font-size: 2em;
	padding: 0 0 10px 0;
	margin: 15px 0 0px 0px;
	color: #000;
	font-style: italic;
	background: url("../images/hr.jpg") 0 bottom repeat-x;
}
h3 {
	font-size: 1.5em;
	padding: 0 0 10px 0;
	margin: 19px 0 0px 10px;
	color: #000;
	font-style: italic;
	background: url("../images/hr.jpg") 0 bottom repeat-x;
}

h4 {
	font-size: 2em;
	padding: 0 0 10px 0;
	margin: 19px 0 0px 0px;
	font-weight: normal;
	color: #333;
	line-height: 25px;
}

h5 {
	font-size: 1.4em;
	padding: 10px 0 10px 0;
	margin: 0px;
	font-weight: bold;
	color: #0054a6;
	line-height: 25px;
}



p {
	font-size: 1.1em;
	margin: 5px 0 5px 0;
}
a {
	color: #f7931d;
}

a:hover {
	color: #0054a6;
}
ul.list {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0 10px 0;
	padding: 0;
}
ul.list li {
	background: url("../images/arrow.png") 0 5px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 3px 50px;
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
}
ul.list2 {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0 10px 0;
	padding: 0;
}
ul.list2 li {
	background: url("../images/arrow.png") 0 5px no-repeat;
	padding: 0 0 5px 15px;
	margin: 0 0 3px 20px;
	font-size: 1.2em;
}

ul.list2 .blue1 {
    color: #1353a0;
}

ul.list2 .lgrey {
    color: #777;
}


ul.list2 li b {
	color: #f7931d;
}



ul.tick { list-style-type: none; list-style-position: outside; margin: 0px 0 10px 0; padding: 0; }
ul.tick li { background: url("../images/tick.png") 0 5px no-repeat; padding: 0 0 5px 25px; margin: 0 0 3px 20px; font-size: 1.2em; }

ul.cross{ list-style-type: none; list-style-position: outside; margin: 0px 0 10px 0; padding: 0; }
ul.cross li { background: url("../images/cross.png") 0 5px no-repeat; padding: 0 0 5px 25px; margin: 0 0 3px 20px; font-size: 1.2em; }

p.blue {
	color: #0054a6;
}

p.blue1 {
    color: #1353a0;
}

p.dgrey {
    font-size: 1.4em;
    font-weight: bold;
}

p.orange {
    color: #f7941e;
    font-weight: bold;
}

p.lgrey {
    color: #777;
}

.img {
    float: left;
    border: 1px solid #ff9900;
    padding: 3px;
    display: inline;
    margin: 0 10px 20px 0;
}

.visitsite a {
    font-size: 1.2em;
}

/* SITE */
/* NAVIGATION */
.navigation {
	float: right;
}
.navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
.navigation a {
	color: #666;
	background: #efefef url("../images/left_tab.jpg") left top no-repeat;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	font-weight: bold;
}
.navigation a span {
	background: url("../images/right_tab.jpg") top right no-repeat;
	padding: 5px 15px 5px 5px;
}
.navigation a, .navigation a span {
	display: block;
	float: left;
}
.navigation a#active span {
	background: url("../images/right_tab.jpg") top right no-repeat;
	padding: 5px 15px 15px 5px;
}
#active {
	color: #0054a6;
	margin: -10px 0 0 0
}
.navigation a:hover {
	color: #0054a6;
}
/* END NAVIGATION */
/* SLIDER */

.globe {
	float: right;
    padding: 0px 0 0 0;	
}

.title {
    float: left;
    width: 340px;
    padding: 60px 0 0 160px;
}


/* END SLIDER */
.floatleft {
	float: left;
	width: 330px;
}
.floatright {
	float: left;
	width: 330px;
}
label {
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
textarea {
	overflow: auto;
}
em {
	font-family: "Courier New", Arial, Verdana;
	font-size: 1.2em;
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
}
.submitBtn {
	margin: 10px 0 0 0;
	background: #f7931d;
	border: 0;
	color: #fff;
	font-weight: bold;
}
.errorContainer {
	background: #FFF7C0;
	border: 2px solid #FFD61F;
	margin: 10px 0px 0 0;
	padding: 10px;
	font-size: 1.1em;
	color: #333;
}
.errorContainer ul {
	list-style-position: inside;
	text-indent: 15px;
}
.error {
	color: #ff0000;
	margin: 0 0 0 80px;
	display: none;
}
.special {
	display: none;
}
.textfield {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0 0 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
}
blockquote {
	margin: 10px 0 10px 0;
	text-indent: 25px;
	background: url("../images/quotes1.jpg") 0 2px no-repeat;
}
blockquote p {
	display: inline;
	margin: 0;
	padding: 0 24px 0 0;
	background: url("../images/quotes2.jpg") bottom right no-repeat;
	font-weight: bold;
}
.quotesby {
	text-align: right;
	font-size: 1.1em;
	color: #888;
	font-weight: bold;
	padding: 0 0 20px 0;
	
}
.breaking_news {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #f7931d;
	border: 0;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	float: right;
	width: 180px;
	font-size: 1.3em;
}
