/* --- Decoration Layer --- */


html { 
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(/images/bg-body.gif) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0 0 .25em 0;  
	padding: .25em 0; 
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1 { 
font-size:159%;
}

h2 { 
	font-size:129%;
	color: #980000;
}

h3, h4 { 
	font-size:129%;
	color: #536a4d;
 }
 
h5, h6 { }

a:link {
	color: #0000cc;
}

a:visited {
	color: #444444;
}

a:hover { 
	color: #d0011f;
}


p {
	margin: 0 0 1em 0;
	padding: 0;
}

em {font-style:italic;}

.bold {font-weight:bold;}

.upper {text-transform:uppercase;}

legend {
	display: none;
}

blockquote {
	margin: 0;
	padding: .5em 0 1.5em 3em;
}

li {
	margin: 0 0 .5em 0;
	padding: 0;
}

hr {
	height: 1px;
	overflow: hidden;
	color: #000;
	background: #000;
	border: 0;
}

hr.hidsep {
	display: none;
}

.image_embedded_lft { 
	margin: 0px 10px 10px 0px; 
	padding: 0; 
	float: left; 
}

.image_embedded_rgt { 
	margin: 0 0 1em 1em; 
	padding: 0; 
	float: right;
}

.hr { 
	width: 100%; 
	border-bottom: 1px solid #e7e7e7; 
	line-height: 1px; 
	padding-top: 10px; 
	margin-bottom: 20px; 
}

a.button {
	background: transparent url(/images/button_off.gif) top left no-repeat;
	color: #133150;
	text-decoration: none;
	font-weight: bold;
	width: 200px;
	height: 25px;
	font-size: 92%;
	display: block;
	text-align: center;
	padding: 5px 0;
}


a.button:hover {
	background: transparent url(/images/button_on.gif) top left no-repeat;
	color: #d0011f;
}

a.button2 {
	background: transparent url(/images/button_off.gif) top left no-repeat;
	color: #133150;
	text-decoration: none;
	font-weight: bold;
	width: 200px;
	height: 25px;
	font-size: 92%;
	display: inline;
	text-align: center;
	padding: 5px 25px 8px 18px;
}

a.button2:hover {
	background: transparent url(/images/button_on.gif) top left no-repeat;
	color: #d0011f;
}

#foundation {
	background: #fff;
}

#wrap {
	background: #fff;
}

/* --- Extreme Top anchor - for 'Back To Top' Link (if applicable) --- */
#top {
	display: none;
}



/* --- Masthead, Branding, Main Nav  --- */

#masthead {
	color: #fff;
	background: #3a5c7f url(/images/bg-masthead.gif) top left repeat-x;
	border-bottom: 1px solid #597ea3;
}

#masthead img {
height:83px;
}


/*#brand {
	position: relative;
	width: 204px;
	height: 92px;
}*/

#promo {
	position: absolute;
	right: 0;
	top: 0;
	width: 70%;
	background: url(/images/mailbox.jpg) top right no-repeat;
	border-right: 2px solid #133150;
	overflow: hidden;
	height: 83px;
	font-size:85%;
}

#promo p {
	padding: 8px 150px 0 0;
	font-weight: bold;
}

#promo p a { color: #ffc95c; }
#promo p a:hover { color: #ffecc6; }


/* --- Main Navigation --- */
#nav {
	text-align: left;
	width: 100%;
	background: #385a7d;
	height: 34px;
	overflow: hidden;
	border-bottom: 4px solid #fff;
	padding: 0;
	font-size:85%;
}

#nav ul {
	margin: 0 20px 0 20px;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	/*vertical-align: middle;*/
	text-align: center;
	font-weight: bold;
	background: #385a7d;
}

#nav li#navFirst {
	border-left: 1px solid #133150;
}

#nav li span.navOneLine {
	padding: 10px 1em 0 1em;
	min-height: 2.4em;
}

#nav li a, #nav li span {
	margin: 0;
	display: block;
	width: auto;
	padding: 9px 1em;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #133150;
	border-bottom: 2px solid #133150;
	border-top: 1px solid #597ea3;
}

/** html #nav li a {
	padding: 5px 1em 9px 1em;
}

* html #nav li span {
	padding: 5px 1em 9px 1em;
}*/

#nav li a.active {
	background: #fff;
	color: #133150;
	border-bottom: 2px solid #fff;
	border-top: 1px solid #fff;
}

#nav li a:hover.active {
	color: #d0011f;
	background: #fff;
	border-top: 1px solid #fff;
}

#nav li a:hover {
	background: #133150;
	border-top: 1px solid #2c5076;
}

#nav li span {
	background: #fff;
	cursor: default;
	color: #133150;
	border-bottom: 2px solid #fff;
	border-top: 1px solid #fff;
}

/* --- Mid-Banner Region --- */

#banner {
	position: relative;
	height: 33px;
	margin: 0;
	font-weight: bold;
	color: #fff;
	background: #133150;
}

#banner p {
	color: #ffd36f;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:20px;
	padding-top:5px;
	font-size:122%;
}

#banner #search {
	position: absolute;
	top: 5px;
	right: 2.0em;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}



/* --- Main Page Content Region --- */

body.home #content {
	border-top: 16px solid #ffc95c;
}

#content {
	margin: 0 20px;
	background: #fff;
	/*position: relative;*/
}

#contentinner {
padding-left:425px;
margin-top:0px;
background: url(/images/bg-rightcol.gif) top left repeat-x #fff;
}

body.interior #content {
	padding: 15px;
}

body.interiornav #content {
	border-top: 16px solid #ffc95c;
	background: url(/images/bg-nav.gif) top left repeat-y #fff;
}


p.subtext {
	font-style: italic;
	padding: 0 0 10px 0;
}

.legal {
	background: #ffd98e;
	padding: 10px;
}

/* --- Promo Box -- */

#leftcol {
	width:408px;
	position:absolute;
	top:0;
	left:0;
}

#searchPromo {
	position: relative;
	width: 378px;
	padding: 0 15px 15px 15px;
	background: #ffc95c;
	text-align: center;
}

#searchPromo h2 {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 7px 0 5px 0;
	background: #980000;
	margin:0 0 0 0;
}

#searchPromo fieldset {
	background: url(/images/bg-searchpromoarrow.gif) top center no-repeat #ffd88b;
	border: 0;
	padding: 35px 8px 8px 8px;
	font-weight: bold;
	font-size:100%;
}

#searchPromo #programDegree, #searchPromo #submit {
	margin-top:8px;
}

#searchPromo .hr {
	width: 100%;
	border-bottom: 1px solid #e3b65d;
	line-height: 1px;
	padding-top: 3px;
	margin-bottom: 3px;
	clear: both;
}

.searchpromolabel {
	text-align:center;
}

/* --- Blue links Box -- */

#links {
	width: 378px;
	height: auto;
	overflow: hidden;
	background: #c2d9ec;
	margin: 2px 0 40px 0;
	border-bottom: 9px solid #385a7d;
	padding: 15px;
}

#links .hr { 
	width: 100%; 
	border-bottom: 1px solid #fff;
	padding-top:0.7em;
	margin-bottom:0.2em; 
}

#links h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:114%;
}

#links ul li {
display:inline;
}



/*#rightcol {
	margin: 0;
	position: absolute;
	top: 0;
	left: 425px;
	width: 45%;
}*/

#rightcolcontainer {
position:relative;
background: url(/images/female_graduate.jpg) top right no-repeat;
padding-bottom:4em;
}

#rightcol {
padding-top:20px;
}

#rightcol h1 {
color: #374d30;
width: 175px;
/*margin: 10px 0 150px 0;*/
padding-bottom:135px;
}

#rightcol h2 {
font-size:152%;
}

#rightcol ul {
margin-left: 0;
padding-left: 0;
list-style: none;
}

#rightcol li {
padding-left: 10px;
background-image:url(/images/bullet.gif);
background-repeat: no-repeat;
background-position: 0;
}



#rightcol h3 {
	background: url(/images/bg-header.gif) bottom left repeat-x;
	width: 97%;
	margin: 25px 0 5px 0;
}

#featuredSchools {
	/*white-space: nowrap;*/
	text-align: center;
	margin: 0 auto;
}

#featuredSchools h3 {
	text-align:left;
}


#featuredSchools img {
	border: 1px solid #939393;
	margin: 0 0 0 1%;
}

#main {
	position: relative;
	margin: 0 0 0 200px;
	padding: 20px 20px 100px 20px;
}

#crumbs {
	padding: .2em 0 .5em 0;
}


/* --- "Search for both local/in-state and national/out-of-state schools" page styles --- */
#searchbox_local {
background-color:#fff6e4;
border:1px solid #e3b65d;
margin-bottom:20px;
width:100%;
}

#searchbox_national {
background-color:#e9f0f6;
border:1px solid #aac2d9;
width:100%;
}

#searchbox_local h2, #searchbox_national h2 {
color:#fff;
font-size:122%;
text-align:center;
padding:3px;
}

#searchbox_local h2 {
background-color:#e3b65d;
}

#searchbox_national h2 {
background-color:#aac2d9;
}

#searchbox_local_inner, #searchbox_national_inner {
margin:10px;
}

#localSearchSubmit, #nationalSearchSubmit {
margin-top:7px;
}


/* --- Search Results page styles --- */

#resultslocal, #resultsnatl {
margin-bottom:25px;
}

#resultslocal h2, #resultsnatl h2 {
font-size:107%;
color:#000;
}

#resultslocal table, #resultsnatl table {
border:0;
width:100%;
}

#resultslocal tr.evenbg, #resultsnatl tr.evenbg {
background-color:#fff;
}

#resultslocal td.collegelogo, #resultslocal td.collegedescription, #resultslocal td.cta, #resultsnatl td.collegelogo, #resultsnatl td.collegedescription, #resultsnatl td.cta {
padding:7px 0;
}

#resultslocal td.collegelogo, #resultslocal td.collegedescription, #resultslocal td.cta {
border-top:1px solid #e3b65d;
}

#resultslocal ul, #resultsnatl ul {
list-style:none;
}

#resultslocal li.details, #resultsnatl li.details {
margin:5px 0 12px 0;
}

.contentright {float:right;}

#resultslocal td.collegelogo, #resultsnatl td.collegelogo {
width:10%;
padding-left:7px;
}

#resultslocal td.collegelogo img, #resultsnatl td.collegelogo img {
border:1px solid #999;
margin-right:9px;
}

#resultslocal td.collegedescription, #resultsnatl td.collegedescription {
width:65%;
}

#resultslocal .collegename, #resultsnatl .collegename {font-weight:bold;}

#resultslocal td.cta, #resultsnatl td.cta {
width:25%;
text-align:right;
padding-right:9px;
}


/* ///////// */

#resultslocal tr.oddbg {
background-color:#fff6e4;
}

#resultslocal .last {border-bottom:1px solid #e3b65d;}

/* ///////// */

#resultsnatl tr.oddbg {
background-color:#e9f0f6;
}

#resultsnatl td.collegelogo, #resultsnatl td.collegedescription, #resultsnatl td.cta {
border-top:1px solid #aac2d9;
}

#resultsnatl .last {border-bottom:1px solid #aac2d9;}

/* ///////// */ 
#additionalSearchOption {
position:relative;
width:100%;
background-color:#e7e7e7;
border-top:2px solid #133251;
border-bottom:2px solid #133251;
padding:5px 0 12px 0;
margin:20px 0;
}

#additionalSearchOption p, .searchOption p, .searchOption div {
text-align:center;
margin:0;
padding:0;
color:#133251;
font-weight:bold;
}

a#btn_searchResultsClickHere {
position:relative;
top:7px;
left:7px;
}

/* ///////// */
.searchOption {
width:100%;
background-color:#e7e7e7;
border-top:2px solid #133251;
border-bottom:2px solid #133251;
padding:20px 0 0 0;
}

.searchOption form label {display:none;}

.searchOption, .searchOption p  {padding-bottom:20px;}

.searchOption table {
border:0;
padding:0;
margin:0 auto;
}

.searchOption table td {
padding-right:7px;
}

.searchOptionBtnOnly {
/*width:100%;*/
background-color:#e7e7e7;
border-top:2px solid #133251;
border-bottom:2px solid #133251;
padding:20px 0;
margin-bottom:20px;
text-align:center;
}

/* ///////// */

#advertisewithus {
border-left:1px solid #133150;
border-right:1px solid #133150;
border-bottom:1px solid #133150;
border-top:10px #133150 solid;
/*width:100%;*/
padding:13px 10px;
background:url(/images/bg_search_results_advertise.jpg) top left repeat-x;
}

#advertisewithus #btn-advertise a {
float:right;
/*margin-right:20px;
border:none;*/
height:25px;
width:199px;
text-indent:-9999px;
background:url(/images/btn_advertisewithus.jpg) no-repeat;
}

#advertisewithus p {
color:#fff;
font-weight:bold;
}

#advertisewithus a {
color:#ffc95c;
font-weight:bold;
}

/* --- Filter search results by country --- */
#searchResultsFilterByCountry fieldset {
border:1px solid #ddd;
background-color:#ededed;
padding:5px 10px;
margin-bottom:20px;
}

input#filterDisplaySubmit {margin-top:10px;}

/* --- Floating side bar for content pages --- */

.fltrgt {
	width: 160px;
	float: right;
	margin: 0 0 1em 1.5em; 
	background: #fff5e1;
	border-top: 2px solid #ffc95c;
	border-bottom: 2px solid #ffc95c;
	padding: 7px;
}

.fltrgt h2 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:92%;
}

.fltrgt ul {
margin-left: 0;
padding-left: 0;
list-style: none;
}

.fltrgt li {
padding-left: 10px;
background-image:url(/images/bullet.gif);
background-repeat: no-repeat;
background-position:0 -.1em;
}

/*.fltrgt li {
	list-style-image: url(/images/bullet_sidebar.gif);
	margin: 0 0 10px -25px;
}*/

.fltrgt fieldset {
	margin: 0;
	border: 0;
}

.fltrgt legend {
	display: none;
}

.fltrgt label {
	float: left;
	margin: 0;
	padding: 4px 0;
	clear: both;
	cursor: help;
	white-space: nowrap;
}

.fltrgt input, select, textarea {
  clear: both;
  float: left;
  margin: 4px 0;
}


/* --- End Main Content Region --- */


/* --- Side navigation bar  -> for interior pages... --- */


#sidebar {
	background: #ffc95c;
}

#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 10px;
	font-size:92%;
}

#sidebar ul {
	list-style: none;
	border-top: 8px solid #ffc95c;
	background: #ffd88b;
	font-size:85%;
}

#sidebar li {
	border-left: 1px solid #e0b75b;
	border-bottom: 1px solid #e0b75b;
	padding:0;
	margin:0;
}

#sidebar li a, #sidebar li span.sbactive {
	display: block;
	width: 179px;
	padding: 10px;
	text-decoration: none;
}

/** html #sidebar li a, #sidebar li span.sbactive {
	width: 200px;
}*/

#sidebar li span.sbactive {
	background: #fff;
}

#sidebar li a:hover {
	background: #fff;
}


/* --- Footer --- */

#footer {
	position: relative;
	margin: 20px 0 0 0;
	padding: 1.25em 2.0em;
	color: #000;
	background: #93b38a;
	border-top: 13px solid #384e31;
	text-align: center;
	height: 100px;
}

#footer p {
font-size:85%;
}

#footer ul {
margin-bottom:12px;
}

#footer ul li {
display:inline;
}

#footer a {
border-right:1px solid #000;
font-size:85%;
padding-right:5px;
}

#footer a.last {
border:none;
}
