/* ==========================================================================HTML5 display definitions========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
display: none;
}
/*==========================================================================Base========================================================================== */
html {
	font-size: 100%; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
* {
	padding: 0px;
	margin: 0px;
}
html, button, input, select, textarea {
	font-family: sans-serif;
}
body {
	margin: 0;
}
ol li {
	padding: 0px 0px 5px;
}
a:focus {
	outline: thin dotted;
}/*** Improve readability when focused and also mouse hovered in all browsers.*/
a:active, a:hover {
	outline: 0;
}/* ==========================================================================Typography========================================================================== */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}
td {
	vertical-align: top;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl, menu, ol, ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
menu, ol, ul {
	padding: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}/* ==========================================================================Embedded content========================================================================== */
img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}
svg:not(:root) {
	overflow: hidden;
}/* ==========================================================================Figures========================================================================== */
figure {
	margin: 0;
}/* ==========================================================================Forms========================================================================== */
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
*margin-left: -7px; /* 3 */
}
button, input, select, textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
*vertical-align: middle; /* 3 */
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
*overflow: visible; /* 4 */
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
*height: 13px; /* 3 */
*width: 13px; /* 3 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}/*input[type="search"]::-webkit-search-cancel-button,*//*input[type="search"]::-webkit-search-decoration {*//*-webkit-appearance: none;*//*}*/
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}/* ==========================================================================Tables========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}/* ==========================================================================Base styles========================================================================== */
html, button, input, select, textarea {
	color: #222;
}
html {
	font-size: 1em;
	line-height: 1.4;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}
audio, canvas, img, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}/* ==========================================================================Custom styles========================================================================== *//* SmartMenus Core CSS (it's not recommended editing this)===============================================================*/
.sm, .sm ul, .sm li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: normal;
	direction: ltr;
}
ul.sm li {
	position: relative;
}
ul.sm a {
	position: relative;
	display: block;
}
ul.sm a.disabled {
	cursor: default;
}
ul.sm ul {
	position: absolute;
	top: -999999px;
	left: -800px;
	width: 100px;
}
ul.sm li {
	float: left;
}
ul.sm-rtl {
	direction: rtl;
}
ul.sm-rtl li {
	float: right;
}
ul.sm ul li, ul.sm-vertical li {
	float: none;
}
ul.sm a {
	white-space: nowrap;
}
ul.sm ul a, ul.sm-vertical a {
	white-space: normal;
}
* html ul.sm-vertical li {
	float: left;
	width: 100%;
}
* html ul.sm-vertical ul li {
	float: none;
	width: auto;
}
*:first-child + html ul.sm-vertical > li {
	float: left;
	width: 100%;
}
ul.sm ul.sm-nowrap > li > a {
	white-space: nowrap;
}
ul.sm:after {
	content: "\00a0";
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
* html ul.sm {
	height: 1px;
}
*:first-child + html ul.sm {
	min-height: 1px;
}
ul.sm li *, ul.sm li *:before, ul.sm li *:after {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
ul.sm {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}/* Menu box===================*/
.sm-blue {
	background: #3193c0; /* Old browsers */
}
.sm-blue-vertical {
}
.sm-blue ul {
	border: 1px solid #a9a9a9;
	padding: 7px 0;
	background: #fff;
}/* for vertical main menu subs and 2+ level horizontal main menu subs round all corners */
.sm-blue-vertical ul, .sm-blue ul ul {
	border-radius: 4px;
}/* Menu items===================*/
.sm-blue a {
	padding: 13px 24px;
	color: #fff;
	font-size: 18px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
	background: #1983af;
	color: #fff;
}
.sm-blue-vertical a {
	padding: 9px 40px 8px 23px;
	background: #3193c0;
}
.sm-blue ul a {
	padding: 9px 40px 8px 23px;
	background: transparent;
	color: #247eab;
	font-size: 16px;
	text-shadow: none;
}
.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
	background: #3193c0;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.sm-blue a.current, .sm-blue a.current:hover, .sm-blue a.current:focus, .sm-blue a.current:active, .sm-blue ul a.current, .sm-blue ul a.current:hover, .sm-blue ul a.current:focus, .sm-blue ul a.current:active {
	background: #006892;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.sm-blue > li:first-child > a {
	border-radius: 8px 0 0 8px;
}
.sm-blue-vertical > li:first-child > a {
	border-radius: 8px 8px 0 0;
}
.sm-blue-vertical > li:last-child > a {
	border-radius: 0 0 8px 8px;
}
.sm-blue a.has-submenu {
}/* Sub menu indicators===================*/
.sm-blue a span.sub-arrow {
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 5px dashed transparent;
	border-top: solid #a4cde1;
}
.sm-blue-vertical a span.sub-arrow, .sm-blue ul a span.sub-arrow {
	bottom: auto;
	top: 50%;
	margin-top: -5px;
	right: 15px;
	left: auto;
	margin-left: 0;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #a4cde1;
}
.sm-blue li {
	border-left: 1px solid #1a8bb9;
}
.sm-blue li:first-child, .sm-blue-vertical li, .sm-blue ul li {
	border-left: 0;
}
.sm-blue span.scroll-up, .sm-blue span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	background: #ffffff;
	height: 20px;
}
.sm-blue span.scroll-up-arrow, .sm-blue span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 8px dashed transparent;
	border-bottom: solid #247eab;
}
.sm-blue span.scroll-down-arrow {
	top: 6px;
	border-style: solid dashed dashed dashed;
	border-color: #247eab transparent transparent transparent;
}/*=======================END================================*/
body {
	background: url("../images/common/bg.jpg") repeat;
	font: 13px/17px Arial, Helvetica, sans-serif;
	color: #7e7e7e;
}
a {
	color: #b7911f;
	text-decoration: none;
}
#header {
	background: url("../images/common/bg-gradient.png") repeat-x;
	padding-top: 18px;
	position: relative;
	z-index: 3
}
.wrapper {
	z-index: 1;
	margin: 0 auto;
	width: 940px;
}
.clear {
	clear: both;
}
#header .header {
	background: #fff;
	padding: 5px 25px 17px;/* border-top-left-radius: 10px; *//* border-top-right-radius: 10px; */
}
.logo-right {
	float: right;
	padding: 1px 4px 0 0;
}
.logo {
	float: left;
	margin-left: 21px;
	margin-top: 20px;
}/*topmenu css*/
.topmenu {
	float: right;
	width: 430px;
	clear: right;
}
.topmenu ul {
	list-style: none;
	float: right;
	margin: 5px 10px 5px 0;
}
.topmenu .form-wrap {
	clear: both;
	text-align: right;
	font-size: 13px;
	padding: 0px;
	margin: 0 4px 0 0;
	float: right;
}
.form-wrap ul li {
	float: left;
}
.form-wrap select {
	color: #000;
	padding: 2px 0px;
	width: 150px;
	height: auto;
}
.form-wrap #search {
	border: 1px solid #d9d9d9;
	width: 145px;
	padding: 3px 10px;
	height: auto;
	background: url(../images/common/google_custom_search_watermark.gif) no-repeat 7px 3px;
}
.form-wrap #search:focus {
	background: none;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.3);
}
.form-wrap #SearchGo {
	background: url(../images/common/search_box_icon.png) no-repeat center center #585757;
	border: none;
	margin: 0px;
	height: 23px;
	text-indent: -999em;
	width: 45px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.form-wrap span {
	margin: 0 4px 0 0;
	float: left;
}
.topmenu ul li {
	float: left;
}
.form-wrap li.light-bg {
	margin: 0px 4px;
}
.topmenu ul li span {
	font-size: 9px;
	margin: 0 3px;
}
.topmenu ul li a {
	color: #737373;
	font-size: 10px;
	text-decoration: none;
}/*navigation*/
.nav-title {
	width: 100%;
}
.nav-title ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}
.nav-title ul li {
	background-color: #FFFFFF;
	border-top: 2px solid #b7911f;
	float: left;
	text-align: center;
	padding: 4px 0;
	color: #b7911f;
}
.nav-title li.title-1 {
	width: 360px;
}
.nav-title li.title-2 {
	width: 368px;
	border-width: 2px 1px 0;
	border-style: solid;
	border-color: #b7911f #fff #fff;
	font-family: "BitstreamVeraSerif", Georgia, Times, serif;
	font-size: 0.846em;
}
.nav-title li.title-3 {
	width: 210px;
}
.nav-title li.title-1, .nav-title li.title-3 {
	background: url(../images/common/nav-topBG.gif) repeat-x scroll 0 0;
	font-family: "BitstreamVeraSerif", Georgia, Times, serif;
	font-size: 0.846em;
}
.navigation {
	background: url(../images/common/nav-oneBG.gif) repeat-x 0 top;
	width: 940px;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.navigation li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
.navigation ul {
	margin: 0px;
	float: left;
	list-style: none;
	padding: 0px;
}
.navigation > ul > li > a {
	cursor: default;
}
.navigation ul li.menu-item-7 > a {
	cursor: pointer;
}
.navigation ul li.light-bg {
	background: url(../images/common/nav-twoBG.gif) repeat-x 0;
}
.navigation ul li.light-bg > a {
	background: url(../images/common/nav-divider.gif) no-repeat left center;
}
.navigation ul li.menu-item-4.light-bg ul {
	width: 100%;
}
.navigation ul li.menu-item-4 a {
	background: none;
}
.menu-item-1 ul li a:hover {
	background-color: #000;
}
.navigation ul li {
	margin: 0px;
	background: url(../images/common/nav-divider.gif) no-repeat left center;
	float: left;
	position: relative;
}
.navigation ul ul li {
	background: none;
	float: none;
}
.navigation li a {
	display: block;
	height: 32px;
	line-height: 32px;
	margin: 1px 0 0;
}
.menu-item-1 ul li a:hover, .menu-item-2 ul li a:hover {
	background-color: #fbfaf8 !important;
}
].navigation ul li a:hover {
background: url(../images/common/li_bg.gif) repeat-x 0 0;/*	color: #be9b34;*/
}
.navigation ul li ul li a {
	padding: 0 18px;
	width: auto;
}
.navigation ul li:first-child {
	background: none;
}
.navigation > ul > li:hover > a {
	color: #be9b34;
}
.navigation > ul > li > ul` {
 display:none;
 z-index: 1000;
}
.navigation ul ul {
	display: none;
	top: 33px;
}
.navigation ul li.menu-item-3:hover ul {
	display: block;
	top: 33px;
}
.navigation > ul > li:hover > a {
	background: url(../images/common/li_bg.gif) repeat-x 0 0;
}/*.navigation ul li:hover > ul li a:hover {color: #867f68;}*/
.navigation ul li.menu-item-1:hover > ul li a:hover, .navigation ul li.menu-item-2:hover > ul li a:hover {
	background: #fbfaf8 !important;
}
.navigation ul li.menu-item-2 ul {
	width: 94px;
}
.navigation ul li.menu-item-6 ul {
	width: 135px;
}
.navigation ul li.menu-item-3 ul {
	border-width: 0px 1px 1px 1px;
}
.navigation ul li.menu-item-1 ul, .navigation ul li.menu-item-4 ul {
	background: #fbfaf8;
}
.navigation ul li.menu-item-2 ul, .navigation ul li.menu-item-5 ul, .navigation ul li.menu-item-6 ul {
	background: #fff;
}
.navigation ul li.menu-item-5 ul li a:hover, .navigation ul li.menu-item-6 ul li a:hover {
	background: #fbfaf8;
}
.navigation ul li.menu-item-2:hover ul ul {
	left: 94px;
	top: 0px;
}
.navigation ul li:hover > ul {
	display: block;
	;
}
.navigation > ul > li:hover > ul {
	top: 33px
}
.navigation li ul {
	width: 152px;
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc2a5;
}
.navigation .three-cols-submenu ul ul {
	width: 180px;
	position: static;
	border: 0;
}
.navigation ul li ul li a {
	color: #867f68;
	font-size: 12px;
	text-transform: capitalize;
	padding: 10px;
	margin-bottom: -1px;
	height: auto;
	line-height: 1;
	border-bottom: 1px solid #cac1a2;
}
.navigation .three-cols-submenu ul {
	width: 510px;
	padding-bottom: 3px;
}
.navigation .three-cols-submenu ul ul {
	width: 180px;
	min-height: 70px;
	padding: 0px 1px;
}
.navigation .three-cols-submenu ul li:first-child ul {
	width: 141px;
}
.navigation .three-cols-submenu ul li {
	float: left;
	display: inline-block;
}
.navigation ul li ul li {
	display: block;
}
.navigation .three-cols-submenu ul li {
	background: url(../images/common/border.gif) no-repeat left 12px;
	padding: 0 0 0 1px;
}
.navigation .three-cols-submenu ul li:first-child {
	background: none;
}
.navigation .three-cols-submenu ul {
	background-color: #fff;
	border-width: 1px;
}
.navigation .three-cols-submenu li ul li a {
	border: none;
	padding: 6px 8px;
	font-size: 11px;
	background: url("../images/common/arrow4.gif") no-repeat 0 10px;
	line-height: 1.3;
}
.navigation ul li ul li span, .navigation ul li.three-cols-submenu ul li a.has-submenu, .navigation ul li.three-cols-submenu.menu-item-3 ul li a.has-submenu:hover {
	color: #867f68;
	display: block;
	font: 13px/41px Arial, Helvetica, sans-serif;
	padding: 0px 15px;
	text-align: left;
	text-transform: none;
	background: url(../images/common/strip1.gif) repeat-x 0 0;
	cursor: default;
}
.navigation ul li.three-cols-submenu:hover ul li a:hover {
	background: url("../images/common/arrow4.gif") no-repeat 0 10px #fbfaf8;
}
.navigation .three-cols-submenu li ul li {
	float: none;
	display: block;
	padding-left: 8px; background:none;
}
.navigation ul li.menu-item-4 a {
}
.navigation ul li.menu-item-6 {
	background: none;
}
.menu-item-1 > a, .menu-item-2 > a, .menu-item-3 > a, .menu-item-4 > a, .menu-item-5 > a, .menu-item-6 > a, .menu-item-7 > a {
	text-align: center;
}
.menu-item-1 {
	width: 125px;
}
.menu-item-2 {
	width: 95px;
}
.menu-item-3 {
	width: 140px;
}
.menu-item-4 {
	width: 230px;
}
.menu-item-5 {
	width: 140px;
}
.menu-item-6 {
	width: 130px;
}
.menu-item-7 {
	width: 80px;
}/*navigation end*//*topmenu css end*/
.navhead {
	display: block;
	border-top: 2px solid #b7911f;
}
.midmenu {
	margin: 0 1px;
}
li.explore-scholarships {
	float: left;
	width: 380px;
	background: url("../images/common/nav-topBG.gif") repeat-x 0 top;
}
li.explore-scholarships ul, li.application-process ul {
	background: url("../images/common/nav-oneBG.gif") repeat-x;
}
li.explore-scholarships ul li:hover {
	display: block;
}
.sub-scholarships {
	width: 510px !important;
	background: url("../images/common/sub-schollarships.gif") repeat-x !important;
	border-bottom: 1px solid #cac1a2;
	border-left: 1px solid #cac1a2;
	border-right: 1px solid #cac1a2;
	position: relative;
}
.sub-scholarships-seperator {
	position: absolute;
	top: 10px;
	left: 133px
}
.sub-scholarships-seperator2 {
	position: absolute;
	top: 10px;
	right: 200px
}
.explore-scholarships:last-child {
	border-bottom: none !important;
	;
}
.sub-scholarships-one {
	float: left;
	padding-right: 25px;
	display: table-cell;
}
.sub-scholarships-links {
	background: #ffffff;
	padding-top: 10px;
	border-top: 1px solid #cac1a2;
}
.sub-scholarships-one a {
	color: #7e7e7e !important;
	font-size: 11px !important;
	text-decoration: none !important;
	text-transform: capitalize !important;
	text-align: left;
	display: block;
	padding-left: 20px;
	background: url("../images/common/scholarships-bg-arrow.gif") no-repeat 9px 8px;
}
.sub-scholarships-one a:hover {
	text-decoration: none !important;
}
.sub-scholarships li:first-child {
	padding: 0px 21px !important;
}
.submenutitle {
	font-size: 12px !important;
}
.sub-scholarships li {
	float: left !important;
	color: #867f68 !important;
	font: 10px/13px Arial, Helvetica, sans-serif;
	text-transform: none !important;
	border-top: none !important;
	padding-left: 20px !important;
}
.sub-scholarships li a {
	z-index: 99;
	color: #867f68;
}
li.explore-scholarships ul li {
	color: #fff;
	position: relative;
	padding: 5px 17px 5px 16px;
	cursor: pointer;
	background: url("../images/common/nav-divider.gif") left 5px no-repeat;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
li.roadmap-scholars {
	width: 370px;
	background: #fff;
}
li.roadmap-scholars ul {
	background: url("../images/common/nav-twoBG.gif") repeat-x;
}
li.roadmap-scholars ul li {
	color: #fff;
	position: relative;
	padding: 5px 18px 5px 16px;
	cursor: pointer;
	background: url("../images/common/nav-divider.gif") left 5px no-repeat;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
li.explore-scholarships ul li:first-child, li.roadmap-scholars ul li:first-child {
	background: none;
}
li.application-process {
	width: 190px;
	background: url("../images/common/nav-topBG.gif") repeat-x 0 top;
}
li.application-process ul li {
	color: #fff;
	position: relative;
	padding: 5px 19px 5px 19px;
	cursor: pointer;
	background: url("../images/common/nav-divider.gif") left 5px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}
li.application-process ul li:first-child, li.explore-scholarships ul li:first-child, li.roadmap-scholars ul li:first-child {
	background: none;
	border: none;
	font-size: 13px;
}
li.explore-scholarships ul li:hover, li.roadmap-scholars ul li:hover, li.application-process ul li:hover {
	color: #be9b34;
	background: url("../images/common/li_bg.gif") repeat-x;
}
li.application-process ul {
	width: 190px;
}
li.explore-scholarships ul li:hover ul, li.roadmap-scholars ul li:hover ul, li.application-process ul li:hover ul {
	display: block !important;
	z-index: 6;
	background: #fbfaf8;
}
.header-category li.roadmap-scholars ul li ul {
	left: 0px;
}
li.explore-scholarships ul li ul, li.roadmap-scholars ul li ul, li.application-process ul li ul {
	width: 100%;
	height: auto;
	position: absolute;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	top: 33px;
	display: none;
	border: 1px solid #ccc2a5;
}
li.explore-scholarships ul ul li, li.roadmap-scholars ul ul li, li.application-process ul ul li {
	background: none;
	text-align: left;
	float: none;
	padding: 0 0 0 10px;
	border-top: 1px solid #cac1a2;
	font: normal 1.1em/34px Arial, Helvetica, sans-serif;
}
li.explore-scholarships ul ul li:hover, li.roadmap-scholars ul ul li:hover, li.application-process ul ul li:hover {
	background: none;
}
li.explore-scholarships ul ul li a, li.roadmap-scholars ul ul li a, li.application-process ul ul li a {
	color: #867f68;
	font-size: 12px;
	display: block;
	text-align: left;
	text-transform: capitalize;
	text-decoration: none;
}
li.explore-scholarships ul ul li a:hover, li.roadmap-scholars ul ul li a:hover, li.application-process ul ul li a:hover {
	text-decoration: none;
}
.view_butt {
	float: left;
	margin-left: 65px;
	margin-top: 0px;
	display: inline;
}
.view_butt a {
	font-size: 11px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 20px;
	background: url("../images/common/view-moreButt.gif") no-repeat 0 0;
	width: 85px;
	height: 22px;
	margin-left: -60px;
	text-decoration: none;
}
.view_butt a:hover {
	background-position: 0 -22px;
	color: #515151;
}
.footer {
	margin: 17px 0px 20px;
}
.footerspace {
	height: 30px;
	overflow: hidden;
	clear: both;
}
.topround_bg {
	width: 100%;
	height: 12px;
	background: url("../images/common/top-header.png") no-repeat 0 0;
	margin: 0px;
	font-size: 1px;
}
.bottomround_bg {
	width: 100%;
	height: 15px;
	background: url("../images/common/bottom-conentBG.png") no-repeat 0 0;
}
.mid_block {
	width: 100%;
	background: #fff;
	float: left;
}
#footer {
	padding: 8px 0;
}
#footer_links {
	float: left;
	padding-left: 34px;
	display: inline;
	width: 675px;
}
#footer_links ul {
	float: left;
	width: 180px;
	padding-right: 60px;
	list-style: none;
	padding-left: 0;
	margin-bottom: 10px;
}
#footer_links li {
	font-size: 11px;
	font-weight: bold;
	color: #3b3b3b;
	line-height: 18px;
}
#footer_links li a {
	font-size: 11px;
	font-weight: normal;
	color: #504e4e;
	display: block;
	background: url("../images/common/list-style.gif") no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
}
#footer_links ul.last_list {
	padding-right: 0;
}
#footer p {
	float: left;
	font-size: 11px;
	color: #a8a8a8;
	margin: 0px;
}
#quick_links {
	float: right;
	width: 124px;
	background: url("../images/common/bott_divider.gif") repeat-y 0 0;
	padding-left: 36px;
	padding-right: 37px;
	display: inline;
	padding-top: 10px;
}
#footer_links .my_last_update {
	padding: 0;
}
.parbase {
	font-size: 11px;
	color: #a8a8a8;
	clear: both;
	padding: 0;
}
#quick_links span {
	color: #3b3b3b;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}
#quick_links ul {
	padding: 6px 0 0 0;
	list-style: none;
	margin: 0px;
}
#quick_links li {
	margin-bottom: 3px;
	line-height: normal;
}
#quick_links li a {
	font-size: 11px;
	color: #504e4e;
	display: block;
	text-align: center;
	line-height: 21px;
	width: 124px;
	height: 22px;
	background: url("../images/common/quick-linkButt.gif") no-repeat 0 0;
	text-decoration: none;
}
#quick_links li a:hover {
	font-size: 11px;
	color: #504e4e;
	display: block;
	text-align: center;
	line-height: 21px;
	background-position: 0 -22px;
}
#footer_links li a:hover {
	text-decoration: underline;
	color: #b08c1e;
}
.bottomround_footer {
	width: 100%;
	height: 29px;
	float: left;
	background: url("../images/common/bottom-footerBG.png") no-repeat 0 0;
}
.bottomround_footer p {
	float: left;
	color: #fff;
	line-height: 26px;
	font-size: 11px;
	padding-left: 31px;
	margin-top: 0;
}
.bottomround_footer span {
	float: right;
	color: #fff;
	line-height: normal;
	font-size: 12px;
	padding-right: 25px;
}
.bottomround_footer span a {
	color: #fff;
	line-height: 26px;
	padding: 0 1px;
	font-size: 11px;
	text-decoration: none;
}
.bottomround_footer span a:hover {
	text-decoration: underline;
}
.info-block {
	padding-bottom: 10px;
}/*=======================END================================*//*---------------------------------------------------------------ResponsivenessThese will make the sub menus collapsible when the screen width is too small.---------------------------------------------------------------*/
@media screen and (max-width: 850px) {
.sm-blue:not(.sm-blue-vertical) > li > a {
	padding-left: 18px;
	padding-right: 18px;
}
}
@media screen and (max-width: 750px) {
.sm-blue:not(.sm-blue-vertical) > li > a {
	padding-left: 10px;
	padding-right: 10px;
}
}
@media screen and (max-width: 640px) {
ul.sm-blue {
	width: auto !important;
}
ul.sm-blue ul {
	display: none;
	position: static !important;
	top: auto !important;
	left: auto !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
}
ul.sm-blue > li {
	float: none;
}
ul.sm-blue > li > a, ul.sm-blue ul.sm-nowrap > li > a {
	white-space: normal;
}
ul.sm-blue iframe {
	display: none;
}
.sm-blue {
	background: transparent;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.sm-blue ul {
	border: 0;
	padding: 0;
	background: #fff;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sm-blue ul ul {
	background: rgba(100, 100, 100, 0.1);
	border-radius: 0;
}/* Menu items===================*/
.sm-blue a {
	padding: 10px 5px 10px 28px !important; /* add some additional left padding to make room for the sub indicator */
	background: #3193c0 !important; /* Old browsers */
	color: #fff !important;
}
.sm-blue ul a {
	background: transparent !important;
	color: #247eab !important;
	text-shadow: none !important;
}
.sm-blue a.current {
	background: #006892 !important; /* Old browsers */
	color: #fff !important;
}
.sm-blue ul a {
	border-left: 8px solid transparent;
}
.sm-blue ul ul a {
	border-left: 16px solid transparent;
}
.sm-blue ul ul ul a {
	border-left: 24px solid transparent;
}
.sm-blue ul ul ul ul a {
	border-left: 32px solid transparent;
}
.sm-blue ul ul ul ul ul a {
	border-left: 40px solid transparent;
}
.sm-blue > li:first-child > a {
	border-radius: 8px 8px 0 0;
}
.sm-blue > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
	border-radius: 0 0 8px 8px;
}
.sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
	border-radius: 0;
}
.sm-blue a span.sub-arrow, .sm-blue ul a span.sub-arrow {
	top: 50%;
	margin-top: -9px;
	right: auto;
	left: 6px;
	margin-left: 0;
	width: 17px;
	height: 17px;
	font: bold 16px/16px monospace !important;
	text-align: center;
	border: 0;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 100px;
}
.sm-blue a.highlighted span.sub-arrow {
	display: none !important;
}
.sm-blue li {
	border-left: 0;
}
.sm-blue ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-blue ul li:first-child {
	border-top: 0;
}
}
.sm-blue {
	position: relative;
	z-index: 9999;
	width: auto;
}
.sm-blue ul {
	width: 12em;
}/* ==========================================================================Helper classes========================================================================== */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;/* IE 6/7 fallback */
*text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after, .row {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after, .row {
	clear: both;
}
.clearfix, .row {
*zoom: 1;
}/* ==========================================================================Print styles.========================================================================== */
/* 
@media print {{
	background: transparent !important;
	color: #000 !important; 
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; }
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}

/*

/*test css*/
.at15t_compact, .at16nc.at16t_compact {
	height: 0px;
	width: 0px;
}
.atm-i {
	position: absolute;
	top: 20px;
	width: 155px;
	left: -15px;
}
/*open status image*/
.icon-close {
	background: url(../images/home/icon-close.png) no-repeat 0px 0px;
}
.icon-close em, .side-bar .icon-close em {
	background: url(../images/home/icon-innerimg.png) no-repeat top right;
	color: #fff;
}
.icon-open {
	background: url(../images/home/icon-open.png) no-repeat 0px 0px !important;
}
.icon-open em {
	background: url(../images/home/open-inner.png) no-repeat top right;
	padding: 0px 10px 0px 3px;
}
.icon-close, .icon-open {
	float: left;
	width: 37px;
	padding-left: 7px;
	margin: 0px 10px 0px 0px;
}
.icon-close em, .icon-open em, .side-bar .icon-open em {
	height: 14px;
	padding-right: 9px;
	display: block;
	color: #fff;
	font-style: normal;
	font-size: 8px;
	line-height: 15px;
}
/*media print css*/

@media print {
a[href^="https://"]:after, .logo-right a, a[href^="/"]:after, a[href^=" / "]:after, a[href^="http://"]:after {
	font-size: 0;
}
}
/*media print css ends here*/
