/* == Reset old styles ==
---------------------------------------- */
body {	
	/*background: #fff !important;*/
	background: url('/assets/images/college/clg_bg.jpg') 0 0 repeat;
}

#container {
	text-align: left !important;
	padding: 0 !important;
	background: none !important;
    width: 962px !important;
    min-width: 962px !important;
}

#wrapper {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#container .wrapperNew, #container #wrapperNew {
    background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.lg-divider {
    height: 2px !important;
    background: #2F176B !important;
    box-shadow: 0 1px 2px #999;
    -moz-box-shadow: 0 1px 2px #999;
    -webkit-box-shadow: 0 1px 2px #999;
    width: auto !important;
}

/* == Header ==
---------------------------------------- */
.l-header {
	margin-top: 10px;
	padding: 0 5px;
}

.b-logo {
	float: left;
	margin-top: 20px;
}

.b-topbar {
	float: right;
	margin-top: 6px;
}

.b-topbar li {
	float: left;
	padding: 0 12px;
	border-right: 1px solid #393939;
	font-size: 13px;
	line-height: 13px;
}

.b-topbar li.a-cart {
	padding-right: 6px;
	border-right: none;
}

.b-topbar li a {
	color: #393939;
}

.b-topbar li.a-cart a {
	padding-left: 22px;
	background: url('/assets/images/rebranding/icons-x.png') 0 -7px no-repeat;
}

.b-topbar li.b-search {
	position: relative;
	margin-top: -6px;
	padding-right: 5px;
	border-right: none;
}

.b-topbar li.b-search input {
	padding: 0 10px 0 30px;
	width: 150px;
	height: 27px;
	background: #f4f4f5;
	background: -webkit-gradient(linear, 0 0, 0 0, from(#f4f4f5), to(#fff));
	background: -moz-linear-gradient(top, #f4f4f5, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f5', endColorstr='#ffffff');
	border: 1px solid #d1d2d4;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	color: #757575;
	font-size: 11px;
	line-height: 27px;
}

.b-topbar li.b-search a {
	position: absolute;
	left: 20px;
	top: 5px;
	display: block;
	width: 20px;
	height: 19px;
	background: url('/assets/images/rebranding/icons-x.png') -1000px -7px no-repeat;
	z-index: 10;
}

/*My Account Styles*/
.b-topbar li.b-nav-item-account {
    position: relative;
    cursor: pointer;
    *z-index: 1002;
}

.b-topbar .b-nav-roll li {
	border: 0;
}

.b-topbar li.b-nav-item-account span {
    background: url("/assets/images/rebranding/rebrand_icon_04.gif") 100% 50% no-repeat;
    padding: 0 13px 0 0;
}

.b-topbar li.b-nav-item-account .b-nav-roll {
    font-size: 12px;
    position: absolute;
    display: none;
    left: 0;
    padding: 32px 0 0 28px;
    top: 0;
    width: 130px;
    z-index: 1001;
}

.b-topbar li.b-nav-item-account:hover .b-nav-roll {
    display: block;
}

.b-topbar li.b-nav-item-account .b-nav-tick {
    background: url("/assets/images/rebranding/rebrand-icon_07.png");
    top: 20px;
    left: 81px;
    height: 13px;
    position: absolute;
    width: 24px;
}

.b-topbar li.b-nav-item-account .b-nav-roll ul {
    background: #fff;
    border: 1px solid #555;
    list-style: none outside;
    padding: 3px;
    box-shadow: 0 0 6px #333;
    -moz-box-shadow: 0 0 6px #333;
    -webkit-box-shadow: 0 0 6px #333;
    -o-box-shadow: 0 0 6px #333;
    clear: both;
}

.b-topbar li.b-nav-item-account .b-nav-roll li {
    background: #fff;
    list-style: none outside;
    padding: 1px 0;
    float: none;
}

.b-topbar li.b-nav-item-account .b-nav-roll a {
    display: block;
    color: #333;
    padding: 4px 4px 4px 10px;
}

.b-topbar li.b-nav-item-account .b-nav-roll a:hover {
    background: #eee;
    text-decoration: none;
}

.b-topbar li.b-nav-item-account .b-nav-roll .b-nav-roll-logout {
    border-top: 1px solid #ccc;
}

.b-topbar li.b-nav-item-account .b-nav-roll .b-nav-roll-logout a {
    color: #4a3185;
    font-weight: bold;
}



/* == Social networks ==
---------------------------------------- */
.b-topbar .b-socials {
	display: inline-block;
	margin: 0;
	border-right: none;
	padding: 0 0 0 10px;
}

*+html .b-socials {
	display: inline;
	zoom: 1;
}

.b-socials a {
	display: block;
	float: left;
	margin-left: 6px;
	width: 18px;
	height: 18px;
	background: url('/assets/images/rebranding/icons-x.png') -9000px -6px no-repeat;
}

.b-socials a.a-facebook {
	background-position: -9000px -6px;
}

.b-socials a.a-twitter {
	background-position: -9024px -6px;
}

.b-socials a.a-youtube {
	background-position: -9048px -6px;
}


/* == Main navigation ==
---------------------------------------- */
.b-navbar {
	float: right;
	margin: 38px 0 0;
	*margin: 58px 0 0;
}

.b-nav {
	position: relative;
	clear: both;
	display: inline-block;
	z-index: 1000;
	*width: 615px;
}

*+html .b-nav {
	display: inline;
	zoom: 1;
}

.b-nav li.para {
	position: relative;
	float: left;
	height: 40px;
	background: url('/assets/images/rebranding/icons-y.png') 100% -107px no-repeat;
	z-index: 1;
}    

.b-nav li.para a.level1 {
	float: left;
	color: #1e0576;
	font-size: 21px;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
}

.b-nav li.expand a.level1 {
	position: relative;
	z-index: 100;
	padding-right: 14px;
}

.b-nav li i.courses {
	background: url('/assets/images/rebranding/courses.png') 0 0 no-repeat;
	text-indent: -1000em;		
}

.b-nav li.last-child {
    background: none;
    }
    .b-nav li.last-child a.level1 {
        padding-right: 0;
        }

.expand div.rollover {
	position: absolute;
	top: 40px;
	top: 37px\9;
	left: 0;
	left: -3px\9;
	display: none;
	z-index: 101;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#cccccc',direction='135',strength='3');
}
.expand div.rollover-in {
	background: url('/assets/images/rebranding/bg-rollover.png') 0 0 repeat;
	width: 385px;
	padding: 15px;
	overflow: hidden;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#cccccc',direction='-35',strength='3');
	zoom: 1;
}

.expand:hover div.rollover {
	display: block;
}

.b-nav li.expand:hover a.level1 {
	position: relative;
	left: -3px;
	z-index: 102;
	padding-left: 7px;
	margin-right: -5px;
	background: url('/assets/images/rebranding/nav-hover.png') 0 0 no-repeat;
	display: block;
	border-right: 1px solid transparent;
	line-height: 40px;
	padding-right: 0;
}

.b-nav li a img {
    padding: 8px 0 0 0;
}

.b-nav li.expand:hover a span {
	padding: 0 15px 0 16px;
	display: block;
	background: url('/assets/images/rebranding/nav-hover.png') 100% -40px no-repeat;
	position: relative;
	z-index: 103;
}

*+html .b-nav li.expand:hover a span {
  padding-bottom: 8px;
}

.b-nav li.expand a span i {
	padding:0px 13px 0px 0px;
	background: url('/assets/images/rebranding/icons-y.png') 100% -15px no-repeat;
	font-style: normal;
	position: relative;
	display: block;
}

.expand div.rollover div.right {
	float: right;
}

.expand div.rollover div.left {
	width: 190px;
	float: left;
}

.expand div.rollover p {
	margin-bottom: 5px;
	color: #1d2172;
	font-size: 13px;
	font-weight: bold;
}

.expand div.rollover li {
	margin-bottom: 5px;
	padding-left: 7px;
	background: url('/assets/images/rebranding/icons-x.png') -7000px -7px no-repeat;
}

.expand div.rollover li a {
	color: #535353;
	font-size: 12px;
}


.clrfix {
	zoom: 1
}

.clrfix:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

/* style overrides to support old styles */
#content {
    margin: 0 0 -10px;
    padding: 0;
}
#container #wrapper #content {
	background:#fff;
}