@charset "utf-8";

/* CSS Document */

*
{
	padding:0;
	margin:0;
}

body
{
	text-align:center;
}

#wrap
{
	text-align:left;
	margin:0 auto;
	width:900px;
	min-height:450px;
}

#header
{
	float:left;
	width:900px;
	height:144px;
	border-bottom:1px solid red;
	margin-bottom:5px;
}

#footer /* will need to manually add footer to bottom of page using conditional comments */
{
	float:left;
	width:500px;
	height:auto;
	margin-left:400px;
	margin-top:-15px;
	text-align:center;
}

#content-header
{
	float:left;
	height:50px;
	width:500px;
	background:#776754;
}
/***** COLUMN LAYOUT BEGIN *****/
#container3 {  /* right column bg color positioning */
    float:left;
    width:900px;
    background:#5C6F7D; /* #5C6F7D#4a5c69 */
    overflow:hidden;
    position:relative;
	margin-bottom:30px; /* adds spacing between browser window and container */
}
#container2 {  /* main content column */
    float:left;
    width:900px;
    background:white;
    position:relative;
    right:200px;
}
#container1 {  /* navigation bg color positioning */
    float:left;
    width:900px;
    background:#E2E7E9;  /*#dbe1e4;*/
    position:relative;
    right:500px;
}
#col1 {	/* left column (navigation) */
    float:left;
    width:200px;
    position:relative;
    left:700px;
    overflow:hidden;
}
#col2 {   /* center column (content) */
    float:left;
	min-height:450px;
    width:500px;
    position:relative;
    left:700px;
    overflow:hidden;
	
}
#col3 {    /* right column (quotes/empty) */
    float:left;
    width:200px;
    position:relative;
    left:700px;
    overflow:hidden;
}

/***** COLUMN LAYOUT END *****/

#content /* all center-col content */
{
	width:476px;
	height:auto;
	padding:20px 12px 25px 12px;
}
#col2 .logo
{
	padding-right:20px;
	float:right;  /* ie6 positions logo right */
}

/***** LANDING PAGE *****/
.text /* main text image positioning */
{
	padding:12px 0 0 12px;
}

/***** page banners and respective text classes *****/

.about
{
	width:500px;
	height:50px;
	background:url(images/aboutBanner.png);
}

.investments /* blueMic */
{
	width:500px;
	height:50px;
	background:url(images/investments.jpg) no-repeat;
}

.team
{
	width:500px;
	height:50px;
	background:url(images/teamBanner.png);
}

.news /* News */
{
	width:500px;
	height:50px;
	background:url(images/news.png) no-repeat;
}

	.newsText
	{
		width:auto;
		height:auto;
		margin-left:45px;
		margin-top:-5px;
	}
	
.contact /* Contact Us banner */
{
	width:500px;
	height:50px;
	background:url(images/contactBanner.png);
}

	.contactText
	{
		width:auto;
		height:auto;
		margin-left:18px;
		margin-top:-5px;
	}

.left  /* floats images left */
{
	float:left;
}
	
.right
{
	float:right;
}

.footer img {
	position:absolute;
	left:57px;
	bottom:0;

 }
 
.brownSep {
	float:left;
	height:20px;
	width:500px;
	background-color:#897A67;
}

.indexBG {
	background:url(images/MainImageCropped_01.jpg) no-repeat;
	width:500px;
	height:330px;
}