/* Primary stylesheet for Southwest Ventures Capital */

/* * {
 	border: 1px solid #000;
	}	*/

/* Primary Rules */

body	{
	text-align: center;	
	margin:	0;
	padding: 0;
	font: small/1.4 "Tahoma", Arial, Helvetica, sans-serif;
	color: #000000;
	background:#ffffff;
	}

img	{
	border: 0;
	}

h1	{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 745px;
	height: 209px;
	font-size: 16px;
	background: #fff url(images/home_banner.jpg) top left no-repeat;
	}
	
h1.looking4	{
	background: #fff url(images/lookin4_banner.jpg) top left no-repeat;
	}
	
h1.under	{
	background: #fff url(images/under_management.jpg) top left no-repeat;
	}
	
h1.news	{
	background: #fff url(images/news_banner.jpg) top left no-repeat;
	}
	
h1.contact	{
	background: #fff url(images/meetingbana.jpg) top left no-repeat;
	}
	
h1.info	{
	background: #fff url(images/further_info_banner.jpg) top left no-repeat;
	}
	
h2	{
	font-weight: bold;
	font-size: 15px;
	color: #000;
	}
	
h3	{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	}
	
p	{
	margin: 0 0 1em 0;
	}
	
a:link, a:visited {
	text-decoration : none;
	color: #36f;
	background: transparent; 
	}

a:hover {
	text-decoration : none;
	color: #f60;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: #090;
	background: transparent;  
	}

/* Global Classes */

	.left {
		float: left;
	}
	
	.leftimg {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.linkitem {
		clear: both;
		margin: 15px 0 0 0;
		padding: 10px 0 0 0;
		border-top: 1px solid #69c;
	}
	
	.linkitem img {
		margin: 0 0 10px 0;
		padding: 0;
	}
		
	.small{
		font-size:80%;
	}
	
	.tiny{
		font-size:70%;
	}
	
	
/* Primary Layout */

div#homebg	{
	width: 100%;
	height: 100%;
	background: #fff url(images/bg.jpg) repeat-x;
	}
	
div#looking4bg	{
	width: 100%;
	height: 100%;
	background: #fff url(images/bgeden2.jpg) repeat-x;
	}
	
div#underbg	{
	width: 100%;
	height: 100%;
	background: #fff url(images/bgunder.jpg) repeat-x;
	}
	
div#newsbg	{
	width: 100%;
	height: 100%;
	background: #fff url(images/bgnews.jpg) repeat-x;
	}
	
div#contactbg	{
	width: 100%;
	height: 100%;
	background: #fff url(images/bgcontact.jpg) repeat-x;
	}
	
div#infobg	{
	width: 100%;
	height: 100%;
	background: #fff url(images/bginfo.jpg) repeat-x;
	}

div#surface	{
	color: #000;
	width: 745px;
	min-height: 209px;
	margin: 0 auto;
	padding: 0;
	border: 1px dashed #333;
	text-align: left;
	}
	
div#mainrow	{
	clear: both;
	width: 745px;
	}
	
div#navigation	{
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 30px 0;
	}
	
div#navigation h2	{
	margin: 0;
	padding: 0;
	width: 195px;
	height: 24px;
	text-indent: -9999px;
	background: #69c;
	}

/* Drop Down Navigation Classes */

div#navigation ul	{
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	width: 185px;
	font-size: 11px;
	font-weight: bold;
	}
	
div#navigation ul li	{
	position: relative;
	}
	
div#navigation li ul	{
	margin: -1px 0 0 0;
	width: 185px;
	position: absolute;
	left: 184px;
	top: 0;
	display: none;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	}
	
div#navigation ul li a	{
	display: block;
	width: 174px;
	text-decoration: none;
	color: #069;
	background: #fff url(images/navpoint.gif) no-repeat;
	background-position: top right;
	padding: 5px;
	border: 1px solid #333;
	border-top: 0;
	border-left: 0;
	}
	
div#navigation ul li a:hover	{
	color: #69c;
	background: #efefef url(images/navpoint.gif) no-repeat;
	background-position: top right;
	}
	
/* Fix IE. Hide from IE Mac \*/
	* html div#navigation ul li{
		float: left;
		height: 1%;
		}
	* html div#navigation ul li a	{ height: 1%; }
/* End */

div#navigation li:hover ul, div#navigation li.over ul{
	display: block;
	}
	

div#pagetitle	{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
div #pagetitle h2 {
	width: 540px;
	height: 24px;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 11px;
	text-align: right;
	background: #69c;
	color: #fff;
	line-height: 20px;
	}
	
div#content	{
	float: left;
	width: 520px;
	margin: 0;
	padding: 15px 15px 15px 15px;
	}

div#content h2	{
	color: #69c;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
div#content h3	{
	line-height: 1.3em;
	color: #69c;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
	}
	
div#content dd	{
	clear: both;
	}
	
div#content ul	{
	font-size: 12px;
	}
	
div#content li	{
	margin: 0 0 5px 0;
	}
	
ul#folioOverview	{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
ul#folioOverview li	{
	margin: 0;
	padding: 0;
	}

dl#otherFundsList dt {
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
	}

dl#otherFundsList dd {
	margin: 0;
	padding: 0;
	}
	
dl#news dt {
	margin: 10px 0 0 0;
	padding: 0;
	}

dl#news dd {
	margin: 0;
	padding: 0;
	}
	
dl#jump	{
	text-align: left;
	margin: 0 0 10px 10px;
	padding: 0;
	list-style: none;
	font-size: 11px;
	}

dl#jump	dd {
	margin: 0;
	}
	
div#footer	{
	clear: both;
	background: #999;
	width: 745px;
	height: 23px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #666;
	text-align: right;
	}
	
div#footer a:link, div#footer a:visited	{
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	}
	
div#footer a:hover	{
	color: #036;
	}




div#credits {
	clear: both;
	background: #ffffff;
	width: 745px;
	height: 23px;
	margin: 0;
	padding: 0;
	font-size:8px;
}

div#credits a,div#credits a:link, div#credits a:visited, div#credits a:active {
	color:#999999;
	text-decoration:none;
}



.clear	{
	clear: both;
	}
	
p.team {
	margin: 0 0 10px 110px;
	}

div#content h3.teammember {
	clear: both;
	font-size: 13px;
	margin: 10px 0 10px 0;
	}
	
p.answer	{
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #69c;
	}
	
p.links	{
	margin: 0 0 10px 150px;
	padding: 0;
	}
	
p.links img	{
	margin: 0 0 10px 0;
	}
	
.margin10	{
	margin: 10px;
	}
	
label,input, textarea {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}
	
label	{
	text-align: right;
	width: 150px;
	padding-right: 20px;
	}

form br {
	clear: left;
	}

dl#usefulLinks	{
	margin: 0;
	}

dl#usefulLinks dt	{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	border-top: 1px solid #69c;
	}

dl#usefulLinks dd {
	margin: 10px 0 0 30px;
	padding: 0;
	}
