@charset "utf-8";
/*********************************
CSS Document for Cordros Capital Limited
©2008 Ukoh William @ http://www.williamukoh.com. 
All rights reserved. Forget it, I will sue!!!
Media: Screen

**********************
BASE SKIN 
**********************
@ date created :: 17 Nov 2008
@ last modified :: 17 Nov 2008
@ description :: Contains styling and layout declarations for the website :)
*/
body {
	font-family: Arial, Verdana;
	margin: 0px;
	height:100%;
	color: #363636;
	font-size: 12.5px;
	background-color: #9D0B0E;

}
H1{
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 1.4em;
	color:#ffff00;
	margin:0;
}
H2 {
	font-family:"Lucida Sans", Tahoma, Arial;
	color:#9E0B0F;
	font-size:18px;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	color:#950000;
	font-weight:bold;
	margin:0 0 5px 0;
}
H4 {
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	color:#ffff00;
}
P{
	line-height: 20px;
	margin: 0 0 15px 0;
}
ul{
	line-height:normal;
	font-size: 12.5px;
	
}
ol{
	FONT-SIZE: 12.5px;
	line-height:normal;
	
}
li{
	margin-bottom:6px;
	line-height:20px;
}
a, a:link, a:visited {
	color:#9D0A0F;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	text-decoration:none;
	color: #fff;
	background-color: #9D0B0E;
}
a img{
	border:0px;
}
:focus {
	outline:0;
}
/* MISCALLENOUS SELECTORS */
.center{
	text-align:center;
}
.alert{
	color:#FF0000;
}
.entry-indent{
	margin-left:7em; 
	display:block;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.imgLeft{
	float:left;
	margin-top: 2px;
	margin-right: 5px;
}
.imgRight{
	float:right;
	margin-top: 2px;
	margin-left: 5px;
}
.imgMiddle{
	vertical-align:middle;
}
.imgBorder{
	border: 1px solid #CCC;
}
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}
.status {
	color: #FF0000;
	font-weight: bold;
}
.smallFont{
	font-size:10px;
}
.errorContainer {
	width:75%;
	color: #FF0000;
	background-color: #FFFFD7;
	border: 1px solid #996633;
	background-image: url(/assets/images/icons/alert.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.errorContainer p{
	color:#FF0000;
}
.successContainer {
	color: #000000;
	background-color: #E3FDE7;
	border: 1px solid #996633;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	width:75%;
	margin:10px 0px 3px 0px;
	background-image: url(/assets/images/icons/info.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.successContainer p{
	color:#000;
}
.footer p{
		font-size:11px;
}
.footer {
	margin-top: 1em;
	height: 20px;
	padding: 3px 10px 0 10px;
	color:#363636;
	background-image: url(/assets/images/footerBg.gif);
	background-repeat: repeat-x;
	position: relative;
	bottom: 0px;
}
.footer a:link, .footer a:visited{
	color:#FFF;
	text-decoration:none;
}
.footer a:hover{
	color:#FFF;
	text-decoration:underline;
}
:outline{
	border:none;
}
.txtField {
	font-size: 11px;
	color: #777;
	border: 1px solid #561B41;
	height: 20px;
	padding-top:3px;
	padding-left:3px;
}
.txtField:focus{
	border: 1px solid #BE332A;
}
.form-button {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #777;
	height: 25px;
	position:absolute;
}
/*
CONTACT FORM CSS STYLES
*/
.userInfo{

	float:right;

	font-size:0.9em;

	width:37%;

	margin-top: 1.2em;

}

.messageBox{

	float:left;

	width:60%;

	font-size:0.85em;

	margin-top: 1.2em;

	margin-right: 4px;

	margin-bottom: 20px;

	margin-left: 0;

}

.messageBox textarea{
	margin:2px 0 10px 0;
	font-size:13px;
	width:95%;
	height:200px;
}

.userInfo input{
	font-size:1.3em;
	width:95%;
	margin:2px 0 5px 0;
}

.userInfo input:focus{
	background-color:#E7F1FA;
}

.userInfo .button{
	width:30%;
	font-size:0.9em;
}
.header {
	height: 154px;
}
.logo {
	float: right;
	width: 204px;
	padding-top: 7px;
}
.header-graphic {
	float: left;
	height: 154px;
	width: 556px;
	background-image: url(/assets/images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
.container {
	width: 760px;
	margin: 0 auto 0 auto;
	padding-right: 20px;
	background-color: #fff;
	background-image: url(/assets/images/page_bg.gif);
	background-repeat: repeat-y;
}
.page-body {
	margin-top: 1px;
	
}
.right-column {
	float: right;
	width: 184px;
	background-color: #9D0B0E;
	background-image: url(/assets/images/right_column_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 10em;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom:0.2em;
	font-size:11px;
}
.left-column {
	width: 556px;
	float: left;
}
.banner-holder {
	height: 216px;
	text-align: center;
}
.page-content {
	padding: 15px 25px 5px 25px;
}
.grey-band {
	background-color: #95979B;
	height: 20px;
	color: #FFF;
	font-family: "Myriad Pro", "Myriad", Tahoma, Arial, Verdana;
	font-size: 16px;
	padding-right: 2em;
	padding-top: 4px;
	text-align: right;
}
.divider {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
.navigation {
	background-color: #9D0B0E;
	height: 20px;
	text-align: center;
	padding-top: 5px;
}
.red-color {
	color: #9E0B0F;
}
.market-marquee {
	background-color: #FFF;
	font-size: 11px;
	padding:2px 5px 2px 5px;
}
div.right-column  div{
		margin-bottom:20px;
}
.clock {
	height: 110px;
	width: 100px;
	position: absolute;
	left: 30px;
	top: 10px;
}
.news-container {
	padding-left: 1em;
	margin-bottom: 1em;
}
.news-holder {
	height: 100px;
	overflow: hidden;
}
div.pod {
	display:none;
	background-color: #FFF;
	padding:5px;
}
.right-column p{
		font-size:11px;
}
.right-column a:link, .right-column a:visited{
	font-weight:normal;
	text-decoration:none;
}
.right-column a:hover{
	color:#9D0B0E;
	background:none;
	font-weight:normal;
	text-decoration:underline;
}
.inputButton{
	background-color:#FFF;
	border:1px ridge #9D0B0E;
	width:80px;
	padding:2px;
	font-size:12px;
}
.latest-holder{
    height: 220px;
    overflow:hidden;
}