/*
--------------------------------
Layout
--------------------------------
*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Calibri,"Lucida Grande",Verdana,sans-serif;
	font-size: 62.5%;
	color: #000;
	line-height: 1.4em;
	background: #f7f8f8;
	}
	
html,body {
	height: 100%;
	}
	
#frame {
	width: 950px;
	background: #fff;
	margin: 25px auto;
	}
	
#content {
	position: relative;
	margin: 0;
	amargin-left: 1px;
    }
	
#header {
	background: #fff url('images/header4.jpg') no-repeat;
	width: 935px;
	height: 240px;
	margin: 6px 6px 3px 6px;
	}
	
#header a {
	display: block;
	width: 937px;
	height: 232px;
	}
    
#topnav {
	background: #002596 url('images/navbg.png') no-repeat;
	width: 937px;
	height: 40px;
    margin: 0px 6px 12px 6px;
	}
	
#lenders {
	height: 90px;
	width: 100%;
	}
	
#footer {
	width: 936px;
	height: 23px;
	background: #002596 url('images/footerbg.png') no-repeat;
	margin: 10px 6px 6px 6px;
	}

#home .contenttext {
	width: 400px;
	height: 95px;
	margin: 0 0 0 20px;
	}
	
	#home .contenttext2 {
	width: 400px;
	height: 200px;
	margin: 0 0 0 20px;
	}
#about .contenttext,
#services .contenttext,
#faq .contenttext,
#contact .contenttext,
#terms .contenttext {
	margin: 0 20px;
	}
	
#about .contenttext,
#services .contenttext,
#faq .contenttext {
width: 600px;
}
	
#about .contenttext .quote {
	width: 500px;
	margin: 20px;
	line-height: 1.6em;
	}

#about .contenttext ul.quote li {
	font-size: 1.2em;
	margin-left: 20px;
	color: #000;
	list-style-position: inside;
	}  	
	
.longad {
	width: 457px;
	height: 87px;
	margin: 3px 8px 0px 8px;
	}
#banner2.longad a {
	display: block;
	width: 457px;
	height: 87px;
	}
	
.tallad,.tallad a {
	position: absolute;
	width: 223px;
	height: 274px;
	}
	
div.contentcol1 {
	display: block;
	width: 300px;
	float: left;
	margin-left: 17px;
	}
div.contentcol2 {
	display: block;
	width: 300px;
	float: left;
	margin-left: 12px;
	}
	
#banner1 {
	background: #666666 url('images/banner1.png') no-repeat;
	}
#banner2 {
	background: #3660d0 url('images/banner2.png') no-repeat;
	}
#banner3 {
	background: url('images/banner3.jpg') no-repeat;
	left: 490px;
	}
#banner4 {
	background: url('images/banner4.jpg') no-repeat;
	left: 720px;
	}
	
.vertspace {
	display: block;
	height: 16px;
	}
	
.bold {
	font-weight: bold;
	}

.clearall {
	clear: both;
	}
	
.italics {
	font-style: italic;
	}
.grey {
	color:#666;
	}
.large {
	font-size: 1.4em;
}	
	
/*	
--------------------------------
Text
--------------------------------
*/
	
h1 {	}
h2 {	}
h3 {
	color: #002596;
	font-size: 1.7em;
	line-height: 3.8em;
	margin-left: 20px;
	font-weight: 700;
	}
	
h4 {
	color: #002596;
	font-size: 1.7em;
	line-height: 1.2em;
	margin-left: 0px;
	margin-top: .5em;
	font-weight: 700;
	}
h3.lenders {
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2em;
	}
#about h3,
#faq h3,
#services h3,
#contact h3 {
	line-height: 2em;
	}
h1,h2,h3,h4,h5,h6 {   }

p {
	font-size: 1.3em;
	line-height: 1.3em;
	text-align:justify;
	margin-top: .5em;
	margin-bottom: 1.5em;
	}
	
.contenttext p a { color: #002596; text-decoration: none;}
.contenttext p a:hover { color: #000; text-decoration: underline; }

a {
	color: #002596;
	text-decoration: none;
}

a:link {   }
a:visited {   }
a:hover { }
a:active {	}

.contenttext p {	
	font-size: 1.3em;
	line-height: 1.5em;
	}

#footer p {
	color: white;
	font-size: 1.1em;
	line-height: 2.2em;
	margin-left: 12px;
	margin-top: -3px;
	}
#footer span {
	margin-left: 20px;
	}
	
.bold {font-weight: 700;}
.floatleft {float: left;}
.floatright {float: right;}
.imageright {
	position: absolute;
	right: 35px;
	margin: 20px 0px;
	}
.imageright2 {
	position: absolute;
	right: 35px;
	top: 900px;
	margin: 20px 0px;
	}
.imageright3 {
	position: absolute;
	right: 35px;
	top: 1800px;
	margin: 20px 0px;
	}
.hide {	visibility: hidden;	}

	
/*
--------------------------------
Images
--------------------------------
*/

.longad a img {
	float: left;
	}
    
a img {
    border: none;
    }   
	
img.icon {
	float: right;
	margin: 0 5px;
	}
	 


/*
--------------------------------
Lists
--------------------------------
*/

.contenttext ul.servicesmenu li a {
	margin-left: 10px;
	color: #002596;
	}

#topnav li a,
#topnav li a:hover {text-decoration: none;}

ul {
	margin-bottom: 1.4em;
	list-style-type: square;
	color: #777;
	}

ul li {
	line-height: 1.4em;
	margin-bottom: .4em;
	overflow: hidden;
	}

ul.nav {
	float: right;
	width: 430px;
	height: 25px;
	margin-top: 5px;
	}
ul.nav a:hover {
	text-decoration: none;
	}
ul.IR li {
	position: relative;
	/* overflow: hidden; */
	font-size: 0.9em;
	}	
.IR em {
	display: block;
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	}	

ul.nav li, aul.nav li em {
	float: left;
	height: 30px;
	list-style-type: none;
	}
	
ul.nav li a {
	font-size: 1.3em;
	font-weight: 700;
	line-height: 2.3em;
	letter-spacing: .2px;
	text-align: center;
	display: block;
	overflow: hidden;
	height: 30px;
	color: white;
    }
ul.nav li a:hover {
	color: #cad8ff;
	}
	
li#nav1 a,li#nav1 em {
	background: url('#') no-repeat top right;
	width: 82px;
	}
li#nav2 a,li#nav2 em {
	background: url('#') no-repeat top right;
	width: 82px;
	}
li#nav3 a,li#nav3 em {
	background: url('#') no-repeat top right;
	width: 97px;
	}
li#nav4 a,li#nav4 em {
	background: url('#') no-repeat 0px 0px;
	width: 80px;
	}
li#nav5 a,li#nav5 em {
	background: url('#') no-repeat 0px 0px;
	width: 88px;
	}	
	
li#nav1 em, li#nav2 em, li#nav3 em, li#nav4 em, li#nav5 em { cursor: pointer; }
/*
li#nav1:hover a, li#nav2:hover a, li#nav3:hover a, li#nav4:hover a, li#nav5:hover a { background: #0035c4; }
body#home li#nav1 a, body#about li#nav2 a, body#services li#nav3 a, body#faq li#nav4 a, body#contact li#nav5 a { background: #0035c4; }
*/

.contenttext ul li a {
	color: black;
	font-size: 1.2em;
	}

/*
--------------------------------
Tables
--------------------------------
*/

table,table tr,table tr td {
	border-collapse: collapse;
	}

table {
	margin: 0 auto;
	}
	
	
form.cmxform li textarea,
form.cmxform li input {
	font: 1.2em sans-serif;
	}	
form.cmxform fieldset {
	margin: 15px 20px 20px 0;
	border: 1px #ccc solid;
	width: 350px;
	padding: 5px;
	float: left;
	}
form.cmxform legend {
	font-size: 1.3em;
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
	font-size: 1.3em;
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
form.cmxform li input {
	width: 200px;
	}
form.cmxform li input#dayphone,
form.cmxform li input#mobile,
form.cmxform li input#time {
	width:100px;
	}
form.cmxform li input#submit,
form.cmxform li input#reset {
	width: auto;
	}
	
a.white:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
