/*	SCREEN CSS
==		Default stylesheet for html clients
==
==	HISTORY
==		2007-01-01	v1.0	Initial version																							
==
================================================================================================= */

/* HOMEPAGE
Sets the styling for the content area on the homepage
================================================================================================= */
#divHomepage
{
	margin-left: 206px;
	margin-right: 0px;
	padding: 0px;
	padding-left: 6px;
	padding-right: 6px;
	_padding: 0;
	text-align: left;
}

/* FEATURE 1
Sets the fancy header on the H1 tag and the background on the feature
================================================================================================= */
#divFeature1
{
	/*background-image: url(background-feature1.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	border: solid 1px #DB8600;*/
	text-align: left;
	margin: 36px 0 0 0;
}

#divFeature1Heading
{
	background-image: url(background-feature1-heading.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 49px;
}

#divFeature1 H1
{
	margin-top: 0px;
}

#divFeature1 P
{
	padding: 0px;
	padding-left: 6px;
	padding-right: 4px;
}

#divFeature1 IMG
{
	border-bottom: 1px solid #DB8600;
}

/* MAP FEATURE 
Controls the layout of the 2nd feature
================================================================================================= */
#tdMap
{
	margin: 10px 0 0 0;
}

#divFeatureMap
{
	background-image: url(background-feature1.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	border-bottom: solid 1px #DB8600;
	text-align: left;
}

#divFeatureMapHeading
{
	background-image: url(background-feature1-heading.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 49px;
}

#divFeatureMap H1
{
	margin-top: 0px;
}

#divFeatureMap P
{
	padding: 0px;
	padding-left: 6px;
	padding-right: 4px;
}

#divFeatureMap IMG
{
	border-bottom: 1px solid #DB8600;
}
/* FEATURES 2, 3, 4 AND MAP
Layout for the homepage
================================================================================================= */
#tblFeatures
{
	border-collapse: collapse;
	margin: 20px 0 20px 0;
	width: 538px;
}

#tblFeatures TD
{
	vertical-align: top;
	text-align: center;
	width: 33%;
}

#tblFeatures IMG
{
	padding: 3px 0 3px 0;
	margin: 0px;
}

#tblFeatures P
{
	padding: 2px;
	margin: 0px;
}


/* FEATURE 2
Controls the layout of the 2nd feature
================================================================================================= */
#tdFeature2
{
	background-image: url(background-feature2.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	border-bottom: solid 1px #1F7DBF;
}

#tdFeature2 IMG
{
	border-top: solid 1px #1F7DBF;
	border-bottom: solid 1px #1F7DBF;
}


/* FEATURE 3
Controls the layout of the 3rd feature
================================================================================================= */
#tdFeature3
{
	background-image: url(background-feature3.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	border-bottom: solid 1px #347722;
	border-left: solid 5px #FFFFFF;
	border-right: solid 5px #FFFFFF;
}

#tdFeature3 IMG
{
	border-top: solid 1px #347722;
	border-bottom: solid 1px #347722;
}


/* FEATURE 4
Controls the layout of the 4th feature
================================================================================================= */
#tdFeature4
{
	background-image: url(background-feature4.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	border-bottom: solid 1px #C42626;
}

#tdFeature4 IMG
{
	border-top: solid 1px #C42626;
	border-bottom: solid 1px #C42626;
}


/* HOMEPAGE
Styles the remainder of the homepage content
================================================================================================= */
#divHomeContent
{
	margin-top: 14px;
}

/* LATEST NEWS
Style the latest news items of the homepage
================================================================================================= */
#divLatestNews
{
 margin-top: 10px;
}
