/*
Description: Primary styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Container
2. Features
3. News

*/


/* 1. Container
--------------------------------------------------*/

#Content
{
	background: url(../Images/ContentBkgHome.jpg) top left no-repeat;
	background-color: #014DA6;
	padding: 0px 10px 0px 12px;
}
	
	
/* 2. Features
--------------------------------------------------*/
	
#Features
{
	position: relative;
}

	#Features img.Filbert
	{
		/*behavior: url(scripts/iepngfix.htc);*/
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#FeatureList
	{
		height: 275px;
	}
	
	
/* 3. News
--------------------------------------------------*/

#NewsBar
{
	background: url(../Images/HomeNewsBar.gif) repeat-x;
	height: 29px;
	padding: 0px 8px;
}

	#NewsBar p.News
	{
		display: block;
		float: left;
		line-height: 28px;
	}
	
	#NewsBar img.ViewAll
	{
		margin: 0px 0px 0px 20px;
	}
	

