/*VISTA Expertise Network © 2007 */


/* Main Elements */

body{
	background: #c7c7c7 url(images/ven_bkgd.jpg) repeat-x top left; 
	font: 10pt "Trebuchet MS"; 
	color: #000000;
	margin:0;
	padding:0;
	text-align:center;
	}
p { 
	text-align: left;
	line-height:1.4em;
	}


h1	{	
	font-size: 16pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none;
	color: #993333;
	line-height: 130%;
	}	
		
h2	{	
	font-size: 14pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #000000;
	line-height: 130%;
	}	
		
h3	{	
	font-family: "Georgia"; 
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #000000;
	line-height: 100%;
	}	
		
h4	{	
	font-size: 12pt;
	font-weight: 300;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #993333;
	line-height: 120%;
	padding-bottom:10px;
	margin-bottom:0;
	}	
		
h5 	{	
	font-size: 10pt;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #990000;
	line-height: 120%;
	margin-bottom:10px;
	padding-bottom:5px;
	}	
		
h6	{	
	font-size: 9pt;
	font-weight: strong;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #000000;
	line-height: 120%;
	margin-bottom:0;
	padding-bottom:0;
	}	


a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #336699;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #336699;
	}
a:hover { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #993333;
	}
	
a:active { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #993333;
	}

img {
	border:0;
}

ul {
	padding:0 0 10px 20px;
	margin:0;
	}

li {
	line-height: 1.5em; 
}

#ul subnav{
	padding:0 0 0 20px;
	margin:0;
	}

hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	height: 2px;
	margin: 30px 0 30px 0;
	border-style:noshade;
}


/* specific divs */

#container { 
	background: url(images/container_bkgd.gif) repeat-y top left; 
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:20px;
	padding-top:20px;
	border-top:#999 1px solid;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:#999 1px solid;
	}

#mainnav { 
	width:734px;
	height:38px;
	margin-left:32px;
	}

#maincontent {  
	width:520px;
	margin:20px 0 20px 32px;
	float:left;
	font: 10pt "Trebuchet MS"; 
	color: #000000;
	display: inline;
	text-align:left;
	}

#lcolumn {  
	width:250px;
	float:left;
	display: inline;
	text-align:left;
	}
#rcolumn {  
	width:250px;
	float:right;
	display: inline;
	text-align:left;
	}

#sidenav {  
	width:180px;
	margin:20px 33px 20px 0;
	float:right;
	font: 10pt "Trebuchet MS"; 
	color: #666666;
	line-height:1.4em;
	text-align:left;
	}

#sidenav ul {
	padding:0;
	margin:0;
	background: #fff url(images/arrow.jpg) no-repeat top left; 
	}

#sidenav li {
	line-height: 2.5ex; 
	background: #fff url(images/arrow.jpg) no-repeat top left; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	padding-left:17px;
	}
#sidenav a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #333333;
	}
#sidenav a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #333333;
	}
#sidenav a:hover, a:active { 

	text-decoration: underline; 
	color: #336699;
	}
#sidenav a:on { 
	font-weight: strong;  
	color: #336699;
	}


#sidecontent {  
	margin-top:10px;
	padding-right:17px;
	border-top:#ccc 1px solid;
	width:150px;
	}

#nonav {  
	width:677px;
	margin:20px 0 30px 45px;
	font: 10pt "Trebuchet MS"; 
	color: #000000;
	text-align:justify;
	line-height:1.4em;
	}


#quote{  

	font: 13pt "Trebuchet MS"; 
	font-weight: 400;
	color:#999;
	line-height:130%;
	width:200px;
	margin:10px 10px 10px 0;
	float:left;
	display: inline;
	text-align:left;
	}

#crumb { 
	font-size: 8pt; 
	color: #666666;
	}

#footer { 
	width:734px;
	min-height:30px;
	margin:0 auto;
	padding:15px 0 15px 0;
	border-top:#ccc 1px solid;
	font-size: 8pt; 
	color: #666666;
	text-align:center;
	line-height:150%;
	}

/* random tags */
#error { 
	font-weight: bold; 
	color: #993333;
	}
