BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #b9cfdd url("/images/bg/body-bg.gif") repeat-x left top;
}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}

H3 {
  font-family: Georgia;
  font-weight: normal;
}

.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/*Page*/
#page {
    margin: auto;
    text-align: left;
    width: 800px;
}

/*Header*/
.header {
    float: left;
    width: 100%;
}

#topnav {
    float: left;
    width: 100%;
    background: #2e5e7d;
}
#topnav UL {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 10px;
}
#topnav UL LI {
	float: left;
	height: 23px;
	margin: 0;
	padding: 0;
	position: relative;
	background: url("/images/bg/top-nav.gif") no-repeat left top;
  z-index:5;
}
#topnav UL LI.first {
	background: none;
}
#topnav UL LI:HOVER {
	background: url("/images/bg/top-nav-ro.gif") repeat-x left top;
}

#topnav UL LI A {
  white-space:nowrap;
	display: block;
	font-size: 0.71em;
	color: #d1d1d1;
	margin: 0;
	padding: 5px 14px 0px 14px;
}
#topnav UL LI A:HOVER {
	text-decoration: none;
}

#topnav UL LI UL {
	float: left;
    padding-right:10px;
	padding: 0;
	position: absolute;
	top: 23px;
	left: 0;
	border-left: 1px solid #6288a0;
	border-right: 1px solid #6288a0;
	border-bottom: 1px solid #6288a0;
	background: #2f5e7d;
	display: none;
	opacity: 0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}
#topnav UL LI:HOVER UL {
	display: block;
}
#topnav UL LI UL LI {
	float: left;
	width: 155px;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}
#topnav UL LI UL LI:HOVER {
	background: #638eaa url("/images/bg/arrow.gif") no-repeat 5px center;
}
#topnav UL LI UL LI A {
	display: block;
	font-size: 0.68em;
	color: #ffffff !important;
	margin: 0;
	padding: 3px 0px 3px 15px;
	/*cursor: pointer;*/
	_position: relative;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { head~body #topnav UL LI UL LI:HOVER { cursor: pointer; } }
.header-center {
    float: left;
    width: 100%;
    padding-top: 2px;
    background: #2e5e7d url("/images/bg/header-bg.gif") repeat-x left top;
}

#logo {
    float: left;
    line-height: 0;
    font-size: 0;
}

#headnav {
    float: left;
    width: 690px;
}
#headnav UL {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 0px 0px 10px;
}
#headnav UL.ulr {
	float: right;
	padding: 10px 10px 0px 0px;
}
#headnav UL LI {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.64em;
	color: #acc1cf;
}
#headnav UL LI A {
	font-size: 1em;
	color: #acc1cf;
	margin: 0;
	padding: 1px 5px 1px 5px;
}
#headnav UL LI A:HOVER {
	text-decoration: none;
	background: #436f8b;
}

#sitename {
    float: left;
    line-height: 0;
    font-size: 0;
    padding-top: 2px;
}

.fr {
    float: right;
    width: 200px;
}

#search {
    float: right;
    padding: 20px 10px 0px 0px;
}
#search FORM {
	float: right;
    margin: 0;
    padding: 0;
}

#search FORM INPUT {
	float: left;
	width: 126px;
	height: 15px;
	_width: 129px;
	_height: 18px;
	font-size: 0.64em;
	color: #707070;
    margin: 0;
    padding: 3px 0px 0px 3px;
    border: none;
    background: url("/images/bg/search-field.gif") no-repeat left top;
}

#search FORM INPUT.go {
	width: 15px;
	padding: 0;
	cursor: pointer;
    background: url("/images/buttons/search-button.gif") no-repeat left top;
}

#textsize {
    float: right;
    /*clear: right;*/
    width: 90px;
    _width: 100px;
    padding: 3px 5px 0 0;
}
#textsize P {
    font-size: 0.57em;
    color: #bbcbd5;
    margin: 0;
    padding: 3px 0px 0px 0px;
}

#textsize A {
	float: right;
    display: inline;
    margin: 0px 0px 0px 5px;
}


#nav {
    float: left;
    width: 100%;
    background: #ffffff url("/images/bg/nav-bg.gif") repeat-x left top;
}
#nav UL {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav UL LI {
	float: left;
	height: 35px;
	margin: 0;
	padding: 0;
	position: relative;
	background: url("/images/bg/nav-div.gif") no-repeat left top;
}
#nav UL LI.li-first {
	background: none;
}
#nav UL LI A {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	color: #707070;
	margin: 0;
	padding: 10px 15px 7px 15px;
	text-align: center;
}
/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) { #nav UL LI A { padding: 10px 10px 7px 11px; } }
#nav UL LI A, x:-moz-any-link { padding: 10px 14px 7px 15px;  }
#nav UL LI.li-first A, x:-moz-any-link { padding: 10px 17px 7px 15px;  }


#nav UL LI.ap A {
	padding: 5px 14px 2px 14px;
}
#nav UL LI A:HOVER {
	text-decoration: none;
}
#nav UL LI.selected,
#nav UL LI:HOVER {
	background: #dfac10;
	margin: -6px 0px 0px 0px;
	padding-top: 6px;
	_height: 41px;
}
#nav UL LI.selected A,
#nav UL LI:HOVER A {
	color: #ffffff;
}
.sub {
	float: left;
	width: 800px;
	height: 33px;
	background: #dfac10 url("/images/bg/sub-bg.gif") repeat-x left top;
  position:relative;
  z-index:5;
}


/*Content*/
.content {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    background: #ffffff;
}

#sidenav {
    float: left;
    width: 230px;
}
#sidenav UL {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 0 4px 0;
    background: #f2f2f2;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
#sidenav UL LI {
    float: left;
    width: 215px;
    display: inline;
    margin: 0px 5px 0px 10px;
    padding: 0;
    border-bottom: 1px solid #d9d9d9;
}
#sidenav UL LI.lil {
    border-bottom: none;
}
#sidenav UL LI.nav-title {
	width: 230px;
	margin: 0;
    background: #e5e5e5;
}
#sidenav UL LI H1 {
	font-family: Georgia;
    font-size: 1.29em;
    color: #454545;
    font-weight: normal;
    margin: 0;
    padding: 8px 0px 8px 10px;
}
#sidenav UL LI A {
	display: block;
    font-family: Verdana;
    font-size: 0.71em;
    color: #4d4d4d;
    margin: 0;
    padding: 7px 0px 7px 10px;
    position: relative;
    background: url("/images/bg/sidenav-item.gif") no-repeat left 9px;
}
#sidenav UL LI A:HOVER, #sidenav UL LI.selected A {
	text-decoration: none;
	color: #b98d04;
	background: #ffffff url("/images/bg/sidenav-item.gif") no-repeat left 9px;
}


#sidenav UL LI.options {
    padding: 10px 0px 10px 0px;
}

#sidenav .nav-options {
	float: left;
	width: 100%;
	background: url("/images/bg/nav-options-bg.gif") repeat-y left top;
}
#sidenav .nav-options-t {
	float: left;
	width: 100%;
	background: url("/images/bg/nav-options-t.gif") no-repeat left top;
}
#sidenav .nav-options-b {
	float: left;
	width: 100%;
	background: url("/images/bg/nav-options-b.gif") no-repeat left bottom;
}

#sidenav .nav-options P {
    font-family: Verdana;
    font-size: 0.86em;
    color: #fefefe;
    font-weight: bold;
    margin: 0;
    padding: 7px 0px 7px 13px;
}

#sidenav .nav-options FORM {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px 0px 10px 0px;
}
#sidenav .nav-options FORM LABEL {
	display: block;
    font-size: 0.71em;
    color: #6f6f6f;
    margin: 0;
    padding: 4px 0px 0px 0px;
    _padding: 5px 0px 0px 0px;
    cursor: pointer;
}
#sidenav .nav-options FORM INPUT {
    float: left;
    display: inline;
    margin: 3px 5px 0px 13px;
    //margin: 0px 5px 0px 13px;
    _margin: 1px 5px 0px 13px;
}

#sidenav ul.newsletter h1 {
    background: url('../images/bg/bg-newsletter.jpg') no-repeat;
    height: 35px;
    padding:0;
}
#sidenav ul.newsletter li.nav-title {padding:0;}
#sidenav ul.newsletter li {
    border-bottom:0;
    color: #333333;
    font-size: 12px;
    padding: 8px 0;
    line-height: 18px;
}
#sidenav ul.newsletter li input {
    border: 1px solid #d5d5d5;
    padding: 3px;
}
#sidenav ul.newsletter li input[type="text"] {
    width: 202px;
}
#sidenav ul.newsletter li input[type="submit"] {
    position: relative;
    float:right;
    margin: 10px 6px;
}


.right-col {
     float: right;
     width: 545px;
     width: 557px;
     padding: 0px 0px 0px 0px;
}
.right-col H1 {
    font-size: 1.14em;
    color: #313131;
    font-weight: bold;
    margin: 0;
    padding: 0px 0px 0px 7px;
}
.right-col .request_button {
  margin: 8px 12px 0 0;
}
.right-col.right-col-large .request_button {
  margin: 8px 0 0 0;
}


#tabs {
    float:right;
    width: 100%;
    padding: 10px 0px 0px 0px;
    position: relative;
    margin-bottom: -1px;
}
#tabs DIV {
  margin:5px 10px 0px 1px !important;
}
#tabs UL {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabs UL LI {
	float: left;
	margin: 0;
	padding: 0px 10px 0px 10px;
}

#tabs FORM {
    float: left;
    width: 195px;
    margin: 0;
    padding: 2px 0px 0px 0px;
}
#tabs FORM LABEL {
	display: block;
    font-size: 0.79em;
    color: #888888;

}
#tabs FORM SELECT {
    float: right;
    width: 125px;
    height: 17px;
    //height: 19px;
    margin: 0;
    padding: 0;
    font-size: 0.67em;
    color: #ffffff;
    border: none;
    background: url("/images/buttons/select-small.gif") no-repeat left top;
    //background: #888888;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { head~body #tabs FORM SELECT { background: #888888; } }

#tabs UL LI.tab {
	padding: 0;
	margin-right: 10px;
	border-top: 1px solid #d2d2d2;
	background: #ffffff;
}
#tabs UL LI A {
	float: left;
	font-size: 0.93em;
	color: #4a4a4a;
	font-weight: bold;
	position: relative;
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #d8d8d8 url("/images/bg/tab-left.gif") no-repeat left top;
}

#tabs UL LI A SPAN {
	float: left;
	height: 24px;
	_height: 29px;
	padding: 5px 10px 0px 10px;
	cursor: pointer;
	background: url("/images/bg/tab-right.gif") no-repeat right top;
}
#tabs UL LI A SPAN IMG {
margin:0px 0px 0px 0px;
float:left;
position:relative;
}
#tabs UL LI.tab:HOVER A,
#tabs UL LI.active A {
	background: url("/images/bg/tab-left-sel.gif") no-repeat left top;
}
#tabs UL LI.tab:HOVER A SPAN,
#tabs UL LI.active A SPAN {
	background: url("/images/bg/tab-right-sel.gif") no-repeat right top;
}
#tabs UL LI A:HOVER {
	text-decoration: none;
}


.data {
    float: left;
    width: 100%;
    background: url("/images/bg/data-bg.gif") repeat-y left top;
}
.data-top {
    float: left;
    width: 100%;
    background: url("/images/bg/data-top.gif") no-repeat left top;
}
.data-bottom {
    float: left;
    width: 100%;
    background: url("/images/bg/data-bottom.gif") no-repeat left bottom;
}

#datanav {
    float: left;
    width: 100%;
}
#datanav UL {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
#datanav UL LI {
    float: left;
    margin: 1px 0px 0px 0px;
    padding: 0;
    text-align: center;
    position: relative;
    background: url("/images/bg/data-nav.gif") no-repeat left top;
}
#datanav UL LI.dnf {
    background: none;
}
#datanav UL LI A {
    display: block;
    font-family: Veradna;
    font-size: 1em;
    color: #858585;
    margin: 0;
    padding: 14px 15px 10px 15px;
    //padding: 14px 12px 10px 11px;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	head~body #datanav UL LI A {padding: 14px 12px 10px 11px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#datanav UL LI A {padding: 14px 12px 10px 11px;}
}
#datanav UL LI A SPAN {
    display: block;
    font-family: Arial;
    font-size: 0.71em;
    color: #535252;
    margin: 0;
    padding: 0;
}
#datanav UL LI A:HOVER {
    text-decoration: none;
    color: #b98d04;
}
#datanav UL LI A:HOVER SPAN {
    color: #535252;
}
#datanav UL LI.activ A {
    color: #5289bf;
}
#datanav UL LI.activ A SPAN {
    color: #535252;
}
#datanav UL LI .arrow {
	/*float: left;*/
    /*background: url("/images/bg/arr.gif") no-repeat center top;*/
    padding-bottom: 10px;
}
#datanav UL LI.activ .arrow {
	background: url("/images/bg/arr.gif") no-repeat center bottom;
}

.info {
    float: left;
    width: 515px;
    _width: 545px;
    padding: 10px 15px 15px 15px;
}
.info H2 {
    font-family: Georgia;
    font-size: 1.43em;
    color: #313131;
    font-weight: normal;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
.info P {
    font-size: 0.85em;
    color: #484848;
    font-weight: normal;
    margin: 0;
    padding: 10px 0px 0px 0px;
    line-height: 18px;
}
.info P a {
  text-decoration:underline;
  color: #484848;
}
.info P a:hover {
  text-decoration:none;
  color: #484848;
}
.info .testimonial {
  font-size: 0.85em;
	padding:5px;
	background-image: url(/images/bg/education-quote.gif);
	background-repeat: no-repeat;
	font-style: italic;
  width:150px;
  float:right;
}
.info .testimonial .name {
	font-size: 0.79em;
	color: #666666;
	text-decoration: none;
	text-align: right;
  font-style: normal;
}


.info IMG.pic {
    float: right;
    display: inline;
    margin: -17px 0px 0px 20px;
}
.info li {
    font-size: 0.79em;
    color: #484848;
    font-weight: normal;
    margin: 0;
    line-height: 13px;
}
.info #degree UL LI {
  font-size: 1em;
}

#degree {
    float: left;
    width: 500px;
    _width: 515px;
    padding: 10px 5px 10px 5px;
    margin: 10px 0px 10px 15px;
    border: 1px solid #b5cfea;
}
.degree-title {
    float: left;
    width: 100%;
}
.degree-title .slogo {
    float: left;
    display: inline;
    margin: 0px 25px 0px 15px;
}

.degree-title P {
    font-size: 1.00em;
    color: #272727;
    font-weight: bold;
    margin: 0;
    padding: 7px 0px 0px 0px;
}
.degree-title P SPAN {
	display: block;
    font-size: 0.71em;
    color: #323232;
    margin: -2px 0px 0px 0px;
    padding: 0;
}
.degree-title4 {
  font-size:1em;
  font-weight:bold;
}
.degree-offered {
    float: right;
}

.degree-offered SPAN {
	display: block;
    font-size: 0.78em;
    color: #525252;
    margin: 0px 0px 0px 0px;
    padding: 0;
    text-align: center;
}
.all-degree {
    float: left;
    background: url("/images/bg/all-degree-bg.gif") repeat-x left top;
}
.all-degree-l {
    float: left;
    background: url("/images/bg/all-degree-l.gif") no-repeat left top;
}
.all-degree-r {
    float: left;
    background: url("/images/bg/all-degree-r.gif") no-repeat right top;
}
.all-degree A {
	display: block;
    font-size: 0.78em;
    color: #000000;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px 5px 10px;
}

#degree P A {
	display: block;
    font-size: 0.85em;
    color: #000000;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px 5px 10px;
}

#degree UL {
    float: left;
    width: 100%;
    list-style: none;
    margin: 12px 0px 0px 0px;
    padding: 0;
    border-top: 1px solid #e9edf0;
}
#degree UL LI {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e9edf0;
}

#degree UL LI A {
	font-family: Verdana;
    font-size: 0.71em;
    color: #2c7bbe;
    float: left;
    width: 465px;
    _width: 503px;
    margin: 0;
    padding: 5px 0px 5px 33px;
    position: relative;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: url("/images/icons/degree.gif") no-repeat 8px center;
}
#degree UL LI .request_info {
    float: right;
    width: 120px;
    margin: 0px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    border:0px;

}
#degree UL LI A IMG {
	float: right;
    margin-top:-18px;
}
#degree UL LI:HOVER {
    background: #dbe7f3;
}
#degree UL LI A:HOVER {
    text-decoration: none;
    color: #b88000;
    cursor: pointer;
}

.transition-listing {
    width: 247px;
    float: left;
}
.transition-listing.transition-listing-right {
    float: right;
}
#degree .transition-listing ul li a {
    font-size: 0.79em;
    padding-left: 17px;
    width: 230px;
    _width: 247px;
    background: url("/images/icons/icon-orange.gif") no-repeat left center;
}
#degree .transition-listing ul li a:HOVER, #degree .transition-listing ul li a.active {color: #b98d04;}
#datanav ul li .arrow FORM {
    padding: 0px;
    margin: 0px;
}

/*Footer*/
#footer {
     float: left;
     width: 100%;
     background: #ffffff;
}
.footer-bg {
     float: left;
     width: 780px;
     display: inline;
     margin: 0px 0px 0px 10px;
     padding: 20px 0px 25px 0px;
     text-align: center;
     border-top: 1px dashed #D1D1D1;
}
#footer P {
	font-family: Verdana;
    font-size: 0.71em;
    color: #3B3B3B;
    margin: 0;
    padding: 5px 0px 0px 0px;
}
#footer A {
    font-size: 1em;
    color: #3B3B3B;
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-decoration: underline;
}
#footer A:HOVER {
	text-decoration: none;
    color: #b98d04;
}
/* Side Content */
.content .side-nav {
	float: left;
	width: 186px!important;
	width: 189px;
	border-bottom: 1px solid #E3E3E3;
	background: url("/images/bg/side-nav-bg.jpg") repeat-y top right;
	padding-bottom: 10px;
}
.content .side-nav H3 {
	padding: 8px 0 4px 9px;
	margin: 0;
	font-size: 1.29em;
	font-family: "Trajan Pro", Georgia, serif;
	font-weight: normal;
	background: url("/images/bg/side-nav-h3-bg.jpg") repeat-y top right;
	border-bottom: 1px solid #C6C6C6;
}
.content .side-nav .top-indent {margin-top: 24px;}
.content .side-nav H3 SPAN {color: #666666;}

/* Navigation */
.content .side-nav UL.nav {
	padding: 0 0 28px 0;
	margin: 2px 0 0 0;
	float: left;
}
.content .side-nav UL.nav LI {
	list-style: none;
	font-size: 0.86em;
	padding-left: 25px;
	float: left;
}
.content .side-nav UL.nav LI.selected {
	background: url("/images/icons/flame.gif") no-repeat 10px 4px;
	font-weight: bold;
}
.content .side-nav UL.nav LI A {
	color: #424242;
	border-bottom: 1px solid #DDDDDD;
	width: 153px;
	float: left;
	padding: 5px 0 4px 2px;
}
.content .side-nav UL.nav LI A:HOVER {
	text-decoration: none;
	color: #B98D04;
}

.content .side-nav H4 {
	padding: 0;
	margin: 6px 10px 0 14px;
	font-size: 0.93em;
	color: #4D4D4D;
	line-height: 1.38em;
}
.content .side-nav H4.top-indent {margin-top: 16px;}
.content .side-nav P {
	padding: 0;
	margin: 3px 10px 0 14px;
	font-size: 0.86em;
	line-height: 1.50em;
	color: #4D4D4D;
}
.content .side-nav P A {
	color: #4D4D4D;
	text-decoration: underline;
}
.content .side-nav P A:HOVER {color: #B98D04;}

/* Links */
.content .side-nav UL.links {
	padding: 0;
	margin: 0 10px 16px 14px;
}
.content .side-nav UL.links LI {
	list-style: none;
	font-size: 0.86em;
	margin-top: 12px;
	line-height: 1.2em;
	width: 165px;
}

.content .side-nav UL.links LI A.no_image{
	color: #4D4D4D;
	text-decoration: underline;
	background: url('');
	padding-left: 12px;
	display: block;
}

.content .side-nav UL.links LI A {
	color: #4D4D4D;
	text-decoration: underline;
	background: url("/images/icons/arrow-orange.gif") no-repeat left 3px;
	padding-left: 12px;
	display: block;
}
.content .side-nav UL.links LI A:HOVER {color: #B98D04;}

/* Main Content */
.content .main-content {
	float: right;
	width: 592px;
	margin-right: 11px;
	display: inline;
}

/* Top Schools */
.content .main-content .top-schools {
	width: 100%;
	float: left;
/*	background: #236393 url("/images/bg/light-blue-grad.jpg") repeat-x top left; */
	margin-top: 10px;
}
.content .main-content .top-schools .top-left, .content .main-content .top-schools .top-right,
.content .main-content .top-schools .bottom-left, .content .main-content .top-schools .bottom-right {
	float: left;
	width: 100%;
}
/* .content .main-content .top-schools .top-left {background: url("/images/bg/light-grad-tl.gif") no-repeat top left;} */
/* .content .main-content .top-schools .top-right {background: url("/images/bg/light-grad-tr.gif") no-repeat top right;} */
/* .content .main-content .top-schools .bottom-left {background: url("/images/bg/light-grad-bl.gif") no-repeat bottom left;} */
.content .main-content .top-schools .bottom-right {
/*	background: url("/images/bg/FeaturedOnlineSchoolsBG.png") no-repeat bottom right; */
	background: url("/images/bg/FeaturedOnlineSchoolsBG.gif") no-repeat scroll right 1px transparent;
	padding-bottom: 10px;
}
.content .main-content .top-schools .column {
	float: left;
	margin-left: 16px;
	display: inline;

}
.content .main-content .top-schools UL {
	padding: 0;
	margin: 0;
}
.content .main-content .top-schools UL LI {
	list-style: none;
	margin-top: 8px;
	font-size: 0.8em;
	line-height: 1em;
}

/* Degree Frame */
.content .main-content .degree-frame {
	width: 288px;
	float: left;
	background: #0E446C url("/images/bg/blue-grad.jpg") repeat-x top left;
	margin-top: 13px;
	position: relative;
}
.content .main-content .degree-frame.left-indent {float: right;}
.content .main-content .degree-frame .top-left, .content .main-content .degree-frame .top-right,
.content .main-content .degree-frame .bottom-left, .content .main-content .degree-frame .bottom-right {
	float: left;
	width: 100%;
}
.content .main-content .degree-frame .top-left {background: url("/images/bg/blue-grad-tl.gif") no-repeat top left;}
.content .main-content .degree-frame .top-right {background: url("/images/bg/blue-grad-tr.gif") no-repeat top right;}
.content .main-content .degree-frame .bottom-left {background: url("/images/bg/blue-grad-bl.gif") no-repeat bottom left;}
.content .main-content .degree-frame .bottom-right {
	background: url("/images/bg/blue-grad-br.gif") no-repeat bottom right;
	height: 172px;
}
.content .main-content .degree-frame H3 {
	padding: 0;
	margin: 8px 0 0 18px;
	font-size: 1.64em;
	line-height: 1.2em;
	color: #fff;
	font-weight: normal;
}
.content .main-content .degree-frame H3 SPAN {
	color: #F5C205;
	font-size: 1.2em;
}
.content .main-content .degree-frame H3 STRONG {font-size: 1.2em;}
.content .main-content .degree-frame P {
	padding: 10px 24px 0 20px;
	margin: 0;
	font-size: 1em;
	line-height: 1.3em;
	color: #fff;
}
.content .main-content .degree-frame A.button {
	position: absolute;
	bottom: 5px;
	right: 10px;
}
.content .main-content .degree-frame .form {
	padding: 0;
	margin: 8px 0 0 15px;
}
.content .main-content .degree-frame .form LABEL {
	font-size: 2.00em;
	color: #fff;
	font-weight: bold;
}
.content .main-content .degree-frame .form SELECT {
	width: 236px;
	background-color: #fff;
}

.content .main-content IMG.photo {
	float: right;
	margin: 18px 0 6px 10px;
	font-size: 1px;
	line-height: 0;
}
.content .main-content IMG.photo-left {
	float: left;
	margin: 10px 6px 0 0;
	font-size: 1px;
	line-height: 0;
}
.content .main-content H4 {
	padding: 0;
	margin: 20px 0 0 0;
	color: #2C6A9B;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	font-size: 1.50em;
}
.content .main-content P {
	padding: 0;
	margin: 8px 0 0 0;
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.79em;
}
.content .main-content P A {
	color: #333333;
	text-decoration: underline;
}
.content .main-content P A:HOVER {
	text-decoration: none;
	color: #2C6A9B;
}

/* Content Navigation */
.content .main-content UL.content-nav {
	padding: 0;
	margin: 19px 0 0 30px;
}
.content .main-content UL.content-nav LI {
	list-style: none;
	float: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	margin-right: 8px;
}
.content .main-content UL.content-nav LI A {
	float: left;
	color: #333333;
	background: url("/images/bg/content-nav-bg-c.gif") repeat-x left top;
	cursor: pointer;
}
.content .main-content UL.content-nav LI A SPAN {
	display: block;
	float: left;
	background: url("/images/bg/content-nav-bg-l.gif") no-repeat top left;
}
.content .main-content UL.content-nav LI A SPAN SPAN {
	background: url("/images/bg/content-nav-bg-r.gif") no-repeat right top;
	padding: 0 6px;
	height: 27px;
}
.content .main-content UL.content-nav LI A.selected,
.content .main-content UL.content-nav LI A.selected SPAN {background-position: left bottom;}
.content .main-content UL.content-nav LI A.selected SPAN SPAN {background-position: right bottom;}
.content .main-content UL.content-nav LI A:HOVER,
.content .main-content UL.content-nav LI A:HOVER SPAN {
	text-decoration: none;
	background-position: left -27px;
}
.content .main-content UL.content-nav LI A:HOVER SPAN SPAN {background-position: right -27px;}

/* Tab Box */
.content .main-content .tab-box {
	width: 100%;
	float: left;
	border: 1px solid #DD9B06;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.content .main-content .tab-box .top, .content .main-content .tab-box .top-left,
.content .main-content .tab-box .top-right, .content .main-content .tab-box .bottom-left,
.content .main-content .tab-box .bottom-right {
	float: left;
	width: 100%;
	position: relative;
}
.content .main-content .tab-box .top {background: url("/images/bg/tab-box-t.gif") repeat-x top left;}
.content .main-content .tab-box .top-left {
	background: url("/images/bg/tab-box-tl.gif") no-repeat top left;
	left: -1px;
	top: -1px;
}
.content .main-content .tab-box .top-right {
	background: url("/images/bg/tab-box-tr.gif") no-repeat top right;
	right: -2px;
	top: 0;
}
.content .main-content .tab-box .bottom-left {
	background: url("/images/bg/tab-box-bl.gif") no-repeat bottom left;
	bottom: -2px;
	left: -2px;
}
.content .main-content .tab-box .bottom-right {
	background: url("/images/bg/tab-box-br.gif") no-repeat bottom right;
	right: -2px;
	bottom: 0;
	padding: 6px 0 14px 0;
}
.content .main-content .tab-box H5 {
	padding: 0;
	margin: 22px 0 0 10px;
	color: #333333;
	font-size: 0.79em;
}
.content .main-content .tab-box .column {
	float: left;
	display: inline;
	margin: 0 0 0 12px;
}
.content .main-content .tab-box .column.small {width: 180px;}
.content .main-content .tab-box .column.large {width: 276px;}
.content .main-content .tab-box UL {
	padding: 0;
	margin: 12px 0 0 0;
}
.content .main-content .tab-box UL LI {
	list-style-position: inside;
	font-size: 0.71em;
	line-height: 1.6em;
}
.content .main-content .tab-box UL LI A {
	color: #000;
	text-decoration: underline;
}
.content .main-content .tab-box UL LI A:HOVER {
	text-decoration: none;
	color: #2C6A9B;
}

/* Place Holder */
.place-holder {
	float: left;
	height: 20px;
	font-size: 1px;
	line-height: 0;
	width: 100%;
}
/* Static Pages */
#staticbody {
    padding:11px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
#staticbody h2 {
    font-family: Georgia;
    font-size: 20px;
    color: #454545;
	font-weight: normal;
}
#staticbody .static-content P {
	padding: 0;
	margin: 8px 0 0 0;
	color: #333333;
	font-size: 11px;
}
#staticbody .static-content P A {
	color: #333333;
	text-decoration: underline;
}
#staticbody .static-content P A:HOVER {
	text-decoration: none;
	color: #2C6A9B;
}

/*-- breadcrumbs --------------------------*/
.breadcrumbs {
  list-style: none;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0 0 0 8px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.breadcrumbs .crumb {
  font-size: 11px;
	float: left;
	margin: 9px 0 0 0;
	padding: 0px 0px 0px 0px;
  background: url("/images/bg/bc-left.png") no-repeat left top;
}
.breadcrumbs .crumb .box {
  padding: 0 20px 0 5px;
  float:left;
  white-space:nowrap;
  background: url("/images/bg/bc-right.png") no-repeat right top;
}
.breadcrumbs .crumb.special {
  padding: 0 20px 0 3px;
  float:left;
  background: url("/images/bg/bc-special-left.gif") no-repeat left top;
}
.breadcrumbs .crumb.special .box {
  padding: 0 8px 0 5px;
  float:left;
  background: url("/images/bg/bc-special-right.gif") no-repeat right top;
}
.breadcrumbs .crumb.special A {
  background-color: #DDB53C;
  display: block;
  line-height: 16px;
  text-decoration: none;
  color: #FFF;
}
.breadcrumbs .crumb A {
  background-color: #898E8A;
  display: block;
  line-height: 16px;
  text-decoration: none;
  color: #FFF;
}
.breadcrumbs .crumb_divider {
  margin-top: 12px;
  float: left;
  margin-right: 3px;
  background-image: url('/images/icons/breadcrumb-sidearrow.gif');
  background-repeat: no-repeat;
  width: 12px;
  height: 10px;
}
.breadcrumb_list {
  border: none;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  margin-top: -2px;
  margin-left: 1px;
  opacity: 0.93;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=93);*/
  -moz-opacity: 0.93;
  -khtml-opacity: 0.93;
}
.breadcrumb_list A {
  background-color: #898E8A;
  padding: 1px 5px 1px 0px;
  min-width: 180px;
  color: #FFF;
  white-space: nowrap;
  display:block;
  font-size: 11px;
  text-decoration: none;
}
.breadcrumb_list A:HOVER {
  background-color: #B1B4B2 !important;
  color: #484848;
}
.breadcrumb_list td {
  background-color: #898E8A;
}
.breadcrumb_list td .spacer {
  height: 5px;
  width: 5px;
}
.breadcrumb_list .tl {
  font-size:1px;
  height: 5px;
  width: 5px;
  border-left: solid 1px #898E8A;
  border-top: solid 1px #898E8A;
  /*background: transparent url("/images/bg/bg-breadcrumb.png") no-repeat 0px 0px;*/
}
.breadcrumb_list .t {
  font-size:1px;
  border-top: solid 1px #898E8A;
}
.breadcrumb_list .tr {
  font-size:1px;
  height: 5px;
  width: 5px;
  background: transparent url("/images/bg/bg-breadcrumb.png") no-repeat -5px 0px;
}
.breadcrumb_list .l {
  font-size:1px;
  border-left: solid 1px #898E8A;
}
.breadcrumb_list .r {
  font-size:1px;
  border-right: solid 1px #898E8A;
}
.breadcrumb_list .bl {
  font-size:1px;
  height: 5px;
  width: 5px;
  background: transparent url("/images/bg/bg-breadcrumb.png") no-repeat 0px -5px;
}
.breadcrumb_list .b {
  font-size:1px;
  border-bottom: solid 1px #898E8A;
}
.breadcrumb_list .br {
  font-size:1px;
  height: 5px;
  width: 5px;
  background: transparent url("/images/bg/bg-breadcrumb.png") no-repeat -5px -5px;
}
.breadcrumb_list TD {
  text-align: left;
  vertical-align:top;
  padding: 0;
  margin: 0;
  border: none;
}
.breadcrumbs > .crumb_divider.last {
  display:none;
}

/* end breadcrumbs -----------------*/
.breadcrumbs.filter .crumb_divider {
  display:block;
  margin: -9px 10px 0px 10px;
  float: left;
  background-image: url('/images/bg/data-nav.gif');
  width: 2px;
  height: 54px;
}
.breadcrumbs.filter .crumb_divider.last {
  display:none;
}
.breadcrumbs.filter.geo_filter .crumb_divider.last {
  display:block;
  margin: -9px 25px 0px 25px;
}
.breadcrumbs.level_filter .crumb .box {
  _width:160px;
}


.hidden_divider {
  background-color: #B9CFDD;
  margin: 10px 0px -13px 0px;
  padding: 3px 10px 3px 10px;
  font-size: 11px;
  fong-weight: bold;
  clear:both;

}

.state_info {
clear:both;
}
.state_info H3{
padding-top: 15px;
}
.state_info H3 A {
    font-family: Georgia;
    font-size: 1.10em;
    color: #313131;
    font-weight: normal;
    margin: 0;
    padding: 0px 0px 0px 3px;
    text-decoration:underline;
    position:relative;
}

.state_info H3 A:hover {
 text-decoration:none;
 }

.state_info .state_image {
padding-left:10px;
float:left;
}
.state_info span {
   display: block;
   font-size: 0.78em;
   color: #525252;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 16px;
}



/* School */
.right-col.right-col-large {
    padding-top:10px;
    padding-left:23px;
    float:left;
    width: 755px;
}
.right-col.right-col-large H1 {
    font-size: 1.71em;
    font-family: Georgia;
    font-weight: normal;
    margin-left: 170px;
}
A.school_image {
    float: left;
    display: inline;
    margin: 0 0 0 33px;
}
.data.data-large {background: url("../images/bg/data-bg-large.gif") repeat-y left top;}
.data.data-large .data-top {
	background: url(../images/bg/data-top-big.gif) no-repeat left top;
}
.data.data-large .data-bottom {
	padding-bottom: 20px;
	background: url(../images/bg/data-bottom-big.gif) no-repeat left bottom;
}
.right-col.right-col-large H1.content-title {
	font-size: 1.43em;
	margin: 10px 23px 0px 12px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px;
	padding-left: 0;
}
.schools_info {
  padding-top:30px;
  clear:both;

}
.schools_info H2 {
    font-family: Georgia;
    font-size: 1.43em;
    color: #313131;
    font-weight: normal;
    margin: 0;
    padding: 0px 0px 0px 10px;
}
.schools_info H3 {
    font-family: Georgia;
    font-size: 1.10em;
    color: #313131;
    font-weight: normal;
    margin: 0;
    padding: 0px 0px 0px 10px;
}
.schools_info P {
    font-size: 0.85em;
    color: #484848;
    font-weight: normal;
    margin: 0;
    padding: 10px 0px 0px 10px;
    line-height: 18px;
}
.schools_info P a {
  text-decoration:underline;
  color: #484848;
}
.schools_info P a:hover {
  text-decoration:none;
  color: #484848;
}
.track_buttons {
  margin: 4px 3px 0 5px;
  float:left;
}
.track_buttons a {
  margin-right: 2px;
}
#message {
  background-color: #F6DF71;
  color: #4A4A4A;
  padding: 15px;
  margin: 0 0 3px 0;
  text-align: center;
  font-size: 17px;
}

a.top_school img {
 opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;

}

a.top_school:hover img {
 opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;

}

/* Google search */
#cse-search-box {
  float:right;
  margin:26px 5px 0 0;
}
#cse-search-box input[type='text'] {
   border:solid 1px #2E5E7D
 }
#cse-search-results {
  margin-left:5px;
}
ul.simple_list {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
ul.simple_list li {
  margin-bottom: 10px;
}
ul.simple_list li a {
  color: #5289BF;
  font-size: 1em;
  padding-left: 17px;
  background: url("/images/icons/icon-orange.gif") no-repeat left center;
}
ul.simple_list li a:hover {
  color: #b98d04;
}
ul.simple_list li .sub_copy {
  font-size: 0.9em;
  margin: 0 0 0 25px;
  color: #484848;
}

/*---------------------------STYLES FOR related articles(coming from blogs dynamically)-------------------------*/
#cms-pod {
  padding: 0px 4px;
  
}

.read-more {
  border-top: 1px solid #D9D9D9;
}

.read-more A:hover {
  text-decoration: none;
}

.read-more .arrow-down{
  position: relative;
  top: -3px;
  padding-left: 65px;
  padding-right: 2px;
  padding-top: 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.7em; 
  color: #4D4D4D;
  background:transparent url('/images/page-slide-down.gif') 20px 0px no-repeat;
}

.read-more .arrow-up{
  position: relative;
  top: -3px;
  padding-left: 65px;
  padding-right: 2px;
  padding-top: 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.7em; 
  color: #4D4D4D;
  background:transparent url('/images/page-slide-up.gif') 20px 0px no-repeat;
  
}

#articles-pod {
  padding: 0px 8px; 
  font-size: 0.85em;
  float: right; 
  border: 1px solid #D7D7D7; 
  width: 34%; 
  margin-left: 6px;
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px;
}

#articles-pod .header {
  font-family: Georgia; 
  color: #313131; 
  font-size: 1.2em; 
  text-align: center; 
  padding: 2px; 
  border-bottom: 1px solid #D9D9D9;
}

#articles-pod p {
  padding: 6px 0px;
  line-height: 16px;
  color: #484848;
  /*font-size: 0.85em;*/
  font-weight: normal; 
}

#articles-pod a {
  color: #4D4D4D;
  text-decoration: underline;
  font-weight: normal;
}

#articles-pod .title {
  font-size: 0.85em;
}
/*--------------------------END of related articles Styles-------------------------------------------------------*/




