@charset "utf-8";
/* CSS Loans SA */

/*
blue - #1a4685
red - #ed1c24
*/

*{
	margin:0px;
	padding:0px;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
 #homeheader {
	height: 200px;
	background-color: #E5001C;
	list-style:none;
}

a{
	color:#1a4685;
}
a:hover, a:active{
	color:#ed1c24;
}

p{
	margin:0px 0px 10px;
}

ol, ul{
	padding:0px 0px 0px 20px;
}

li{
	margin:0px 0px 5px;
}

h2, h3{
	color:#454545;
}
h2{
	margin:0px 0px 5px;
}

#container{
	width:940px;
	position:relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	background-image: url(../images/bg_header_curve.gif);
	background-repeat: no-repeat;
	background-position: 0px 120px;
}

#header{
	height:160px;
}
#header a img{
	border:none;
}
#slogan{
	color:#1a4685;
	font-size:30px;
	position:absolute;
	top:74px;
	left:550px;
}

#navigation{
	position:absolute;
	left: 0px;
	top: 0px;
	width:840px;
}
#primary-links ul{
	font-size:14px;
	font-weight:bold;
	list-style:none;
	position:relative;
	height:25px;
	padding:0px;
	border-bottom:2px solid #1a4685;
	background:#FFFFFF;
}
#primary-links li{
	float:left;
	height:25px;
	line-height:25px;
	margin:0px 2px 0px 0px;
	width:155px;
	text-align:center;
}
#primary-links li.last{
	margin:0px;
	width:210px;
}
#primary-links a{
	background:#E0E0E0 url(../images/corner.gif) no-repeat top right;
	height:25px;
	line-height:25px;
	display:block;
	color:#000000;
	text-decoration:none;
}
#primary-links li.last a{
	background:#E0E0E0 url(../images/corner_red.gif) no-repeat top right;
}
#primary-links a:hover,
#primary-links li.first a:hover,
#primary-links li.last a:hover{
	background-color:#c0c0c0;
}
#primary-links a.active,
#primary-links li.first a.active,
#primary-links li.last a.active{
	background-color:#1a4685;
	color:#FFFFFF;
}

#secondary-links{
	padding:10px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#ed1c24;
}
#secondary-links ul{
	list-style:none;
	padding:0px;
}
#secondary-links li{
	display:inline;
	padding:0px 6px;
	margin:0px;
}
#secondary-links a{
	color:#FFFFFF;
	font-size:12px;
}
#secondary-links a:hover{
	color:#ed1c24;
}

#content-top{
	
	color:#FFFFFF;
	position:relative;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 33px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #333333;
}

#content{
	margin:0px 50px 20px;
	padding:25px 50px 20px;
	border:solid #1a4685;
	border-width:0px 1px 1px;
	background:url(../images/bg_icon.gif) no-repeat -1px -98px;
}

#footer{
	color:#999999;
	font-size:10px;
	text-align:center;
	background:#FAFAFA;
	clear:both;
	position:relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0D0D0;
	border-bottom-color: #D0D0D0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 50px;
}
#mfaa{
	position:absolute;
	left:20px;
	top:0px;
}


/* loan guide */
.loan{
	margin:0px 0px 20px;
	padding:10px;
	border:1px solid #999999;
}
.loan h3{
	background:#CCCCCC url(../images/corner.gif) no-repeat top right;
	color:#1a4685;
	margin:0px 0px 10px;
	padding:2px 5px;
}

/* contact form */
form{
	padding:10px 30px;
	border:1px solid #999999;
	background:#e0e0e0;
}
.form-item{
	margin:0px 0px 20px;
}
.form-item label{
	font-weight:bold;
	width:100%;
	float:left;
}
.form-select{
	width:100px;
}
.radio{
	padding:0px 10px;
}
.radio input{
	margin:0px 5px 0px 0px;
}
#details{
	width:100%;
}
.submit-wrapper{
	
}

/* front page */
body.front #content-top{
	padding-top:20px;
	height:290px;
	background-color:#333333;
}
body.front #content{
	padding:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.photo-links{
	list-style:none;
	height:240px;
	text-align:center;
	background:#1a4685;
	margin:0px;
	padding:0px;
}
.photo-link{
	width:270px;
	display:inline;
}
.photo-link img{
	border:none;
}
.photo-text{
	color:#ed1c24;
	font-size:14px;
	font-weight:bold;
	background:#FFFFFF;
	width:270px;
	padding:5px 0px;
}

.homepage-pics{
	display:block;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
}
.homepage-pics ul{
	padding:10px 0px;
}
.homepage-pics li{
	list-style:none;
	display:inline;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.bank-logos{
	display:block;
	text-align:center;
}
.bank-logos ul{
	padding:10px 0px;
}
.bank-logos li{
	list-style:none;
	display:inline;
	padding:0px 5px;
}

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #333333;
}
#menu li {
	float: left;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 67.5%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#menu a {
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	background-color: #333;
	background-image: url(../images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 8px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 50px;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 8px;
	background-color: #183472;
	background-image: url(../images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
