@import url(https://fonts.googleapis.com/css?family=Poly:400,400italic);

.cufon{
	font-family: 'Poly', serif;
	/*font-family: "Franklin Gothic Book", Arial, Helvetica, sans-serif;*/
	font-weight:normal;
}



/* general resets */
body{
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
	min-width:965px;
	position:relative;
}
img{border:0;}
a{
	color:#000;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#9d998f;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.wrapper-holder{
	width:100%;
	background:url(../images/bg-wrapper.gif) repeat;
}
/* wrapper */
#wrapper{
	width:950px;
	margin:0 auto;
	position:relative;
}
/* header */
.header-holder{
	width:948px;
	/* background:url(../images/bg-header-holder.gif) repeat-x; */
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#header{
	width:948px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/rb-bg-header.gif) no-repeat;
	padding:0;
	height:242px;
}
/* top-navigation */
.top-nav-holder{
	width:942px;
	padding:1px 3px 15px;
	height:45px;
}
.top-nav-holder:after,
.top-nav-holder ul:after,
.twocolumns:after,
.threecolumns .frame:after,
#main:after{
	clear:both;
	display:block;
	content:"";
}
.top-nav-holder ul{
	margin:0;
	padding:0 0 0 2px;
	list-style:none;
	height:39px;
	background:url(../images/separator-top-nav.gif) no-repeat;
}
.top-nav-holder li{
	float:left;
	background:url(../images/separator-top-nav.gif) no-repeat 100% 0;
	padding:0 1px 0 0;
	position:relative;
}
.top-nav-holder li .student-login{
	font-size:12px;
	font-weight:bold;
	background:url(../images/bg-student-login.gif) repeat-x;
	padding:0 25px 4px;
}
.top-nav-holder li .sub-color{color:#ffffff;} /* 9d998f */
.top-nav-holder li a{
	color:#fff;
	font:9px/32px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	float:left;
	padding:0 23px 4px;
}
.top-nav-holder li a:hover,
.top-nav-holder li.active a{
	border-bottom:3px solid #006e91;
	text-decoration:none;
}
.top-nav-holder #open:hover .popup,
.top-nav-holder #open.hover .popup{display:block;}
.popup{
	position:absolute;
	top:25px;
	left:-65px;
	width:225px;
	z-index:2;
	display:none;
}
.popup-t{
	height:10px;
	background:url(../images/bg-popup-t.png) no-repeat;
	overflow:hidden;
}
.popup-b{
	height:7px;
	background:url(../images/bg-popup-b.png) no-repeat;
}
.popup-content{
	background:url(../images/bg-popup-content.png) repeat-y;
	width:205px;
	padding:2px 10px;
}
.popup-content p{
	margin:0;
	font:10px "times new roman", times, serif;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}
.top-nav-holder .choose-country{
	padding:6px 6px 0 9px;
	height:39px;
}
.choose-country .sel{
	width:228px;
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;
}
.top-nav-holder .choose-country legend{display:none;}
.top-nav-holder .choose-country .submit{display:none;}
/* logo-area */
.logo-area{
	width:960px;
	overflow:hidden;
	padding:0 46px 28px 34px;
}
.logo{
	margin:0;
	width:425px;
	height:91px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	background:url(../images/rb-logo.gif) no-repeat;
}
.logo a{
	height:100%;
	display:block;
}
#cse-search-box{
	width:330px;
	float:right;
	margin:30px 0 0;
}
#cse-search-box legend{display:none;}
#cse-search-box span{
	width:204px;
	height:25px;
	background:url(../images/bg-input2.gif) no-repeat;
	float:left;
}
#cse-search-box input{
	background:none;
	border:0;
	font:italic 14px "times new roman", times, serif;
	float:left;
	color:#8a877b;
	margin:2px 0 0;
	padding:3px 0 2px 10px;
	width:190px;
	height:15px;
}
#cse-search-box .image{
	width:25px;
	height:25px;
	padding:0;
	margin:0;
}
.tagline-box{
	width:367px;
	font:italic 17px arial, "times new roman", times, serif;
	float:right;
	margin:15px 0 0;
	padding:0 0 0 0;
	color:#1e3f25;
	display:none;
}
.calltoaction-box{
	width:500px;
	float:right;
	margin:15px 0 0;
	padding:0 0 0 0;
	color:#1e3f25;
}
.hptagline-box{
	width:490px;
	font:italic 17px arial, "times new roman", times, serif;
	float:right;
	margin:10px 0 0;
	padding:0 0 0 0;
	color:#1e3f25;
}

/* navigation */
.nav-holder{
	width:941px;
	padding:0 0 0 3px;
	overflow:hidden;
	text-align:center;
}
.nav{
	margin:-2px 0 0 -1px;
	padding:0;
	list-style:none;
	width:110%;
	overflow:hidden;
}
.nav li{
	float:left;
	line-height:14px;
	display:inline;
	padding:0 0 0 2px;
	background:url(../images/rb-separator-nav.gif) no-repeat;
}
.nav li.last a {
  width: 100px;
}
.nav li:first-child{background:none;}
.nav a{
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	float:left;
	padding:15px 33px 23px 34px;
}
.nav a:hover,
.nav li.active a{
	color:#fff;
	background:url(../images/rb-bg-nav-hover.gif) repeat-x;
	text-decoration:none;
}

/* home page navigation */
.hp-nav-holder{
	width:941px;
	padding:0 0 0 3px;
	overflow:hidden;
	text-align:center;
}
.hp-nav{
	margin:-17px 0 0 -1px;
	padding:0;
	list-style:none;
	width:110%;
	overflow:hidden;
}
.hp-nav li{
	float:left;
	line-height:14px;
	display:inline;
	padding:0 0 0 2px;
	background:url(../images/rb-separator-nav.gif) no-repeat;
}
.hp-nav li.last a {
  width: 90px;
}
.hp-nav li:first-child{background:none;}
.hp-nav a{
	color:#fff;
	font:12px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	float:left;
	padding:21px 18px 23px 18px;
}
.hp-nav a:hover,
.hp-nav li.active a{
	background:url(../images/rb-bg-nav-hover.gif) repeat-x;
	text-decoration:none;
}


/* main */
#main{
	width:950px;
	padding:242px 0 8px;
	background:url(../images/bg-main.png) repeat-y;
}
.content-shadow{
	background:url(../images/bg-content-shadow.gif) no-repeat;
	height:2px;
	width:942px;
	overflow:hidden;
	margin:0 0 -2px 4px;
	position:relative;
}
.bottom-shadow{
	width:950px;
	height:29px;
	background:url(../images/bg-bottom-shadow.png) no-repeat;
	padding:0 0 38px;
}
/* twocolumns */
.twocolumns{
	width:931px;
	padding:10px 0 1px 19px;
}
/* visual */
.visual{
	width:601px;
	height:325px;
	padding:2px;
	/*border:1px solid #6f8f65;*/
	position:relative;
	float:left;
}
.visual img{display:block;}
/* career-box */
.career-box-holder{
	position:absolute;
	top:57px;
	left:-30px;
	width:273px;
	height:197px;
	z-index:2;
}
.career-box{
	width:273px;
	height:197px;
	background:url(../images/bg-career-box.png) no-repeat;
}
.career-box .text-holder{
	position:relative;
	padding:7px 0 0 23px;
}
.career-box .head-main{
	font-size:28px;
	color:#fff;
	display:block;
	font-weight:normal;
	line-height:27px;
	padding:15px 0 10px 0;
}
.career-box .cufon{
	font-family:Georgia, "Times New Roman", Times, serif;
}

.career-box h1{
	margin:0;
	position:relative;
	font-size:36px;
	line-height: 32px;
	color:#fff;
	padding: 10px 0px;
}
.career-box .text-holder strong{
	font-size:14px;
	color:#cccccc;
	display:block;
	font-weight:normal;
	line-height:21px;
	margin:-4px 0 12px;
}
* html .career-box .text-holder strong{margin-top:6px;}
* +html .career-box .text-holder strong{margin-top:6px;}
.career-box .text-holder a{
	color:#fff;
	font:12px "times new roman", times, serif;
	font:12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	/*background:url(../images/rb-bg-arrow.gif) no-repeat 100% 3px;*/
	padding:0 0px 3px 2px;
}
.career-box .text-holder a:hover{
	text-decoration:none;
	border:0;
}
/* switcher */
.switcher{
	width:91px;
	height:36px;
	position:absolute;
	right:8px;
	bottom:6px;
}
* html .switcher{
	right:7px;
	bottom:5px;
}
.switcher ul{
	margin:0;
	padding:13px 0 0 15px;
	list-style:none;
	overflow:hidden;
	height:23px;
	background:url(../images/bg-switcher.png) no-repeat;
}
.switcher li{
	float:left;
	padding:0 4px 0 0;
	
	position:relative;
}
.switcher li a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:9px;
	height:9px;
	background:url(../images/bg-switcher-list.gif) no-repeat 0 -9px;
}
.switcher li a:hover,
.switcher li.active a{background:url(../images/bg-switcher-list.gif) no-repeat;}
.box-wrapper{
	width:322px;
	float:right;
}
/* info-box-holder */
.info-box-holder{
	width:322px;
	float:right;
	margin:0 -6px 9px 0;
	position:relative;
}
.info-box-holder .heading-holder{
	width:302px;
	height:44px;
	background:url(../images/rb-bg-heading-holder.png) no-repeat;
	padding:7px 0 0 20px;
}
.heading-holder h2{
	margin:0;
	font-size:24px;
	color:#fff;
}
.heading-holder h2 span{display:block;}
.info-box-holder .text-box{
	border:solid #6f8f65;
	border-width:0 1px 1px;
	margin:-7px 0 0 8px;
	width:285px;
	padding:0 2px 2px;
}
.text-box .list-holder{
	height:1%;
	overflow:hidden;
	background:#f0f4ef;
	padding:8px 0 0;
}
.list-holder ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.list-holder .col1{
	width:100px;
	padding:0 0 0 18px;
}
.list-holder .col2{
	width:144px;
	padding:0 0 0 15px;
}
.list-holder .col3{
	width:100px;
	padding:0 0 0 80px;
}
.list-holder li{padding:0 0 6px;}
.list-holder li a{
	color:#154658;
	font-size:12px;
	background:url(../images/bg-list-holder.gif) no-repeat 100% 50%;
	padding:0 10px 0 0;
}
/* threecolumns */
.threecolumns{
	width:915px;
	/*background:url(../images/bg-threecolumns.gif) repeat-y -915px 0;*/
	margin:0px 0 0 20px;
}
/*.threecolumns .holder{background:url(../images/bg-threecolumns.gif) no-repeat;}*/
.threecolumns .frame{
	/*background:url(../images/bg-threecolumns.gif) no-repeat -1830px 100%;*/
	min-height:100px;
	position:relative;
}
* html .threecolumns .frame{height:100px;}

/* visit-box */
.visit-box{
	width:269px;
	padding:0 12px 34px;
	float:left;
	margin:-120px 13px 0 0;
}
.visit-box h3{
	margin:0 0 1px;
	font-size:23px;
	color:#a16f31;
}
.visit-box h3 span{display:block;}
.visit-box .text-wrapper{
	padding:10px 10px 17px 5px;
	background:url(../images/rb-bg-text-wrapper.gif) no-repeat 6px 100%;
	margin:0 0 14px;
}
.visit-box .text-wrapper p{
	margin:0;
	color:#72706a;
	line-height:17px;
}
.visit-box .list-holder ul{padding:0 14px 0 6px;}
.visit-box .list-holder{
	overflow:hidden;
	width:100%;
}
.visit-box .student-center{
	width:185px;
	padding:11px 0 0 17px;
	word-spacing:2px;
	height:30px;
	/* background:url(../images/bg-student-center.png) no-repeat; */
	background:url(../images/rb-bg-choose-school.png) no-repeat;
	font:14px "times new roman", times, serif;
	color:#f3f2ef;
	position:absolute;
	bottom:-36px;
	left:40px;
	cursor:pointer;
	text-transform:uppercase;
}
* html .visit-box .student-center{bottom:-37px;}

.school-box{
	width:262px;
	padding:10px 12px 23px 20px;
	float:right;
	margin:-10px 0 0 0;
}
.school-box h3{
	font-size:23px;
	line-height: 20px;
	margin:0;
	color:#a16f31;
	padding-bottom: 5px;
}
.school-box h3 span{display:block;}
.school-box .text-wrapper{
	padding:10px 10px 1px 5px;
	/*background:url(../images/rb-bg-text-wrapper.gif) no-repeat 6px 100%;*/
	margin:0 0 14px;
}
.school-box .text-wrapper p{
	margin:0;
	color:#72706a;
	line-height:17px;
}
.school-box .list-holder ul{padding:0 14px 0 6px;}
.school-box .list-holder{
	overflow:hidden;
	width:100%;
}
.school-box p{
	margin:0;
	color:#72706a;
	line-height:18px;
}
.school-box .choose-school{
	width:185px;
	padding:11px 0 0 17px;
	word-spacing:2px;
	height:30px;
	background:url(../images/rb-bg-choose-school.png) no-repeat;
	font:14px "times new roman", times, serif;
	color:#f3f2ef;
	position:absolute;
	bottom:-36px;
	left:661px;
	cursor:pointer;
	text-transform:uppercase;
}


/* accred-box */
.accred-box{
	width:262px;
	padding:10px 12px 23px 20px;
	float:left;
}
.accred-box h3{
	font-size:23px;
	line-height: 20px;
	margin:0;
	color:#a16f31;
	padding-bottom: 5px;
}
.accred-box h3 span{display:block;}
.accred-box p{
	margin:0;
	color:#72706a;
	line-height:18px;
}
.accred-box .choose-school{
	width:185px;
	padding:11px 0 0 17px;
	word-spacing:2px;
	height:30px;
	background:url(../images/rb-bg-choose-school.png) no-repeat;
	font:14px "times new roman", times, serif;
	color:#f3f2ef;
	position:absolute;
	bottom:-36px;
	left:352px;
	cursor:pointer;
	text-transform:uppercase;
}




/* offer-box */
.offer-box{
	padding:13px 10px 0 20px;
	width:273px;
	float:left;
	margin:-120px 0 0 0;
}
.offer-box h3{
	margin:0 0 1px;
	font-size:23px;
	color:#a16f31;
}
.offer-box h3 span{display:block;}
.offer-section{
	height:119px;
}
.offer-box .sub-text{
	display:block;
	font-size:14px;
	color:#333;
}
.offer-box .save-up span{
	float:left;
	font-size:24px;
	line-height: 22px;
	color:#333;
}
.offer-box .save-up{
	margin: 0 0 0 3px;
	float:left;
}
.offer-box .price span{
	float:left;
	font-size: 67px;
	line-height: 60px;
	color:#333;
}
.offer-box .price{
	float:left;
	margin:-6px 0 0 1px;
}
.offer-box .today-text{
	font-size:25px;
	float:left;
	margin:10px 0 0 3px;
}
.offer-box .today-text span{
  font-size:24px;
  line-height:24px;
}
.offer-box .offer-holder{
	overflow:hidden;
	width:100%;
	padding:0 0 26px;
}
.phone-number-holder{padding:0 0 0 11px;}
.phone-number-holder .phone-number{
	font-size:36px;
	color:#fff;
}
.offer-box .more-info{
	width:185px;
	padding:11px 0 0 17px;
	word-spacing:2px;
	height:30px;
	background:url(../images/rb-bg-more-info.png) no-repeat;
	font:14px "times new roman", times, serif;
	color:#f3f2ef;
	position:absolute;
	bottom:-36px;
	left:352px;
	cursor:pointer;
	text-transform:uppercase;
}

/* offer-box2 */
.offer-box2{
	padding:0px 10px 0 20px;
	width:273px;
	float:left;
	margin:-115px 0 0 20px;
}

.offer-box2 .more-info{
	width:185px;
	padding:11px 0 0 17px;
	word-spacing:2px;
	height:30px;
	background:url(../images/rb-bg-more-info.png) no-repeat;
	font:14px "times new roman", times, serif;
	color:#f3f2ef;
	position:absolute;
	bottom:-36px;
	left:352px;
	cursor:pointer;
	text-transform:uppercase;
}



.phone-number-holder{padding:0 0 0 11px;}
.phone-number-holder .phone-number{
	font-size:36px;
	color:#fff;
}
.offer-box .more-info{
	width:185px;
	padding:11px 0 0 17px;
	word-spacing:2px;
	height:30px;
	background:url(../images/rb-bg-more-info.png) no-repeat;
	font:14px "times new roman", times, serif;
	color:#f3f2ef;
	position:absolute;
	bottom:-36px;
	left:352px;
	cursor:pointer;
	text-transform:uppercase;
}
/* main-content */
.main-content{
	width:613px;
	float:right;
	padding:12px 30px 0 0;
}
.main-content .breadcrumbs{
	margin:0 0 12px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.main-content .breadcrumbs li{
	float:left;
	color:#04688c;
	background:url(../images/bg-list-holder.gif) no-repeat 0 6px;
	margin:0 7px 0 -7px;
	padding:0 4px 0 13px;
}
.main-content .breadcrumbs li a{
	color:#04688c;
	text-decoration:underline;
}
.main-content .breadcrumbs li a:hover{text-decoration:none;}
.main-content .heading{
	border-bottom:1px solid #006e91;
	margin:0 0 10px 1px;
	padding:0 0 9px;
}

.main-content h1{
	margin:0;
	font-size:31px;
	/*color:#006E91;*/
	font-weight:normal;
}
.main-content h1 span{display:block;}

.main-content .image-box{
	width:257px;
	margin:0 18px 0 23px;
	float:right;
	display:inline;
}
.main-content .countdown-image{
	/*visibility:hidden;*/
	/*visibility:visible;*/
	visibility:hidden;
}
* html .main-content .image-box{margin-left:18px;}
.main-content .image-box img{
	border:1px solid #999;
	display:block;
}
.image-box .ref-box{
	overflow:hidden;
	width:263px;
	margin:18px 0 0 -5px;
	position:relative;
}
.image-box .ref-box a{
	display:block;
	width:245px;
	height:30px;
	font:14px Arial, Helvetica, sans-serif;
	color:#f3f2ef;
	padding:12px 0 0 18px;
	margin:0 0 12px;
}
.image-box .ref-box .enroll-now{background:url(../images/rb-bg-ref-box.gif) no-repeat;}
.image-box .ref-box .request-info{background:url(../images/rb-bg-ref-box.gif) no-repeat 0 -42px;}





.main-content .left-btns{
	width:257px;
	margin:0 18px 0 23px;
	float:right;
	display:inline;
}
* html .main-content .left-btns{margin-left:18px;}
.main-content .left-btns img{
	border:1px solid #999;
	display:block;
}
.left-btns .ref-box{
	overflow:hidden;
	width:263px;
	margin:12px 0 0 10px;
	position:relative;
}
.left-btns .ref-box a{
	display:block;
	width:245px;
	height:30px;
	font:14px Arial, Helvetica, sans-serif;
	color:#f3f2ef;
	padding:12px 0 0 18px;
	margin:0 0 12px;
}
.left-btns .ref-box .enroll-now{background:url(../images/rb-bg-ref-box.gif) no-repeat;}
.left-btns .ref-box .request-info{background:url(../images/rb-bg-ref-box.gif) no-repeat 0 -42px;}

.left-btns .chat-box{
	border:0px solid #ccc;
	padding:2px;
	margin:0 0 10px;
	text-align:center;
}







.main-content .text-wrapper{padding:0 10px;}
.main-content p{
	margin:0 0 13px;
	color:#333;
}
.main-content p a{
	color:#006e91;
	/* color:#6d7f67; */
	text-decoration:underline;
}
.main-content p a:hover{text-decoration:none;}
.main-content .list{
	margin:0;
	padding:0 0 13px 12px;
	list-style:none;
}
.main-content .list li{
	background:url(../images/bullet-list.gif) no-repeat 0 5px;
	padding:0 0 0 7px;
}

.main-content h2{
	margin:0 0 14px;
	font-size:12px;
	color:#000000;
}
.main-content h3{
	margin:0;
	font-size:12px;
}
.main-content h4{
	margin:0 0 10px;
	font-size:16px;
	color:#006e91;
}
.main-content .wrapp-box{padding:0 0 60px;}

/*Social-buttons*/
.main-content .social-section{
	width:580px;
	margin:10px 18px 0 8px;
	float:left;
	display:inline;
	padding:10px;
}
* html .main-content .social-section{margin-left:18px;}

.social-section{
	/*border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;*/
    margin-top: 50px;
}
.social-left {
    float: left;
    padding: 10px 0 6px 0;

}

/*End Social-buttons*/



/* enroll-block */
.main-content .enroll-block{
	border-bottom:1px solid #c9dbcd;
	overflow:hidden;
	height:1%;
	margin:0 0 3px;
}
.main-content .enroll-block p{
	color:#333;
	/* #666 */
	font:12px/15px Arial, Helvetica, sans-serif;
}
.enroll-block .enroll-now{
	font:14px/18px "times new roman", times, serif;
	float:right;
	width:132px;
	height:31px;
	color:#f3f2ef;
	text-transform:uppercase;
	margin:29px 26px 0 0;
	background:url(../images/rb-bg-enroll-now.gif) no-repeat;
	padding:10px 0 0 20px;
}
.enroll-block .request2{
	font:14px/18px "times new roman", times, serif;
	float:right;
	width:132px;
	height:31px;
	color:#f3f2ef;
	text-transform:uppercase;
	margin:5px 26px 0 0;
	background:url(../images/bg-request-info2.gif) no-repeat;
	padding:10px 0 8px 20px;
}


.enroll-block .text-section{
	width:400px;
	padding:3px 0 13px 4px;
	float:left;
}
.enroll-block .text-section ul{
	margin:-5px 0 0 2px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.enroll-block .text-section li{
	float:left;
	padding:0 16px 0 0;
}
.enroll-block .text-section li a{
	color:#333;
	/* color:#6d7f67; */
	text-decoration:underline;
}

.enroll-block .text-section h5{
	margin: 0 0 8px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.enroll-block .text-section li a:hover{text-decoration:none;}

.enroll-block .text-section .tuitiondesc{font-size:10px;}

/* sidebar */
.sidebar{
	width:294px;
	float:left;
	padding:13px 0 0;
}
/* sub-navigation */
.sub-nav-holder{
	width:294px;
	margin:0 0 3px -10px;
	position:relative;
}
.sub-nav-t{
	height:7px;
	background:url(../images/rb-bg-sub-nav-t.png) no-repeat;
	overflow:hidden;
}
.sub-nav-b{
	height:8px;
	background:url(../images/rb-bg-sub-nav-b.png) no-repeat;
	clear:both;
	overflow:hidden;
}
.sub-nav{
	background:url(../images/rb-bg-sub-nav.png) repeat-y;
	width:294px;
	float:left;
}
.sub-nav ul{
	margin:-5px 0 0;
	padding:0 5px 0 4px;
	position:relative;
	list-style:none;
}
.sub-nav li{
	background:url(../images/rb-separator-sub-nav.gif) no-repeat;
	padding:2px 0 0;
	height:1%;
	margin:0 0 0 1px;
}
.sub-nav li:first-child{background:none;}
.sub-nav .inner-list li{background:url(../images/rb-separator-sub-nav.gif) no-repeat !important;}
.sub-nav li a{
	display:block;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	width:100%;
	cursor:pointer;
}
.sub-nav li a:hover,
.sub-nav li.active a{
	color:#ffffff;
	background:#55a8c6;
	text-decoration:none;
}
.sub-nav li a:hover span,
.sub-nav li.active a span{background:url(../images/rb-bg-sub-nav-hover.gif) no-repeat 96% -39px;}
.sub-nav li a span{
	display:block;
	padding:9px 0 10px 19px;
	background:url(../images/rb-bg-sub-nav-hover.gif) no-repeat 96% 13px;
	height:1%;
}
/* info-block-holder-mil */
.sidebar .info-block-holder-mil{
	width:260px;
	margin:0 0 0 12px;
}
.info-block-holder-mil .phone-box{
	border:0px solid #6f8f65;
	padding:2px;
	margin:0 0 10px;
}
.info-block-holder-mil .phone-box .holder{
	/*background:#396743;*/
	padding:0px 13px 10px;
	text-align:center;
}
.phone-box .talk-to{
	font-size:15px;
	color:#fff;
	display:block;
}
.talk-to-phone{
	font-size: 24px; 
	font-family:Times New Roman, Times, serif; 
	color:#fff;
}
.talk-to-phone a{
	color:#fff;
}
.phone-box .number{
	color:#fff;
	font:24px "times new roman", times, serif;
	display:block;
	letter-spacing:-1px;
	margin:-2px 0 0 -15px;
}
.phone-box .number a{
	color:#fff;
}
.phone-box .time{
	font-size:9px;
	color:#fff;
	display:block;
}


/* info-block-holder */
.sidebar .info-block-holder{
	width:260px;
	margin:0 0 0 12px;
}
.info-block-holder .phone-box{
	border:1px solid #6f8f65;
	padding:2px;
	margin:0 0 10px;
}
.info-block-holder .phone-box .holder{
	background:#000;
	padding:8px 13px 10px;
	text-align:center;
}
.phone-box .talk-to{
	font-size:15px;
	color:#fff;
	display:block;
}
.phone-box .number{
	color:#fff;
	font:24px "times new roman", times, serif;
	display:block;
	letter-spacing:-1px;
	margin:-2px 0 0 -15px;
}
.info-block-holder .info-section{
	border:1px solid #ccc;
	background:#eee;
	padding:9px 5px 0 13px;
	margin:0 0 10px;
}
.info-block-holder .info-section a{
	color:#333;
	text-decoration:underline;
	line-height:22px;
}
.info-block-holder .info-section a:hover{
	text-decoration:none;
}
.info-block-holder .info-section h3{
	margin:0 0 9px;
	font-size:18px;
	color:#006e91;
}
.info-block-holder .info-section dl{
	margin:0 0 0 6px;
	overflow:hidden;
	height:1%;
	padding:0 0 2px;
}
.info-block-holder .info-section dt{
	float:left;
	color:#25432c;
	margin:0 4px 0 0;
	font:20px "times new roman", times, serif;
}
.info-block-holder .info-section dd{
	margin:0 0 9px;
	color:#333;
	overflow:hidden;
	height:1%;
	line-height:28px;
}
.info-block-holder .info-section h4{
	margin:0 0 8px;
	font-size:20px;
	color:#006e91;
}
.info-block-holder .info-section h4 span{display:block;}
.info-block-holder .info-section p{
	margin:0 0 17px;
	line-height:14px;
}
.info-block-holder .info-section p a{
	font-weight:bold;
	text-decoration:underline;
	line-height:14px;
}
.info-block-holder .info-section p a:hover{text-decoration:none;}
.info-section .text-holder{padding:0 13px 0 5px;}
.sidebar .title-holder{padding:9px 0 1px 19px;}
.sidebar .title-holder h3{
	margin:0;
	font-size:31px;
	color:#fff;
}
.sidebar .title-holder h3 span{display:block;}
.title-holder .list-title{
	font-size:16px;
	margin:-6px 0 18px 3px;
	color:#0085cb;
	display:block;
}
/* footer */
.footer-holder{
	width:100%;
	background:url(../images/rb-bg-footer.gif) repeat-x;
}
#footer{
	width:959px;
	overflow:hidden;
	padding:16px 0 14px;
	margin:0 auto;
}
/* links-holder */
#footer .links-holder{
	float:left;
	width:640px;
	overflow:hidden;
}
.links-holder h4{
	margin:0 0 5px;
	font:12px "times new roman", times, serif;
	text-transform:uppercase;
	color:#7e7c76;
}
.links-holder ul{
	margin:0 0 -400px;
	padding:23px 10px 400px 11px;
	list-style:none;
	width:138px;
	border-left:1px solid #f0f0f0;
	float:left;
	font:12px "times new roman", times, serif;
	color:#878785;
}
.links-holder li{
	padding:0 0 2px;
	line-height:16px;
}
.links-holder li a{color:#878785;}
.links-holder li .phone{
	display:block;
	margin:0 0 9px;
}
/* social-section */
.social-section{
	width:250px;
	float:right;
	margin:23px 8px 0 0;
	display:inline;
	overflow:hidden;
}
.social-section .select-holder{
	width:100%;
	overflow:hidden;
	padding:0 0 5px;
}
.social-section .select-holder legend,
.social-section .select-holder .submit{display:none;}
.select-holder .select{
	width:250px;
	font-size:12px;
	color:#72706a;
}
.select-holder label{
	font:12px "times new roman", times, serif;
	text-transform:uppercase;
	color:#7e7c76;
}
.select-holder div{padding:0 0 16px;}
.social-section h4{
	margin:0 0 5px;
	font:12px "times new roman", times, serif;
	text-transform:uppercase;
	color:#7e7c76;
}

.google {
	margin:0 0 10px 0px;
}
.social-holder{
	overflow:hidden;
	width:110%;
}
.social-holder ul{
	margin:0;
	padding:0 0 0 3px;
	list-style:none;
	float:left;
	width:151px;
}
.social-holder li{
	height:30px;
	line-height:30px;
	padding:0 0 10px;
}
.social-holder a{
	color:#6d7f67;
	padding:8px 0 7px 43px;
	line-height:15px;
	float:left;
}

.social-holder .facebook{background:url(../images/bg-icons.gif) no-repeat;}
.social-holder .linked-in{background:url(../images/bg-icons.gif) no-repeat 0 -30px;}
.social-holder .twitter{background:url(../images/bg-icons.gif) no-repeat 0 -60px;}
.social-holder .flickr{background:url(../images/bg-icons.gif) no-repeat 0 -90px;}
.social-holder .gplus{background:url(../images/bg-icons2.gif) no-repeat 0 -120px;}
/*.social-holder .rss{background:url(../images/bg-icons.gif) no-repeat 0 -120px;}*/
/* SIFR */
.sIFR-Flash{
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced{visibility: visible !important;}
span.sIFR-alternate{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-Flash + div[adblocktab=true]{display: none !important;}
.sIFR-hasFlash .career-box h1 span{
	visibility: hidden;
	font-size:36px;
	line-height:44px;
}
.sIFR-hasFlash .heading-holder h2 span{
	visibility: hidden;
	font-size:23px;
	line-height:28px;
}
.sIFR-hasFlash .text-wrapper h3 span{
	visibility: hidden;
	font-size:22px;
	height:27px;
}
.sIFR-hasFlash .offer-box .sub-text{
	font-size:14px;
	visibility: hidden;
	height:20px;
}
.sIFR-hasFlash .offer-holder .price span{
	font-size:67px;
	visibility: hidden;
	height:80px;
}
.sIFR-hasFlash .phone-number-holder .phone-number{
	visibility: hidden;
	font-size:35px;
	height:34px;
}
.sIFR-hasFlash .main-content h1 span{
	font-size:31px;
	visibility: hidden;
	height:36px;
}
.sIFR-hasFlash .phone-box .talk-to{
	height:20px;
	visibility: hidden;
}
.sIFR-hasFlash .info-block-holder .info-section h4 span{
	height:23px;
	visibility: hidden;
	overflow:hidden;
}
.sIFR-hasFlash .sidebar .title-holder h3 span{
	visibility: hidden;
	height:36px;
	overflow:hidden;
}
.sIFR-hasFlash .school-box h3 span{
	visibility: hidden;
	line-height:27px;
}
.sIFR-hasFlash .info-block-holder .info-section h3 span{
	visibility: hidden;
	height:27px;
	display:block;
	font-size:22px;
}




.posubhd {
 	padding:4px; 
	background-color:#B9B5A4; 
	color:#FFFFFF; 
	font-size:15px;
	font-weight:bold;
}

.savingscountdown {
 	text-align:center; 
	font-weight:bold; 
	font-size:20px;
	color:#000000;
}


.savingsboxhover a:hover {text-decoration:none;}

.savingsbox {
 	/*position: absolute; text-align: left; padding:4px; top: 62px; left: 8px; width: 150px; font-weight: 600; font-size: 13px; color:#333;*/
	background-color:#D6D139; padding:18px 0px 3px 10px; font-size:24px; color:#fff; font-weight:normal;
}
.savingsbox p{
 	/*position: absolute; text-align: left; padding:4px; top: 62px; left: 8px; width: 150px; font-weight: 600; font-size: 13px; color:#333;*/
	color:#fff; line-height:10px; font-weight:normal; text-shadow: 2px 2px 3px #898989;
}
.savingsbox .savingsamt {
 	/*position: absolute; text-align: left; padding:4px; top: 62px; left: 8px; width: 150px; font-weight: 600; font-size: 13px; color:#333;*/
	font-weight: 600; font-size: 35px; color:#3399CC; text-shadow: none;
}
.savingsbox .getstarted {
 	/*position: absolute; text-align: left; padding:4px; top: 62px; left: 8px; width: 150px; font-weight: 600; font-size: 13px; color:#333;*/
	font-size: 18px; margin-top:-20px;
}
.savingsbox .expires {
	line-height: 0px; font-weight: 600; font-size: 13px; color:#333; text-shadow: none;
}

.offerexpires {
 	position: absolute; text-align: left; padding:4px; top: 62px; left: 8px; width: 150px; font-weight: 600; font-size: 13px; color:#333;
}

A.tuitionpg:link    {text-decoration: underline; color: #ffffff}
A.tuitionpg:visited {text-decoration: underline; color: #ffffff}
A.tuitionpg:active  {text-decoration: underline; color: #ffffff}
A.tuitionpg:hover  {text-decoration: none; color: #cccccc}






