@charset "utf-8";

/* MBS Direct CSS
/*  2009 MBS Direct
/* 12.17.2009 dh */

/* ==================================================
              L A Y O U T   S T Y L E S
================================================== */

body {
	background-color:#dedada;
	color:#696969;
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:13px;
	line-height:17px;
	text-align:center;
}

#stage {
	background:#FFFFFF;
	border:2px solid #d5d3d3;
	margin:23px auto 0 auto;
	padding:17px 23px 23px 23px;
	text-align:left;
	width:877px;
}

/* ==================================================
                S I T E  H E A D E R
================================================== */

#header {
	background:url(logo-tagline.gif) 0 0 no-repeat;
	clear:both;
	height:90px;
}

/* Firefox Float Clear Fix */
#header:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

h1 {
	/*background:url(logo.gif) 0 0 no-repeat;*/
	float:left;
	height:90px;
	margin:0;
	width:220px;
}

/* h1.admin { background:url(logo-admin.gif) 0 0 no-repeat; }

h1.studentparent { background:url(logo-studentparent.gif) 0 0 no-repeat; } */

h1 a {
	display:block;
	height:90px;
	overflow:hidden;
	text-indent:-9999pt;
	width:220px;
}

/* ==================================================
            S E A R C H   W I D G E T
================================================== */

form.search-widget {
	background:#f3f3f3;
	border:1px solid #e3e3e3;
	padding:7px 7px 3px 7px;
	margin-bottom:16px;
	text-align:right;
	width:354px;
}

form.right-pin { float:right; }

input.query {
	border:solid 1px #d4d0c8;
	color:#888;
	font-size:12px;
	line-height:12px;
	padding:4px;
 *padding:4px 4px 2px 6px;
 *position:relative;
 *top:-2px;
	margin:0 4px 0 0;
	width:300px;
}

input.submit {
	background:url(search-button.gif) 0 0 no-repeat;
	border:1px solid #d5d6d6;
*border-width:0px;
	cursor:pointer;
	font-size:0;
	height:24px;
	line-height:0;
	margin:0;
	overflow:hidden;
	position:relative;
	top:-5px;
 *top:-1px;
	text-indent:-9999pt;
	width:26px;
}
/* ================================
 Search Suggest List
================================ */

.SuggestFramework_List {
	border: 1px solid #CCCCCC;
	border-top: 0;
}

.SuggestFramework_Heading {
	padding: 0 1px 0 1px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
}

.SuggestFramework_Highlighted {
	padding: 0 1px 0 1px;
	background-color: Highlight;
	color: HighlightText;
	font-weight: normal;
}

.SuggestFramework_Normal {
	padding: 0 1px 0 1px;
	background-color: #e6e6bf;
	color: #000000;
	font-weight: normal;
}

.SuggestFramework_Combo {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* added for quick search box */
#SiteSearchQuick { float:left; }

#SiteSearchQuick input.inp {
	margin:0;
	padding:2px;
	border:1px solid #7A94AE;
	width:122px;
	background:#fff;
	font-size:11px;
	color:#000;
	outline:none;
}

#SiteSearchQuick input.submit {
	margin:0;
	padding:1px;
	width:44px;
	border:1px solid #7A94AE;
	background:#335B84;
	font-size:10px;
	color:#fff;
	outline:none;
}

#SiteSearchQuick input.submit:hover { border:1px solid #CED6E7; }

#SiteSearchQuick input.submit:focus {
	border:1px solid #CED6E7;
	background:#fff !important;
	color:#000;
}

/* ==================================================
            S I T E  N A V I G A T I O N
================================================== */

#navigation {
	height:56px;
	list-style:none;
	margin:0;
	padding:0;
}

/* Firefox Float Clear Fix */
#navigation:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#navigation li {
	float:left;
	height:56px;
	width:292px;
}

#navigation li a {
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:56px;
	overflow:hidden;
	text-indent:-9999pt;
	width:292px;
}

#navigation li.studentparent a { background-image:url(tab-studentparent.png); }

#navigation li.admin a { background-image:url(tab-admin.png); }

#navigation li.about a {
	background-image:url(tab-about.png);
	width:293px;
}

#navigation li.shadow-left a { background-position:0 -56px; }

#navigation li.shadow-right a { background-position:0 -112px; }

#navigation li.active a { background-position:0 -168px; }

/* ================================
 Navitation Tabs
================================ */

h2 {
	height:56px;
	margin:0;
}

h2 a {
	display:block;
	height:56px;
	margin:0;
	text-indent:-9999pt;
	overflow:hidden;
	width:0;
}

h2.k12 a,
h2.k12-school a,
h2.k12-faculty a,
h2.k12-student a { width:90px; }

h2.he a,
h2.he-institution a,
h2.he-faculty a,
h2.he-student a { width:260px; }

h2.k12 { background:url(admin_k12.jpg) 0 0 no-repeat; }

h2.k12-school { background:url(admin_k12.jpg) 0 -56px no-repeat; }

h2.k12-faculty { background:url(admin_k12.jpg) 0 -112px no-repeat; }

h2.k12-student { background:url(admin_k12.jpg) 0 -168px no-repeat; }

h2.he { background:url(admin_he.jpg) 0 0 no-repeat; }

h2.he-institution { background:url(admin_he.jpg) 0 -56px no-repeat; }

h2.he-faculty { background:url(admin_he.jpg) 0 -112px no-repeat; }

h2.he-student { background:url(admin_he.jpg) 0 -168px no-repeat; }

/* ==================================================
              C O N T E N T   A R E A
================================================== */

#content {
	border:2px solid #00417d;
	border-top:0;
	clear:both;
*display:inline-block;
	padding:17px 14px;
}

/* Firefox Float Clear Fix */
#content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

a {
	color:#548fd6;
	text-decoration:none;
}

a:hover { text-decoration:underline; }

/* ================================
 Home Page 
================================ */

#home {
	background:url(image-home-bkg.jpg) 0 0 no-repeat;
	height:337px;
	position:relative;
}

#home-links {
	color:#a1cced;
	font-size:14px;
	line-height:14px;
	position:absolute;
	top:256px;
	left:285px;
}

#home-GBB-link {
	height:32px;
	position:absolute;
	top:205px;
	left:384px;
	overflow:hidden;
	text-indent:-9999pt;
	width:162px;
}

#home-links a {
	border-bottom:none;
	color:#eaeaea;
	text-decoration:none;
}

#home-links a:hover { border-bottom:1px solid #a1cced; }

/* ================================
 Left Column 
================================ */

#content-col-left {
	float:left;
	font-size:11px;
	line-height:14px;
	margin-right:14px;
	width:197px;
}

/* --------------------------------
 Content Navigation
-------------------------------- */

#content-nav {
	border:1px solid #aaaaaa;
	display:block;
	list-style:none;
	margin:0 0 17px 0;
	padding:0;
}

#content-nav li a {
	background:url(nav-bkg-light.jpg) 0 0 repeat-x;
	border-bottom:1px solid #aaaaaa;
	color:#505050;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	padding:5px 0 6px 7px;
 *padding:5px 0 4px 7px;
	text-decoration:none;
}

#content-nav li a:hover {
	background:url(nav-bkg-dark.jpg) 0 0 repeat-x;
	color:#FFFFFF;
}

/* Disabled Parent */
#content-nav.disable-parent li a { cursor:default; }

#content-nav.disable-parent li a:hover {
	background:url(nav-bkg-light.jpg) 0 0 repeat-x;
	color:#505050;
}

#content-nav li ul {
	margin:0;
	padding:0;
	list-style:none;
}

#content-nav ul li a {
	background:url(raquo.gif) 7px 55% no-repeat !important;
	border-bottom:1px dotted #aaaaaa;
	color:#696969;
	cursor:pointer !important;
	font-size:11px;
	font-weight:normal;
	line-height:11px;
	padding-left:16px;
}

#content-nav ul li a:hover {
	background:url(raquo.gif) 7px 55% no-repeat !important;
	color:#696969;
	text-decoration:underline;
}

#content-nav ul li.current { background:#d8e4ef; }

#content-nav ul li.current a {
	background:none !important;
	color:#193a6f;
	cursor:default !important;
	font-weight:bold;
}

#content-nav ul li.current a:hover {
	background:none !important;
	color:#193a6f;
	font-weight:bold;
	text-decoration:none;
}

/* --------------------------------
 Additional Links
-------------------------------- */

.add-links {
	display:block;
	list-style:none;
	margin:0 0 17px 0;
	padding:0;
}

.add-links li a {
	background:url(arrow-gray.png) 0 50% no-repeat;
	color:#696969;
	display:block;
	line-height:17px;
	padding-left:16px;
	text-decoration:none;
}

.add-links li a:hover { text-decoration:underline; }

/* --------------------------------
 RSS FEED LINK
-------------------------------- */

#RSS {
	background:url(rss.gif) 0 50% no-repeat;
	color:#696969;
	display:none;
	line-height:17px;
	padding-left:26px;
	text-decoration:none;
}

#RSS:hover { text-decoration:underline; }

/* --------------------------------
 Find Widget
-------------------------------- */

#content-col-left .find-widget {
	background:url(find-widget.png) 0 0 no-repeat;
	height:220px;
	margin:0 0 17px 0;
	padding:0;
	position:relative;
	width:197px;
}

#content-col-left .school-name {
	border-style:none;
	border:0;
	color:#666666;
	font-size:14px;
	line-height:14px;
	padding:10px 4px;
	position:absolute;
	top:119px;
	left:15px;
	margin:0;
	width:160px;
}

#content-col-left .school-find {
	background:url(proxy.gif) 0 0 no-repeat;
	border:0;
	border-style:none;
	cursor:pointer;
	font-size:0;
	height:27px;
	line-height:0;
	margin:0;
	overflow:hidden;
	position:absolute;
	top:169px;
	left:11px;
	text-indent:-9999pt;
	width:176px;
}

/* --------------------------------
 Find Widget - Home
-------------------------------- */

#home .find-widget {
	background:none;
	height:0;
	margin:0;
	padding:0;
	position:inherit;
	width:0;
}

#home .school-name {
	border-style:none;
	border:0;
	color:#666666;
	font-size:16px;
	line-height:17px;
	padding:12px 8px;
	position:absolute;
	top:172px;
	left:34px;
	margin:0;
	width:198px;
}

#home .school-find {
	background:url(proxy.gif) 0 0 no-repeat;
	border:0;
	border-style:none;
	cursor:pointer;
	font-size:0;
	height:33px;
	line-height:0;
	margin:0;
	overflow:hidden;
	position:absolute;
	top:235px;
	left:32px;
	text-indent:-9999pt;
	width:218px;
}

/* ================================
 Page Styles 
================================ */

#content-body {
	float:right;
	width:634px;
*overflow:hidden;
}

.subheaderimg {
	height:166px;
	margin-bottom:17px;
	width:634px;
}

.featureimg {
	height:337px;
	margin-bottom:17px;
	width:634px;
}

h3 {
	color:#193a6f;
	border-bottom:1px solid #193a6f;
	font-size:22px;
	font-weight:normal;
	line-height:18px;
	padding-bottom:4px;
	margin:0 0 17px 0;
}

h4 {
	color:#193a6f;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin:0 0 17px 0;
}

h5 {
	color:#505050;
	font-size:13px;
	font-weight:bold;
	margin:0 0 -17px 0;
}

p { margin:17px 0; }

#content-body ul {
	list-style:none;
	padding:0 6px;
}

#content-body ul li {
	background:url(raquo-gray.gif) 0 5px no-repeat;
	padding-left:12px;
}

.intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	line-height:21px;
	margin:21px 0;
}

.more {
	background:url(arrow-gray.png) 0 50% no-repeat;
	padding-left:16px;
}

.subscribe {
	height:86px;
	position:relative;
	width:197px;
}

.subscribe a {
	background:url(subscribe.png) 0 0 no-repeat;
	display:block;
	height:86px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-5px;
	text-indent:-9999pt;
	width:202px;
}

.dsc-login {
	height:79px;
	position:relative;
	width:195px;
}

.dsc-login a {
	background:url(dsc-login.png) 0 0 no-repeat;
	display:block;
	height:79px;
	overflow:hidden;
	position:absolute;
	top:2px;
	left:2px;
	text-indent:-9999pt;
	width:195px;
}

.xplana-bug {
	height:74px;
	margin-bottom:20px;
	position:relative;
	width:195px;
}

.xplana-bug a {
	background:url(xplana-bug.png) 0 0 no-repeat;
	display:block;
	height:74px;
	overflow:hidden;
	position:absolute;
	top:2px;
	left:-10px;
	text-indent:-9999pt;
	width:194px;
}

.heoa {
	height:86px;
	margin-bottom:20px;
	position:relative;
	width:202px;
}

.heoa a {
	background:url(heoa_button.jpg) 0 0 no-repeat;
	display:block;
	height:86px;
	overflow:hidden;
	position:absolute;
	top:2px;
	left:-10px;
	text-indent:-9999pt;
	width:202px;
}
/* --------------------------------
 Video Widget
-------------------------------- */

.video {
	height:240px;
	text-align:center;
	width:320px;
}

.flow-left {
	border:5px solid #e1e1e1;
	float:left;
	margin:0 14px 17px 14px;
}

.flow-right {
	border:5px solid #e1e1e1;
	float:right;
	margin:0 14px 17px 14px;
}

.center {
	margin-left:auto;
	margin-right:auto;
}

/* --------------------------------
 Callout Box
-------------------------------- */

.callout {
	background:#e0ecf8;
	border:5px solid #c8ddf3;
	color:#4b6791;
	padding:14px 7px 0 7px;
	margin:0 14px 17px 14px;
}

/* Firefox Float Clear Fix */
#callout:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.sidestep { margin:0 235px 17px 7px; }

.holdleft {
	border:1px solid #b4b4b4;
	float:left;
	margin:0 7px 20% 0;
}

.holdright {
	border:1px solid #b4b4b4;
	float:right;
	margin:0 7px 20% 0;
}

.callout h4 { font-size:15px; }

.callout h5 {
	color:#193a6f;
	margin:0;
}

.callout .more {
	background:url(arrow_blue.gif) 0 50% no-repeat;
	padding-left:16px;
}

.callout ul {
	list-style:none;
	padding:0 6px;
}

.callout ul li {
	background:url(raquo-blue.gif) 0 6px no-repeat !important;
	padding-left:12px;
}

.callout table { margin:0; }

/* --------------------------------
 Side Bar
-------------------------------- */

.sidebar {
	background:#eeeeee;
	border:1px solid #bbbbbb;
	float:right;
	font-size:11px;
	line-height:14px;
	padding:7px;
	margin:0px 0 17px 14px;
	width:200px;
}

.sidebar img { margin-bottom:14px; }

.sidebar h4 {
	font-size:14px;
	margin-bottom:-14px;
}

.sidebar p { margin:14px 0; }

.sidebar .more {
	background:url(arrow-gray.png) 0 50% no-repeat;
	padding-left:15px;
}

.sidebar table { margin-top:21px; }

/* ==================================================
               S C H O O L   F I N D E R 
================================================== */
	
#finder-results .find-widget {
	background:url(find-large.png) 0 0 no-repeat;
	height:44px;
	margin:0 0 17px 0;
	padding:0;
	position:relative;
	width:409px;
}

#finder-results .school-name {
	border-style:none;
	border:0;
	color:#666666;
	font-size:14px;
	line-height:14px;
	padding:10px 4px;
	position:absolute;
	top:4px;
	left:4px;
	margin:0;
	width:330px;
}

#finder-results .school-find {
	background:url(proxy.gif) 0 0 no-repeat;
	border:0;
	border-style:none;
	cursor:pointer;
	font-size:0;
	height:38px;
	line-height:0;
	margin:0;
	overflow:hidden;
	position:absolute;
	top:4px;
	left:356px;
	text-indent:-9999pt;
	width:53px;
}

/* ================================
 Finder Results 
================================ */

#finder-results a {
	display:block;
	padding:4px 10px;
}

#finder-results a.even { background:#e7eef5; }

#finder-results a:hover {
	background:url(click-to-visit.gif) 100% 50% no-repeat #1578c3;
	color:#e7eef5;
	text-decoration:none;
	padding:6px 12px;
	margin:-2px;
	z-index:3;
}

/* ==================================================
        S I T E   S E A R C H   R E S U L T S
================================================== */

#result_report {
	font-weight:bold;
	margin-bottom:16px;
}

.search_description {
	color:#8d8d8d;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.search_description b {
	background:#fff5a0;
	color:#696969;
}

#other_pages {
	margin:16px 0 20px 0;
	text-align:center;
}

#other_pages b {
	background:#548fd6;
	border:1px solid #548fd6;
	color:#FFFFFF;
	padding:1px 6px;
}

#other_pages a {
	background:#e4edf8;
	border:1px solid #e4edf8;
	padding:1px 6px;
}

#other_pages a:hover {
	border:1px solid #548fd6;
	text-decoration:none;
}

/* ==================================================
                   H O M E   B A R 
================================================== */
	
#home-bar {
	height:60px;
	position:relative;
}

#home-bar img {
	margin:0;
	position:absolute;
}

#home-bar .dsc-login {
	top:3px;
	left:45px;
}

#home-bar .xplana-bug {
	top:5px;
	left:325px;
}

#home-bar .subscribe {
	top:-3px;
	left:605px;
}

/* ==================================================
                      F O O T E R 
================================================== */
	
#footer {
	color:#808080;
	font-size:9px;
	line-height:11px;
	margin:13px auto 23px auto;
	padding:0;
	text-align:left;
	width:923px;
}
