/* #################################################################### 
[Layout Stylesheet]

Project:	REMI.com
Version:	0.1
Last change:	05/14/08 []
Assigned to:	Brian Hayes bh
Primary use:	REMI.COM typography


[Sections]
All have their own style sheet
------------------------------------------------------------------------
=HOME
=ABOUT
=MODEL
=PRODUCTS
=RESOURCES
=EVENTS
=CLIENTS
=CONTACT	

[Color codes]
------------------------------------------------------------------------
Red:		#8c172c
Grey:		#464646 *default
Lt. Blue: 	#accecb
Tan:		#d5cfbc

[Layout]
------------------------------------------------------------------------
- body
	- remi
		- header
			- logo
			- login
			- mainNav
		- bannerImage
		- mainBody
			- subNav
			- content
			- footerClear
	- footer
	
#################################################################### */


#flash {
	float:left;
	height:270px;
}
	#nonFlash{
		float:left;
		width:800px;
		height:270px;
		background:url('../_images/homepagePlaceHolder.jpg') no-repeat;
	}
		#link1{
			float:left;
			position:relative;
			top:242px;
			left:131px;
			width:130px;
			height:28px;
			background:url('../images/modelBgSpacer.jpg') no-repeat;
		}
		#link2{
			float:left;
			position:relative;
			top:242px;
			left:132px;
			width:130px;
			height:28px;
			background:url('../images/modelBgSpacer.jpg') no-repeat;
		}
		#link3{
			float:left;
			position:relative;
			top:242px;
			left:132px;
			width:130px;
			height:28px;
			background:url('../images/modelBgSpacer.jpg') no-repeat;
		}
	
.leftCol {
	margin:20px 20px 10px 25px;
	float:left;
	width:400px;
}
*html .leftCol {
	width:355px;
}
	#homeText, #homeFeaturedClient {
		float:left;
		width:100%;
	}
.rightCol {
	padding-bottom:10px;
	margin:20px 25px 0 0;
	float:left;
	width:315px;
}
*html .rightCol {
	width:290px;
}
	#homeNews, #homeCommunity {
		float:left;
		width:100%;
	}

/*
=Featured Client
---------------------------------------------------------------------*/
#homeFeaturedClient {
	padding-top:15px;
}
	.featuredClientBlock {
		float:left;
		width:100%;
	}
		.featuredClient {
			float:left;
			width:100%;
		}

.homeList{
 margin-bottom:20px;
}
.homeList a{
 background:transparent url(../_images/linkArrows.jpg) no-repeat scroll left center;
color:#8C172C;
float:left;
font-size:12px;
font-weight:bold;
margin-bottom:8px;
padding-left:10px;
text-decoration:none;
width:100%;
}

.homeList .homePageTitle a{
 color:#8C172C;
 font-size:18px;
background:none;
color:#8C172C;
float:left;
font-weight:normal;
padding-left:0;
text-decoration:none;
width:100%;
}
/*
=NEWS HOME
---------------------------------------------------------------------*/
.NewsSummary {
	margin-bottom:20px;
}
	.NewsSummaryTitle {
		margin-bottom:5px;
	}
	.NewsSummaryPostdate {
		margin-bottom:10px;
	}
	.NewsSummaryMorelink {
		text-align:right;
	}	