/*-------------------------------------
	"Featured Content" Area
-------------------------------------*/

div#featuredContent
{
	height: 242px; /* 238 might be possible */
	width:600px;
	background: #333333 url(images/bg_featured_repeat.gif) repeat-x top left;
	color: White;
	padding-top: 4px;
}
div.FeatureBoxShadowLeft
{
	float: left; width: 12px; height: 299px; background: transparent url(images/bg_boxshadow_left.jpg) no-repeat top left;
}
div.FeatureBoxShadowMiddle
{
	float: left; width: 13px; height: 242px; background: transparent url(images/bg_boxshadow_middle.jpg) no-repeat top left;
}
div.FeatureBoxShadowRight
{
	float: left; width: 8px; height: 299px; background: transparent url(images/bg_boxshadow_left.jpg) no-repeat top left;
}
div#largeFeatureBox
{
	float: left;
	width: 900px;
	height:294px;
	background: White url(images/featurebox.jpg) top left no-repeat;
	margin:0 0 10px 0;
}


div#smallFeatureBox1, div#smallFeatureBox2
{
	float: left;
	padding: 8px;
	width: 182px;
	height: 226px;
	border: 1px solid White;
	background: White url(images/bg_featureBoxSmall_repeat.jpg) repeat-x top left;	
}
div#smallFeatureBox2 ul li
{
	list-style-type: none;	
	background: transparent url(images/blt_greenBox.jpg) no-repeat center left;	
	margin-left: 0;
	padding: 3px 2px 3px 18px;
}
div#smallFeatureBox2 ul li a {color: White; font-weight: normal;}
div#smallFeatureBox2 ul li a:hover { color: Black; }

div#contentContainer
{
	clear: both;
	float:left;
	width:582px;
	margin:0 0 0 7px;
	color:#666666;
}


div#contentContainer a
{
	text-decoration:underline;
}


body.ie #contentContainer{margin:-13px 0 0 0; padding:0px;}
body.ie7 #contentContainer{margin:-20px 0 0 7px; padding:0px;}


div#contentContainer2
{
	
	float:left;
	background:#ffffff;
}

body.ie #contentContainer2{margin:6px 0 0 0; padding:0px;}


/*-------------------------------------
	DNN Panes
-------------------------------------*/
div#dnn_contentPane
{
	clear:both;
	float: left;
	margin-right: 6px;
	width: 450px;
}

div#dnn_rotator
{
float:left;
width:850px;
margin:8px 0 0 30px;
}
body.ie #dnn_rotator{
margin:10px 0 0 15px;
height:287px;
}



#dnn_rotator p {color:#ffffff;}
#dnn_rotator h3 {
color:#ffffff;
font-family:arial;
font-size:18;
font-weight:normal;
margin:0 0 18px 0;
}

#slide{padding:0px 10px 0 0px;}
#portfolio{padding:10px 0;}
.slide{background:transparent!important;}




div#dnn_leftPane
{
	clear:both;
	float: left;
	margin-left: 6px;
	width: 285px;
}

body.ie #dnn_leftPane{width:280px;}

div#dnn_centerPane
{
	float: left;
	margin-left: 6px;
	width: 285px;
}

body.ie #dnn_centerPane{width:280px; margin:0 0 0 10px;}

div#dnn_bottomPane
{
	float: left;
	margin-left: 6px;
	width: 572px;
}

body.ie #dnn_bottomPane{width:578px;}

#leftlist {
clear:both;
float:left;
width:275px;
margin:15px 0 0 15px;
}
#leftlist ul li{
margin:10px 0px;
padding:0px;
background:none;
}
#rightlist{
float:left;
width:275px;
margin:15px 0 0 0;
}
#rightlist ul li{
margin:10px 0;
padding:0px;
background:none;
}

div#dnn_rightPane
{
	margin-left: 6px;
	width: 295px;
}

body.ie #dnn_rightPane{margin:0px; width:295px;}

