/*CSS for Oak Corporate Finance Limited 
* Author: Moustique Design http://www.moustique.net/
* Date: 7 April 2009
*/
/* Generic elements =========================*/
body {
	background-color: #ffcc99;
	color: #000;
	font: normal 0.69em Verdana, Arial, Tahoma,sans-serif;
}
h1 {
	margin: 0;
}

h2 {
  font-size: 1.2em;
  color: #855523;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin:2px;
	padding:0px 10px 0px 10px;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}

hr {
	background-color: #855523;
	color: #855523;
	height: 1px;
}

img {
  border: 0;
}

address {
	font-style: normal;
	font-size: 2em;
	text-align: justify;
	line-height: 1.4em;
	padding: 0;
	margin: 10px 0 0 20px;
}
/* Links ====================================*/
a:link,
a:visited {
  color: #000;
}
a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: none;
}
/* Nav ====================================*/
#nav {
	background: #855523;
	height: 50px;
	width: 450px;
	margin: 0;
	padding: 0;
}

#nav  ul{
	list-style-type: none;
float: right;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav li a {
	display: block;
	margin: 0;
	padding: 20px 15px 7px 10px;
}

#nav li a:link,
#nav li a:visited {
  color: #fff;
  text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav li a:focus,
#nav li a#current {
 	color: #000;
 	text-decoration: none;
}
/* Layout Divs ==============================*/
#wrapper {
	margin: 0 auto;
	width: 950px;
	border: 1px solid #003366;
	background-color: #fff;
}
#right-content-wrapper {
	width: 450px;
	float: right;
	height: 550px;
	padding: 0;
	border-left: 50px solid #855523;
	border-bottom: 50px solid #855523;
	border-right: 50px solid #855523;
}



#text-content {
	clear: both;
	width: 360px;
	height: 475px;
	_height: 469px;/*for IE5.x and IE6 quirks mode*/
	padding: 10px 40px 10px 50px;
	margin: 0;
	overflow: auto;
	overflow-x: hidden;
	line-height: 1.3em;
}


#text-content-team {
	clear: both;
	width: 360px;
	height: 300px;
	_height: 289px;/*for IE5.x and IE6 quirks mode*/
	padding: 10px 40px 10px 50px;
	_padding: 20px 40px 0px 50px;
	margin: 0 auto;
	overflow: auto;
	overflow-x: hidden;
	line-height: 1.3em;
}



#left-sidebar {
	width: 400px;
	height: 600px;
	float: left;
	background-color: #000;
}

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	font: normal 0.8em Verdana, Arial, sans-serif;
	color: #855523;
}
#footer p.left {
	float: left;
	text-align: left;
}
#footer p.right {
	float: right;
}
#footer p.left a:link,
#footer p.left a:visited {
	color: #855523;
	text-decoration: underline;	
}
#footer p.left a:hover,
#footer p.left a:active,
#footer p.left a:focus {
	color: #000;
	text-decoration: none;	
}

/* Miscellaneous classes and IDs ============*/
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
}
img.floatleft {
	margin: 0 10px 0 0;
}
img.floatright { 
    float: right; 
    margin: 4px; 
}
.quote {
	font-style: italic;
	font-size: 0.8em;
}