/*
Theme Name: _s
Layout: Content-Sidebar
*/

.site-content {
	float: left; 
	background: #ffffff;
	margin-bottom: 12px;
	/* 2013-03-17 margin: 0 -25% 0 0;*/
/*	2013-03-17 width: 100%;*/
}
#content {
	/*margin: 0 25% 0 0;*/
/* 2013-03-17 margin: 0 280px 0 18px;*/
/*width: 640px;*/
width: 655px;
float: left;
/* padding-right: 10px;  */

}
#secondary { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 28%;
        height: auto;
margin: 10px 0 10px;
display: none;
}
#tertiary { /* Sidebar 2 */
	/* 2013-03-17clear: right;*/
	/* added next four lines to position sidebar properly - gheffron 2/28/13 */
	/* 2013-03-17 position: absolute;*/
	/*left: 880px;*/
	/* 2013-03-17 left: 66%;*/
	/* 2013-03-17 top: 544px;*/
/*	width: 285px;  */
	width: 255px;
    float: right;
    background: #eff6fb;
    margin-top: 20px;
	padding: 15px 15px 15px 15px;

}


#tertiary p {

font-size: 13px;
line-height: 1.5;

}


#tertiary h1 {
	font-size: 15px;
	font-weight: 600;
	color: #004382;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #004382;
/*	margin-top: 8px;  */
	margin-bottom: 10px;
	
	}

#tertiary ul {
/*	background-color:#fff;
	margin: 10px 10px 10px 10px;
	padding: 7px;	*/
	padding-left: 0;
}

#tertiary li {
	font-size: 14px;
	color: #004382 !important;
	line-height: 1.2;
	margin: 8px 0 3px 0;  

}

#tertiary li li {
/*	font-size: 14px;
	color: #004382 !important;
	line-height: 1.2;  */
	margin: 2px 0 2px 0;  

}


#tertiary li a {
	color: #004382 !important;
	text-decoration: none !important;
}

#tertiary li a:hover {
	text-decoration: underline !important;
}

#tertiary h2 {
	color:#000;
	margin: 10px;
	line-height: 1.2;
}

#tertiary p b {
	color:#0061a1;
}

#tertiary table { margin-left: -13px; }

.site-footer {
	margin-top: 20px;
	clear: both;
	/*width: 80%;*/
	 /*width:1008px;*/
	 /*width:100%;*/
       width: 960px;
       margin: 0 auto;
       padding: 0;
}

.site-footer p {
	padding-top: -30px;
}