﻿#contentBlock{
	/*background:white url(/images/sidebar1_bg_grey.gif) left top repeat-y;*/
	background:white url(/images/sidebar2_bg.gif) right top repeat-y;
}

#header { 
	border-bottom: solid 1px #003366;
} 

#showcase {
	float:left;
	z-index:0;
	margin: 4px 0 0px;
	height:171px;
	width:903px;
	overflow:hidden;
}
#contentBlock {
    margin-top:0px;
}	
#mainSiteContent 
{
	/*margin-left:194px;*/
 	padding: 10px 20px;
	width:598px;
	position: relative;
	line-height: 17px;	
} 

.sf_wrapper #mainSiteContent 
{
	overflow:visible !important;
	height:auto;
}

#sidebar1 {
	display:none;
	clear:left;
	float:left;
	width:193px; 
	overflow:hidden;
	margin-top: 0px;
	padding: 15px 0;
	background-color: #535f72;
}
#sidebar2 {
    /*border-left: dotted 1px #7f94ab; this is done in mainsitecontent bg*/
    border-left:none;
	float:right;
	clear:right;
	width: 150px; 
	height:220px;
	min-height:220px;
	padding: 15px 10px;	
	margin-right:0 !important;
	margin-right:-10px;
}

#sidebar2 a{
	text-decoration: none;
}

.homelink {
	position: absolute;
	left: 0; 
	top: 0;
	width: 130px;
	height: 60px;
	cursor: pointer;
}
/* Reusable general-purpose position helpers */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}