/********************************************
  WEBSITE:   3V SourceOne Capital
 *******************************************/
 
 /********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

* { margin: 0; padding: 0; }

html {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 16px;
	font-size: 13px;
	color: #444;
}

/* links */

a {
	text-decoration: none;
	color: #0a629d; 
	background: inherit;
}

a:visited {
	text-decoration: none;
	color: orangered; 
	background: inherit;
}
a:hover {
	color: #444;
	background: inherit;
}

a img {
	border: 0;
}

input, textarea{
	line-height: 14px;
	font-size: 12px;
}

.justify {
	text-align: justify;
}

/********************************************
   NAVIGATION
********************************************/
#globalnav {
	width: 950px;
	height: 43px;
}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px 47px;
	font: bold 14px "Times New Roman", Times, Palatino;
	background: url(../images/nav_back.jpg) repeat-x;
	color: #fff;
	text-transform: uppercase;
}
	
	
	
.menu ul{
	background:url(../images/nav_back.jpg) repeat-x;
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
}

.menu li{
		float:left;
		padding:0px;
}

.menu li a{
		background: url(../images/nav_over.jpg) no-repeat right top;
		color: white;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 32px;
		text-align:center;
		text-decoration:none;
}
		
.menu li a:hover, .menu ul li:hover a {
			background: url(../images/nav_over_back.jpg) repeat-x;
			color: white;
			text-decoration:none;
}

.menu li ul{
		background: #273b75;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:200px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
}

.transparent_class {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
	
.menu li:hover ul{
		display:block;
}
		
.menu li li {
		background: url(../images/sub_sep.gif) repeat-x left bottom;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:200px;
}

.menu li:hover li a{
		background:none;		
}
		
.menu li ul a{
		display:block;
		height:35px;
		font-size:13px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
}

.menu li ul a:hover, .menu li ul li:hover a{
			background:#0a629d url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
}
			
.menu p {
		clear:left;
}	



/********************************************
   LAYOUT
********************************************/

#main-wrapper {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 950px;
	height: 110px;
	background: url(../images/header_back.jpg) repeat-x;
}

#logo {
	width: 217px;
	height: 110px;
	float: left;
}

#header-rightlinks {
	text-align: right;
	width: 250px;
	height: 20px;
	margin: 30px auto;
	padding: 10px 0px;
	float: right;
}

#banner {
	width: 950px;
	height: 222px;
}

#content-container {
	width: 900px;
	padding: 10px 25px 10px 25px;
	overflow: hidden;
}

#footer {
	width: 950px;
	background: url(../images/footer-line.jpg) repeat-x;
	padding: 30px 0px 0px 0px;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
}

.table-padding-smll {
	padding: 2px;
}

.table-padding {
	padding: 5px;
}

#spacer-1 {
	clear: both;
	height: 20px;
}

#spacer-2 {
	clear: both;
	height: 50px;
}

#horizontal-divider {
	clear: both;
	margin: 10px;
	border-bottom: dashed silver thin;
}

.back-to-top {
	text-align: right;
	font-size: 9px;
	color: #4dc2e6;
	text-transform: uppercase;
}

a.back-to-top:visited {
	color: #4dc2e6;
}

a.back-to-top:hover {
	color: #0a629d;
	text-decoration: underline;
}

.truncate-md1 {
	padding: 0px 0px 20px 0px;
	width: 430px;
	margin: auto;
}

#team-content {
	width: 430px;
	margin: auto;
}

/*homepage*/

#left-column {
	width: 300px;
	float: left;
}

#date-block {
	width: 83px;
	height:18px;
	padding: 2px 2px 2px 13px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	background: url(../images/date_block.jpg) no-repeat;
}

.latenews-heading {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a.latenews {
	font-size: 13px;
	text-decoration: none;
	color: #444;
}

a.latenews:visited {
	color: orangered;
	text-decoration: none;
}

a.latenews:hover {
	color: #0a629d;
	text-decoration: underline;
}

.more-news {
	color: #0a629d;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

a.more-news:hover {
	color: #444;
}

#divider-vertical {
	width: 1px;
	height: 200px;
	margin: 80px 38px 10px 39px;
	float: left;
	border-left: thin dotted silver;
}

#right-column {
	width: 519px;
	float: right;
}

#divider-horizontal {
	width: 415px;
	height: 1px;
	margin: 20px 50px;
	clear: both;
	border-bottom: thin dotted silver;
}

/*subpages*/

#side-nav ul li {
	list-style-type: none;
	line-height: 18px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
}

#side-nav a {
	text-decoration: none;
	color: #0a629d;
	cursor: pointer;
}

#side-nav a:hover {
	color: #444;
	
}

#side-nav {
	font-size: 12px;
	line-height: 16px;
	width: 195px;
	float: left;
}

.side-nav-heading {
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, Palatino;
}

#divider-1 {
	width: 1px;
	height: 200px;
	margin: 10px 25px 10px 25px;
	float: left;
	border-left: thin dotted silver;
}

#sub-content {
	width: 650px;
	float: right;
}

#para-text {
	width: 600px;
	text-align: justify;
}

#para-text-news {
	width: 600px;
	padding-left: 15px;
	text-align: justify;
}

#contact-us-left-column {
	width: 580px;
	text-align: justify;
	float: left;
}

#contact-us-right-column {
	width: 250px;
	float: right;
}

#divider-contacts-vertical {
	width: 1px;
	height: 200px;
	margin: 0px 30px 0px 30px;
	border-left: thin dotted silver;
	float: left;
}

#sitemap-container {
	width: 850px;
	padding: 0px 25px;
}

.sitemap-header {
	font-size: 16px;
	line-height: 32px;
	border-bottom: thin solid silver;
}

#sitemap-container a {
	text-decoration: none;
	color: #444; 
	background: inherit;
}

#sitemap-container a:visited {
	text-decoration: none;
	color: orangered; 
	background: inherit;
}
#sitemap-container a:hover {
	color: #0a629d;
	background: inherit;
}



/********************************************
   TYPO
********************************************/

.blue {
	color: #0a629d;
}

.white {
	color: #fff;
}

#title {
	height:60px;
	font-size: 36px;
	line-height: 40px;
	font-family: "Times New Roman", Times, Palatino;
}

.para-title {
	font: 24px/28px "Times New Roman", Times, Palatino;
	color: #fff;
	padding-left: 10px;
}

.smll-heading {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #0a629d;
}

.team-name {
	font-family: "Times New Roman", Times, Palatino;
	font-size: 20px;
	line-height: 24px;
	color: #0a629d;
}

.text-justified {
	text-align: justify;
}

.news-title {
	font-family: "Times New Roman", Times, Palatino;
	font-size: 18px;
	color: #0a629d;
	
}

.news-date {
	font-size: 13px;
	font-weight: bold;
	color: #444;
	line-height: 30px;
}

.table-title-white {
	font-family: "Times New Roman", Times, Palatino;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	padding-left: 15px;
}

.address-padding {
	padding-left: 14px;
}

a.header-text {
	text-decoration: none;
	font-size: 9px;
	text-align: center;
	color: #444;
}

a.header-text:hover {
	text-decoration: none;
	color: #06a29d;
	
}

.small-text {
	font-size: 10px;
	color: #0a629d;
	font-weight: bold;
}

.portfolio-company-name {
	font-size: 18px;
	font-weight: bolder;
}











