/*
	Skin-specific styles for home page skin.

	author: Eric Byrnes
	modifications:
	12/20/08 - Initial release
*/   

/* ======================================== Content =========================================== */

/* The #skinContent section holds the main content */
#skinContent
{
	background: url(images/home_center_fade.jpg) repeat-x;
	background-color: white;
}
	
/* The #skinContentLeft section holds the left column */
#skinContentLeft
{
	background: url(images/home_left_fade.jpg) top left no-repeat;
	background-color: white;
	min-height: 270px;
	width: 229px;
}
* html #skinContentLeft
{
	height: 270px;
}
#dnn_LeftPane1 {
	border: 1px solid transparent;
}

/* The #skinContentContent section holds the main content */
#skinContentContent
{
	padding: 1px;
}
#dnn_ContentPane {
	border: 1px solid transparent;
}
	
	
/* The #skinContentRight section holds the right column */
#skinContentRight
{
	background: url(images/home_right_fade.jpg) top left no-repeat;
	background-color: white;
	min-height: 270px;
	width: 229px;
}
* html #skinContentRight
{
	height: 270px;
}
#dnn_RightPane1 {
	border: 1px solid transparent;
}

/* Breadcrumb nav / submenu container */
#skinSubBar
{
	background-color: #AEBEDB;
   height: 1.5em;
}









