/*
	Skin-specific styles for home page skin.

	author: Eric Byrnes
	modifications:
	07/20/05 - Initial release
*/   

/* ======================================== Content =========================================== */

/* The #skinContent section holds the main content */
div#skinContent
{
	background-color: #D7D7D7; /* light gray */
	border: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
}
	
/* The #skinContentTop section holds the banner and updates content areas */
#skinContentTop
{
	clear: both;
	position: relative;
	vertical-align: top;
	width: 100%;
}

* html #skinContentTop
{
	background-color: #D7D7D7; /* light gray */
}

/* The #skinContentBottom section holds the feature content areas */
#skinContentBottom
{
	background-color: white;
	clear: both;
	padding-top: 10px;
	overflow: visible; /* allow overflow so edit menu links will appear */
	position: relative;
	vertical-align: top;
	width: 100%;
}

/* The #skinContentImage section holds the main content */
#skinContentImage
{
	position: relative;
	vertical-align: top;
}

/* The #skinContentContent section holds the text content */
#skinContentContent
{
	padding: 0px 5px 5px 5px;
	position: relative;
	vertical-align: top;
}

/* The #skinContentFeatureX sections hold banner content */
#skinContentFeature1
{
	position: relative;
	vertical-align: top;
}

#skinContentFeature2
{
	margin-left: 3px;
	position: relative;
	vertical-align: top;
}


/* ========== Scrolling Content ========== */

#divScrollTextCont {
   position: relative;
   width: auto;
   height: 100%;
   clip: rect(0px auto 190px 0px);
   overflow: hidden;
   visibility: hidden;
   background-color: white;
}
#divText {
   position: relative;
   margin: 0 5px 0 15px;
   padding: 0 5px 0 5px;
}
#ScrollBar {
   height: 8px;
   width: 11px;
   margin: 0;
   padding: 0;
   text-align: center;
   background-color: #edc;
}



































