/* Venatus.com print style sheet */
/* 5/23/06 */


/* ##### global styles ##### */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 90%;
}

#footer {
	margin: 0;
	background: #557896;
	text-align: left;
	font-size: 85%;
	line-height: .030em;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
}

h1 {
	color: #c89046;
	font-size: 160%;
	font-weight: lighter;
	padding-bottom: 5px;
	display: block;
	margin: 0;
}

a {
	color: #003399;
	text-decoration: underline;
}

p {
	font-size: 95%;
}

.smallcap {
	font-variant: small-caps;
	font-size: 95%;
}

#ftcorner {
	display: none;
}

#wrapper {
	margin: auto;
	position: relative;
	width: 730px;
	font-size: auto;
	text-align: center;
	border: 0;
	clear: both;
}

#logo {
	text-align: left;
}

div#logo img.screen {
	display: none;
}

#content {
	margin: 0;
	text-align: left;
	padding: 5px 200px 10px 30px;
}

/* #####  navigation styles ##### */

#navbar {
	margin: 0;
	border-top: 1px solid #ededed;
	padding-left: 10px;
	padding-top: 10px;
	display: block;
	height: auto;
}

#nav {
	margin: 0 0 0;
	width: 730px;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	display: none;
}

#nav ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	height: 100%;
	line-height: 1.85em;
	overflow: auto;
}

#nav li {
	float: left;
	margin: 0;
	white-space: nowrap;
}

#nav li a {
	float: left;
	margin: 0;
	font-size: 90%;
	font-weight: lighter;
	text-decoration: none;
	padding-left: 13px;
	padding-right: 11px;
}

#nav li a:hover {
	height: 28px;
	color: #fff;
}

body#home li#home,
body#about li#about,
body#our-team li#our-team,
body#investment-focus li#investment-focus,
body#for-entrepreneurs li#for-entrepreneurs,
body#for-investors li#for-investors,
body#contact li#contact {
	height: 28px;
}

body#home li#home a,
body#about li#about a,
body#our-team li#our-team a,
body#investment-focus li#investment-focus a,
body#for-entrepreneurs li#for-entrepreneurs a,
body#for-investors li#for-investors a,
body#contact li#contact a {
	color: #c89046;
}

/* ##### page-specific styles ##### */

body #header {
	margin: auto;
	width: auto;
	padding: 0px;
}

body #content {
	margin: 0 0 15px 30px;
	width: auto;
	font-family: Times New Roman, Times, serif;
	padding: 0px;
}

body#home #content {
	margin: auto;
	width: auto;
	font-family: Times New Roman, Times, serif;
	padding: 0px;
}

body#home #content h1 {
	padding: 0;
	margin: 0 0 15px 30px;
	text-align: left;
}

body#home #content div#columns {
	overflow: auto;
	height: 100%;
	margin: 0 0 20px 0;
}

body#home #leftcol {
	position: relative;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0 0 0 0;
	width: auto;
}

body#home #leftcol p {
	margin: 0;
	padding: 0px 0 0px 30px;
	font-size: 98%;
	line-height: 1.3em;
}

body#home #rightcol {
	width: 200px;
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 80%;
	line-height: 1.20em;
	margin:0;
	padding:0 40px 0 20px;
	position: relative;
	float: right;
	clear: right;
	display: none;
}

body#home #rightcol img {
	margin: 0px 5px 0px 0px;
	text-align: left;
	padding: 0px 5px 0px 0px;
	float: left;
	display: none;
}

body#home #content table {
	margin: 0 auto;
	width: 675px;
	text-align: center;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	border-collapse: collapse;
	clear: both;
	padding: 0;
	overflow: auto;
	clear: both;
}

body#home #content table td {
	vertical-align: top;
	width: 225px;
}

body#home #content table tr.header td {
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
	font-size: 80%;
	color: #fff;
	padding: 5px 20px 5px 15px;
	font-variant: small-caps;
}

body#home #content table tr.header td.values {
	background: #2f385f url(../img/blue_left.gif) repeat-x;
	display: none;
}

body#home #content table tr.header td.focus {
	background: #596383 url(../img/blue_mid.gif) repeat-x;
	display: none;
}

body#home #content table tr.header td.entrepreneurs {
	background: #8992a9 url(../img/grey_right.gif) repeat-x;
	display: none;
}

body#home #content table tr.bottom td {
	padding: 15px;
	text-align: left;
	font-style: normal;
	font-size: 85%;
	line-height: 1.30em;
	color: #333;
}

body#home #content table td.text1 {
	background: #c5d6e6 url(../img/left_corner.gif) no-repeat left bottom;
	display: none;
}

body#home #content table td.text2 {
	background-color: #d4e0ec;
	display: none;
}

body#home #content table td.text3 {
	background-color: #e2ebf2;
	display: none;
}

