html {
	background: #9099AE;
}
body{
	background: #17365D;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	padding: 10px;
}
ul, li, h1, h2, h3, h4, h5, h6, table, tr, td, tbody{
	margin:0;
	padding:0;
}

#wrap{
	width: 962px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background: #17365D;
	padding:0;
}
#header #bannerImg{
	display: block;
}
#header ul{
	float: left;
}
#header ul li{
	float: left;
	width: 158px;
	height: 122px;
	font-weight: bold;
	text-align: center;
	list-style: none;
	border-right: 2px solid #404040;
	vertical-align: bottom;
}
#header ul #compName{
	width: 322px;
	background: white;
}

#compName h2 {
    font-family: "Verdana";
}
#header ul li a{
	color: white;
	font-weight: bold;
	font-family: "Verdana";
	display: block;
	text-align: center;
	padding-top: 90px;
	text-decoration: none;
}
#compName1{
	color: #E2AB05;
	font-family: "Copperplate Gothic Bold", Arial, Helvetica, sans-serif;
	letter-spacing: 16px;
	padding-top: 20px;
}
#compName2 {
	color: #004000;
	letter-spacing: 9px;
}
#cash{
	background: url(../img/get_cash_now.jpg);
}
#about{
	background: url(../img/about_us.jpg);
}
#login{
	background: url(../img/client_login.jpg);
}
#header ul #contact{
	background: url(../img/contact_us.jpg);
	border: none;
}

#wrap table{
	margin: 10px 0px 0px 0px;
	width: 962px;
	padding:0;
}

#lcol{
	width: 238px;
	/*float: left;*/
	background: white;
	/*margin-top: 10px;*/
	padding-bottom: 6px;
	vertical-align: top;
}

#lcol ul li{
	list-style: none;
	vertical-align: 10px;
}

#lcol a{
	text-decoration: none;
	font-size: 0.9em;
	display: block;
	color: black;
}

#lcol li{
	padding: 5px;
	font-size: 0.8em;
	border-bottom: 2px solid black;
}

#lcol li img{
	float: right;
}
#lcol #first a{
	position: relative;
	top: -50px;
	margin-left: 10px;
	display: inline;
}

#lcol a:hover{
	text-decoration: underline;
}

#lcol #first img{
	float: none;
	margin-left: 30px;
}

#lcol #second img{
	margin-right: 50px;
}

#lcol #third img{
	margin-right: 75px;
}

#lcol #fourth img{
	margin-right: 35px;
}

#lcol #fifth img{
	margin-right: 50px;
}

#lcol #sixth img{
	margin-right: 95px;
}

#lcol a.title{
	margin-top: 15px;
}

#lcol table td{
	vertical-align: middle;
	text-align: left;
	padding: 5px;
}

#wrap table #gutter{
	width: 14px;
	background: #17365D;
}

#rcol{
	width: 695px;
	/*float: right;*/
	background: white;
	text-align: center;
	text-justify: distribute;
	padding: 65px 10px 10px 10px;
	vertical-align: top;
	/*margin-top: 10px;*/
}

#rcol p{
	text-align: justify;
}

#rcol h2{
	text-align: center;
}

#rcol img.leftFloat, #rcol img.rightFloat{
	border-left: 1px solid #17365D;
	border-top: 1px solid #17365D;
	border-right: 2px solid #17365D;
	border-bottom: 2px solid #17365D;
}

#footer{
	clear: both;
	border: 2px solid #FFE7C7;
	margin-top: 10px;
}

#footer p{
	font-size: 0.7em;
	color: black;
	background:#BBDAFC;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.title{
	font-weight: bold;
}
.clear{
	clear: both;
}

.superscript{
	vertical-align: super;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.leftFloat{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.rightFloat {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
