/*GLOBAL OPTIONS*/
html {font-size: 100.1%;}
body {
	font: 64% Georgia, Arial, sans-serif;
	margin: 0;
	background: #fefaf7 url('../images/main-bg.jpg') repeat-x;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {list-style: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
img {border: none;}
h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 960px;
	position: relative;
	padding-top: 115px;
}
/*HEADER*/
#header {
	height: 115px;
	width: 960px;
	top: 0;
	left: 0;
	background: url(../images/bg-header.jpg) no-repeat 0 100%;
	position: absolute;
}
/*logo*/
.logo {
	position: absolute;
	top: 54px;
	left: 44px;
	background: none;
	width: 150px;
	height: 46px;
}
.logo a {
	height: 100%;
	width: 100%;
}
/*main-nav*/
.main-nav {
	font-family: 'Georgia';
	position: absolute;
	left: 236px;
	top: 40px;
	overflow: hidden;
	height: 75px;
	border-left: 1px solid #ebbd8c;
}
.main-nav li {
	float: left;
	border-right: 1px solid #ebbd8c;
}
.main-nav li a {
	float: left;
	color: #220707;
	line-height: 75px;
	font-size: 11px;
	text-transform: uppercase;
	
}
.main-nav li a span {
	display: block;
	height: 100%;
	text-align: center;
}

.main-nav li a {
	height:75px;
	width:auto;
	padding:0 10px;
}

.main-nav li a.active,
.main-nav li a:active,
.main-nav li a:hover { 
	background: transparent url(/assets/templates/tripeak/images/img-main-nav-hover.png) center;
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
}

/*.main-nav li a:hover span {background: transparent url(/assets/templates/tripeak/images/img-main-nav-arrow.gif) no-repeat 50% 65px;}*/
/*top-menu*/
.top-menu {
	position: absolute;
	right: 25px;
	top: 10px;
}
.top-menu li {
	display: inline;
	padding-left: 20px;
	background: url(../images/img-top-menu-separator.gif) no-repeat 8px 50%;
}
.top-menu li:first-child {background: none;}
.top-menu a {
	color: #918383;
	font-size: 13px;
}
/*visual-box*/
#visual-box {
	height: 455px;
	overflow: hidden;
}
.visual-box-bg1 {background: url(../images/img-visual1.jpg) no-repeat;}
.visual-box-bg2 {background: url(../images/img-visual2.jpg) no-repeat;}
.visual-box-bg3 {background: url(../images/img-visual3.jpg) no-repeat;}

/*visual-text*/
#visual-box .page-title {
	width: 440px;
	padding-left:45px;
	padding-top:45px;
	color:#ffffff;
	font-size:18px;
	line-height:25px;
	font-style:italic;
	font-weight:normal;
}

/*FOOTER*/
#footer {
	/*padding: 0 0 70px 0;*/
	margin-top: -58px;
	background: url(../images/bg-footer.png) no-repeat;
	width: 960px;
	position:relative;
	z-index:10;
}
#footer-findout{
  position:relative; 
  text-align:right;
  height:70px;
  overflow:hidden;
	font-size: 13px;
	line-height: 19px;
  padding-top:15px;
}
#footer-findout .founders{
	color: #7f5151;
	font-size: 11px;
  padding-right:30px;
}
#footer-findout .learn-more{
	color: #039;
	font-size: 11px;
  padding-right:10px;
  text-transform:uppercase;
}
#footer-content{
  margin-left:0px;
}
/*footer-nav*/
.footer-nav li {
	display: inline;
	padding-left: 14px;
	background: url(../images/img-footer-separator.gif) no-repeat 5px 50%;
}
.footer-nav li:first-child {
	background: none;
	padding: 0;
}
#footer-content .footer-nav li a {
	color: #220707;
	font-size: 10px;
}
#footer p {
	color: #7f5151;
	font-size: 10px;
}
/*container*/
#container {
	width: 100%;
	overflow: hidden;
	background: url(../images/bg-content.jpg) repeat-y 100% #faeee0;
}
/*sidebar*/
.sidebar {
	float: left;
	width: 237px;
	min-height: 618px;
	_height: 618px;
}
.sidebar-bg1 {
	background: url(../images/bg-sidebar1-211.jpg) no-repeat;
}
.sidebar-bg2 {
	background: url(../images/bg-sidebar2-211.jpg) no-repeat;
}
.sidebar-bg3 {
	background: url(../images/bg-sidebar3-211.jpg) no-repeat;
}
.sidebar-bg4 {
	background: url(../images/bg-sidebar4-211.jpg) no-repeat;
}
/*sub navigation*/
#sub-nav {
	margin-top: 90px;
}
#sub-nav ul ul{
 /*background: url(../images/bg-sub-nav.png) repeat-y;*/ 
	margin-bottom: 15px;
}
#sub-nav ul li {
	width: 100%;
	vertical-align: top;
	display: inline-block;
	width:237px;
}

#sub-nav ul a {
	display: block;
	/*line-height: 50px;*/
	font-size: 12px;
	padding: 1px 12px 1px 24px;
	color: #fff;
	text-decoration: none !important;
	height: 1%;
	width:200px;
	position:relative;
}

#sub-nav ul li .first a {
	font-size:17px;
}

#sub-nav ul li div a:hover {
	color:#330000;
}

#sub-nav ul li .normal,
#sub-nav ul li .active,
#sub-nav ul li .first,
#sub-nav ul li .self {
	padding:15px 0;
}

#sub-nav ul li .normal {
	background: transparent url(../images/bg-sub-nav.png) repeat;
}


#sub-nav ul li .self {
	background: transparent url(../images/bg-sub-nav.png) repeat;
}

#sub-nav ul li .self a {
	background: transparent url(../images/bg-sub-nav-self.png) no-repeat center right;
}

#sub-nav ul li .first,
#sub-nav ul li .active {
	background: transparent url(../images/bg-sub-nav-active.png) repeat;
}

#sub-nav ul li .last {
	background: transparent url(../images/bg-sub-nav.png) repeat;
	padding: 15px 0 45px;
}

#page-whatsnew #sub-nav ul li .last {
	background: transparent url(../images/bg-sub-nav.png) repeat;
	display: inline-block;
	width:237px;
	padding: 15px 0 15px;
}

#sub-nav h3 {
	line-height: 16px;
	font-size: 12px;
	padding: 8px 24px;
	color: #330000;
	background: transparent url(../images/bg-sub-nav-active.png) no-repeat;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='/assets/templates/tripeak/images/bg-sub-nav-active.png', sizingmethod='crop');
}

/*content*/
.content {
	float: right;
	width: 722px;
	padding-bottom: 30px;
	position: relative;
	border-bottom:1px solid #ececec;
}
/*
#containerSub {
	background: url(../images/bg-content-corner.gif) bottom right no-repeat;
}
*/
/*cite-box*/
.cite-box {
	display: block;
	padding: 15px 10px;
	font-size: 18px;
	line-height: 25px;
	font-style: normal;
	color: #fff;
  width:702px;
  height:50px;
}
.cite-box-bg1 {
	background: url(../images/bg-sky-text1.jpg) no-repeat;
}
.cite-box-bg2 {
	background: url(../images/bg-sky-text2.jpg) no-repeat;
}
.cite-box-bg3 {
	background: url(../images/bg-sky-text3.jpg) no-repeat;
}
.cite-box-bg4 {
	background: url(../images/bg-sky-text4.jpg) no-repeat;
}
/*content-text*/
.content-text {
	padding: 25px 20px;
	_height:460px;
	min-height:460px;
}

/* body.company-info .content-text {
	padding: 25px 20px;
	_height:520px;
	min-height:520px;
} */

.content-text h3 {
	font-size: 18px;
	color: #d87103;
	margin-bottom: 5px;
  padding-bottom:15px;
}
.content-text p {
	color: #220707;
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 10px;
	text-align:justify;
}
/*important*/
.important {
	color: #de640a;
	font-weight: normal;
}
/*two-columns*/
.two-columns {
	overflow: hidden;
	width: 100%;
	padding-top: 45px;
}
/*sub-column1*/
.sub-column1 {
	float: left;
	width: 135px;
}
/*address-box*/
.address-box {margin-bottom: 50px;}
.address-box strong {font-size: 15px;}
.address-box a {
	font-size: 14px;
	color: #039;
}
/*contact-form*/
.contact-form {
	float: right;
	width: 470px;
	padding-right: 65px;
}
.form-row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 7px;
}
.contact-form label {
	font-size: 14px;
	color: #220707;
	line-height: 24px;
	float: left;
	text-align: right;
	margin-right: 20px;
	width: 80px;
}
.contact-form input, .contact-form textarea {
	float: left;
	width: 368px;
	height: 22px;
	padding: 0;
	border: 1px solid #300;
	font: 13px Arial, Helvetica, sans-serif;
}
.contact-form textarea {
	height: 145px;
	overflow: auto;
}
.contact-form .error_contact_form{
  padding:0 0 5px 100px;
  color:#f00;
}
/*btn-send*/
.btn-send {
	float: right;
	padding: 0 20px;
	color: #220707;
	font: bold 14px/22px Georgia, Arial, sans-serif;
	border: 1px solid #300;
	background: #fff;
	text-decoration: none !important;
}
/*bottom-box*/
.bottom-box {
	overflow: hidden;
	width: 100%;
}
.bottom-box p {
	float: left;
	padding-left: 335px;
	font-size: 13px;
	margin-right: 35px;
}
.bottom-box .learn-more {
	float: left;
	color: #039;
	font-size: 10px;
}

/* this is to get the client login sidebar to be the same font-size as the others.*/
#client-login div.self a {
font-size: 18px;
}

/* bullets */
.content-text ul {
padding-bottom: 5x 0;
}
.content-text  ul li {
list-style: disc;
margin-left: 30px;
padding-left:5px;
font-size: 13px;
}
#page-private-equity p {
margin:2px;
}

#footer-content a {
color: #7f5151;

}


/*  Portfolio Styles - UPDATED 1/30/09 - AMA
------------------------------------------------------------*/
#port div{
	border-bottom: 1px solid #CC9933;
	margin:	0 0 10px 0;
	padding: 0 10px 10px 10px !important;
	display: block;
}

#port div img{
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #CC9933;
}

#port div a,
#port p.item{
	display: block;
	float: left;
	margin: 5px 0 0 0;
	font-size: 13px;
	clear: both;
}

body#page-portfolio #port div a{
	width: 205px;
	float: left;
	display: inline-block;
}

body#page-portfolio #port div a img{
	max-width: 185px;
}

body#page-portfolio #port h2{
	float: left;
}

#port div p{
	display: block;
	line-height: 17px;
	padding: 0;
	margin: 0;
}

body#page-portfolio #port div p{
	display: block;
	line-height: 17px;
	padding: 0;
	margin: 0;
	float: left;
}

#port div p a{
	clear:none;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

#port div h4{
	font-size: 16px;
	color: #D87103;
	padding: 0 0 2px 0 !important;
	display: block;
}

/*  What's New - UPDATED 3/13/09 - Dylan
------------------------------------------------------------*/
/* extending #port */
#page-whatsnew #port div p {
	line-height: 25px;
}

/* Clearfix  (http: //www.positioniseverything.net/easyclearing.html)
----------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block; /* IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

