/*-------------------------------------
	Special Areas
-------------------------------------*/
hr{
	display:none;
}

div#subpageLeftCol
{
	float: left;
	width: 270px;
	/*background-color: Red;*/
	/*background: Red url(images/bg_pageTitleBar_repeat.jpg) repeat-x top left;*/
}
div#subpageRightCol
{
	float: left;
	width: 630px;	
}
div#pageTitleBar
{	
	height: 48px;
	padding-top: 12px;
	background: #333333 url(images/bg_pageTitleBar_repeat.jpg) repeat-x bottom left;	
	line-height: normal;
}
div#pageTitleBar h2
{
	color: White;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 28px;	
	line-height: normal;	
	margin: 0 0 0 25px; padding: 0;
}
/*** 2nd Level Navigation ***/
div#subnavBoxWrapper
{
	padding-top: 4px;
	background-color: #333333;
}
div#subnavBox
{
	padding: 4px 12px;
	width: 246px;	
	min-height: 52px;
	color: White;	
	background: #233A5C url(images/bg_subnavBox.png) no-repeat top left;
}
div#subnavBoxBottom
{
	background: White url(images/bg_subnavBox_bottom.png) no-repeat top left;
	/*height: 14px;	*/
	height: 22px;
}

/*-------------------------------------
	DNN Panes
-------------------------------------*/
#dnn_portfolioTxt{
	float:left;
	width:560px;
	margin:10px 0 0 25px;
}
#contactItems{
	float:left;
	margin:10px 0 0 0;
}

#dnn_portfolioLeft img, #dnn_portfolioCenter img #dnn_portfolioRight img{
	border:1px solid #9DB6CC;
	padding:4px;
}

#dnn_portfolioMainContent{
	clear:both;
	margin:0 auto;
	width:850px;
	
}

#dnn_contentPane{
	clear:both;
	float:left;
	width:850px;
	margin:0 0 0 20px;
}


/*-------------------------------------
	Portfolio Content
-------------------------------------*/
.article {
	display:inline-block;
	float:Left;
	width:276px;
	margin:0 6px 0 0;
	padding:0;	
}

.article a{
	color:#2A4F72;
	font-weight:normal;
	margin:0px;
	padding:0;
}

.article h3 a{
	font-size:20px;
	font-family:Tahoma;
	font-weight:normal;
	text-decoration:none;
	color:#333;
	
}

.articleURL{
	margin:5px 0;
}

.articleImage{
	width:260px;
	height:160px;
	border:1px solid #9DB6CC;
	padding:4px;
	margin:5px 0;
}


.articleViewImage{
	float:left;
	width:270px;
}
.articleViewText{
	float:left;
	width:550px;
	margin:0 0 0 10px;
}

.backLink{
	margin:5px 0;
}

.requestLink{
	margin:5px 0;
}

/*-------------------------------------
	IE 6 tweaks
-------------------------------------*/
body.ie div#subpageLeftCol { background: white url(images/bg_pageTitleBar_repeat.jpg) repeat-x top left; }
body.ie div#subpageRightCol
{
	width: 629px;	
	background-color: white;
}
body.ie div#siteContainer { background-color: white; }
