/*-----------------------------------
// CANVAS DEFINITION
//---------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-size: 10px;
}

html>body {
	font-size: 10px;
}

body {
	font-family: Calibri, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	line-height: 1.2em;
	background: #FFF url('media/images/bg_body.gif') repeat-x;
}

/*-----------------------------------
// LAYOUT DEFINITION
//---------------------------------*/

#container {
	width: 774px;
	margin: 0 auto;
	border-left: 13px solid #FFF;
	border-right: 13px solid #FFF;	
	background: #FFF;
}

#header {
	background: url('images/header.gif') no-repeat;
	height: 106px;	
}

#nav {
    float:left;
    width:100%;
	background:#2b2b33;
	height: 35px;
}

#nav ul {
    margin-top: 8px;
    padding-left: 20px;
    list-style:none;
}

#nav li {
    display: inline;
    padding: 0;
}

#nav a {
    float:left;
    background:url('images/bg_nav_left.gif') no-repeat left top;
    margin:0;
    padding:0 0 0 8px;
    text-decoration:none;
    color: #FFF;
  	font-size: 1.4em;
}

#nav a span {
    float: left;
    display: block;
    background: url('images/bg_nav_right.gif') no-repeat right top;
    padding: 7px 18px 8px 6px;
    margin-right: 5px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */

#nav a:hover span {
   color: #333;
}
    
#home #nav #navHome a,
#rates #nav #navRates a {
   background-position: 0 -100px;
   border-width: 0;
}
    
#home #nav #navHome a span,
#rates #nav #navRates a span {
   background-position: 100% -100px;
   color: #333;
}
    
#nav a:hover {
   background-position: 0% -100px;
}
 
#nav a:hover span {
   background-position: 100% -100px;
}

#main {
	padding-top: 24px;	
	margin-top: 30px;
}

#main p {
	padding-bottom: 1em;
	line-height: 1.5em;	
}

#main #leftcol #img {
    padding-left: 15px;
}

#main #faq {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.6em;	
}

#main #faq table td {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;    
}

#main #faq ul {
    padding-left: 20px;
    line-height: 1.8em;
}

#main #faq h2 {
    font-size: 1.4em;
}

#main #news h1 {
    font-size: 1.8em;
    color: #60b548;
}
	
#leftcol {
	float: left;
	width: 400px;
	padding-left: 10px;
}

#slimleftcol {
	float: left;
	width: 350px;
	padding-left: 10px;
}

#home #leftcol {
	padding-left: 10px;	
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #60b548;
}

#leftcol ul {
    margin-left:20px;
	padding-left: 20px;
	padding-top: 5px;
}

#leftcol li {
	font-size: 1.2em;
	line-height: 1.7em;
	list-style-image: url('images/tick_green.png');	
    padding-right: 5px;
}

#leftcol img {
	padding: 5px;	
}

#rightcol {
	float: right;
    padding-right: 10px;
}

#rightcol #rinfobox {
	width: 279px;
	color: #FFF;	
	padding: 17px;
}

#leftcol #linfobox {
    width: 279px;
	color: #FFF;	
	padding: 17px;
}

#rinfobox h2 {
	font-size: 1.8em;	
    font-weight:bold;
	color: #FFF;
}

#rinfobox h3 {
	font-size: 1.4em;	
}

#rinfobox p {
	font-size: 1.3em;	
}

#rinfobox ul {
	margin-top: -1em;
	font-size: 1.3em;
	font-style: italic;
	list-style: none;
	padding-left: 20px;
	padding-bottom: 1em;
	line-height: 1.3em;	
}

#linfobox h3 {
	font-size: 1.4em;	
}

#linfobox p {
	font-size: 1.3em;	
}

#linfobox ul {
	margin-top: -1em;
	font-size: 1.3em;
	font-style: italic;
	list-style: none;
	padding-left: 20px;
	padding-bottom: 1em;
	line-height: 1.3em;	
}  

#home #leftcol {
	width: 245px;
	float: left;
	padding: 10px;	
}

#home #rightcol {
	width: 490px;
	float: left;
}

#application #rightcol table {
    padding-top: 40px;
    width: 380px;
    font-size: 1.4em;
    line-height: 1.2em;
}

#home #rightcol h2 {
	background: url('images/bg_opening.gif') no-repeat;
	height: 135px;
	width: 420px;
	color: #FFF;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.1em;
	padding: 15px 34px 10px;	

}

#home #rightcol ul {
    padding-left: 25px;
    font-size: 1.4em;
    line-height: 1.1em;
}

#home #rightcol h3 {
	background: url('images/bg_enquiry.gif') no-repeat;
	color: #FFF;
	font-size: 1.4em;
	height: 17px;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 240px;
}

#rightcol #rinfobox {
	background: #60b548 url('images/bg_infobox_top.gif') no-repeat;	
}

#rightcol #rinfobox h2 {
    color: #FFF;
}

#rightcol p {
    font-size: 1.2em;
    line-height: 1.5em;	
}

#leftcol #linfobox {
	background: #60b548 url('images/bg_infobox_top.gif') no-repeat;	
}

#main #slimleftcol #processbox {
	background: url('images/bridging_loan_process.png') no-repeat;
	height: 400px;
	width: 350px;
	padding-top: 85px;
}

#main #slimleftcol #processbox #text {
	height: 220px;
	width: 260px;
    color: #FFFFFF;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.1em;
    padding: 50px;
}

#main #slimleftcol #processbox table td {
    vertical-align: text-top;
    font-size: .9em;
    padding: 2px;
}

#rinfoboxbottom {
	background: #60b548 url('images/bg_infobox_bottom.gif') no-repeat;	
	height: 21px;
	width: 313px;
}

#linfoboxbottom {
	background: #60b548 url('images/bg_infobox_bottom.gif') no-repeat;	
	height: 21px;
	width: 313px;
}

#col1 {
	float: left;
	width: 100%;	
	padding-right: 10px;
}

#col2 {
	float: right;
	margin-right: 15px;	
}

#more {
	padding-left: 30px;	
}

#more p {
	padding-top: 1em;	
}

#footer {
	background: url('images/bg_footer.gif') repeat-x;
	height: 55px;
	color: #FFF;	
	margin-top: 10px;
}

#footer p {
	padding: 18px 23px;	
	font-size: 1.1em;
}

#footer a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #60b548;	
}

/*-----------------------------------
// TYPOGRAPHY DEFINITION
//---------------------------------*/

p {
	font-size: 1.2em;	
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .89em;
}

h6 {
	font-size: .75em;
}

/*-----------------------------------
// FORM ELEMENTS DEFINITION
//---------------------------------*/

fieldset {
	border: none;	
}

legend {
	display: none;	
}


dt {
	clear: left;
	float: left;
	width: 60px;
	margin-bottom: 9px;
}

dd {
	clear: right;
	display: inline;	
}

label {
	float: left;
	display: inline;
	font-size: 1.3em;
	padding-left: .8em;	
}

#home input, #home textarea {	
	margin-bottom: 9px;
	width: 160px;
}

#home input.button {
	clear: both;
	float: right;
	width: 74px;
	height: 27px;	
	padding-right: 10px;
}

table {
	font-size: 1.2em;	
}

.table {
	padding-bottom: 10px;
	font-size: 1.2em;	
}

.table td {
	text-align: left;	
	padding: 5px 0;
}

caption {
	display: none;	
}

.largecell {
	background: #cde7c2;
	width: 340px;
	text-align: left;
}

.smallcell {
	background: #cde7c2;
	width: 28px;
}

.cell1 {
	background: #cde7c2;
	width: 300px;
	text-align: left;
	padding-left: 10px;
}

.cell2 {
	background: #d5e9cb;
	width: 180px;	
}

.cell3 {
	background: #deeed6;
	width: 135px;	
}

.cell4 {
	background: #e7f2e0;
	width: 135px;
}

.cell5 {
	background: #eff5ee;
	width: 135px;	
}

/*-----------------------------------
// MISCELLANEOUS DEFINITION
//---------------------------------*/

#header h1 {
	display: none;
}

.left {
	float: left;	
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.green {
	color: #60b548;
}
