@charset "utf-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: default.css
* Version: 1.0 (2008-07-29) YYYY-MM-DD
* Website: http://www.riseup.com/
* Author: MWB Interactive http://www.mwb.com
* Description: Handles the site layout & makes it pretty!

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== CSS RESET: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td { 
margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
body { line-height: 14px; color: #3d3d3d; background: #3580a1; }
ol, ul { list-style: none; }
caption, th, td { text-align: left; font-weight: normal; }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== GENERAL STYLES: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
 
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #7d583c;
	margin: 0 0 7px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #7d583c;
	text-transform: uppercase;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #98723c;
	margin: 20px 0 0 14px;
	padding: 0 30px 0 0;
	line-height: 18px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ca9344;
	margin: 20px 0 0 14px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px 0 0 14px;
	padding: 0 30px 0 0;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e17b1b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ol {
	margin: 10px 0 5px 30px;
	list-style-type: decimal;
	padding: 0 30px 0 0;
}
ul {
	margin: 10px 0 5px 30px;
	list-style-type: disc;
	padding: 0 30px 0 0;
}
li {
	margin: 0 0 5px 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== LAYOUT: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
 
#container {
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 850px;
}
#header {
	width: 850px;
	height: 74px;
}
#headerleft {
	height: 74px;
	width: 243px;
	float: left;
}
#headerright {
	height: 74px;
	width: 607px;
	float: left;
	padding: 0px;
}
#login {
	width: 390px;
	height: 66px;
	padding: 8px 0 0 0;
}
#login p {
	font-size: 10px;
	color: #562305;
	margin: 0px;
	padding: 12px 0 0 0;
}
#login a {
	color: #331605;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	background-color: #eadfbf;
	width: 122px;
	height: 16px;
	border: 1px solid #633b03;
	margin: 0px;
	padding: 0px;
}
.submit {
	width: 27px;
	height: 18px;
	border: 0px none;
	margin: 1px 0 0 29px;
	padding: 0px;
}
#nav {
	height: 46px;
	clear: both;
}
#toolcontain {
	height: 40px;
	width: 850px;
}
#toolnav {
	height: 34px;
	float: left;
}
.search {
	background-color: #000000;
	background-image: url(images/bkgnd-search.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 176px;
	float: left;
}
.search form {
	margin: 0px;
	padding: 0px;
}
.search input.text {
	color: #796120;
	margin: 9px 0 0 14px;
	* margin: 8px 0 0 14px;
	border: 0px none;
	background: none;
	width: 116px;
	padding: 0 4px 0 4px;
}
.search input.submit {
	width: 16px;
	height: 17px;
	margin: 8px 0 0 4px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== MAIN PAGE CONTENT: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
 
#contentmain {
	clear: both;
}
#contentmainleft {
	width: 390px;
	height: 412px;
	float: left;
}
#contentmainleftinfo {
	padding: 109px 0 0 55px;
	background-image: url(images/bkgnd-mainleft.jpg);
	background-repeat: no-repeat;
	height: 210px;
}
#contentmainleftinfo p {
	margin: 0 11px 10px 82px;
	padding: 0px;
}
#contentmainleftbottom {
	width: 348px;
	height: 291px;
	background-image: url(images/bkgnd-mainleftbot.jpg);
	background-repeat: no-repeat;
	padding: 24px 0 0 42px;
}
#mainBannerLeft {
	width: 150px;
	height: 240px;
	text-align: center;
	float: left;
	margin: 0 35px 0 0;
}
#mainBannerRight {
	width: 129px;
	height: 240px;
	text-align: center;
	float: left;
}
#contentmainright {
	width: 460px;
	float: left;
}
#featuredmainone {
	width: 171px;
	height: 233px;
	float: left;
	background-image: url(images/img-mainstickie1.jpg);
	background-repeat: no-repeat;
	padding: 30px 0 0 60px;
}
#featuredmaintwo {
	width: 145px;
	height: 264px;
	float: left;
	background-image: url(images/img-mainstickie2.jpg);
	background-repeat: no-repeat;
	padding: 34px 61px 0 23px;
}
#featuredmaintwo h1 {
	font-weight: bold;
	color: #393939;
	margin: 0 0 4px 0;
	font-size: 12px;
}
#featuredmaintwo p {
	color: #393939;
	margin: 0 0 8px 0;
	padding: 0px;
}
#featuredmaintwo a {
	font-size: 10px;
	color: #884c1e;
}
#featuredmaintwo a:hover {}
 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== INNER PAGE CONTENT: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#contentin {
	width: 850px;
	height: 100%;
	background-image: url(images/img-insidepage-expand.gif);
	background-repeat: repeat-y;
	background-position:relative;
	clear: both;
}
#contentinleft {
	width: 225px;
	height: 521px;
	float: left;
}
#contentinrightgetready {
	width: 531px;
	float: left;
	padding: 33px 63px 0 31px;
	background-image: url(images/bkgnd-getready-right.jpg);
	background-repeat: no-repeat;
}
#contentinrightmscollege {
	width: 531px;
	float: left;
	padding: 33px 63px 0 31px;
	background-image: url(images/bkgnd-mscolleges-right.jpg);
	background-repeat: no-repeat;
}
#contentinrightapply {
	width: 531px;
	float: left;
	padding: 33px 63px 0 31px;
	background-image: url(images/bkgnd-apply-right.jpg);
	background-repeat: no-repeat;
}
#contentinrightfinancial {
	width: 531px;
	float: left;
	padding: 33px 63px 0 31px;
	background-image: url(images/bkgnd-financialaid-right.jpg);
	background-repeat: no-repeat;
}
#contentinrightcareer {
	width: 531px;
	float: left;
	padding: 33px 63px 0 31px;
	background-image: url(images/bkgnd-career-right.jpg);
	background-repeat: no-repeat;
}
#contentinrightqa {
	width: 531px;
	float: left;
	padding: 33px 63px 0 31px;
	background-image: url(images/bkgnd-qa-right.jpg);
	background-repeat: no-repeat;
}
#contentinrightknow {
	width: 531px;
	float: left;
	padding: 33px 63px 0 31px;
	background-image: url(images/bkgnd-didyouknow-right.jpg);
	background-repeat: no-repeat;
}
#contentinrightdisability {
	width: 531px;
	float: left;
	padding: 33px 63px 0 31px;
	background-image: url(images/bkgnd-disability-right.jpg);
	background-repeat: no-repeat;
}
#contentinrightgeneric {
	width: 531px;
	float: left;
	padding: 33px 63px 0 31px;
	background-image: url(images/bkgnd-generic-right.jpg);
	background-repeat: no-repeat;
}
#contentheader {
	width: 517px;
	height: 43px;
	padding: 12px 0 0 14px;
	background-image: url(images/bkgnd-content-banner.jpg);
	background-repeat: no-repeat;
}
#mscollegefeatured {
	background-image: url(images/bkgnd-mscolleges-featured.jpg);
	background-repeat: no-repeat;
	padding: 83px 13px 0 45px;
	width: 167px;
	height: 180px;
}
#mscollegefeatured h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 4px 6px;
	color: #000000;
}
#mscollegefeatured h2 {
	text-transform: none;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 4px 6px;
	color: #000000;
}
#mscollegefeatured p {
	font-size: 10px;
	margin: 0 0 8px 6px;
	padding: 2px 0 0 0px;
}
#mscollegefeatured a {
	font-size: 9px;
	padding: 0px;
}
#mscollegefeatured a:hover {}
#mscollegefeaturedleft {
	float: left;
	width: 51px;
}
#mscollegefeaturedright {
	float: left;
	width: 116px;
}
#contentinbtm {
	clear: both;
}
#contentsubnav {
	height: 15px;
	width: 512px;
	margin: 10px 0 0 0;
	padding: 4px 0 4px 14px;
}
#contentsubnav a {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#contentsubnav a:hover {}
#contentin table {
	padding: 0 30px 0 0;
	margin: 20px 0 5px 14px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#contentin table h1 {
	color: #98723c;
	padding: 0px;
	margin: 5px 0 0 8px;
	font-size: 14px;
	font-weight: bold;
}
#contentin table h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0 0 8px;
	color: #000000;
	text-transform: none;
}
#contentin table p {
	padding: 0px;
	margin: 5px 0 0 8px;
}
#contentin tr {}
#contentin td {
	padding: 0 0 5px 0;
}
#subnav {}
#aidform {
	padding: 0px;
	margin: 5px 0 5px 14px;
}


  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== CONTENT ADDITIONS: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.favorite { background-image:url(../images/favorite.png); background-repeat:no-repeat; font-size:11px; padding:0 0 0 17px; margin:7px 0 7px 14px; display:block; }
.notice { background-image:url(../images/warning.png); background-repeat:no-repeat; font-size:10px; padding:0 0 0 17px; margin:0 0 7px 14px; display:block; }

iframe { margin:0 0 0 30px;}
 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== FOOTER: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
 
 #footer {
	font-size: 11px;
	color: #98723c;
	text-align: center;
	clear: both;
	padding: 20px 0 0 0;
}
#footer a {
	font-weight: normal;
	color: #ca9344;
}
#footer a:hover {}

