@charset "UTF-8";
/* CSS Document */

@font-face {
		font-family: 'eng_gothicnormal';
		src: url('../fonts/eng-gothic-normal-webfont.eot');
		src: url('../fonts/eng-gothic-normal-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/eng-gothic-normal-webfont.woff') format('woff'),
url('../fonts/eng-gothic-normal-webfont.ttf') format('truetype'),
url('../fonts/eng-gothic-normal-webfont.svg#eng_gothicnormal') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeue-Light';
	src: url('../fonts/HelveticaNeue().eot');
}

@font-face {
	font-family: 'HelveticaNeue-Light';
	src: url('../fonts/HelveticaNeue().woff') format('woff'),
	url('../fonts/HelveticaNeue().svg#HelveticaNeue-Light') format('svg');
}

div,td,p,ul,li,input,textarea,button,h1,h2,h3,h4,h5
{
	padding:0;
	margin:0;
	border:0;
	outline:0;
}
body,td,th {
	font-family:  Helvetica, Arial,sans-serif;
	font-size:12px;
	color: #000;
	padding:0;
	margin:0;
}
body {
	background: #FFF url(../images/top_bg.png) top center no-repeat;
}
hr {
 	color: #fff;
	background-color: #fff;
	height: 1px;
	margin:8px 0px;
}
.center
{
	width:850px;
	margin:0 auto;
}
.input_field
{
	font-family:  Helvetica, Arial,sans-serif;
	font-size:9px;
	width:146px;
	height:16px;
	margin-bottom:3px;
	text-transform:uppercase;
	padding:0px 14px 1px 6px;
	color:#b3b3b3;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
    border-radius: 6px;
	border:1px #ccc solid;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DCDCDC), color-stop(.5, #ffffff));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #DCDCDC 0%, #ffffff 50%);
	behavior: url(../js/PIE.htc);
}
.input_select
{
}
span.customStyleSelectBox { 
	width:208px;
	height:16px;
	margin-bottom:0px;
	font-size:8px;
	text-transform:uppercase;
	padding:4px 4px 2px 6px;
	background: url(../images/select_bg.png) no-repeat;
	color:#B8BABC;
}
span.highlighted { 
	width:208px;
	height:16px;
	margin-bottom:0px;
	font-size:8px;
	text-transform:uppercase;
	padding:4px 4px 2px 6px;
	color:#B8BABC;
	background: url(../images/select_bg_highlight.png) no-repeat;
	
}

span.customStyleSelectBox.changed { }
.customStyleSelectBoxInner { }

.input_area
{
	width:150px;
	height:35px;
	font-size:9px;
	text-transform:uppercase;
	padding:3px 14px 2px 6px;
	color:#B8BABC;
	resize:none;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
    border-radius: 6px;
	border:1px #ccc solid;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DCDCDC), color-stop(.5, #ffffff));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #DCDCDC 0%, #ffffff 50%);
	behavior: url(../js/PIE.htc);
}

#wrapper
{
	width:850px;
	margin:0 auto;
}


/*
Header
*/

#header
{
	position:relative;
	height:132px;
}
#header_logo
{
	position:absolute;
	height:132px;
	width:158px;
	left:5px;
	top:4px;
}
#header_search
{
	position:absolute;
	height:32px;
	width:158px;
	right:15px;
	top:10px;
}
#header_search label
{
	display:none;
}

#header_social
{
	position:absolute;
	height:32px;
	width:150px;
	right:5px;
	top:32px;
}
#header_social img
{
	height:25px;
	width:25px;
}
#header_tagline
{
	position:absolute;
	right:27px;
	top:96px;
}

/*
Navigation
*/
#nav
{
	position:relative;
	height:36px;
	background:#163a60;
	z-index:12;
}

#nav ul,#nav li
{
	margin:0;
	padding:3px 0px 0px;
	list-style:none;
	display:block;
	text-align:center;
	height:26px;
	color:#fff;
	font-family: 'eng_gothicnormal';
	font-size:17px;
}
#nav li a
{
	color:#fff;
	text-decoration:none;
	display:block;
}
#nav li a:hover
{
	color:#79acb5;
	text-decoration:none;
}
#main_nav li.active a
{
	color:#79acb5;
}
#nav_home
{
	position:absolute;
	width:110px;
	border-right:1px #637289 solid;
	left:0px;
}
#nav_academics
{
	position:absolute;
	width:132px;
	left:110px;
	border-right:1px #637289 solid;
}
#nav_admission
{
	position:absolute;
	width:122px;
	left:242px;
	border-right:1px #637289 solid;
}
#nav_students
{
	position:absolute;
	width:114px;
	left:364px;
	border-right:1px #637289 solid;
}
#nav_online
{
	position:absolute;
	width:120px;
	left:478px;
	border-right:1px #637289 solid;
}
#nav_alumni
{
	position:absolute;
	width:150px;
	left:598px;
	border-right:1px #637289 solid;
}
#nav_donate
{
	position:absolute;
	width:100px;
	left:748px;
}

/*
Home Features
*/

#features_shell
{
	overflow:hidden;
	height:280px;
}
#features
{
	position:relative;
	height:280px;
	width:850px;
	margin:0 auto;
}
#feature_nav
{
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:30;
}
#feature_nav img
{
	width:15px;
	height:13px;
}
.feature_module
{
	position:absolute;
	top:0px;
	left:0px;
	height:280px;
	width:850px;
}
#feature_holder
{
	position:absolute;
	top:0px;
	left:0px;
	height:280px;
	width:850px;
	
}
#feature1
{
	z-index:10;
}
#feature1 .featured_text
{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#leftside_image_cover
{
	position:absolute;
	top:0px;
	left:-850px;
	height:280px;
	width:850px;
	background: url(../images/cover_bg.png) repeat;
	z-index:22;
}
#rightside_image_cover
{
	position:absolute;
	top:0px;
	left:850px;
	height:280px;
	width:850px;
	background: url(../images/cover_bg.png) repeat;
	z-index:24;
}
#leftside_image
{
	position:absolute;
	top:0px;
	left:-850px;
}
#rightside_image
{
	position:absolute;
	top:0px;
	left:850px;
}

/*
Feature: Main Page
*/

#feature_title
{
	position:absolute;
	top:0;
	left:0;
	background:#79ACB5;
	font-family: 'HelveticaNeue-Light';
	font-size:32px;
	color:#fff;
	padding:12px 18px;
	width:170px;
	text-transform:capitalize;
}
#feature_image_caption
{
	position:absolute;
	bottom:40px;
	right:0px;
	width:380px;
	font-size:12px;
	background: url(../images/featured_text_bg.png);
	z-index:10;
	padding:10px 10px;
	color:#fff;
	text-align:justify;
}
#feature_image
{
	position:absolute;
	top:0;
	left:206px;
	z-index:8;
}
#feature_image img
{
	width:644px;
	height:280px;
}
#feature_subnav
{
	position:absolute;
	top:200px;
	left:0px;
	border-left:1px solid #eee;
	background:#fff;
	width:205px;
	padding:14px 0px;
	-moz-box-shadow: 1px 3px 5px #ccc;
	-webkit-box-shadow: 1px 3px 5px #ccc;
	box-shadow: 1px 3px 5px #ccc;
}

#feature_subnav li 
{
	margin:0;
	list-style:none;
	color:#163a60;
	font-size:17px;
}
#feature_subnav li  a
{
	padding:10px 16px;
	color:#163a60;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'eng_gothicnormal';
	display:block;
}
#feature_subnav li  a:hover
{
	color:#fff;
	background:#79acb5;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'eng_gothicnormal';
	display:block;
}
#feature_subnav li.active  a
{
	color:#fff;
	background:#79acb5;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'eng_gothicnormal';
	display:block;
}
#feature_subnav li.active li a
{
	color:#163a60;
	background:#ddeaec;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'eng_gothicnormal';
	display:block;
}
#feature_subnav li ul li a
{
	padding:8px 16px 8px 32px;
	color:#163a60;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'eng_gothicnormal';
	display:block;
	font-size:16px;
}

#feature_subnav li ul li a:hover
{
	color:#fff;
	background:#163a60;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'eng_gothicnormal';
	display:block;
}

#feature_subnav li ul li.current  a
{
	color:#fff;
	background:#163a60;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'eng_gothicnormal';
	display:block;
}

.shadow_image
{
	-moz-box-shadow: 3px 4px 6px #ccc;
	-webkit-box-shadow: 3px 4px 6px #ccc;
	box-shadow: 3px 4px 6px #ccc;
}
.image_buffer
{
	margin-right:20px;
}
.left_image,.sectionBannerVerticalLeft
{
	float:left;
	margin: 2px 18px 14px 0px;
}
.right_image, .sectionBannerVerticalRight
{
	float:right;
	margin: 2px 0px 14px 18px;
}

/*
Feature: Sub Page
*/



.item-page #link_box
{
	display:inline-block;
	background: url(../images/featured_text_bg.png);
	width:260px;
	padding:10px 14px;
	line-height:20px;
	margin-bottom:10px;
}
.item-page  #link_box a
{
	color:#fff;
	font-size:14px;
	display:block;
	margin-bottom:4px;
	text-decoration:none;
}

.item-page  #link_box a:hover
{
	color:#eee;
	text-decoration:underline;
}
#main_content #blockexcerpt
{
	background: url(../images/featured_text_bg.png);
	padding:10px;
	margin-bottom:10px;
}
#main_content #blockexcerpt a
{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:2px 0px;
}
#main_content #blockexcerpt a:hover
{
	color:#eee;
	text-decoration:underline;
}

.collapse .link_box,.collapse .collapse .link_box
{
	float:right;
	background: url(../images/featured_text_bg.png);
	width:170px;
	padding:10px;
	margin:0px 0px 10px 14px;
	line-height:20px;
}

.collapse .link_box a,.collapse .collapse .link_box a
{
	color:#fff;
	font-size:14px;
	display:block;
	margin-bottom:4px;
	text-decoration:none;
}

.collapse .link_box a:hover,.collapse .collapse .link_box a:hover
{
	color:#eee;
	text-decoration:underline;
}

/*
Dropdown
*/

.dropdown_box
{
	width:142px;
}

.dropdown_box a
{
	color:#fff;
	text-decoration:none;
}

.dropdown_box a:hover
{
	color:#79acb5;
	text-decoration:none;
}

#dropdown0 li li.active a, #dropdown1 li li.active a, #dropdown2 li li.active a, #dropdown3 li li.active a, #dropdown4 li li.active a, #dropdown5 li li.active a, #dropdown6 li li.active a
{
	color:#79acb5;
}

#dropdown0
{
	position:absolute;
	z-index:20;
	left:0px;
	text-align:left;
	width:120px;
	display:none;
}
#dropdown1
{
	position:absolute;
	z-index:20;
	left:110px;
	text-align:left;
	width:142px;
	display:none;
}

#dropdown2
{
	position:absolute;
	z-index:20;
	left:242px;
	text-align:left;
	width:160px;
	display:none;
}

#dropdown3
{
	position:absolute;
	z-index:20;
	left:364px;
	text-align:left;
	width:160px;
	display:none;
}

#dropdown4
{
	position:absolute;
	z-index:20;
	left:598px;
	text-align:left;
	width:160px;
	display:none;
}

#dropdown5
{
	position:absolute;
	z-index:20;
	right:0px;
	text-align:left;
	width:132px;
	display:none;
}
#dropdown6
{
	position:absolute;
	z-index:20;
	left:478px;
	text-align:left;
	width:160px;
	display:none;
}


#dropdown0 ul li, #dropdown1 ul li, #dropdown2 ul li, #dropdown3 ul li, #dropdown4 ul li, #dropdown5 ul li, #dropdown6 ul li
{
	color:#990000;
	padding:0;
	margin:0;
	height:-1px;
}
#dropdown0 ul li .separator,#dropdown1 ul li .separator, #dropdown2 ul li .separator, #dropdown3 ul li .separator, #dropdown4 ul li .separator, #dropdown5 ul li .separator, #dropdown6 ul li .separator
{
	display:none;
}

#dropdown0 ul ul li a,#dropdown1 ul ul li a, #dropdown2 ul ul li a, #dropdown3 ul ul li a, #dropdown4 ul ul li a, #dropdown5 ul ul li a, #dropdown6 ul ul li a
{
	display:block;
}
#dropdown0 ul ul li,#dropdown1 ul ul li, #dropdown2 ul ul li, #dropdown3 ul ul li, #dropdown4 ul ul li, #dropdown5 ul ul li, #dropdown6 ul ul li
{
	text-align:left;
	font-size:16px;
	line-height:18px;
	text-transform:none;
	padding:3px 8px;
	margin:0;
	border-bottom:1px solid #637289;
	background: url(../images/dropdown_bg.png) repeat;
	overflow:auto;
	height:auto;
}
.featured_text
{
	position:absolute;
	font-family: 'HelveticaNeue-Light';
	bottom:22px;
	font-size:14px;
	background: url(../images/featured_text_bg.png);
	z-index:10;
	padding:16px 14px;
	color:#fff;
	text-align:center;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	width:325px;
}
.featured_text_left{
	left:0px;
}
.featured_text_right{
	right:0px;
}
.image_caption
{
	font-family:  Helvetica, Arial,sans-serif;
	font-size:18px;
	text-decoration:underline;
	padding-bottom:2px;
}
.image_caption a
{
	color:#fff;
	text-decoration:underline;
}
.image_caption a:hover
{
	color:#eee;
	text-decoration:none;
}
.featured_image
{
	position:absolute;
	top:0;
	left:0;
	z-index:9;
}
.featured_image img
{
	width:850px;
	height:280px;
}

/*
Home Bottom Columns
*/

#column_wrapper
{
	color:#003261;
	font-size:13px;
	line-height:14px;
	padding-bottom:0px;
	margin-top:22px;
	margin-bottom:28px;
	font-size:11px;
}
#column_wrapper a
{
	color:#003261;
	text-decoration:none;
}
#column_wrapper a:hover
{
	color:#79ACB5;
	text-decoration:underline;
}
#column_wrapper ul
{
	margin-left:18px;
	margin-top:10px;
}
#column_wrapper h2
{
	font-family: 'eng_gothicnormal';	
	color:#79ACB5;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:8px;
	
	width: 100%;
	height:20px;
}
#column_wrapper h2 a
{
	background: url('/images/home_arrow.png') right 0px no-repeat;
	display:block;
}

.col_grad{
	border-left: #dfdfdf 1px solid;
	border-right: #dfdfdf 1px solid;
	border-top: #f0f0f0 1px solid;
	border-bottom: #f0f0f0 1px solid;
	height:234px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 70%, #dfdfe1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#ffffff), color-stop(100%,#dfdfe1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 70%,#dfdfe1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 70%,#dfdfe1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 70%,#dfdfe1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 70%,#dfdfe1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfe1',GradientType=0 ); /* IE6-9 */
	
}
.col_grad img{
	width:188px;
	height:90px;
	margin-bottom:10px;
}
.col_grad p{
	color:#193461;
}
#column_wrapper #home_news_col h2
{
	margin:0px 0px 6px 14px;
	padding-bottom:4px;
	border-bottom:2px #193461 dotted;
	width:146px;
}
#home_news_col
{
	width:170px;
	height:234px;
	float:left;
	padding:10px 5px;
	margin-right: 5px;
}
#home_news_col .scroll-pane p
{
	padding:0px 0px 10px;
	margin-bottom:10px;
	border-bottom:2px #193461 solid;
}
.scroll-pane
{
	width: 100%;
	height: 214px;
	overflow: auto;
}
#home_news_col p
{
	margin-left:15px;
}
#home_thought_col
{
	width:188px;
	float:left;
	padding:10px;
	margin: 0px 17px 0px 0px;
}

#home_thought_col p
{
	width:188px;
}
#home_apply_col
{
	width:188px;
	float:left;
	padding:10px;
	margin: 0px 17px 0px 0px;
}

#home_apply_col p
{
	width:188px;
	text-align:justify;
}
#home_degree_col
{
	width:188px;
	float:left;
	padding:10px;
}

#home_degree_col img, #home_apply_col img
{
	margin-bottom:10px;
}
#home_news_col a, #home_apply_col a, #home_degree_col a, #home_thought_col a
{
	color:#79acb5;
}


.clear
{
	clear:both;
}

/*
Main Bottom Content
*/
#main_content
{
	margin-left:206px;
	padding:18px 10px 10px 36px;
	min-height:458px;
	color:#003261;
	font-size:13px;
}
#main_content td
{
	color:#003261;
	font-size:13px;
	/*padding:5px 20px 5px 0px;*/
}
.item-page
{
}
#main_content .item-page h2, #main_content .blog h2, #main_content .search h2
{
	font-family: 'eng_gothicnormal';	
	color:#79ACB5;
	font-size:26px;
	line-height:26px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:4px;
}
#main_content .item-page h3, #main_content .blog h3
{
	color:#003261;
	font-size:18px;
	font-weight:bold;
	padding:4px 0px;
}
#main_content .item-page h4, #main_content .blog h4
{
	color:#79ACB5;
	font-size:14px;
	font-weight:bold;
	padding:2px 0px;
}
#main_content .item-page h5, #main_content .blog h5
{
	font-size:13px;
}
#main_content p a,#main_content td a,#main_content li a
{
	color:#79ACB5;
	text-decoration:none;
}
#main_content p a:hover,#main_content td a:hover,#main_content li a:hover
{
	color:#003261;
	text-decoration:underline;
}
#main_content .item-page p, #main_content .blog p
{
	margin-bottom:22px;
	text-align:justify;
	line-height:16px;
}
#main_content p.readmore a.btn {
	color:#ffffff;
	text-decoration:none;
	text-transform:lowercase;
}

#main_content ul,#main_content ol
{
	padding-left:20px;
	padding-bottom:22px;
	line-height:16px;
}
#main_content .pagination ul,#main_content .pagination  ol
{
	padding-left:0px;
	padding-bottom:22px;
	line-height:16px;
}
#main_content li
{
	padding-bottom:6px;
}
.main_content_text
{
	padding-bottom:22px;
	text-align:justify;
	line-height:16px;
}
#degree_box_1
{
	position:absolute;
	left:0px;
}
#degree_box_2
{
	position:absolute;
	left:204px;
}
#degree_box_3
{
	position:absolute;
	left:408px;
}
.degree_box_image
{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.degree_box_text
{
	position:absolute;
	z-index:2;
	left:0;
	margin:88px 0px 0px 0px;
	background: url(../images/featured_text_bg.png);
	padding:4px;
	color:#fff;
	width:182px;
}

.collapse .collapse
{
	background:#eee;
	padding:20px;
}


#main_content .item-page .collapse h3
{
	font-size:16px;
	margin-bottom:4px;
}
#main_content .item-page .collapse h4
{
	font-size:13px;
	margin-bottom:4px;
}
#main_content .item-page .collapse h5
{
	font-size:12px;
	margin-bottom:4px;
}
#main_content .item-page .collapse h4
{
	background:#f7f7f7;
}
#main_content .item-page .collapse h4 a,#main_content .item-page .collapse h4.expand a
{
	color:#dd202d;
}
#main_content .item-page .collapse h4
{
	background:0;
}
#main_content .item-page .collapse .collapse h3
{
	font-size:15px;
	margin:8px 0px;
}
#main_content .item-page .collapse .collapse h4
{
	font-size:13px;
	margin:8px 0px;
}


#main_content .item-page .collapse .collapse h5
{
	font-size:12px;
	margin:8px 0px;
}

.tri_image
{
	margin-right:10px;
}
.roll_holder
{
	width:140px;
	height:140px;
	float:left;
	margin:0px 8px 8px 0px;
}
.roll_text
{
	position:absolute;
	padding:20px 10px 10px 10px;
	width:120px;
	height:110px;
	display:none;
	z-index:2;
	background: url(../images/featured_text_bg.png);
	font-size:11px;
}
.roll_text a
{
	color:#003261;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-bottom:20px;
	text-decoration:none;
}
.roll_text a:hover
{
	color:#fff;
	text-decoration:underline;
}
.roll_image
{
	position:absolute;
	z-index:1;
}

.roll_blog_holder
{
	width:190px;
	height:126px;
	float:left;
	margin:0px 8px 8px 0px;
}
.roll_blog_text
{
	position:absolute;
	padding:20px 10px 10px 10px;
	width:170px;
	height:96px;
	display:none;
	z-index:2;
	background: url(../images/featured_text_bg.png);
	font-size:11px;
}
.roll_blog_text a
{
	color:#003261;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-bottom:20px;
	text-decoration:none;
	width:190px;
	height:126px;
}
.roll_blog_text a:hover
{
	color:#fff;
	text-decoration:underline;
}
.roll_blog_image
{
	position:absolute;
	z-index:1;
}

/*
Blog
*/

.pagination ul,.pagination li
{
	margin:0;padding:0;list-style:none;
}
.pagenav
{
	margin:0;padding:0;
}
.pagination li
{
	display:inline; margin:0px 5px 0px 0px;
}
.pagination a,.items-more a
{
	color:#79ACB5;
}
.items-more
{
	margin-top:20px;
}
.comments-link {
	color:#79ACB5;
	padding: 0 5px 5px 14px;
	background-image: url(../images/jc_blog.gif);
	background-position: 0 -27px;
	background-repeat: no-repeat;
}
.content_rating
{
	background:#eee;
}
#main_content .items-leading h2,#main_content .items-leading h3
{
	font-family:  Helvetica, Arial,sans-serif;
	text-transform:none;
	color:#003261;
	font-size:20px;
	font-weight:bold;
	padding:4px 0px;
	margin-top:10px;
}
.kmt-readon a
{
	color:#79ACB5;
	text-decoration:none;
}

/*
Search Content
*/
.search-results
{
	margin-bottom:20px;
}
#searchForm{}
#searchForm .btn-toolbar{margin:0px 0px 20px 0px;background:#eee;}
#searchForm fieldset{padding:0px;margin:0px;background:#eee;}
#searchForm legend{font-size:16px;
	font-weight:bold;
	display:block;
	margin:0px;
	padding:10px 0px;
}
.phrases legend
{
	margin:10px 0px;
}
.only
{
	display:none;
}
.phrases-box, .ordering-box
{
	padding-bottom:10px;
}
dt.result-title
{
	font-size:14px;
	margin-top:16px;
}
dt.result-text
{
	line-height:16px;
}

dt a
{
	color:#79ACB5;
	text-decoration:none;
}
dd .small
{
	font-style:italic;
}
.result-created
{
	margin-bottom:20px;
}
#searchForm
{
	margin-bottom:20px;
	line-height:18px;
}
#searchForm fieldset
{
	margin:8px 0px;
}
.btn-group
{
}
.btn-group .btn
{
	padding:2px 16px;
}
#searchForm  #search-searchword, .profile-edit dd input
{
	width:146px;
	height:16px;
	margin-bottom:3px;
	font-size:9px;
	text-transform:uppercase;
	padding:0px 14px 1px 6px;
	color:#b3b3b3;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
    border-radius: 6px;
	border:1px #ccc solid;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DCDCDC), color-stop(.5, #ffffff));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #DCDCDC 0%, #ffffff 50%);
	behavior: url(../js/PIE.htc);
}

.profile-edit legend
{
	font-size:16px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
.profile-edit fieldset
{
	padding:10px;
	margin-bottom:18px;
}
.profile-edit dt,.profile-edit dd
{
	display:block;
	margin-bottom:10px;
}
.profile-edit a
{
	color:#79ACB5;
}
.validate, .button, .btn {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7eaeb6), color-stop(1, #7eaeb6) );
	background:-moz-linear-gradient( center top, #7eaeb6 5%, #7eaeb6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eaeb6', endColorstr='#7eaeb6');
	background-color:#7eaeb6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:2px 16px;
	text-decoration:none;
	text-transform:lowercase;
	behavior: url(../js/PIE.htc);
}
.edit .btn {display:inline;margin-bottom:5px;}
fieldset{border:0;}
.dropdown-toggle{display:none;}


/*
Sub Bottom Content
*/
#simple_content
{
	padding:28px;
	background: url(../images/simple_header_bg.png) repeat-x;
	min-height:400px;
	display:block;
}
#simple_content h1
{
	font-family: 'eng_gothicnormal';	
	color:#79ACB5;
	font-size:26px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
}

#simple_content .controls input{
	font-family:  Helvetica, Arial,sans-serif;
	font-size:9px;
	width:146px;
	height:16px;
	margin-bottom:3px;
	text-transform:uppercase;
	padding:0px 14px 1px 6px;
	color:#b3b3b3;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
    border-radius: 6px;
	border:1px #ccc solid;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DCDCDC), color-stop(.5, #ffffff));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #DCDCDC 0%, #ffffff 50%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #DCDCDC 0%, #ffffff 50%);
	behavior: url(../js/PIE.htc);
}
#simple_content ul, #simple_content li{list-style:none; margin:0;} 
#simple_content a
{
	color:#003261;
	text-decoration:none;
}
#simple_content a:hover
{
	color:#79ACB5;
	text-decoration:underline;
}

/*
Footer
*/

#footer_shell
{
	background: url(../images/footer_bg.png) repeat-x;
	width:100%;
	height:250px;
}
#footer_wrapper
{
	width:850px;
	height:106px;
}
#footer_form
{
	height:84px;
	color:#79ACB5;
	font-size:1.000em;
	padding:18px 0px 0px 0px;
	margin-bottom:10px;
}

#footer_bottom
{
	position:relative;
	color:#fff;
	padding: 8px 0px;
	font-size:1.000em;
	line-height:16px;
}
#footer_bottom a
{
	text-decoration:none;
	color:#eee;
}
#footer_copyright
{
	position:absolute;
	top:8px;
	left:0px;
}
#footer_address
{
	position:absolute;
	top:8px;
	right:150px;
}
#footer_phone
{
	position:absolute;
	top:8px;
	right:0px;
}
#footer_form_fields
{
	margin-top:18px;
}

.footer_form_fields_group
{
	float:left;
	width:186px;
}
.footer_form_fields_group_sm
{
	float:left;
	width:100px;
	padding-top:22px;
}
#footer_hotlinks
{
	color:#fff;
	clear:both;
	display:block;
	text-align:center;
	padding-top:10px;
	margin:16px 0px;
}
#footer_hotlinks li
{
	color:#fff;
	display:inline;
	margin:0 10px 0 0;
}
#footer_hotlinks li a
{
	color:#fff;
}
#footer_hotlinks li a:hover
{
	color:#163a60;
	text-decoration:none;
}


.pdf
{
	background: url(../images/pdf.png) no-repeat;
	padding:2px 0px 2px 22px;
	display:block;
}
#main_content .item-page h3 a,
#main_content .item-page h4 a,
#main_content .item-page h5 a
{
	color:#163a60;
	padding:0px 0px 2px 16px;
}
#main_content .item-page h3 a.nopad,
#main_content .item-page h4 a.nopad,
#main_content .item-page h5 a.nopad
{
	color:#163a60;
	padding:0px 0px 2px 0px;
}
#main_content .item-page h3.expand a,
#main_content .item-page h4.expand a,
#main_content .item-page h5.expand a,
#main_content .item-page h3.expand2 a
{
	color:#163a60;
	background: url(../images/expand.png) 0px 2px no-repeat;
	padding:0px 0px 2px 16px;
}

#main_content .item-page h3.expand a, #main_content .item-page h3.expand2
{
	font-size:14px;
}
#main_content .item-page h3 a:hover,
#main_content .item-page h4 a:hover,
#main_content .item-page h5 a:hover,
#main_content .item-page h3.expand a:hover,
#main_content .item-page h4.expand a:hover,
#main_content .item-page h5.expand a:hover
{
	color:#79acb5;
	text-decoration:none;
}
#main_content .item-page h3.expand a.open,#main_content .item-page h3.expand2 a.open, #main_content .item-page h4.expand a.open, #main_content .item-page h5.expand a.open
{
	background: url(../images/collapse.png) 0px 2px no-repeat;
	padding:0px 0px 2px 16px;
}
.collapse
{
	border-top:1px #eee solid;
	border-bottom:1px #eee solid;
	margin:5px 0px;
	padding:5px 0px;
}
.collapsed_row
{
	border-top:1px #eee solid;
	border-bottom:1px #eee solid;
	padding:5px 0px;
}
.application_table
{
	border-spacing:0;
  	border-collapse:collapse;
	margin-bottom:20px;
}
#main_content .application_table td p
{
	text-align:left;
}
.application_table .table_header
{
	background:#eee;
	font-weight:bold;
}
.application_table_degree
{
	width:120px;
	padding:4px 4px;
}
.application_table_deadline
{
	width:108px;
	padding:4px 4px;
}
.faculty_table
{
	border-spacing:0;
  	border-collapse:collapse;
	width:600px;
}
.faculty_table td
{
	padding:2px 0px 8px 0px;
	vertical-align:top;
}
.italic
{
	font-style:italic;
}
.wide_column
{
	width:200px;
}

.application_table td
{
	border:1px #999 solid;
	text-align:left;
	vertical-align:top;
	padding:4px 4px;
}

.hidden_footnote
{
	display:none;
}

input.highlight,textarea.highlight
{
	border:1px #990000 solid;
}
span.highlight
{
	background:#dd202d;
	color:#fff;
}
a.syndicate-module{color: #79ACB5;
text-decoration: none;}
.respond
{
	padding-top:10px;
	font-weight:bold;
}

/*Custom Properties Tags*/
.cp-tag{
	background: -moz-linear-gradient(center top , #7EAEB6 5%, #7EAEB6 100%) repeat scroll 0% 0% #7EAEB6;
	border-radius: 4px;
	display: inline-block;
	color: #FFF;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 16px;
	text-decoration: none;
	text-transform: lowercase;
	margin: 2px;
}
@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}
