/*----- Start "Main definitions" -----*/
* {
	padding: 0;
	margin: 0;
	outline: 0;
}

body {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, "Trebuchet MS", sans-serif;
	color: #1a1a1a;
	background: #fff url(images/body-bg.gif) repeat-x 0 0;
	text-align: left;
}

a img { border: 0; }
a { color: #1299bd; text-decoration: none; }
a:hover { text-decoration: underline; }

.left { float: left; display: inline; }
.right { float: right; display: inline; }

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
}

.field {
	border: solid 1px #7f9db9;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #7f7f7f;
	background: #fff;
}
input.field,
textarea.field {
	padding: 3px 2px;
}
select.field {
	padding: 2px;
}
select.field option {
	padding-right: 10px;
}
label.check {
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 11px;
	line-height: 17px;
}
label.check .checkbox {
	position: absolute;
	top: 2px;
	left: 0;
}
.checkbox {
	width: 13px;
	height: 13px;
}
h3.custom-list-title {
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	padding-left: 26px;
	background: url(images/custom-list-title.gif) no-repeat 0 0;
	margin-bottom: 5px;
}
ul.custom-list {
	padding-left: 14px;
	padding-bottom: 10px;
}
ul.custom-list li {
	line-height: 18px;
	list-style-type: none;
	background: url(images/custom-list-dot.gif) no-repeat 0 6px;
	padding-left: 12px;
}
ul.custom-list li.more {
	background: none;
}
ul.custom-list li.more a {
	padding-right: 8px;
	background: url(images/custom-list-more.gif) no-repeat right 6px;
}

.cl { font-size: 0; line-height: 0; height: 0; clear: both; }
/*----- End "Main definitions" -----*/

#page {
	width: 990px;
	margin: 0 auto;
}

.side-a {
	float: left;
	display: inline;
	width: 680px;
	margin-bottom: 10px;
}
.side-b {
	float: right;
	display: inline;
	width: 300px;
	margin-bottom: 10px;
}

/*----- Start "Rounded Box (Multiply Use)" -----*/
/* \*/
* html .tlc, * html .trc, * html .blc, * html .brc, * html .tb, * html .bb, * html .lb, * html .rb  {height: 1%;}
/* */
.tlc, .trc, .blc, .brc { background-color: transparent; background-repeat: no-repeat; }
.tb, .bb { background-color: transparent; background-repeat: repeat-x; }
.rb { background-position: 100% 0%; background-repeat: repeat-y; }
.lb { background-position: 0% 100%; background-repeat: repeat-y; }
.tlc { background-position: 0% 0%; }
.trc { background-position: 100% 0%; }	
.blc { background-position: 0% 100%; }
.brc { background-position: 100% 100%; }
.tb { background-position: 0% 0%; }
.bb { background-position: 50% 100%; }
/*------ End "Rounded Box (Multiply Use)" ------*/

.grbox { background-color: #fff; }
.grbox-default { background: #fff; }
.grbox-bot-gradient { background: url(images/corners/bot-gradient.gif) repeat-x 0 bottom; }
.grbox-top-gradient { background: url(images/corners/top-gradient.gif) repeat-x 0 37px; }
.grbox .tlc { background-image: url(images/corners/grbox-tlc.gif); }
.grbox .trc { background-image: url(images/corners/grbox-trc.gif); }
.grbox .blc { background-image: url(images/corners/grbox-blc.gif); }
.grbox .brc { background-image: url(images/corners/grbox-brc.gif); }
.grbox .tb, .grbox .bb, .grbox .lb, .grbox .rb { background-image: url(images/corners/grbox-border.gif); }
.grbox .cnt { padding: 1px; }

.blbox { background-color: #fff; }
.blbox-default { background: #d3eef6; }
.blbox-bot-gradient { background: url(images/corners/bot-gradient.gif) repeat-x 0 bottom; }
.blbox-top-gradient { background: url(images/corners/top-gradient.gif) repeat-x 0 0; }
.blbox .tlc { background-image: url(images/corners/blbox-tlc.gif); }
.blbox .trc { background-image: url(images/corners/blbox-trc.gif); }
.blbox .blc { background-image: url(images/corners/blbox-blc.gif); }
.blbox .brc { background-image: url(images/corners/blbox-brc.gif); }
.blbox .tb, .blbox .bb, .blbox .lb, .blbox .rb { background-image: url(images/corners/blbox-border.gif); }
.blbox .cnt { padding: 10px; }

.heading { background: url(images/corners/heading-bg.gif) repeat-x 0 0; line-height: 37px; }
.heading .heading-lc { background: url(images/corners/heading-lc.gif) no-repeat 0 0; }
.heading .heading-rc { background: url(images/corners/heading-rc.gif) no-repeat right 0; }
.heading .heading-cnt {
	height: 37px;
	padding: 0 15px 0 20px;
}
.heading h2 {
	line-height: 37px;
}
.heading .more {
	float: right;
	display: inline;
	color: #ffcf4c;
	font-weight: bold;
	text-decoration: underline;
	background: url(images/heading-more-arrow.gif) no-repeat right center;
	padding-right: 8px;
}
.heading .more:hover {
	text-decoration: none;
}

/*----- Start "Header" -----*/
#header {
	padding: 10px 0;
}
h1#logo {
	float: left;
	display: inline;
	width: 296px;
	height: 56px;
	font-size: 0;
	line-height: 0;
}
h1#logo a {
	display: block;
	height: 56px;
	text-indent: -4000px;
	background: url(images/logo.gif);
}
#topnav {
	float: right;
	display: inline;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #001c33;
	padding-top: 6px;
}
#topnav a {
	color: #001c33;
}
#topnav span {
	padding: 0 7px;
}
/*------ End "Header" ------*/

/*----- Start "Main Navigation" -----*/
#main-nav {
	height: 42px;
	line-height: 40px;
	margin-bottom: 8px;
	background: url(images/main-nav-bg.gif);
}
#main-nav ul li {
	float: left;
	display: inline;
	height: 40px;
	list-style-type: none;
}
#main-nav ul li a {
	float: left;
	display: inline;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	background-image: url(images/main-nav-hover.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#main-nav ul li a:hover,
#main-nav ul li a.active {
	background-image: url(images/main-nav-bg.gif);
	text-decoration: none;
}
#main-nav ul li#b-home a { width: 77px; }
#main-nav ul li#b-scholarships a { width: 118px; background-position: -77px 0; }
#main-nav ul li#b-financial-aid a { width: 119px; background-position: -195px 0; }
#main-nav ul li#b-student-loans a { width: 129px; background-position: -314px 0; }
#main-nav ul li#b-college-grants a { width: 132px; background-position: -443px 0; }
#main-nav ul li#b-colleges a { width: 90px; background-position: -575px 0; }
#main-nav ul li#b-top-schools-list a { width: 140px; background-position: -665px 0; }
#main-nav ul li#b-add-scholarship a { width: 144px; font-weight: bold; text-align: left; padding-left: 41px; background-position: right 0; }
/*------ End "Main Navigation" ------*/

/*----- Start "Slogan" -----*/
#slogan .grbox .cnt { 
	padding: 5px;
	height: 302px;
	position: relative;
	z-index: 100;
}
#slogan .slogan-image {
	position: absolute;
	top: -6px;
	left: 5px;
	z-index: 1;
	width: 670px;
	height: 313px;
	background: url(images/slogan.jpg);
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
#slogan .buttons {
	position: absolute;
	top: 150px;
	left: 433px;
	z-index: 10;
}
#slogan .buttons .button-search {
	margin-bottom: 6px;
}
/*------ End "Slogan" ------*/

/*----- Start "Inner Slogan" -----*/
#inner-slogan {
	float: left;
	display: inline;
	width: 371px;
}
#inner-slogan .grbox .cnt {
	padding: 5px;
	height: 300px;
	position: relative;
	z-index: 100;
}
#inner-slogan .slogan-image {
	display: block;
	width: 361px;
	height: 200px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(images/inner-slogan.jpg) no-repeat 0 0;
}
/*------ End "Inner Slogan" ------*/

/*----- Start "Registration Block" -----*/
#regblock {
	min-height: 273px;
	font-size: 12px;
	padding-right: 20px;
}
#regblock form {
	padding: 10px 10px 10px 18px;
}
#regblock form .row {
	margin-bottom: 4px;
}
#regblock form label.main-label {
	width: 110px;
	float: left;
	display: inline;
	text-align: right;
	font-weight: bold;
	line-height: 23px;
	margin-right: 6px;
}
#regblock form .field {
	width: 138px;
	float: left;
	display: inline;
}
#regblock form  select.field {
	width: 142px;
}
#regblock form .datepicker-field {
	width: 115px;
}
#regblock form .datepicker-trigger {
	float: left;
	display: inline;
	margin-top: 4px;
	margin-left: 5px;
}
#regblock form label.check {
	margin: 10px 0 10px 4px;
}
#regblock form .button-grey {
	margin: 0 auto;
}
/*------ End "Registration Block" ------*/

/*----- Start "Loans Articles" -----*/
#loans-aritcles {
	padding: 16px 20px 20px 19px;
	min-height: 400px;
}
#loans-aritcles .article {
	padding-bottom: 7px;
	border-bottom: solid 1px #d7d7d7;
	margin-bottom: 8px;
}
#loans-aritcles .last-article {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
#loans-aritcles .article .image {
	float: left;
	display: inline;
}
#loans-aritcles .article .image img {
	border: solid 2px #d7d7d7;
}
#loans-aritcles .article .image:hover img {
	border-color: #bbb;
}
#loans-aritcles .article .text {
	width: 159px;
	float: right;
	display: inline;
}
/*------ End "Loans Articles" ------*/

/*----- Start "Scholarship List" -----*/
#scholarship-list,
.whitebox {
	background: #fff;
}
#scholarship-list .tlc, .whitebox .tlc { background-image: url(images/corners/sl-tlc.gif); }
#scholarship-list .trc, .whitebox .trc { background-image: url(images/corners/sl-trc.gif); }
#scholarship-list .blc, .whitebox .blc { background-image: url(images/corners/sl-blc.gif); }
#scholarship-list .brc, .whitebox .brc { background-image: url(images/corners/sl-brc.gif); }
#scholarship-list .cnt {
	padding: 10px 31px 15px 21px;
	min-height: 430px;
}
#scholarship-list h2 {
	font-size: 22px;
	line-height: 26px;
	color: #0c3b60;
	margin-bottom: 20px;
}
#scholarship-list .col {
	float: left;
	display: inline;
	width: 202px;
}
/*------ End "Scholarship List" ------*/

/*----- Start "Footnote" -----*/
#footnote {
	margin-bottom: 10px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footnote .heading .heading-cnt {
	padding: 0;
}
#footnote .last-col {
	border-right: none !important;
}
#footnote .heading .col {
	float: left;
	display: inline;
	width: 187px;
	border-right: solid 1px #5994c4;
	height: 37px;
	padding-left: 10px;
}
#footnote .content-cols {
	padding: 0 0 1px 0;
}
#footnote .content-cols .col {
	float: left;
	display: inline;
	width: 178px;
	border-right: solid 1px #d7d7d7;
	height: 204px;
	padding: 10px 9px 0 10px;
}
#footnote .content-cols .col ul.custom-list {
	padding-left: 0;
	padding-top: 10px;
}
/*------ End "Footnote" ------*/

/*----- Start "Footer" -----*/
#footer {
	color: #888888;
	padding-bottom: 20px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*------ End "Footer" ------*/

/*----- Start "Buttons" -----*/
.button-add,
.button-search {
	display: block;
	width: 160px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	padding-left: 44px;
}
.button-add {
	background: url(images/button-add.gif);
}
.button-search {
	background: url(images/button-search.gif);
}
.button-add:hover,
.button-search:hover {
	text-decoration: none;
}
.button-grey {
	display: block;
	width: 137px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background: url(images/grey-button.gif);
	font-size: 12px;
	font-weight: bold;
	color: #252525;
	border: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Sans-Serif;
	cursor: pointer;
}
/*------ End "Buttons" ------*/

#sidebar {
	width: 294px;
	margin-bottom: 8px;
	height: 100%;
}
#container {
	width: 688px;
	margin-bottom: 8px;
}

#full-width-container {
	width: 100%;
	margin-bottom: 8px;
}

#scholarship-tableview .whitebox .cnt {
	padding: 25px 40px 15px 30px;
}
#scholarship-tableview table tr td,
#scholarship-tableview table tr th {
	padding: 2px 0;
	color: #353535;
}
#scholarship-tableview table tr td {
	padding-left: 13px;
}
#scholarship-tableview table tr td.title {
	padding-left: 0;
}
#scholarship-tableview table tr th.title {
	width: 400px;
}
#scholarship-tableview table tr th a {
	padding-left: 13px;
	background: url(images/sortable-ico.gif) no-repeat 0 center;
}
#scholarship-tableview table a {
	color: #353535;
	text-decoration: underline;

}
#scholarship-tableview table a:hover {
	text-decoration: none;
}










#this-scholarship {
	width: 600px;
	padding: 15px 15px 40px 15px;
	color: #000000 !important;
	font-size: 10pt !important;
	line-height: 1.2em;
}

	#this-scholarship h1 {
		margin: 5px 0 15px 0;
		font-size: 24pt !important;
		color: #093960 !important;
		line-height: 1.2em;
	}
	
	#this-scholarship h2, #this-scholarship h3, #this-scholarship h4, #this-scholarship h5, #this-scholarship h6, #this-scholarship p {
		color: #000000;
	}
	
#scholarship-list .col a {
	display: block;
}
	#this-result {
	width: 900px;
	color: #000000 !important;
	font-size: 10pt !important;
	line-height: 1.2em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#page #container #this-scholarship_detail h3 {
}
#page #container #this-scholarship_detail p {
	font-size: 16px;
	color: #000;
}
#this-scholarship_detail {
	width: 330px;
	margin: 20px;
	float: left;
}
#page #container #this-scholarship_detail h2 {
}

#b-add-scholarship a { width: 144px; font-weight: bold; text-align: left; padding-left: 41px; background-position: right 0; }

#b-add-scholarship a {
	width: 144px;
	font-weight: bold;
	text-align: left;
	padding-left: 41px;
	background-position: right 0;
}
#full-width-content {
	width: 96%;
	padding: 20px;
}
#selectorInfo {
	width: 500px;
}
#rightBlock {
	width: 250px;
	float: right;
	top: 0px;
}
#adv {
	width: 250px;
	float: right;
}
#applyBtn {
	float: right;
	width: 300px;
}
ul.custom-list2 li {
	line-height: 24px;
	list-style-type: none;
	background: url(images/custom-list-dot.gif) no-repeat 0 6px;
	padding-left: 12px;
	font-size: 13px;
	font-weight: bold;
}
