/*
  =======================================================
  Last edited by: $Author: mistf $
              on: $Date: 2009/07/02 13:20:33 $
        Filename: $RCSfile: kelsotxt.css,v $
        Revision: $Revision: 1.2 $
  
  Stylesheet for Kelso Capital text specific Stellent site
  ========================================================
*/

/*********************************************************/
/* begin environment */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff none;
	color: #000000;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}
#outerWrapper {
	width:  100%;
	margin:  0;
	background:  url(none) repeat-y top center;	
}

#pageTop {
	display: none;
}
#pageBottom {
	display: none;
}


#wrapper {
	width:  100%;
	margin:  auto;
	background: white none;
	color: black;
}


#wrapper {
	border: none;
}
p {
	margin: 0 0 1em 0;
}
#content h1, #content h2, #content h3 {
	margin: 0 0 1em 0;
}
/* end environment */
/*********************************************************/

/*********************************************************/
/* begin header */
#header {
	height: 65px;
}

#headerLogo {
	width:  100%;
	height: 65px;
	background: none #B2BDCD;
}
#headerLogo a {
	height: 65px;
}
#headerLogo a span {
	display: block;
}
#headerLogo a span img {
	border: none;
}
.lgCap {
	text-transform: uppercase;
}

.smCap {
	font-variant: small-caps;
}

#headerRtImg /*img*/ {
	display: none;
}

/*********************************************************/

/*********************************************************/
/* begin navigation */
#nav {
	display: none;
}
/* end navigation */
/*********************************************************/


/*********************************************************/
#main {
	margin: 0;
	padding: 0;
	background: #f5f5f5 none;
	color: #000000;
}

#info {
	display: none;
}

/* end home page */
/*********************************************************/



/*********************************************************/
#content {
	margin: 0;
	padding: 1em;
	background: #ffffff none;
	color: #000000;
}
#content p {
	text-align: justify;
}
#content h1 {
	background: #ffffff none;
	color: #606060;
	border-bottom: 1px solid #dfdfdf;
	font-size: 150%;
}

ul#utility {
	display: none;
}

/*********************************************************/

/*********************************************************/
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 24px;
	border-top: 3px solid white;
	width: 100%;
	background: #000000 none;
	color: #FFFFFF;
}

#footerRtImg /*img*/ {
	display: none;

}

#footerCopyright {
	margin: 0 195px 0 0;
	padding: 0 3px 0 0;
	height: 24px;
	background: #000000 none;
	color: #FFFFFF;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 80%;
}

/* begin margin too wide in ie */
* html #footerCopyright {
	margin: 0 192px 0 0;
}
/* end margin too wide in ie */


#footerCopyright span {
	padding-left: 1em;
}
/*********************************************************/

hr {
	height: 1px;
	background: transparent none;
	color: #dfdfdf;
}