/*	
	Copyright (c) 2007 navyblue.
	Doc: default
	Revision: 1.0
*/



/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:0;
	width:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	background:#E9E8E8;
	color:#666666;
}

/* Floaters */
.right {
	float:right;
}
.left {
	float:left;
}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}
/* NB: Must have ie.css if you use this */
.clearfix:after {
    content:"."; 
    display:block;
	height:0;
    clear:both; 
    visibility:hidden;
}
/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
#wrapper {
	position:relative;
	width:1000px;
	margin:auto;
}


#main_banner {
	width:1000px;
	height:260px;
	float:left;
}


.panel_front {
	width:250px;
	height:120px;
	float:left;
	background:url(../images/panel_front.gif) no-repeat;
}
.panel_front p, .panel_end p, .panel_mid p {
	margin:0 0 0 10px;
	color:#FFFFFF;
	font-size:1em;
}
.panel_mid {
	width:250px;
	height:120px;
	float:left;
	background:url(../images/panel_mid.gif) no-repeat;
}
.panel_end {
	width:250px;
	height:120px;
	float:left;
	background:url(../images/panel_end.gif) no-repeat;
}

.panel_front a:link, .panel_front a:active, .panel_front a:visited, 
.panel_end a:link,  .panel_end a:active, .panel_end a:visited,
.panel_mid a:link,  .panel_mid a:active, .panel_mid a:visited{
	margin:10px 0 0 10px;
	color:#FFFFFF;
	font-size:1em;
}
.panel_front a:hover,
.panel_end a:hover,
.panel_mid a:hover{
	color:#666666;
}


.p_contents {
	height:80px;
}

.drop {
	width:1000px;
	height:5px;
	background:url(../images/img_drop.gif) no-repeat;
}

#main_panel {
	width:1000px;
	background:#fff;
	padding:0 0 10px 0;
	float:left;
}
#main_panel2 {
	width:1000px;
	padding:30px 0 10px 0;
	background:#fff;
	float:left;
}

#left_panel {
	width:219px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	padding:0 15px;
	border:#77a02e solid;
	border-width:0 1px 0 0;
}

.side_panel {
	width:219px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	padding:0 15px;
	background:#fff;
	border:#77a02e solid;
	border-width:0 0 0 1px;
}
.contact_panel {
	width:219px;
	float:left;
	background:#fff;
	border:#77a02e solid;
	border-width:0 0 0 1px;
	padding:0 15px;
}

.mid_panel {
	width:470px;
	float:left;
	padding:0 15px;
}



#content_panel {
	width:720px;
	float:left;
	padding: 0 15px;
	
}

#content_panel p{
	margin:0;
	padding:4px 10px 10px 10px;
	width:600px;
}

#feature_panel {
	width:250px;
	float:left;
	background:#fff;
}

/* Header */
#subnav {
	width:1000px;
	height:20px;
	padding:5px 0 0 0;
	float:left;
}
#header {
	width:1000px;
	height:102px;
	background:url(../images/partnership_finance.gif) no-repeat;
	float:left;
}

#logo {
	width:375px;
	height:70px;
	float:left;
}
#logo a{
	display:block;
	width:370px;
	height:50px;
}

#logo h1 {
	text-indent:-6000px;
}

/* Footer */
#footer {
	width:1000px;
	height:30px;
	background:#DAD8D9;
	float:left;
}

#footer p{
	font-size:0.92em;
	padding:5px;
	margin:0;
	color:#666;
}

/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  
/* Main nav */
#nav {
	width:625px;
	height:25px;
	padding:38px 0 0 0;
	float:left;
}

ul.navbar {
	list-style:none;
	padding:0;
	margin:0;
}  
ul.navbar li {
	float:left;
	padding:0;
	margin:0px 0 0 0;
} 
ul.navbar a:link, ul.navbar a:active, ul.navbar a:visited {
	display:block;
	width:125px;
	height:25px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	text-align:centre;
} 
ul.navbar a:hover {
	display:block;
	position:relative;
} 

ul.navbar li.selected a:link, ul.navbar li.selected a:active, ul.navbar li.selected a:visited {
}  


ul.navbar li a#about:hover, ul.navbar li#selected a#about, ul.navbar li a#aboutyou:hover, ul.navbar li#selected a#aboutyou, ul.navbar li a#services:hover, ul.navbar li#selected a#services, ul.navbar li a#clients:hover, ul.navbar li#selected a#clients, ul.navbar li a#introducers:hover, ul.navbar li#selected a#introducers {
	background-position: 0 -25px;
}


ul.navbar li a#about {
	background:url(../images/btn_about.gif) no-repeat;
}
ul.navbar li a#aboutyou {
	background:url(../images/btn_aboutyou.gif) no-repeat;
}
ul.navbar li a#services {
	background:url(../images/btn_services.gif) no-repeat;
}
ul.navbar li a#clients {
	background:url(../images/btn_clients.gif) no-repeat;
}
ul.navbar li a#introducers {
	background:url(../images/btn_introducers.gif) no-repeat;
}

#subnav ul {
	list-style:none;
	padding:0;
	margin:0;
}  


#subnav ul li {
	float:right;
	list-style:none;
	padding:0;
	margin:0;
	border:solid #ccc;
	border-width:0 0px 0 1px;
} 
#subnav ul a:link, #subnav ul a:active, #subnav ul a:visited {
	height:20px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	color:#666;
	padding:0 10px 0 10px;
} 
#subnav ul a:hover {
	position:relative;
	color:#77a02e;
} 

#subnav ul li.first {
	border:0;
}

/* Generic Links */

a:link, a:visited, a:active {
	color:#77a02e;
	text-decoration:none;
}
a:hover {
	color:#666666;
}

#content_panel a:link, #content_panel a:visited, #content_panel a:active {
	color:#77a02e;
	text-decoration:none;
}
#content_panel a:hover {
	color:#666;
}

.panel_grey a:link, .panel_grey a:visited, .panel_grey a:active,
.panel_purple a:link, .panel_purple a:visited, .panel_purple a:active,
.panel_green a:link, .panel_green a:visited, .panel_green a:active {
	text-decoration:none;
	color:#FFFFFF;
	margin:0 0 0 5px;
}
.panel_grey a:hover, .panel_purple a:hover {
	color:#ccc;
}
.panel_green a:hover {
	color:#666;
}




/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1.panel {
	font-size:1.33em;
	margin:10px 0 0 10px;
	color:#FFFFFF;
	font-weight:normal;
	text-transform:uppercase;
}
h1.main {
	font-size:1.17em;
	margin:5px 0 0 0;
	color:#77a02e;
}
h2 {
	font-size:1.17em;
	margin:0px 10px 10px 10px;
	color:#77a02e;
	font-weight:bold;
}
h3 {
	font-size:2em;
	margin:10px 10px 20px 10px;
	color:#666666;
	font-weight:normal;
}
h3.main {
	font-size:1.50em;
	margin:5px 0 0 0;
	color:#77a02e;
	font-weight:normal;
}
h4 {
}
/* Type */



.grey {
	color:#666;
}
.green {
	color:#77a02e;
}

li {
}

/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form {
	padding:0;
	margin:0;
}


/*--------------------------------------------------------------------------------------------
	Flash text
  --------------------------------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.main, .sIFR-hasFlash h1.panel, .sIFR-hasFlash h1.banner {
	visibility: hidden;
}

