/****** General **/
body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	line-height: 1.4em;
	background: #0a79a4;
	color: #333333;
	}
/*Link Styles*/
a {
	color: #0000cc;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
	
/****** Containers **/
#outsideContainer {
	margin: 0 auto;
	width: 960px;
	}
#insideContainer {
	background: #d4edf7;
	width: 940px;
	clear: both;
	zoom: 1;
	}
	
/****** Search **/
#searchContainer {
	background: #e3f3fa;
	padding: 15px;
	float: right;
	margin: 25px 40px 0 0;
	display: inline;
	}
#searchContainer .searchInput {
	line-height: 25px;
	height: 25px;
	border: 1px solid #bbd9ee;
	float: left;
	margin: 0 10px 0 0;
	width: 340px;
	font-size: 20px;
	padding: 2px 6px 3px;
	word-spacing: -1px;
	letter-spacing: -.2px;
	color: #555;
	}
#searchContainer .searchButton {
	background: #3b89c2;
	height: 32px;
	padding: 6px 6px 7px;
	border: 1px solid #bbd9ee;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	float: left;
	}
	
/****** Logo **/
#studentBankLogo {
	padding: 10px 0 10px 40px;
	float: left;
	}
#studentBankLogo .homeLink {
	display: block;
	}
#studentBankLogo .homeLink img {
	border: 0;
	}

	
/****** Menu **/
#menu {
	background: #88a905 URL('images/menu_shadow.jpg') bottom left no-repeat;
	width: 950px;
	float: left;
	display: inline;
	position: relative;
	padding: 0 0 10px;
	left: 0px;
	margin: 0 0 0 -10px;
	clear: left;
	z-index: 5000;
	}
	
#menu #menuContainer {
	padding: 7px 7px 7px 20px;
	height: 35px;
	}
	
	
/****** SideBar **/
.sideBar {
	width: 230px;
	background: URL('images/sidebar_shadow.jpg') bottom right no-repeat;
	float: right;
	display: inline;
	position: relative;
	left: 0px;
	padding: 0 0 10px;
	margin: 11px -10px 10px 0;
	clear: right;
	}
.sideBar .sideBarContainer {
	background: #fff;
	padding: 8px 10px 10px;
	}
	
/* SideBar Styles */
.sideBar .sideBar_Content {
	border: 1px solid #bbd9ee;
	background: #ebf4fa;
	padding: 5px 10px;
	font-size: 11px;
	color: #555;
	zoom: 1;
	}
.sideBar h4 
{
	font-size: 14px;
	color: #54a4de;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	padding: 0 0 3px 0;
	}
.sideBar h4.long 
{
	letter-spacing: -.05em;
}
.sideBar .row {
	background: #ebf4fa;
	height: 23px;
	width: 188px;
	line-height: 23px;
	padding: 0 10px;
	font-size: 11px;
	text-align: right;
	}
/*Rates SideBar*/
.sideBar .rateTitle {
	float: left;
	}
.sideBar .rateTitle a 
{
	color: #555;
}
.sideBar .rateTitle a:hover
{
	color: #555;
}
.sideBar .altRow {
	background: #fff;
	height: 23px;
	width: 188px;
	line-height: 23px;
	padding: 0 10px;
	font-size: 11px;
	text-align: right;
	}
.sideBar .rate {
	text-align: right;
	color: #ff9834;
	font-weight: bold;
	}
/*Connections SideBar*/
.sideBar a.connectionLink {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #097097;
	margin: 5px 0 10px 15px;
	display: block;
	}
.sideBar a.connectionLink:hover {
	text-decoration: underline;
	}
.sideBar .connectionLink img {
	border: none;
	float: left;
	padding-right: 10px;
	}
/*Question SideBar*/
.sideBar .askAQuestion 
{
	background:url('images/askquestion.gif') no-repeat; 
	display: block !important;
	width: 122px;
	height: 20px;
	margin: 5px auto 0;
}
/*Featured SideBar*/
.sideBar .featuredImage 
{
	background:url('images/101waystopayforcollege.gif') no-repeat; 
	width: 125px;
	height: 48px;
	margin: 5px auto 0;
}
	
/****** Well **/
#well {
	margin: 11px 20px 0px 10px;
	float: left;
	display: inline;
	background: #ebf6fe;
	width: 670px;
	border: 1px solid #bbd9ee;
	padding: 9px;
	}
#well #contentContainer {
	width: 650px;
	background: #fff;
	padding: 10px;
	}

/* Well Styles */

/*BreadCrubms*/
#well .breadCrumbContainer {
	font-size: 10px;
	text-transform: uppercase;
	color: #555555;
	}
#well .breadCrumbContainer span {
	vertical-align:middle;
	}
#well .breadCrumbList {
	float: left;
	list-style-type:none;
	margin: 0;
	padding: 0;
	}
#well .breadCrumbList li {
	display:block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
	vertical-align:middle;
	line-height:15px;
	height: 15px;
	}
#well .breadCrumbList li.seperator {
	margin: -2px 2px 0;
	line-height:15px;
	font-size: 12px;
	vertical-align:middle;
	}
#well .breadCrumbList li.currentPage {
	margin: 0 2px;
	line-height:15px;
	}
#well a.breadCrumb {
	cursor:pointer; 
	cursor:hand; 
	line-height:12px;
	background:url('images/breadcrumb.gif') no-repeat right 0; 
	padding-right:6px; 
	vertical-align:middle;
	display:block;
	display:inline-block; 
	font-size: 10px;
	color: #206ba4;
	text-decoration: none;
	margin-top: -1px;
	}
#well a.breadCrumb span { 
	background:url('images/breadcrumb.gif') no-repeat left 0; 
	height:15px;
	display:block;
	display:inline-block;
	padding-left:6px; 
	line-height:15px;
}
#well a.breadCrumb:hover {
	color: #ff7404;
	}
/*Well Content Styles*/
#well h1 {
	color: #206ba4;
	font-weight: bold;
	font-style:italic;
	font-size: 26px;
	line-height: 47px;
	margin: -10px 0 12px;
	padding: 4px 0 0 0;
	border-bottom: 1px solid #dcdcdc;
	clear: both;
	}
#well h2.list_title {
	color: #54a4de;
	text-transform: uppercase;
	margin:12px 0 6px 10px;
	font-size:11px;
	font-weight: bold;
	}
#well h2.table_title {
	color: #54a4de;
	text-transform: uppercase;
	margin:12px 0 6px 0;
	font-size:11px;
	font-weight: bold;
	text-align: center;
	}
#well h2 {
	color: #555;
	margin: 16px 0 4px 0;
	font-size: 14px;
	}
#well h2.big {
	color: #000;
	margin: 20px 0 0 0;
	font-size: 16px;
	}
#well h2.clear 
{
	clear:left;
}
#well h3 {
	color: #000;
	font-size: 14px;
	}
#well h4 
{
	font-style: italic;
	font-size: 12px;
}
#well p {
	margin: 4px 0 12px;
	line-height: 1.5em;
	}
#well img {
	background: #ebf6fe;
	border: 1px solid #bbd9ee;
	padding: 10px;
	float: left;
	margin:0 15px 10px 0px;
	}
	
#well ol, #well ul {
	font-size: 12px;
	padding: 0px;
	margin: 0 0 10px 25px;
	}
#well ol li, #well ul li 
{
	margin-bottom: 5px;
}
#well ol {
	font-weight: normal;
	}
#well ol.bold 
{
	font-weight: bold !important;
	list-style-position:inside;
	margin: 0 0 10px 20px;
}
#well ol.bold ul 
{
	list-style-position: outside;
}
#well .linkBox ol li 
{
	margin-bottom: 0px;
}
#well ol ol, #well ol ul, #well ul ol, #well ul ul {
	font-weight:normal;
	}
#well ol h3, #well li h3 {
	display: inline;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	}
#well ol p, #well li p {
	margin-top: 3px;
	font-size: 12px;
	font-weight: normal;
	}
#well table 
{
	border-color: #aaa;
    border-width: 0 0 1px 1px;
    border-style: solid;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
	clear: both;
	margin-bottom: 5px;
}
#well table tr th, #well table tr td
{
	border-color: #aaa;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px 6px;
}
#well table tr th
{
	background: #3B89C2;
	color: #fff;
}
#well table tr td 
{
	background: #edf3fe;
	font-weight: normal;
}
#well table tr.alt td 
{
	background: #fff;
}
#well .noBg, #well .noBg td, #well .noBg th 
{
	color: #333;
	text-align: center;
	background: none;
}
/*Question Ask Form*/
#well .questionForm div.left {
	width: 250px;
	float: left;
	clear: none;
	margin-right: 40px;
	}
#well .questionForm div.right {
	width: 340px;
	clear: none;
	float: left;
	padding-right: 15px;
	}
#well .questionForm div input {
	width: 200px;
	border:1px solid #7f9db9;
	padding:2px 1px 3px;
	}
#well .questionForm div textarea {
	height: 75px;
	width: 320px;
	float: right;
	border:1px solid #7f9db9;
	padding:2px 1px 3px;
	}
#well .questionForm div label {
	display: block;
	color: #555;
	line-height: 25px;
	margin-top: 10px;
	font-size: 14px;
	}
#well .questionForm div.right label 
{
	width: 325px;
	float: right;
}
#well .questionForm {
	padding-bottom: 10px;
	width: 100%;
	}
#well .questionForm p {
	line-height: 30px;
	color: #999;
	margin: 10px 0 0 0 !important;
	height: 33px;
	line-height: 33px !important;	
	}
#well .questionForm .askQuestionSubmitButton {
	background: URL('/css/images/ask.gif');
	width: 50px;
	height: 33px;
	display: block;
	float: right;
	margin: 10px 0 0 0;
	}
/*Question QA*/
#well .questionQA 
{
	border-top: 1px solid #dcdcdc;
	margin: 0px;
}
#well .questionQA dt {
	font-weight: bold;
	background:#FFFFFF url('/css/images/questionBankQ.gif') no-repeat scroll  0 2px;
	padding-left:20px;
	margin-top: 12px;
	line-height: 20px;
	}
#well .questionQA dd {
	margin: 7px 0 0 20px;
	background:#FFFFFF url('/css/images/questionBankA.gif') no-repeat scroll 0 4px;
	padding-left:20px;
	}
/*Link Box Styles*/		
#well .linkBoxContainer {
	background: #ebf6fe;
	border: 1px solid #bbd9ee;
	padding: 10px;
	float: right;
	margin: 0 0 10px 15px;
	}
#well .linkBoxContainer .linkBox {
	background: #fff;
	padding: 10px;
	min-width: 140px;
	}
#well .linkBoxContainer .linkBox h3 {
	margin: 0;
	padding: 0 0 3px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 12px;
	}
#well .linkBoxContainer .linkBox ul, #well .linkBoxContainer .linkBox ol {
	margin: 4px 0 0 5px;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
	list-style-position:inside;
	}
#well .footNotes {
	color: #747474;
	font-size: 10px;
	margin: 20px 0 0;
	clear: both;
	}
/*Calculator Styles*/
#well #collegeCalc 
{
	border-top:1px solid #DCDCDC;
	margin-bottom: 10px;
}
#well .calculator 
{
	margin-top: 30px;
}	
#well .calculator label {
	width: 200px;
	display: block;
	display: inline-block;
	}
#well .calculator input 
{
	width: 142px;
	border:1px solid #7f9db9;
	}
#well .calculator .calcSubHeader {
	font-size: 14px;
	font-weight: bold;
	width: 212px;
	margin: 5px;
	float: left;
	}
#well .calculator .calcTotal {
	font-size: 14px;
	line-height: 27px;
	color: #54A4DE;
	font-weight: bold;
	}
#well .calculator .calcSubSection {
	border-bottom:1px solid #DCDCDC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
	}
#well .calculator .calcSubSection .calcFieldandLabel {
	padding: 5px 0 5px 20px;
	}
#well .calculator .alt {
	background: #EDF3FE;
	}
#well .calculator h2 {	
	color: #206BA4;
	font-size: 18px;
	}

#well .calculator .compareCollege {
	width: 146px;
	float: left;
	padding: 0 15px;
	}
#well .calculator .compareCollege input 
{
	margin: 5px 0;
	*margin: 4px 0;
	width: 142px;
	padding: 1px 0;
	}
#well .calculator .compareCollegeLabel {
	float: left;
	width: 130px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	}
#well .calculator .compareCollegeLabel label {
	margin-left: 20px;
	width: 100px;
	}
#well .calculator .calcCompareSubHeader {
	width: 127px;
	line-height: 1.4em;
	margin: 5px 0 5px 3px;
	}
#well .calculator .compareHeader {
	width: 146px;
	float: left;
	padding: 0 15px;
	text-align: center;
	margin: 0px;
	line-height: 24px;
	}
#well .calculator .grandTotal {
	font-size:20px; 
	line-height: 25px;
	background: #206BA4;
	padding: 10px;
	display: block;
	float: left;
	color: #fff;
	}
#well .calculator .grandTotalLabel
{
	line-height: 35px;
	}
#well .calculator .columnLast 
{
	padding-right:0px !important;
}
#well .calculator .calcComment {
	margin: 0 0 10px 13px; 
	font-size: 14px; 
	font-style: italic;
	}
/*SiteMap Styles*/
#well .siteMapRow 
{
	clear: both;
	zoom: 1;
	border-top:1px solid #DCDCDC;
}
#well .siteMapRow .siteMapSection 
{
	width: 325px;
	float: left;
	margin: 15px 0 10px;	
}
#well .siteMapRow .siteMapSection ul 
{
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0px;
}
#well .siteMapRow .siteMapSection ul li
{
	font-weight: bold;
	line-height: 25px;
	font-size: 14px;
	margin: 0px;
}
#well .siteMapRow .siteMapSection ul li ul
{

}
#well .siteMapRow .siteMapSection ul li ul li
{
	font-weight: normal;
	font-size: 11px;
}
#well .siteMapRow .siteMapSection ul li ul li ul li
{
	font-weight: normal;
}

/*Resources Styles*/
#well .resourcesSubSection 
{
	width: 190px;
	float: left;
	padding: 0 10px;
	margin: 10px 0;
}
#well .resourcesSubSection ul 
{
	margin: 0 0 30px 10px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
}
#well .resourcesSubSection ul li 
{
	line-height: 20px;
}
#well .resourcesSubSection h2 
{
	margin-top: 0px;
}

	
/****** Footer **/
#footerWrapper {
	background: #D4EDF7;
	padding-top: 21px;
	}
#footer {
	background: #fff URL('images/footer_shadow.jpg') bottom left no-repeat;
	width: 950px;
	float: left;
	display: inline;
	position: relative;
	padding: 0 0 10px;
	left: 0px;
	margin: 0 0 0 -10px;
	clear: left;
	}
	
#footer #footerContainer {
	height: 47px;
	padding: 10px;
	}
	
/* Footer Styles */
#footer .copyright {
	font-size: 10px;
	padding-left: 20px;
	margin: 3px 0 0 0;
	clear: left;
	line-height: 15px;
	}
#footer .footerMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 20px;
	height: 17px;
	}
#footer .footerMenu li {
	float: left;
	}
#footer .footerMenu li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #0a79a4;
	display: block;
	padding: 0 18px;
	border-right: 1px solid #0a79a4;
	}
#footer .footerMenu li a.first {
	padding: 0 18px 0 0;
	}
#footer .footerMenu li a.last {
	border: none;
	padding: 0 0 0 18px;
	}
#footer .footerMenu li a:hover {
	color: #ff7404;
	}
	
	
/*ClearFix*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*DuplicateFix*/
* html #sbSideBar {
	display: block;
}