body {
  margin: 0;
  line-height: 1.5;
  font-size: 10px;
  background: #f3f3f3;
  font-family: Arial, Helvetica, sans-serif; 
 }
 
img {
  margin: 0; 
}

h1 {
  margin: 0px 0px 10px 0px;
  color: #0C216B;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
 }

h2 {
  color: #0C216B;
  font-size: 22px;
  font-weight: bold;
  margin: .6em 0 .6em 0;
}

h3 {
  color: #0C216B;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: .6em 0 .6em 0;
}

h3 a, .menu .box h3, .menu .box ul li a {
  color: #0C216B;
}

h4 {
  line-height: 1.25;
  font-size:14px;
  color: #3876AD;
  margin: .6em 0 .6em 0;
}

p {
  margin: 0 0 1.5em; 
  }
  
p img.left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
}

p img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em; 
}

p.blurb_text{
  margin: 0;
}

/*centers Request Info Button on landing pages*/
p.center{
	text-align: center;
}

blockquote {
  quotes: "" "";
  margin: 1.5em;
  color: #666;
  font-style: italic; 
 }
   
blockquote:before, blockquote:after {
  content: ""; 
}

a {
  color: #007bb7;
  text-decoration: none;
}

a img {
  border: none; 
}

a:focus, a:hover {
  text-decoration: underline; 
}

em {
  font-style: italic; 
}

dl {
  margin: 0 0 1.5em 0; 
}

dl dt {
  font-weight: bold; 
}

dd {
  margin-left: 1.5em; 
}

ol {
  padding: 0;
  margin: 1.5em;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0; 
}

table {
  border-spacing: 0;
  width: 100%;
}

td {
  padding: 0;
  vertical-align: top;
 }

strong {
  font-weight: bold; 
}

hr {
  background: #ddd;
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}

input[type=text] {
  background-color: #fff;
  border: 1px solid #bbb;
  margin: 0.5em 0; 
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {
  position: relative;
  top: .25em; 
}

input[type="submit"] {
  margin-bottom: 10px;
}

textarea {
  border: 1px solid #bbb;
  margin: 0.5em 0;
  width: 390px;
  height: 250px;
  padding: 5px; 
}

select {
  background-color: #fff;
  border: 1px solid #bbb;
  margin: 0.5em 0; 
}

.hr hr {
  display: none;
}

.hr {
  height: 1px;
  margin: 10px 3px;
}

.clear {
  clear: both; 
 }
 
 .clearfix {
  display: block;
 }

/*makes Programs Offered box on Degrees Page not overlap with the boxes below */
.clearfix:after {
    content: "\0020";
    display: block;
    clear: both;
}

/* Background colors/lines */

.wrap {
  border: 3px solid #d6d6d6;
  border-top: none;
  border-bottom: none;
  width: 986px;
  margin: 0 auto;
  margin-bottom:35px;
}

.container {
  background: #fff;
  padding: 17px 19px 16px 16px;
}

/*keeps menu contained within container on Contact Us page */
.container:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
 }

/* Blurb Formatting */

.content-group {
  float: right;
  width: 722px;
  margin-bottom: 0.3em;
  font-size: 12px
}

.content-no-sidebar div.content-group {
  width: 904px;
  margin: 0 25px;
}

.content-no-sidebar div.content-group h3 {
	width:100%;
}


.center-content {
  float: left;
  width: 466px;
  margin-right: 20px;
  margin-left:8px;
}

.center-content p {
  line-height: 18px;
}

/* Header */

.header {
  padding-top: 10px;
  height: 110px;
  background: #ffffff;
  text-align: left;
}

.header h3#site-logo {
  margin: 0;
}
  
.header h3#site-logo a {
  display: block;
  background: transparent url(/images/logo-new.gif) no-repeat scroll 10px -10px; 
  width:617px;
  height: 72px;
}

body .header h3#site-logo a span {
  display: none;
}
	
.header p {
  float: right;
  margin: 7px 19px 0 0;
  font-size: 12px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #0C216B;
}

.header p a {
  margin: 0 5px;
  color: #0C216B;
}

/* Navigation Tabs */

#navbar ul {
  position: absolute;
  bottom: 0;
  list-style: none;
  width: 946px;
  background: #f3f3f3 url(/images/navbar-back.png);
  border-top: 1px solid #3876AD;    /*controls the line above the top nav bar */
  border-bottom: 1px solid #E1E0E0;   /*controls the line below the top nav bar */
  padding: 0 20px;
   right: 0;
}

#navbar ul li {
  float: left;
  font-weight: bold;
  font-size: 13px;
}

#navbar ul li a {
  display: block;
  line-height: 29px;
  color: #333333;
  padding: 0 16px 0 16px;
}

#navbar ul li a:hover {
  color: #3876AD;
 }  		

/* Page Footer */
  
.page-footer {
  background: #ffffff;
  padding: 10px 20px;
  text-align:left;
}

.page-footer .page-footer-truste {
  float: right;
}

/* Menu--navigation sidebar */

.menu {
  float: left;
  width: 217px;
  margin-right: 12px; 
}  

.menu h3.title {
  background: url(/images/fresh/menu-title.png) no-repeat;
  line-height: 29px;
  font-size: 16px;
  padding-left: 8px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  margin: 0px 0px 6px 0px;
  color: #333333
}

.menu .box {
  background: url(/images/fresh/menu-box-pie.png) no-repeat center bottom;
  padding-bottom: 5px;
  margin-bottom: 9px; 
}

.menu .box ul {
  list-style: none;
  border: 1px solid #B9B9B9;
  border-width: 0 1px;
}

.menu .box ul li strong {
color:#333333;
}

.menu .box ul li {
  border: 1px solid #e7e7e7;
  border-width: 0 1px;
  line-height: 21px;
  font-size: 12px;
  padding-left: 8px;
  background: #f6f6f6; 
}

.menu .box ul li.impar {
  background: #ebebeb; 
}

.menu .box h3 {
  background: url(/images/fresh/menu-box-title.png) no-repeat;
  line-height: 32px;
  color: #333;
  padding-left: 8px;
  margin: 0; 
  font-size:16px;
}

.menu form {
  border: 1px solid #0C216B;
  margin: 0 1px 16px; 
}
	
.menu form p {
  margin: 0;
  padding: 0 9px; 
}  
	  
.menu form h3 {
  margin: 0 9px;
  padding: 9px 0 9px 0;
  font-weight: normal;
  font-size: 22px;
}
	
.menu form p label {
  line-height: 14px;
  color: #0C216B;
  font-weight: normal;
  font-size: 12px;
  margin-top: 7px;
  display: block;
}

.menu form fieldset {
  background: #ffeaa4 url(/images/search-foot-back.gif) repeat-x;
}

.menu form .submit {
  background: url(/images/fresh/boton-search.png) no-repeat;
  width: 101px;
  height: 31px;
  border: none;
  cursor: pointer;
  margin: 10px 0 15px 0;
  font-size: 13px;
  font-weight: bold;
  color: #0C216B;
  padding-left: 30px; 
}

/* Navigation/feature boxes (Most Popular Articles, FAQ, News Feed, etc.) */

.sidebar {
  float: left;
  width: 228px;
}

.sidebar .box {
  background: url(/images/fresh/sidebar-pie.png) no-repeat center bottom;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}

.sidebar .box ul {
  padding: 7px 10px;	  
  background-color: #f6f6f6;
  list-style-type: none;
  border-left: 1px solid #B9B9B9;
  border-right: 1px solid #B9B9B9;
}

.sidebar .box h4 {
  color: #666;
  background: url(/images/fresh/sidebar-title.png) no-repeat;
  line-height: 30px;
  margin: 0;
  border-bottom: 2px solid #e1e1e1;
  font-size: 14px;
  font-weight: normal;  
}

.sidebar .box h4 span {
  padding-left: 34px;
  display: block;
  background: url(/images/fresh/sidebar-ico.png) no-repeat 8px 4px;
}

.sidebar #related.box h4 span {
  background-position: 8px 4px; 
}

/* Breadcrumb */

.breadcrumb {
  background: url(/images/fresh/breadcrumb-bg.png) no-repeat;
  height: 28px;
  font-size: 14px;
  padding: 1px 17px 1px 15px;
  margin-bottom: 18px; 
}

.breadcrumb .share {
  float: right;
}

.breadcrumb p a {
  float: left;
  margin-right: 9px;
  background: url(/images/fresh/breadcrumb-blt.png) no-repeat right;
  padding: 3px 19px 4px 0; 
}

.breadcrumb p .last {
  background: none; 
}

.breadcrumb p span {
  float: left;
  background: url(/images/fresh/breadcrumb-blt.png) no-repeat right;
  padding: 3px 19px 4px 0; 
}

/* Search Programs Related to... box on Degrees page */

.related-box {
  background: #fff3cb;
  padding: 8px 8px 20px 8px;
  border: 1px solid #0C216B; 
  margin: 25px 0 10px 0;
}
 
.related-box h2 {
  color: #0C216B;
  font-size: 16px;
  margin:0 5px 5px 5px;
}

.related-box ul {
  padding: 0 9px; 
  list-style-type: none;
}

.related-box ul li {
  float: left;
  width: 50%; 
}

.related-box ul li a {
  line-height: 22px;
  color: #0C216B;
  font-size: 12px;
  padding-left: 12px;
  background: url(/images/fresh/search-blt.png) no-repeat 0 6px; 
}

.related-box .hr {
  background: #0C216B;
}

/* Most Popular Schools boxes on homepage */

.degree-college-box {
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
  background: url(/images/fresh/college-degree-school-background.gif) repeat-y -12px top;
}

.degree-college-description {
  border: 3px solid #ffffff;
    
}

.degree-college-main {
  width:513px;
  float: left;
}

.degree-college-main p {
  margin: 10px;
}

a.degree-college-logo-link img {
    margin:5px 10px 12px 5px;
}

.degree-college-programs {
  width: 180px;
  float: right;
  padding: 7px;
  font-size: 11px;
}
  
.degree-college-programs h4 {
  font-size: 14px;
  color: #41546e;
  margin: 0;
  font-weight: normal;
}
  
.degree-college-programs ul {
  margin: 5px;
  list-style: none;
}

.degree-college-programs li {
  background: url(/images/bullet-blue.gif) no-repeat 0 center;
  padding: 0px 10px;
}

.degree-college-footer {
  background: #ffffff url(/images/fresh/offering-deg.png) repeat-x left bottom;
  border-top: 1px solid #d9d9d9;
  padding: 5px;
  line-height: 18px;
}

.degree-college-footer a.school-link-red {
  color: #9b0505;
  font-size: 13px;
  margin-left: 10px;
  padding-left: 10px;
  background: url(/images/fresh/blt.png) no-repeat 0 4px;
  font-weight: bold;
}

.degree-college-footer a.review-link-grey {
  color: #80878a;
  font-size: 11px;
  margin-left: 15px;
  padding-left: 10px;
  background: url(/images/fresh/reviews-blt.png) no-repeat 0 4px;
  font-weight: bold;
}

/*School boxes on degree pages*/

.school-box {
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
  background: url(/images/fresh/offering-deg.png) repeat-x left bottom;
  }
  
.school-box div.logo {
  float: left;
  text-align: center;
  width: 182px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
.school-box div.logo p {
    margin:0;
}
    
.school-box div.logo a {
  display: block;
  width:180px;
}

.school-box div.logo a:hover {
  text-decoration: none;
}

.school-box .logo img {
  margin-top: 30px; 
 }

.school-box .logo span {
  background: url(/images/fresh/blt.png) no-repeat 0 4px;
  padding-left: 10px;
  font-weight: bold;
  color: #9b0505;
  margin: 10px;
  display: block;
}

.school-box .detalles {
  border: 1px dashed #d9d9d9;
  border-top: 0;
  border-bottom: 0;
  float: left;
  width: 418px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.school-box .detalles div {
  border: 3px solid #ffffff;
  background: #eff2f4;
  padding: 9px 6px;
  min-height: 122px;
}

.school-box .detalles h4 {
  font-size: 14px;
  margin: 0 5px 5px 0px;
  font-weight: bold; 
}

.school-box .detalles ul {
  width: 200px;
  float: left;
}
	  
.school-box .detalles ul li {
  display: block;
  padding: 0px 0 0 12px;
  background-image: url(/images/bullet-blue.gif);
  background-repeat: no-repeat;
  background-position: 3px center;
  font-size: 11px;
}
       
.school-box .detalles ul li a {
  color: #000;
}
		  
.school-box .review-link {
  float: left;
  padding-left: 10px;
  width: 90px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.school-box .review-link a {
  background: url(/images/fresh/reviews-blt.png) no-repeat 0 6px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  font-size: 11px;
  color: #80878a;
  margin-top: 50px;
  display: block;
}

/* Fad Tool on homepage */

#search-home {
  width: 445px;
  margin: 28px 2px 10px 0;
  padding: 7px 10px;
  border: 1px solid #0C216B;
  background-color: #ffe89b;
  background-image: url(/images/search-foot-back.gif);
  background-repeat: repeat-x;
}

#search-home h2 {
  color: #0C216B;
  font-weight: normal;
  line-height: 22px;
  font-size: 28px;
  margin: 5px 0 0 0;
  padding: 0 0 10px 0; 
  border-bottom: 1px dashed #0C216B;
}

#search-home input, #search-home select {
    margin: 0px;
    font-size: 11px; 
}

#search-home select {
  margin-right: 8px;
}

#search-home label {
  line-height: 20px;
  color: #0C216B;
  font-size: 14px; 
}

#search-home table {
  margin: 12px 0; 
}

#search-home table td {
  vertical-align: middle;
}

#search-home #pid {
	width:230px;
}

/* Program Boxes on homepage */
#ptitle {
  margin: -6px -6px 3px -6px;
}

#ptitle a {
  display: block;
  padding: 4px;
  background-color: #EFF2F4;
}

#ptitle a:hover {
  color: #142956;
  background-color: #CFDBE3; 
}

#program-list {
  padding-top: 10px;
  width: 720px;
}

#program-list a {
  color: #142956;
}

#program-list a:hover {
  color: #007bb7; 
}

#program-list td {
  padding: 10px 10px 8px 10px;
  line-height: normal; 
}
   
#program-list td.topR {
  border-top: 1px dashed #D9D9D9;
  border-right: 1px dashed #D9D9D9; 
}
   
#program-list td.top {
  border-top: 1px dashed #D9D9D9; 
}

/*Table formatting--Online Schools Page, etc.*/

.lintro {
  padding: 0px 0px 12px 0px; }


#listings {
 font-size: 12px;
}

#listings td {
  border-bottom: 1px solid white;
  background-color: #F2F3F5;
  padding: 5px;
}

#listings td img {
  vertical-align: middle;
  margin-right: 3px;
}

#listings table {
  border: 1px solid #D1E2EF;
  border-top: 1px solid white;
  margin-bottom: 8px; 
  }

#listings a {
  color: #000000;
  text-decoration: underline;
}
  
#ltitle {
  padding: 4px;
  background-color: #D1E2EF;
}

#ltitle_orange {
  padding: 4px;
  background-color: #FFE89B;
  color: #0C216B;
  border: 1px solid #0C216B; 
}
  
.lside {
  padding-left: 8px; 
}

.lside table {
  margin-top: 10px; 
}

#llink a {
  border-top: 1px solid #B8B8B8;
  background-color: #F2F3F5;
  color: #336699;
}

#llink a:hover {
  color: #072C52; 
  text-decoration: none;
}

/*Featured Schools on Schools page*/

#school-feature {
  border: 1px solid #B8B8B8; 
}

#school-feature a {
    display: block;
}

#school-feature #llink img {
    padding: 3px;
}

#school-feature td {
  vertical-align: middle;
}

.blurb_text {
  font-family: Verdana, Arial;
  font-size: 13px;
}

.blurb_text ol {
  margin-left: 45px;
  margin-bottom: 10px;
}

.blurb_text ul {
  margin-left: 45px;
  margin-bottom: 10px;
}

.blurb_text textarea {
  width: 200px;
  height: 50px;	
}

/*Resource Articles Formatting*/

.resources {
  font-family: Verdana, Arial;
  font-size: 13px;
}

.resources ol {
  margin-left: 45px;
  margin-bottom: 10px;
  margin-top:10px;
}

.resources ul {
  margin-left: 45px;
  margin-bottom: 10px;
  margin-top:10px;
}

.resources textarea {
  width: 200px;
  height: 50px;	
}

.imgL {
  float: left;
  margin-right: 10px;
}

.imgR {
  margin-left: 10px;
  margin-top: 10px;
}

.back {
  font-family: Arial,Helvetica,sans-serif;
  font-size:12px;
}

.dbl_list ul {
  margin-bottom: 0px;
  margin-top: 0px
}

.indented {
	margin: 1.5em;
}

.indented p {
	margin:0 0 8px;
}
	

/*Reviews Page*/

.box-y {
  color: #E36E14;
  border: 1px solid #FAE2B1;
  background-image: url("/images/reviewtitle-back.gif");
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 8px;
}

.box-y a img { 
  margin-left: 10px;
}

/* section element.  used to create bars that separate different sections of the page. */
.section {
  font-weight: bold;
  font-size: 13px;
  margin-top: 12px;
}

.margin-lg {
margin-top: 12px;
}

.margin-b-lg {
margin-bottom: 12px;
}

.pad-lg {
  vertical-align: middle;
  text-align: center;
}

.box-b {
  border: 1px solid #A9C8DD;
  background-image: url("/images/recommend-back.gif");
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 8px;
}

/*Learn More about... */
a.search {
  color:#FF6600;
  font-weight:bold;
}

a.search img {
  margin-right:4px;
}

/*.main & .school affect quick reviews*/
.main {
padding: 7px;
border-right: 1px dashed #D9D9D9;
font-size: 12px;
}

.school {
border: 1px solid #D9D9D9;
margin-top: 5px;
}

/*table title--sort schools*/
#campus-title {
  padding: 5px;
  background-color: #D1E2EF;
}


/* Errors */

.error {
  background: #FBE3E4 none repeat scroll 0 0;
  border: 2px solid #FBC2C4;
  color: #8A1F11;
  margin-bottom :1em;
  padding: 0.8em;
}

.error ul {
  list-style-position: inside;
}

.error h2 {
  color: #8A1F11;
  font-size: 18px;
}

/* Right sidebar in the Write a Review page & Careers Page tables*/

.sprograms {
background-color: #EFF2F4;
border: 3px solid white;
padding: 7px;

}

.sprograms h4 {
font-size: 12px;
color: #41546E;
margin: 0px;
font-weight: normal;
}

.sprograms ul li  {
  display: block;
  padding: 0px 20px;
  background: url(/images/bullet-blue.gif) no-repeat 8px center;
}

/*  Buttons */

#button_old {
  width: 235px;
  margin-left: 8px;
}

#button_old ul {
list-style: none;
}

#button_old ul li a{
  display: block;
  color: black;
  padding: 15px 5px 15px 45px;
  line-height: 13px;
 background-repeat: no-repeat;
  background-position: center center;
}

#learnmore a {
  background-image: url(/images/but-learnmore.gif)
}

#learnmore a:hover  {
  background-image:url(/images/but-learnmore-over.gif);
  text-decoration: none;
}

/*Reviews Page */

.review {
  margin-top: 6px;
  padding: 8px;
  border: 1px solid #D9D9D9;
  background: url(/images/review-back.gif) no-repeat bottom right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.review h2 {
  color: #6D879C;
  font: normal 22px Arial,Helvetica,sans-serif;
  margin: 0;
}

.review h3 {
  color: #6D879C;
  font-size: 12px;
  margin: 0px 0px 12px 0px;
  font-family: Arial,Helvetica,sans-serif;
}

.reviewrated {
  font-weight: normal;
  font-size: 90%;
  color: #EB6228;
}

#quick-review a{
  display: block;
  padding: 5px;
  margin: 3px;
  border: 1px dashed #D9D9D9;
  color: #336699;
}

#quick-review a:hover {
  color: #072C52;
  background: url(/images/school-foot-back.gif) repeat-x bottom;
  text-decoration: none;
}

.reviewstars {
padding-top: 5px;
border-top: 1px solid #D9D9D9;
}

/* Careers Page & Career Articles*/

.overview-career {
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  margin-bottom:7px;
  padding-bottom:8px;
  padding-right:8px;
  padding-top:8px;
}

.overview-career h2 {
  font-family:Arial,Helvetica,sans-serif;
  font-size:22px;
  font-weight:normal;
  margin:5px 0 8px;
}

.overview-career h3 {
  font-family:Arial,Helvetica,sans-serif;
  font-size: 15px;
  margin:0 0 12px;
}

.overview-career ul, ol {
  margin-left: 30px;
  margin-bottom: 20px;
}
	

/* Landing Pages right column*/

.request {
margin: 8px 0px 18px 8px;
padding: 8px;
border: 1px solid #D9D9D9;
background-color:#EFF2F4;
}

.request img{
border: 2px solid #ffffff;
}

.request h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #6D879C;
  font-size: 22px;
  font-weight: normal;
  margin: 5px 0px 8px 0px;
}

/*Online Degrees Page top box*/

#programs.offered-box{
  background: #fff3cb;
  padding: 8px;
  border: 1px solid #0C216B; 
  margin: 12px 0 12px 0;
}

.offered-box h2 {
  color: #0C216B;
  font-size: 16px;
  margin:0 5px 5px 5px;
}

.offered-box ul {
  list-style: none;
  padding: 0 9px; 
}
.offered-box ul li {
  float: left;
  width: 25%; 
}
.offered-box ul li a {
  line-height: 18px;
  color: #0C216B;
  font-size: 13px;
  padding-left: 12px;
  background: url(/images/fresh/search-blt.png) no-repeat 0 6px; 
}

/*Online Degrees Page main boxes*/

#program-listings table {
  border: 1px solid #D1E2EF;
  border-top: 1px solid white;
  margin-bottom: 8px; 
}

#program-listings tr.on {
  background-color: #F2F3F5;
}
#program-listings tr.off {
  background-color: #E4EBF8;
}

#program-listings td{
 border-bottom: 1px solid white;
 padding:5px;
}

#program-listings a {
  color: #000000;
  text-decoration: underline;
}

#color-title {
  padding: 4px;
  background-color: #D1E2EF;
}

#color-title a{
  font-size: 18px;
  text-decoration: none;
}

/*Hub Page Styles*/
ul.content_item {
	list-style-type: none;
	padding: 0px 9px;
}

ul.content_item li a {
	background: url(http://www.guidetohealthcareschools.com/images/search-blt.png) no-repeat 0px 6px;
	padding-left: 8px;
}

h3#article-archive {
	margin-top: 20px;
}