/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #E3E3E3;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
	
	
#header {
	color: #000000;
	float: left;
	height: 150px;
	background: #FFFFFF;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	width: 900px;
}
#navigation {
	float: left;
	width: 900px;
	color: #333;
	margin: 0px 0px 0px 0px;
	background: #9CBAD6;
	height: 10px;
	padding: 10px;
}
#leftcolumn {
	color: #333;
	background: #DBE6F1;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 900px;
	width: 160px;
	float: left;
}
#navcontainer {
        background: #DBE6F1;
        width: 160px;
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        text-align: center;
}

ul#navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 6px;
        width: 150px;
}

ul#navlist li {
        display: block;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 100px;
        padding: 0.5em 0 0.5em 2em;
        border-width: 1px;
        border-color: #DBE6F1;
        border-style: solid;
        color: #777;
        text-decoration: none;
        background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: #9CBAD6;
        color: #333;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #333;
        background: transparent;
        border-color: #ccc #fff #fff #ccc;
}
#content {
	float: left;
	color: #333;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 900px;
	width: 540px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rightcolumn { 
 color: #333;
 background: #DBE6F1;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 900px;
 width: 160px;
 float: left;
}
#footer {
	width: 900px;
	clear: both;
	color: #333;
	background: #9CBAD6;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	padding-right: 22px;
}
.main_graphic {
background-image:url(../images/main_graphic.gif);
background-repeat:no-repeat;
width: 540px;
height: 180px;
position:relative;
left: 0px;
top: 0px;
}
.loan_type {
width: 230px;
height: 30px;
position:relative;
left: 280px;
top: 105px;
font-weight: bold;
color: white;
}
.continue {
width: 120px;
height: 26px;
position:relative;
left: 345px;
top: 105px;
}
