body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #FFF url(../_images/bg.gif) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 16px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #d06f1a;
    text-decoration: underline;
}
a:hover, a:active {
    color: #d4af82;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 774px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 52px;
}
	#top ul {
		padding: 24px 0 0 0;
	}
	#top li {
		height: 24px;
		padding-left: 8px;
		text-transform: uppercase;
		font-weight: bold;
		background: transparent url(../_images/menu-divider.gif) 0 0 no-repeat;
		list-style: none;
		float: left;
		margin-right: 15px;
	}
	#top a {
		text-decoration: none;
	}
	#top a:link, #top a:visited {
		color: #0078ae;
	}
	#top a:hover, #top a:active {
		color: #5d9732;
	}
	
/* ----------------------------------- */
/* BANNER
/* ----------------------------------- */
#banner {
	height: 158px;
	margin-bottom: 10px;
}
#home #banner 		{ background: transparent url(../_images/banner/home.jpg) 0 0 no-repeat; }
#fund #banner 		{ background: transparent url(../_images/banner/04.jpg) 0 0 no-repeat; }
#investors #banner 	{ background: transparent url(../_images/banner/01.jpg) 0 0 no-repeat; }
#brokers #banner 	{ background: transparent url(../_images/banner/06.jpg) 0 0 no-repeat; }
#borrowers #banner 	{ background: transparent url(../_images/banner/05.jpg) 0 0 no-repeat; }
#about #banner 		{ background: transparent url(../_images/banner/03.jpg) 0 0 no-repeat; }
#contact #banner 	{ background: transparent url(../_images/banner/02.jpg) 0 0 no-repeat; }

#offering #banner 	{ background: transparent url(../_images/banner/01.jpg) 0 0 no-repeat; }
#newsletter #banner { background: transparent url(../_images/banner/02.jpg) 0 0 no-repeat; }
#loan #banner 		{ background: transparent url(../_images/banner/03.jpg) 0 0 no-repeat; }
#invest #banner 	{ background: transparent url(../_images/banner/04.jpg) 0 0 no-repeat; }

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#main, #highlights {
	padding-top: 20px;
	margin-bottom: 15px;
}

	/* Home page */
	#home #main p, #home #main li {
		font-size: 11px;
		line-height: 14px;
	}
	
	.intro {
		width: 355px;
		display: inline;
	}
		.intro h1, #highlights h1 {
			font-size: 20px;
			font-family: Georgia;
			font-weight: normal;
		}
			.intro h1 span, #highlights h1 span {
				font-size: 14px;
				color: #5d9732;
				display: block;
			}
		.intro li {
			margin-left: 20px;
		}
		
	#intro-1 {
		float: left;
	}
		
	#intro-2 {
		float: right;
	}
	
	/* BUTTONS */
	#buttons {
		background: url(../_images/buttons.gif) 0 0 no-repeat;
		width: 774px;		/* Width of entire image */ 
		height: 62px;		/* Height of buttons */
		margin: 0 0 10px 0;
	}
	#buttons span {
		display: none;
	}
	#buttons li, #buttons a {
		height: 62px;		/* Each button must have the same height, define it here */ 
		display: block;
	}
	#buttons li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}

	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#button-offering 	{ width: 199px; }
	#button-newsletter 	{ width: 246px; }
	#button-loan 		{ width: 177px; }
	#button-invest 		{ width: 152px; }

	/* Changed values should match sum of "width" numbers specified above */ 
	#button-offering a:hover 	{ background: transparent url(../_images/buttons.gif) 0px -62px no-repeat; }
	#button-newsletter a:hover  { background: transparent url(../_images/buttons.gif) -199px -62px no-repeat; }
	#button-loan a:hover 		{ background: transparent url(../_images/buttons.gif) -445px -62px no-repeat; }
	#button-invest a:hover 		{ background: transparent url(../_images/buttons.gif) -622px -62px no-repeat; }
	
	#highlights-side {
		float: left;
		display: inline;
		width: 250px;
	}
	#highlights li {
		font-family: Georgia;
		font-size: 15px;
		line-height: 20px;
	}
	#highlights p {
		margin-left: 275px;
		margin-right: 30px;
	}
	#highlights img.chart {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	
	
	.check-list li {
		list-style: none;
		background: transparent url(../_images/check.gif) 0 1px no-repeat;
		padding-bottom: 2px;
		padding-left: 18px;
		margin-bottom: 5px;
	}
	
	/* Sub pages */
	#content {
		width: 540px;
		float: left;
	}
		#content h1 {
			font-size: 20px;
			text-transform: uppercase;
			font-family: Georgia;
			color: #0078ae;
		}
		#content h2 {
			font-size: 16px;
			color: #5d9732;
		}
		#content h3 {
			font-size: 14px;
		}
		#content li {
			margin-left: 25px;
		}
		#content ul ul {
			margin-bottom: 0;
		}
		p.top {
			text-align: right;
			font-size: 11px;
		}
		#content blockquote {
			padding-left: 10px;
			border-left: 4px solid #CCC;
			margin-bottom: 20px;
		}
		
	
	#side {
		width: 200px;
		float: right;
	}
		#side ul {
			margin-bottom: 30px;
		}
		#side li {
			list-style: none;
			padding: 5px 0;
			border-bottom: 1px dotted #acca96;
		}
		#side li a {
			text-decoration: none;
		}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	padding-top: 6px;
	border-top: 1px solid #5d9732;
}
	#footer p {
		color: #0078ae;
	}
	#footer li {
		list-style: none;
		display: inline; 
		padding-right: 7px;
	}
	#footer li a {
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
	}
	#footer a:link, #footer a:visited {
		color: #0078ae;
	}
	#footer a:hover, #footer a:active {
		color: #5d9732;
	}
	