/*
Theme Name: ICS
Author: Key Web Concepts
*/

html {
	position: relative;
	height: 100%;
	}

body {
	background: url(images/bg2.jpg) bottom center no-repeat fixed #1d5b94;
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #12426d;
	}

#background {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(images/bg2-top.jpg) top repeat-x fixed;
	}

#center {
	width: 980px;
	height: 100%;
	margin: 0 auto 0 auto;
	position: relative;
	}

#wrapper {
	width: 956px;
	float: left;
	position: relative;
	background: #e6e6e6;
	border: 1px solid #1c507f;
	padding: 12px;
	}

/* Search */

#search-div {
	float: left;
	position: relative;
	width: 956px;
	height: 27px;
	padding: 7px 12px 6px 12px;
	}

#search-div form {
	float: right;
	position: relative;
	width: auto;
	height: 27px;
	margin: 0;
	padding: 0;
	}

#search-div input {
	background: #2675bb;
	color: #ffffff;
	border: 1px solid #88aed0;
	height: 15px;
	padding: 5px 10px 5px 10px;
	outline: 0;
	font-size: 13px;
	line-height: 13px;
	text-transform: lowercase;
	letter-spacing: 2px;
	margin: 0;
	position: relative;
	float: left;
	margin: 0 5px 0 0;
	}

#search-div input:hover {
	border: 1px solid #ffffff;
	}

#search-div input:focus {
	opacity:0.9;
	filter:alpha(opacity=90);
	}

#search-div input.submit {
	background: url(images/button-bg.png) 0 0 repeat-x;
	color: #ffffff;
	opacity:1.0;
	filter:alpha(opacity=100);
	border: 1px solid #88aed0;
	cursor: pointer;
	position: relative;
	float: left;
	padding: 0 10px 0 10px;
	height: 27px;
	}

#search-div input.submit:hover {
	background-position: 0 100%;
	}



#carf {
margin-bottom:12px;
}

/* Social Links */

#social {
	height: 25px;
	padding: 0 15px 5px 15px;
	}

a.social-link {
	display: block;
	width: 30px;
	height: 31px;
	background: url(images/social-media.png) no-repeat;
	float: left;
	margin: 0 7px 0 0;
	}

a#facebook {
	background-position: 0 -35px;
	}
a#facebook:hover {
	background-position: 0 0;
	}

a#twitter {
	background-position: -36px -35px;
	}
a#twitter:hover {
	background-position: -36px 0;
	}

a#linkedin {
	background-position: -148px -35px;
	}
a#linkedin:hover {
	background-position: -148px 0;
	}

/* Header */

#header {
	width: 954px;
	height: 105px;
	float: left;
	position: relative;
	background: url(images/header-bg.png) top center no-repeat #ffffff;
	border: 1px solid #c6cdd4;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	margin: 0 0 10px 0;
	}

#logo {
	position: absolute;
	left: 23px;
	top: 18px;
	}

#header h1 {
	font-size: 19px;
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #12426d;
	font-weight: bold;
	text-align: right;
	display: block;
	width: auto;
	height: 24px;
	position: absolute;
	right: 43px;
	top: 38px;
	text-transform: lowercase;
	}

#header h2 {
	font-size: 14px;
	line-height: 14px;
	color: #2675bb;
	font-weight: normal;
	text-align: right;
	display: block;
	width: auto;
	height: 19px;
	position: absolute;
	right: 43px;
	top: 62px;
	margin: 0;
	padding: 0;
	border: 0;
	text-transform: lowercase;
	}

/* Nav */

#nav {
	width: 954px;
	height: 37px;
	float: left;
	position: relative;
	background: url(images/nav-bg.png) 0 0 no-repeat;
	margin: 0 0 3px 0;
	padding: 1px 1px 10px 1px;
	overflow: visible;
	z-index: 1000;
	}

#nav ul {
	display: block;
	width: 934px;
	height: 37px;
	margin: 0;
	padding: 0 10px 0 10px;
	float: left;
	position: relative;
	overflow: visible;
	z-index: 1000;
	}

#nav ul li {
	display: block;
	height: 37px;
	margin: 0;
	padding: 0 0 0 1px;
	float: left;
	position: relative;
	background: url(images/nav-bg-left.gif) left bottom no-repeat;
	}

#nav ul li a {
	display: block;
	height: 17px;
	margin: 0;
	padding: 10px 23px 10px 23px;
	float: left;
	position: relative;
	background: url(images/nav-bg-right.gif) right bottom no-repeat;
	text-transform: lowercase;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 3px;
	font-size: 15px;
	line-height: 15px;
	text-shadow: #124069 1px 2px 1px;
	text-decoration: none;
	}

#nav ul li a:hover {
	background: url(images/nav-hover.png) repeat;
	}

#nav ul li.current-menu-item, #nav ul li.current_page_item, #nav ul li.current-page-ancestor, #nav ul li.current-page-parent {
	background: url(images/nav-hover.png) repeat;
	}

#nav ul li.current-menu-item ul li, #nav ul li.current_page_item ul li, #nav ul li.current-page-ancestor ul li, #nav ul li.current-page-parent ul li {
	background: none;
	}

#nav ul li ul {
	display: block;
	visibility: hidden;
	width: 270px;
	height: auto;
	padding: 10px;
	margin: 0;
	position: absolute;
	z-index: 10000;
	top: 37px;
	left: 0;
	background: url(images/dropdown-bg.png) top repeat-x #2569a6;
	border: 1px solid #235179;
	border-right: 1px solid #2569a6;
	border-left: 1px solid #639ed4;
	}

#nav ul li:hover ul {
	visibility: visible;
	}

#nav ul li ul li {
	display: block;
	width: 270px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	background: none;
	}

#nav ul li ul li a {
	display: block;
	width: 250px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #235179;
	float: left;
	position: relative;
	background: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 2px;
	font-size: 13px;
	line-height: 15px;
	text-shadow: #124069 1px 2px 1px;
	}

#nav ul li ul li#menu-item-134 a:hover, #nav ul li#menu-item-23 a:hover, #nav ul li ul li#menu-item-24 a:hover, #nav ul li#menu-item-28 a:hover {
	background: url(images/nav-hover-green.png) repeat;
	}

#nav ul li ul li ul, #nav ul li:hover ul li ul {
	visibility: hidden;
	left: 270px;
	top: 0;
	}

#nav ul li ul li:hover ul {
	visibility: visible;
	}
	
	
	

/* Home Banner */

#home-banner {
	width: 956px;
	height: 319px;
	float: left;
	position: relative;
	margin: 0 0 10px 0;
	}

#hb-slide {
	width: 956px;
	height: 319px;
	position: relative;
	}

.slide-photo {
	width: 956px;
	height: 319px;
	position: relative;
	}

.hb-text {
	width: 796px;
	height: 199px;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	margin: 0;
	padding: 55px 80px 65px 80px;
	}

#home-banner h2 {
	font-size: 55px;
	line-height: 55px;
	text-transform: lowercase;
	font-weight: normal;
	color: #ffffff;
	background: none;
	margin: 0 0 15px 0;
	border: 0;
	}

#home-banner p {
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #ffffff;
	width: 305px;
	}

/* Main */

#title-div {
	width: 929px;
	height: 70px;
	float: left;
	position: relative;
	margin: 0 0 12px 0;
	padding: 29px 25px 0 0;
	background: url(images/title-div.png) #6893bf 0 0 no-repeat;
	border: 1px solid #c6cdd4;
	/*-moz-border-radius: 9px;
	-webkit-border-radius: 9px;*/
	z-index: 90;
	}

#title-div h1 {
	color: #ffffff;
	font-size: 35px;
	line-height: 38px;
	text-align: right;
	background: none;
	text-transform: lowercase;
	}

#main {
	width: 956px;
	position: relative;
    overflow: hidden;
}

#content {
	width: 621px;
	min-height: 605px;
	float: right;
	position: relative;
	background: #ffffff;
	border: 1px solid #b1bdc8;
	/*-moz-border-radius: 9px;
	-webkit-border-radius: 9px;*/
	padding: 15px 27px 15px 27px;
	margin: 0 0 12px 0;
	}

.content {
	width: 621px;
	min-height: 100px;
	float: right;
	position: relative;
	background: #ffffff;
	border: 1px solid #b1bdc8;
	/*-moz-border-radius: 9px;
	-webkit-border-radius: 9px;*/
	padding: 15px 27px 15px 27px;
	margin: 0 0 12px 0;
	}

#wide-content {
	width: 900px;
	min-height: 100px;
	float: right;
	position: relative;
	background: #ffffff;
	border: 1px solid #b1bdc8;
	/*-moz-border-radius: 9px;
	-webkit-border-radius: 9px;*/
	padding: 15px 27px 15px 27px;
	margin: 0 0 12px 0;
	}
    .tabs-container, .tab-links{
        position: relative;
        overflow: hidden;
    }
.title-photo {
	border: 1px solid #b6bcc1;
	padding: 1px;
	margin: 12px 0 15px 0;
	}

/* News */

.quarter-column {
	width: 173px;
	min-height: 100px;
	float: left;
	position: relative;
	background: #ffffff;
	border: 1px solid #b1bdc8;
	/*-moz-border-radius: 9px;
	-webkit-border-radius: 9px;*/
	padding: 15px 27px 15px 27px;
	margin: 0 10px 12px 0;
	}

h4.news-title {
	display: block;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	padding: 15px 0 15px 0;
	border-bottom: 2px dotted #d7dfe6;
	}

.news .widget_recent_entries ul, .news .widget_rss ul {
	margin: 0;
	padding: 0;
	}

.news .widget_recent_entries ul li, .news .widget_rss ul li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 15px 0 15px 0;
	border-bottom: 1px dotted #d7dfe6;
	font-size: 13px;
	line-height: 17px;
	}

.news .widget_recent_entries, .news .widget_rss {
	height: 370px;
	overflow: hidden;
	}

a.rsswidget {
	font-size: 15px;
	}

/* Sidebar */

#sidebar {
	width: 269px;
	float: left;
	position: relative;
	}

.widget {
	width: 269px;
	height: auto;
	margin: 0 0 20px 0;
	position: relative;
	}

.widget-title {
	width: 267px;
	height: 37px;
	/*-moz-border-radius: 9px;
	-webkit-border-radius: 9px;*/
	margin: 0 0 15px 0;
	border: 1px solid #476b8b;
	}

.widget-primary .widget-title {
	background: url(images/primary-widget-bg.png) top center no-repeat #2675bb;
	}

.widget-secondary .widget-title {
	background: url(images/secondary-widget-bg.png) top center no-repeat #80919f;
	}

.widget-title h3 {
	color: #ffffff;
	text-transform: lowercase;
	font-size: 20px;
	line-height: 24px;
	padding: 10px 12px 0 12px;
	margin: 0;
	}

.widget-title a {
	color: #ffffff;
	text-decoration: none;
	}

.widget-title a:hover {
	color: #dbdfe3;
	text-decoration: none;
	}

.widget p {
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	}

.widget ul {
	padding: 0 10px 0 30px;
	font-size: 13px;
	line-height: 18px;
	}

.widget ul li {
	list-style: url(images/4bullet.png);
	padding: 0 0 0 5px;
	margin: 0 0 8px 0;
	}

/* Footer */

#footer {
	width: 924px;
	height: 28px;
	float: left;
	position: relative;
	background: url(images/footer-bg.png) top center no-repeat #869caf;
	border: 1px solid #476b8b;
	/*-moz-border-radius: 9px;
	-webkit-border-radius: 9px;*/
	margin: 0;
	padding: 5px 15px 0 15px;
	}

#footer ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#footer ul li {
	width: auto;
	height: auto;
	display: inline;
	margin: 0;
	padding: 0 15px 0 15px;
	border-right: 1px dotted #e6e6e6;
	text-align: center;
	}

#footer ul li a {
	color: #ffffff;
	padding: 0;
	font-size: 13px;
	line-height: 13px;
	text-transform: lowercase;
	}

#footer ul li a:hover {
	color: #e6e6e6;
	border-bottom-color: #ffffff;
	}

/* Copyright */

#copyright {
	width: 980px;
	float: left;
	position: relative;
	padding: 20px 0 30px 0;
	}

#copyright p {
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	}

/* Text Styles */

h1 {
	font-size: 40px;
	line-height: 44px;
	margin: 20px 0 25px 0;
	color: #0465b0;
	}

h2 {
	font-size: 30px;
	line-height: 34px;
	margin: 20px 0 25px 0;
	padding: 5px 7px 5px 7px;
	border-bottom: 2px dotted #d7dfe6;
	}

h3 {
	font-size: 28px;
	line-height: 32px;
	color: #7a8b98;
	margin: 20px 0 15px 0;
	}

h4 {
	font-size: 23px;
	line-height: 27px;
	color: #2675bb;
	margin: 20px 0 15px 0;
	}

h5 {
	font-size: 16px;
	line-height: 21px;
	margin: 0 0 15px 0;
	}

h6 {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	font-style: italic;
	color: #596a77;
	margin: 0 0 10px 0;
	}

p {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 15px 0;
	}

ul {
	margin: 10px 0 20px 0;
	padding: 0 0 0 30px;
	}

ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 10px;
	list-style: url(images/4bullet.png);
	}

ul li ul {
	padding: 0 0 0 15px;
	}

ul li ul li {
	list-style: url(images/bullet.png);
	}

hr {
	border: 0;
	border-bottom: 2px dotted #d7dfe6;
	background: none;
	color: none;
	margin: 30px 0 30px 0;
	}

a {
	color: #2675bb;
	}

a:hover {
	color: #7a8b98;
	text-decoration: underline;
	}

small {
	font-size: 75%;
	line-height: 110%;
	font-weight: normal;
	}

/* Forms */

form {
	padding-bottom: 30px;
	}

input, textarea, select {
	outline: none;
	border: 1px solid #bbbbbb;
	padding: 5px;
	color: #12426d;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 8px 0;
	}
	select {
		width: 293px;
	}
input:hover, textarea:hover, select:hover {
	border: 1px solid #12426d;
	}

input:focus, textarea:focus, select:focus {
	outline: 1px solid #12426d;
	}

input.submit {
	background: url(images/button-bg.png) 0 0 repeat-x;
	color: #ffffff;
	opacity:1.0;
	border: 1px solid #88aed0;
	cursor: pointer;
	position: relative;
	padding: 0 10px 0 10px;
	height: 27px;
	}

input.submit:hover {
	background-position: 0 100%;
	}

input.checkbox {
	border: 0;
	padding: 5px;
	margin-left: 8px;
	}


/* Other */

#brochure-link {
	display: block;
	width: 269px;
	height: 135px;
	background: url(images/brochure-button.png) 0 0 no-repeat;
	}

#brochure-link:hover {
	background: url(images/brochure-button.png) 100% 0 no-repeat;
	}

#newsletter-link {
	display: block;
	width: 269px;
	height: 71px;
	background: url(images/newsletter-button.png) 0 0 no-repeat;
	}

#newsletter-link:hover {
	background: url(images/newsletter-button.png) 100% 0 no-repeat;
	}

a.button {
	display: block;
	background: url(images/button-bg.png) 0 0 repeat-x;
	color: #ffffff;
	opacity:1.0;
	border: 1px solid #88aed0;
	cursor: pointer;
	position: relative;
	padding: 0 10px 0 10px;
	width: 200px;
	height: 25px;
	text-align: center;
	margin: 0 auto 0 auto;
	text-decoration: none;
	overflow: hidden;
	}

a.button:hover {
	background-position: 0 100%;
	}
	
.alignleft {
	float: left;
	position: relative;
	margin: 0 25px 15px 0;
	}

.alignright {
	float: right;
	position: relative;
	margin: 0 0 15px 25px;
	}

a.logout {
	display: block;
	position: fixed;
	width: auto;
	height: 20px;
	padding: 5px;
	background: #12426d;
	z-index: 1000;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	top: 0;
	left: 0;
	}

a.logout:hover {
	background: #125189;
	}

a.highlight-green:hover {
	color: #2a9300;
	}

img.border {
	border: 1px solid #b6bcc1;
	padding: 1px;
	}
	
/* Round Corners */

.round-large {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	}

.round-small {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	}



.bottom-button {
float:left;
color:#fff;
font-size:18px;
padding:15px;
text-decoration:none;
background:#12426d;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
margin-right:10px;
margin-top:20px;
}

.bottom-button:hover {
color:#FFFFFF;
text-decoration:none;
background:#2675bb;
}
.tab-links{
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tab-links li{
    float: left;
    margin:0 0 0 5px;
    list-style: none;
    padding: 0;
}
.tab-links li.first{
    margin-left: 0;
}
.tab-links li a{
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    line-height: 11px;
    background: #bbb;
    width: 108px;
    height: 39px;
    display:table-cell;
    text-align: center;
    vertical-align:middle;
    
    transition: all 0.3s ease;
}
.tab-links li.first a{
    border-radius: 10px 0 0 10px ;
}
.tab-links li.last a{
    border-radius: 0 10px 10px 0;
}
.tab-links li a:hover, .tab-links li a.active{
    background: #296fad;
}
.tab{
    padding-top: 30px;
}
#position-information h3{
    margin-top: -10px;
}
#save_progress_bt{
    display: inline-block;
    background: url("images/button-bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #88AED0;
    color: #FFFFFF;
    cursor: pointer;
    height: 27px;
    opacity: 1;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    margin-top: 20px;
    font-family: Century Gothic,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 26px;
}
.schedule {width: 100%; border: 0; border-spacing:0; border-collapse:collapse; border-left: 1px solid #bbbbbb; border-top: 1px solid #bbbbbb; background: #ffffff; font-family: Century Gothic, Helvetica, Arial; font-weight: bold; font-size: 12px; line-height: 16px; color: #888888;}
.schedule td {width: 14%; border-right: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; padding-top: 10px; padding-bottom: 7px; text-align: center; vertical-align: top;}
.schedule td.empty {background:#bbbbbb;}
.schedule td.blue {background: #12416b; color: #FFFFFF;}
.schedule td.grey {background: #dddddd;}
.schedule .title td {font-size: 14px; line-height: 18px; background: #296fad; color: #FFFFFF; padding-top: 8px; padding-bottom: 6px;}

.clear {clear: both; height: 0; line-height: 1px; font-size: 1px; float: none;}

#admissions-form ul.tab-links li a{
   width: 95px;
}
#employment-history{
    overflow: hidden;
    width: 100%;
    position:relative;
}
.ie-placeholder{
    top:3px !important;
}

.thumbAplication {
	text-align: center;
	margin-top: 20px;
}

.popupbox {
    width:800px;
    height:600px;
    background:url(images/popup-bg.gif) 0 0 repeat-x;
    display: none; 
    float: left;
    position: fixed;
    top: 50%; left: 50%;
    z-index: 99999;
    overflow: hidden;
}
.popupbox .inner{
    padding: 24px 40px 20px 43px;
    color: #fff;
    font-size: 14px;
}
.popupbox-img{
    text-align: center;
    margin-bottom: -5px;
}
.popup-title{
    color: #fff;
    font-size: 21px;
    background: none;
    padding: 0;
    margin-bottom: 5px;
    border:none;
    text-align: center;
}
.close-bt{
    background: url(images/close-bt.png) right 0 no-repeat;
    width: 208px;
    padding-right: 62px;
    padding-top: 5px;
    height: 48px;
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 9;
    font-size: 14px;
    color: #fff;
    text-align: right;
}
.close-bt:hover{
    text-decoration: none;
    color: #fff;
}
#fade { 
    display: none; /* Hidden as default */
    background: #000;
    position: fixed; 
    left: 0;
    top: 0;
    bottom:0;
    right: 0;
    width: 100%;
    height: 2000px;
    opacity: .87;
    z-index: 9999;
}
/* #Clearing
================================================== */
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}
/* Self Clearing Goodness */

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.error { /*border: 2px solid #f00;*/ box-shadow: 1px 1px 6px rgba(255,0,0,0.7); }
