/* == Header ==
	---------------------------------------- */
body {
    background: url('/assets/images/college/clg_bg.jpg') 0 0 repeat;    
}	
#container {
	text-align: left !important;
	padding: 0 !important;
	background: none !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;
}
/* == Page Structure ==
---------------------------------------- */
.page, #container {
    margin:auto;
    width:965px;
}
.wrapper {}
.container {}
/* Page Styles */    
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
.clrfix {
    zoom: 1
}	
.clrfix:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
} 

.topbar {
    x-position:relative;
    background:url('/assets/images/college/clg_bg-header.jpg') 0 0 repeat-x;
    height:40px;
}
.topbar-inner {
    width:965px;
    margin:auto;
    margin-top: -40px;
    x-position: relative;
}

.nav {
    float:left;
    padding-top:11px;    
    height:29px !important;
    }
    .nav li {
        float:left;
        }
        .nav a {
            display:inline-block;
            border-radius:3px 3px 0 0;
            -webkit-border-radius:3px 3px 0 0;
            -moz-border-radius:3px 3px 0 0;
            background:url('/assets/images/college/clg_nav-bg.jpg') 0 0 repeat-x;
            height:28px;
            line-height:30px;
            min-width:130px;
            text-align:center;
            font-size:11px;
            font-weight: bold;
            color: #434343;
            border-color:rgba(44,44,44,0.3);
            border-style:solid;
            border-width:1px 1px 0 1px;
            margin:0 0 0 -1px;
            border-top:1px solid rgba(154,154,154,1);
            }
        .nav li.active a {
            color: #201176;
            background:url('/assets/images/college/clg_bg.jpg') 0 0 repeat;
            position:relative;
            z-index:100;
            }
.b-links {
    float:right;
    padding-top:15px;
    }
    .b-links li {
        font-size:11px;
        font-weight: bold;
        float:left;
        color: #fff;
        }
    .b-links a {
        color: #fff;
        }
    .b-links a.mycart {
        	background: url('/assets/images/college/cart.png') no-repeat;
        	padding-left: 20px;
        }
        
.header {
    overflow:hidden;
    padding-top:38px;
    margin-bottom:30px;
    }

.logo {
    float:left;
    margin-top:-5px;    
    }

.header-right {
    float:right;
    }
    
.search {
    float:left;
    position:relative;
    }
    .search input[type='text'] {
        border:1px solid #eee;
        border-radius:3px;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        font-size:11px;
        color: #999;
        width:230px;
        height:19px;
        padding:3px 5px;
        }
    .search input[type='submit'], .search a {
        position:absolute;
        right:6px;
        top:4px;
        height:17px;
        width:18px;
        background:url('/assets/images/college/clg_search.png') 0 0 no-repeat;
        border:none;
        }
.social-buttons {
    float:right;
    margin-top:2px;
    }
    .social-buttons a {
        height:22px;
        width:22px;
        float:left;
        margin-left:7px;
        }
    .social-buttons a.facebook {
        background:url('/assets/images/college/s-facebook.png') 0 0 no-repeat;
        }
    .social-buttons a.twitter {
        background:url('/assets/images/college/s-twitter.png') 0 0 no-repeat;
        }
    .social-buttons a.youtube {
        background:url('/assets/images/college/s-youtube.png') 0 0 no-repeat;
        }
/*Self Service Portal Header Change*/
.topbar-inner li.myaccount {
	position: relative;
	z-index: 1;
}
.topbar-inner li.myaccount span {
	background: url("/assets/images/rebranding/rebrand_icon_04.gif") no-repeat scroll 100% 50%; 
    padding: 0 13px 0 0;
    cursor: pointer;
}
.topbar-inner li.myaccount .b-nav-roll {
    font-size: 12px;
    position: absolute;
    display: none;
    left: 0;
    padding: 32px 0 0 0px;
    top: 0;
    width: 120px;
    z-index: 100;    
}
.topbar-inner li.myaccount:hover .b-nav-roll {
    display: block;
}

.topbar-inner li.myaccount .b-nav-tick {
    background: url("/assets/images/rebranding/rebrand-icon_07.png");
    top: 20px;
    left: 50px;
    height: 13px;
    position: absolute;
    width: 24px;
}

.topbar-inner li.myaccount .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;
}

.topbar-inner li.myaccount .b-nav-roll li {
    background: #fff;
    list-style: none outside;
    padding: 1px 0;
    line-height: 14px !important;
    font-size: 12px;
    border-right: 0;
    margin-right: 0;
	float:none;
}

.topbar-inner li.myaccount .b-nav-roll a {
    display: block;
    color: #333;
    padding: 4px 4px 4px 10px;
}

.topbar-inner li.myaccount .b-nav-roll a:hover {
    background: #eee;
    text-decoration: none;
}

.topbar-inner li.myaccount .b-nav-roll .b-nav-roll-logout {
    x-border-top: 1px solid #ccc;
}

.topbar-inner li.myaccount .b-nav-roll .b-nav-roll-logout a {
    color: #4a3185;
    font-weight: bold;
}		
		
/* SubNav */
.nav-inside {
    height:50px;
    background-color: #e9e9e9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #fff, #e9e9e9);
    background-image: -moz-linear-gradient(top, #fff, #e9e9e9);
    background-image: -ms-linear-gradient(top, #fff, #e9e9e9);
    background-image: -o-linear-gradient(top, #fff, #e9e9e9);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
    background-image: linear-gradient(top, #fff, #e9e9e9);
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border:1px solid #ccc;
    border-top:1px solid #f8f8f8;
    box-shadow:0 0 1px 1px #eee;
    -moz-box-shadow:0 0 1px 1px #eee;
    -webkit-box-shadow:0 0 1px 1px #eee;
    x-margin-bottom:20px;
    position: relative;
}
    .nav-inside ul  li {
        float:left;
        padding:2px 13px 0 13px;
        line-height:50px;
        height:50px;
        background-image:url('/assets/images/college/clg_sep2.png');
        background-position:100% 50%;
        background-repeat:no-repeat;        
        }
    .nav-inside li.para-options {
		background-image: auto;
        background-color: #392c88;
        background: url('/assets/images/college/down-arrow.png') 200px 21px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#4938a0), to(#392c88));
        background: url('/assets/images/college/down-arrow.png') 200px 21px no-repeat, -webkit-linear-gradient(top, #4938a0, #392c88);
        background: url('/assets/images/college/down-arrow.png') 200px 21px no-repeat, -moz-linear-gradient(top, #4938a0, #392c88);
        background: url('/assets/images/college/down-arrow.png') 200px 21px no-repeat, -ms-linear-gradient(top, #4938a0, #392c88);
        background: url('/assets/images/college/down-arrow.png') 200px 21px no-repeat, -o-linear-gradient(top, #4938a0, #392c88);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4938a0', endColorstr='#392c88',GradientType=0 );
        background: url('/assets/images/college/down-arrow.png') 200px 21px no-repeat, linear-gradient(top, #4938a0, #392c88);
        border-top:1px solid #6451c7;
        border-radius:5px 0 0 0;
        -webkit-border-radius:5px 0 0 0;
        -moz-border-radius:5px 0 0 0;
        padding:0 40px 0 20px;        
        } 
	.nav-inside li.options {
		padding:0;
		position: relative;
	}
    .nav-inside li.last {
        background:none;
        }           
        .nav-inside a {
            color: #1e0f78;
            font-size:13px;
            font-weight: bold;
            }
        .nav-inside li.para-options a {
            color: #fff;
			font-size:20px;
        }
			.nav-inside li.para-options em {
				
			}
        .nav-inside li.para-green a {
            color: #006f21;
            }
            
		.nav-inside ul li ul.rollover {
			display: none;
		    top: 50px;
		    left: 0;		    
		    position: absolute;	
		    z-index: 10;
			background: url('/assets/images/college/subnav-bg.png') 0 0 repeat-x;				
			width: 211px;
			padding: 0 15px 10px 15px;
		}
		.nav-inside ul li ul.rollover li {
			float:0;
			background:0;
			height:30px;
			line-height:30px;
			width:80%;			
		}
		.nav-inside ul li ul.rollover li a {
			color:#fff;
			font-weight: normal;
		}
		.nav-inside ul li:hover ul.rollover {
			cursor:pointer;
			display: block;
		}  
		
/* == Footer ==
---------------------------------------- */
.centerDiv {
	margin:auto;
	width:965px;
	clear:both;
}

.footer {
    overflow:hidden;
    border-top:7px solid #c1c1c1;
    padding:5px 0 15px;    
}
    .footer-nav {
        float:left;
        }
        .footer-nav li {
            float:left;

            color: #909090;
            font-size:11px;
            }
        .footer-nav a {
            font-size:11px;
            color: #909090;
            }
    .terms-nav {
        float:right;
        }
        .terms-nav li {
            float:left;
            margin-left:10px;
            font-size:11px;
            }
        .terms-nav a {
            font-size:11px;
            color: #909090;
            }
            bg.jpg
            .topbar {
        		background-image:url(../img/bg.jpg)
        		}        
				
#content {
	margin: 0;
	overflow: visible;
	background:#fff;
}				