html, body, #frame {height:100%; margin:0;}

body {
	background-color: #CCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:13px;
	color:#333;
	line-height:16px;
}

a img {border:none;}

a {color:#0C6BB3; text-decoration:none;}

a:hover {text-decoration:underline;}

#header {
	height:120px;
	width:715px;
}

#frame { 
	background:#fff;
	width:715px;
}

.logo { float:left; height:120px; width:200px; background:url('images/logo.jpg');}

.logo:hover { background:url('images/logo_glow.jpg');}

#home_banner {
	background:url('images/homeBanner-4.jpg') no-repeat 200px 0px;
	width:715px;
	height:120px;

}

#overview_banner {
	background:url('images/overviewBanner.jpg') no-repeat 200px 0px;
	width:715px;
	height:120px;

}

#team_banner {
	background:url('images/teamBanner.jpg') no-repeat 200px 0px;
	width:715px;
	height:120px;

}

#portfolio_banner {
	background:url('images/portfolioBanner.jpg') no-repeat 200px 0px;
	width:715px;
	height:120px;

}

#entrepreneurs_banner {
	background:url('images/entrepreneursBanner.jpg') no-repeat 200px 0px;
	width:715px;
	height:120px;

}

#contact_banner {
	background:url('images/contactBanner.jpg') no-repeat 200px 0px;
	width:715px;
	height:120px;

}

.side {
	margin:0 0 0 10px;
}

#sidebar {
	width:199px;
}

#main {
	width:475px;
	float:right;
	padding:0 20px;
}

#main_separated {
	width:475px;
	float:right;
	margin:50px 0;
	padding:0 20px;
	border-left:1px solid #ccc;
}

ul.nav {
	font-family:tahoma;
	list-style-type:none;
	margin:0;
	padding:0 0 0 0px;
	background:#495DAD;
	/*background:#0C6BB3;*/
	font-size:10px;
	position:relative;
	top:120px;
	height:21px;
	border-top:1px solid #666;;
}

ul.nav li {
	display:inline;
	color:#fff;
	height:100%;
	padding:3px 18px 4px 18px;
	position:relative;
	top:2px;
	
}

li.selected {
	background:#4768C9;
background:#4D99F7;
}

ul.nav li a {
	text-decoration:none;
	color:#fff;
	font-weight:900;
}

#sidebar h5 {
	font-size:10px;
	font-weight:900;
	margin:55px 0 0 20px;
	padding:0;
}

ul.sidenav {
	font-size:10px;
	list-style-type:none;
	margin:0 0 0 20px;
	padding:0;
}

h2 {
	margin:0 0 10px 0;
	font-size:18px;
	font-weight:300;
	padding:0;
	color:#495DAD;
} 

h3 {
	margin:0 0 0 0;
	font-size:12px;
	line-height:12px;
	font-weight:600;
	color:#495DAD;
}

p {margin:0 0 20px; padding:0;}

.strong_blue { 
	color:#495DAD;
	font-weight:900;
}