@charset "utf-8";
/*
Site New CSS
*/

* {
	margin: 0;
	padding: 0;
}

body{
	background: #171c22 url('../images/backgroundNew.jpg') repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A5157;
}

.page_wrapper {
    width: 1250px;
    margin: 0 auto;
}

.clear{
	clear:both;
}
.inner_content{
	overflow:hidden;
}
.inner_content #content{
	width:1055px;
	background-color:#FFF;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}
/******************* Top Menu Start ************************************/
#menu {
    width: 1250px;
    margin: 0 auto;
    border-radius: 6px;
    border: 1px solid #FFF;
    overflow: hidden;
    background-color: #FFF;
    margin-bottom: 20px;
    margin-top: 20px;
}

#menu ul {
	list-style: none;
	overflow: hidden;
	width: 1220px;
	margin: 0 auto;
	margin-top: 10px;
	padding-left:0px;
}

#menu li {
    display: table;
	float:left;
    font-size: 13px;
    font-weight: bold;
    background: url('../images/black.png');
	background-repeat:no-repeat;
    background-size: 100%;
    width: 135px;
    height: 55px;
	padding-bottom:20px
}

#menu a {
	color:#fff;   
	text-decoration:none;
	text-transform:capitalize;
	text-align:center;
	display:block;
}
#menu .menu_items .valign{
	display:table-cell;
	vertical-align:middle;
}

#menu li:hover, #menu li.active {
	background: url('../images/orange.png');
	background-repeat:no-repeat;
	background-size: 100%;
	color:#000 !important;
}

/******************* Top Menu End ************************************/

/******************* Sidebar Start ************************************/

#sidebar ul{
	list-style:none;
}

#sidebar {
    float: left;
    width: 170px;
    padding: 0 1px 0 0;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

#sidebar .content {
    padding: 10px;
	color: #FFF;
}

#sidebar .content p{
	text-align:center;
	margin-bottom:15px;
}

#newStudents li,#existingStudents li{
	background: url('../images/leftOrange.png');
	background-repeat:no-repeat;
	background-size: 100%;
	width: 135px;
    height: 40px;
	display: table;
    margin: 30px 0px;	
}

.supportStaff li{
	background: url('../images/leftYellow.png');
	background-repeat:no-repeat;
	background-size: 100%;
	width: 135px;
    height: 40px;
	display: table;
    margin: 30px 0px;
}

#newStudents a,#existingStudents a,.supportStaff a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#030003;
	font-weight:bold;
	font-size: 13px;
}

#newStudents .valign,#existingStudents .valign,.supportStaff .valign{
	display:table-cell;
	vertical-align:middle;
}

/******************* Sidebar End ************************************/

/******************* HomePage Start ********************************/
.homePage{
	float: left;
    width: 1055px;
    
}

.homePageTop{
	background: url('../images/homeBackGrd.jpg');
    background-repeat: no-repeat;
    background-size: 1070px 645px;
    height: 645px;
    padding: 2px 0px 0px 30px;
	color: #fff;
}

.homePage p.firstLine {
    margin: 4px 0px 0px 6px;
    font-size: 28px;
    font-weight: bolder;
    font-family: arial;
    /*border-right: 5px solid #FFF;*/
    display: inline-block;
    width: 810px;
}


.homePage p.secondLine {
    margin: 0px 6px 0px 6px;
    font-size: 45px;
    font-weight: bolder;
    font-family: arial;
    /*border-right: 5px solid #FFF;*/
    display: inline-block;
    width: 810px;
	line-height:30px;
}

.homePage p.rightLine {
    float: right;
    width: 132px;
    text-align: center;
    font-size: 19px;
    font-weight: bolder;
    text-transform: uppercase;
    margin-right: 55px;
    margin-top: -42px;
	line-height:1.2;
}

.setofLines p {
    font-size: 19px;
    width: 600px;
}

.setofLines p.three {
    font-size: 19px;
    width: 680px;
	line-height:1.5;
}

.setofLines h2{
	color:#FFF;
}

.row{
	width:1055px;
    margin-top: -30px;
    padding: 2px;
}

.col-xs-3{
	width:330px;
	margin-right:25px;
	background-color:#FFF;
	border:1px solid #fff;
    border-radius: 5px;
	float:left;
	height:550px;
}

.col-xs-3:last-child{
	margin-right:0px;
}

.col-xs-3 h2{
	text-align: center;
    font-size: 28px;
    padding: 15px;
	height:50px;
}
.col-xs-3 img{
	padding-left:15px;	
}
.row:after {
    clear: both;
	display: table;
    content: " ";
}

.col1-headp {
    color: black;
    font-weight: bolder;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.2;
}

.col1-secondp {
    color: black;
    font-weight: bolder;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.2;
}

.col1-end{
	color:black;
	font-size:15px;
	font-weight: bolder;
}

.col2-content{
	color:black;
	font-size:17px;
}

.col1-Image img {
    width: 50px;
    padding: 0px;
}

.col2-Image img{
    width: 80px;
    padding: 0px;	
}

.col2-Image {
    width: 80px;
    margin: 15px auto;
	
}

.col3-content{
	font-size:14px;
	color:black;
	padding-left:15px;
    line-height: 1.3;
}

.col3-content span.header{
	font-size:15px;
	color:#c94208;
}

p.col1-Image {
    width: 50px;
    margin: 15px auto;
	
}

.text-center{
	text-align:center;
}

p.yellowText{
	color:#ffed00;
	font-size:16px;
	font-weight:bolder;
}

p.yellowText a{
	color:#ffed00;
	font-size:16px;
	font-weight:bolder;
	text-decoration:none;
}

.backdrop{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity:.0;
	filter:alpha(opacity=0);
	z-index:50;
	display:none;
}

.box{
	position:fixed;
	top:20%;
	left:30%;
	width: 550px;
    height: 380px;
	background:#FFF;
	z-index:51;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 5px #444444;
	-webkit-box-shadow: 0px 0px 5px #444444;
	box-shadow:0px 0px 5px #444444;
	display:none;
}

.box video{
	padding-left:20px;
}

.lightbox{
	cursor:pointer;
}

.close{
	float:right;
	margin-right:6px;
	cursor:pointer;
    color: black;
    border: 2px solid;
    border-radius: 50%;
    padding: 4px;
}

/******************* HomePage Start ********************************/

h1, h2, h3 {
	color: #292929;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 24px;
	color: #292929;
	
}

h3 {
	font-size: 18px;
	color: #292929;
	line-height:2;
}


p {
line-height:1.5;
}

ul {
}
.sidebar1{
	width:auto !important;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}
.clear{
clear:both;
}
/* Logo */

#logo {
	width: 990px;
	height: 110px;
	margin: 0 auto;
}

#logo .logo_img {
	float: left;
	padding: 15px 37px 0 0;
	
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
	width:480px;
}

#logo .right_header {
	float: right;
	padding: 5px 0 0 0;
	font-weight: normal;
	color: #FFFFFF;	
}

#logo .right_header ul {
list-style:none;
border-bottom:1px dotted #818181;
float:right;
width:333px;
}

#logo .right_header ul li{
display:inline;
}

#logo .right_header ul li a {
color:#FF9900;
padding:2px 2px 2px 5px;

}
#logo .right_header h2 {
color:#969696;
font-size:16px;
font-weight:bold;
padding-bottom:5px;
text-align:right;
}
#logo .right_header h3 {
color:#D8D3CB;
font-size:14px;
font-weight:bold;
}
.orange{
color:#FF9900;
}
.white{
color:#FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


.social_bar{
float:right;
width:210px;
}

.social_bar .social_icons{
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
float:right;

padding:10px 5px 5px 5px;
}

.social_bar .text_social{
float:left;
padding:15px 5px 5px 5px;
color:#FFFFFF;

}

/* Page */

#bg {

	
}
#page_head{
background:#FFFFFF;
width: 989px;
margin: 0 auto;
border-radius: 6px 6px 0px 0px; 
border:1px solid #FFFFFF;
overflow: hidden;
}

#page_head_text{
padding:5px 5px 5px 5px;
border-bottom:6px solid #190F04;
margin:0px 0px 0px 0px;
}

#page_head_text h3 {
padding-left:10px;
color:#666666;
font-size:16px;
font-weight:bold;
line-height:2;
}


#page {
background: url('../images/content_bg.jpg') repeat-y;
width: 990px;
margin: 0 auto;
border:1px solid #EEECE8;
border-bottom:none;
overflow: hidden;
position:relative;
}

/* Content */

#content {
	float: left;
	width: 700px;
	padding: 0 0 0 24px;
}

#content .entry {
	padding: 10px 10px 10px 10px;
}

#content .entry a {
	color:#DF7000;
	text-decoration:none;
	line-height:2;
}

#content .entry a:hover {
	color:#000000;
	text-decoration:none;
}

#content .entry h1{
font-size:24px;
}

#content .entry h2{
font-size:16px;
color:#FF9900;
}

#content .entry ul{ 
list-style:none;
}
#content .entry .bullets li {
font-size: 12px;
padding:0px 0px 0px 12px;
background:url('../images/left_arrow_dark.png') no-repeat left ;
}

#content .entry .home_table td{
padding:5px 5px 5px 5px;

}

#content .entry table tr td{
padding:5px 5px 5px 5px;
	
}

#content .entry .list_table{
border-collapse:collapse;
}
#content .entry .list_table tr td{
padding:5px 5px 5px 5px;
border:1px solid #CCC;
}
#content .entry .list_table tr th{
padding:1px;
border:1px solid #CCC;
font-weight:bold;
background:#EFEFEF;
}



/* Posts */


.box {
}

.box .title {
	height: 35px;
	padding: 6px 0 0 25px;
	background: url('../images/sidebar_header.jpg') no-repeat;
	font-size: 18px;
	color: #190F04;
}

.box .content {
	padding: 10px;
	
}

.box .content ul {
	list-style: none;
	line-height: normal;
	color:#FF9900;
}

.box .content ul li {
display:block;
margin-bottom: 17px;
font-size: 12px;
border-bottom:1px dotted #818181;
padding:0px 0px 4px 15px;
background:url('../images/left_arrow.png') no-repeat left;
}

.box .content ul li a{
color:#FF9900;
text-decoration:none;
}

.box .left_banner{
	margin-left:10px;
	position:absolute;
	bottom:10px;
}

/* Footer */

.err_msg {
color:#FF0000;
}
.s_msg{
color:#009900;
}
.yellow{
color:#FF9900;
}
.non_link{
color:#999999;
}
.non_link1{
	color:#C3C3C3;
}
.report_msg {
color:#FF0000;
font-style:italic; 
font-weight:bold;
}
#disp {
  border:none;
  font-family:verdana;
  font-size:16pt;
  font-weight:bold;
  border-right-color:#FFFFFF;
  text-align:right;
}

/******************** Form ***********************/
.form table td{
padding:10px 5px 5px 5px;
border:0px;
}

.td{
padding:10px 5px 5px 5px;
border:0px;
}

.text{
width:250px;
height:20px;
border:1px solid #CCC;
}

.textarea{
width:700px;
height:300px;
border:1px solid #CCC;
}

.textarea1{
width:450px;
height:100px;
border:1px solid #CCC;
}

.select{
width:255px;
height:25px;
border:1px solid #CCC;
}
.m_select{
width:255px;
height:50px;
border:1px solid #CCC;
}
.radio{
line-height:2;
}
.checkbox{
line-height:2;
}
.button{
background-color:#CCCCCC;
border:0px;
padding:5px 10px 5px 10px;
font-weight:bold;
}
.paypal{
width:150px;
height:52px;
background:#ebf4fb url(../images/paypal.gif) no-repeat;
border:0px;
padding:5px 10px 5px 10px;
font-weight:bold;
font-size:0;
}
.login table{
margin:0px auto;
width:300px;
border:1px solid #CCC;
border-collapse:collapse;
}
.login table tr td{
padding:4px 4px 4px 4px;
text-align:center;
}
.login_title{
line-height:2;
background-color:#EFEFEF;
display:block;
text-align:center;
}

/*************** Form End ************************/

/*************** Tab menu Start ************************/
.tabZ{
padding: 3px 0;
margin-left: 0;
text-align: left;
border-bottom: 1px solid #CCC;
list-style-type: none;
}

.tabZ li{
display: inline;
margin: 0;
list-style-type:none;
}

.tabZ li a{
    text-decoration: none;
    padding: 5px 7px 7px 7px;
    margin-right: 3px;
    border: 1px solid #CCC;
    border-bottom: none;
    background-color:#F5F5F5;
	font-weight:bold;
	color: #000000;
}

.tabZ li a:visited{
color: #000000;
}

.tabZ li a:hover{
    background-color:#E4E4E4;
    color:#000000;
}

.tabZ li a:active{
background-color: #E4E4E4;
color: #000000;
}

.tabZ .selected a{/*selected tab*/
	border-bottom:0px;
	position: relative;
    top: 1px;
    padding-top: 4px;
    background-color: #E4E4E4;
    color: #000000;
}
/*************** Tab menu Ends ************************/

/*************** FAQ TOP BUTTON START ************************/
.scrollup{
	width:40px;
	height:40px;			
	text-indent:-9999px;
	opacity:0.3;
	position:fixed;
	bottom:50px;
	right:100px;
	display:none;			
	background: url('../images/icon_top.png') no-repeat;
}

/*************** FAQ TOP BUTTON ENDS ************************/

/*************** TOOL TIPS START ************************/
div#tipDiv {
    font-size:11px; line-height:1.2;
    color:#000; background-color:#E1E5F1; 
    border:1px solid #667295; 
    width:224px; padding:4px;
}
/*************** TOOL TIPS ENSS ************************/

.cal{	
	width:25px;
	height:25px;
	background:#ebf4fb url(../images/cal.jpg) no-repeat;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:0px;;
	vertical-align:bottom;
}

/* PAGINATION STYLES START */
div.pagination {
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 13px;
	text-align:center;
	padding:4px 6px 4px 0;
	background-color:#fff;
	color:#313031;
}

div.pagination a {
	text-decoration:none;
	padding:5px 2px 4px 2px;
	margin:0 2px 0 2px;
	border:1px solid #DB9902;
	background-color: rgb(25, 15, 5);
}

div.pagination a:hover, div.pagination a:active {
	color:#0066a7;
	border:1px solid #DB9902;
	background-color:#fff;
}
div.pagination span.current {
	padding:5px 2px 4px 2px;
	margin:0 2px 0 2px;
	border:1px solid #DB9902;
	font-weight:bold;
	color:#444444;
	background-color:#fff;
}
div.pagination span.disabled {
	display:none;
}
/* PAGINATION STYLES END */

#tab{
	overflow:hidden;
}
#tab li {
	vertical-align: middle;
	background-color:#000;
	float: left;
	padding: 5px 31px 5px 34.5px;
	color:#fff;
	border:2px solid #4D4D4D;
	font-weight:bold;
	padding-bottom: 100px;
	margin-bottom: -100px;
}
#tab li.liclass a{
	color:#FF9900;
	text-align:center;
	display:block;
}
#tab li.selected a{
	color:#fff;
}
#tab li.liclass a:hover{
	color:#fff;
}

.no-padding{
	padding:0px !important;
}

.studentRegH {
    color: #C06400;
    font-size: 16pt;
    font-family: Arial;
    font-weight: bolder;
}

.browmSmallTxt {
    color: #C06400;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
}

.blackSmallTxt {
    color: black;
    padding-left: 5px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
}

.greySmallTxt {
    color: grey;
    font-size: 14px;
}

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.4;
    }
    100% {
        opacity:1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.4;
    }
    100% {
        opacity:1;
    }
}
.redBorderBG {
	
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border: 1px solid red;
	border-radius: 5px;
	padding: 5px;
	background-color: red;*/
	color: #0000EF;
	font-weight: bold;
	font-family: Arial;
	font-size: 16px;
	
	/*-webkit-transition: all 6s ease-in-out;
	-moz-transition: all 6s ease-in-out;
	-o-transition: all 6s ease-in-out;
	-ms-transition: all 6s ease-in-out;
	transition: all 6s ease-in-out;
	
	-webkit-animation-direction: normal;
	-webkit-animation-duration: 12s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: blink;
	-webkit-animation-timing-function: ease-in-out;
	
	-moz-animation-direction: normal;
	-moz-animation-duration: 12s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-name: blink;
	-moz-animation-timing-function: ease-in-out;*/
}

.homePageClr {
    color: #FF9900;
    font-size: 15px;
    line-height: 2.1;
}

.marginTwentyFive{
	margin-left:25px;
}

.secondDiv{
	text-align:center;
	padding-top:20px;
	font-weight:bolder;
	font-size:17px;
	color:#000;
}

.innerText{
	color: #FF9900;
}

#content .entry .thirdDiv ul#hompageUL {
    list-style-image: url('../Homepage/Bullet.jpg');
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
    font-size: 17px;
    font-weight: bolder;
    color: black;
    font-family: Arial;
    margin-bottom: 5px;
}

#content .entry .thirdDiv #hompageUL3Col{
	list-style-image: url('../Homepage/Bullet.jpg');
    list-style-position: inside;
    font-size: 16px;
    font-weight: bolder;
    color: black;
    font-family: Arial;
}
table.whiteFont tr td, strong.non_link.hiddenFont,strong.non_link1.hiddenFont {
    color: #FFF;
}

/********************************Footer Start ************************/

#footer{
	display:table;
	padding: 50px 0px 20px;
    color: #fff;
}
.footer{
	float:left;
	min-height:20px;
	vertical-align:middle;
	display:table-cell;
	text-align:center
}
#footer .footer p{
	width: 710px;
    font-size: 13px;
    text-align: left;
    margin: 0 auto;
}
.footer img{
	width:100%
}
.footer.footer-left {
	width:10%;
	margin-top: 75px;
}
.footer-right.footer {
	width: 20%;
	margin-top: 75px;
}
.footer.footer-center{
	width: 66%;
	padding: 0px 2%;
}

.footer ul {
    padding: 10px 0px 23px;
}

.footer ul li{
	display:inline-block;
	font-size: 18px;
	padding: 0px 15px;
	vertical-align: middle;
}
.clearfix{
	clear:both;
}
.footer-center img {
	width:40px;
}
.footer.footer-center .social {
	float: left;
	margin-top: 10px;
	padding-right: 10px;
}
/*****************************Footer End ********************/