﻿/* CSS Document */
html {
	margin: 0;
	padding: 0;
}
body {
	font-family : Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/bg_shadow.gif) repeat-x;
}
#wrap {
	position: relative;
	margin: 10px auto;
	padding: 0;
	width: 840px;
	background: #D4DCE0 url(../images/bg_wrap.gif) repeat-y;
}
#conwrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: url(../images/con_bg.png) repeat-y;
}
#header {
	position: relative;
	height: 100px;
	background: url(../images/header.jpg) no-repeat 0px 0px;
}
#conheader {
	height: 100px;
	background: url(../images/con_header.png) no-repeat 0px 0px;
}
.center {
	text-align: center;
}
/* TOP NAVIGATION - UL list */
#topNavContainer {
	position: relative;
	text-align: center;
	width: 800px;
}
#topNav {
	margin: 0 auto;
	text-align: left;
	padding: 0;
	height: 24px;
	position: relative;
}
#nav {
	list-style: none;
	font-size: 75%;
	line-height: 120%;
	margin: 5px 0 0 0px;
	padding: 0px 0 0px 0;
}
#nav a {
	width: 86px;
	margin: 0px 0 0px 0;
	padding: 0px 0px 4px 0px;
	background: #999999 url(../images/navBtn_base.gif) no-repeat bottom left;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-align: center;
}
#nav li {
	float: left;
	padding: 5px 0 0 0;
	margin: 0 5px 0 0;
	background: #999999 url(../images/navBtn_top.gif) no-repeat top left;
}
#nav li.on a {
	background: #033779 url(../images/navBtn_base.gif) no-repeat bottom left;
}
#nav li.on {
	background: #033779 url(../images/navBtn_top.gif) no-repeat top left;
}
#nav a:hover {
	color: #033779;
}
#nav li.on a:hover {
	color: #FFFFFF;
}
/* SIDE NAVIGATION - UL list */
#sideNav {
	font-size: 80%;
	line-height: 115%;
	margin: 0;
	padding: 0px 10px 10px 10px;
}
#sideNav li {
	margin: 0;
	padding: 10px 4px 0px 0;
	list-style-type: none;
}
#sideNavX li a {
	color: #555555;
	text-decoration: none;
}
* html #sideNavX li a {
}
#sideNavX li.on a, #sideNav li a:hover {
	color: #033779;
}
#sideNav ul {
	margin: 0;
	padding: 0px 0px 0px 0;
	font-size: 90%;
}
#sideNav ul li {
	margin: 0;
	padding: 5px 0px 0px 0;
}
.subList {
	margin-left: 12px !important;
}
.subList li {
	padding: 0px !important;
}
#content {
	line-height: 130%;
	font-size: 80%;
	width: 450px;
	color: #000000;
	float: left;
	min-height: 320px;
	margin: 0;
	padding: 30px 0 0 0px;
	position: relative;
}
* html #content {
	height: 320px;
}
body#home #content {
}
body#who #content {
}
body#HEIs #content {
}
body#profiles #content {
	width: 430px;
}
body#partners #content {
}
body#contact #content {
	width: 480px;
}
.nospace {
	line-height: 110%;
}
#homePic {
	position: absolute;
	top: 300px;
	left: 80px;
}
#leftColumn {
	float: left;
	width: 212px;
	margin: 85px 0px 0 0;
	padding: 0 0px 0 0;
	position: relative;
}
#leftBoxTop {
	padding: 10px 0px 0 0;
	width: 190px;
	background: #C3CDD4 url(../images/boxCnr10_tr.gif) no-repeat top right;
}
#leftBox {
	background: #C3CDD4 url(../images/boxCnr10_br.gif) no-repeat bottom right;
	margin: 0 0 0px 0;
	padding: 0 10px 10px 10px;
}
#rightColumn {
	margin: 85px 40px 0 0;
	padding: 0 0px 0 0;
	float: right;
	width: 130px;
	position: relative;
}
* html #rightColumn {
	margin: 80px 20px 0 0;
}
#rightBoxTop {
	padding: 14px 0px 0 0;
	background: #C3CDD4 url(../images/boxCnr14_tl.gif) no-repeat top left;
}
#rightBox {
	background: #C3CDD4 url(../images/boxCnr14_bl.gif) no-repeat bottom left;
	margin: 0 0 0px 0;
	padding: 0 14px 14px 14px;
}
#rightBanner {
	background: #033779;
	position: absolute;
	top: 0;
	left: 800px;
	width: 40px;
}
#rightColumn hr {
	height: 1px;
	background: none;
	border: none;
	border-top: 1px solid #FFFFFF;
	margin: 10px 0 15px 0;
}
* html #rightColumn hr {
	margin: 15px 0 10px 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 5px 0 5px 0;
}
h1 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #033779;
	font-size: 160%;
	line-height: 120%;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #033779;
	font-size: 110%;
	line-height: 160%;
}
h3 {
	margin: 0;
	padding: 6px 0px 6px 0px;
	font-size: 100%;
}
h4 {
	margin: 0;
	padding: 10px 0px 6px 0px;
	font-size: 100%;
}
body#services #content p {
	padding: 0px 0 5px 0;
}
body#services #content h2 {
	margin: 0;
	padding: 10px 0 3px 0;
	color: #033779;
	font-size: 110%;
	line-height: 130%;
}
.quote {
	color: #033779;
	font-size: 100%;
	line-height: 150%;
	font-style: italic;
	margin: 0;
	padding: 0 0 5px 0;
}
.quoteBy {
	font-size: 75%;
	line-height: 110%;
	color: #000000;
	margin: 0;
	padding: 0;
}
#content ul {
	margin: 0;
	padding: 0px 20px 7px 0px;
}
#content ul li {
	margin: 0;
	padding: 4px 20px 4px 15px;
	background: url(../images/bullet.gif) no-repeat 0 9px;
	list-style-type: none;
}
#caseStudy ul {
	margin-left: 40px;
	line-height: 120%;	
}
#caseStudy li {
	background-image: none !important;
	list-style: disc !important;
	padding: 10px 20px 0px 5px !important;
}
hr {
	height: 1px;
	background: none;
	border: none;
	border-top: 1px solid #000000;
	margin: 5px 0 0 0;
}
* html hr {
	margin: 15px 0 0px 0;
	padding: 0;
}
/* A LINKS was #ED2123 */
a:link, a:visited {
	color: #033779;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #033779;
	text-decoration: underline;
	font-weight: bold;
}
img {
	border: none;
	s;
}
#footer {
	clear: both;
	margin: 0 0 0 0;
	padding: 40px 0 15px 0;
	height: 45px;
	background: url(../images/footer.jpg) no-repeat bottom left;
	position: relative;
}
.copyrights {
	font-size: 65%;
	line-height: 140%;
	color: #666666;
	text-align: center;
	padding: 10px 40px 0 0px;
}
.contactUs {
	font-size: 80%;
	line-height: 180%;
	color: #666666;
	text-align: left;
	padding: 0 40px 4px 211px;
}
#regform input, #regform select, #regform textarea {
	margin: 5px 0 0 0;
}
#regform {
	line-height: 120%;
}
.peopleName {
	font-weight: bold;
}
#FAQ {
	line-height: 120%;
}
#FAQ h4 {
	padding: 1em 0 .3em;
}
#FAQ p {
	padding-left: 20px;
}
#universities {
	text-align:center;
	line-height: 1.5em;
	padding: 0px;
	background: white;
	border-top: 2px gray solid;

}
#universities p {
	padding: 2em;
	margin-bottom: 0em;
	font-weight: bold;
	border: 2px gray solid;
	border-top: 0;
}
/* ****************** layout for no right column **************** */

#content2 {
	line-height: 130%;
	font-size: 80%;
	width: 588px;
	color: #000000;
	float: left;
	min-height: 320px;
	margin: 0;
	padding: 30px 0 0 0px;
	position: relative;
}
.photo {
	float: right;
	width: 120px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.sep {
	clear: both;
	margin: 0;
	padding: 0;
}
.pdf {
	width: 25px;
}
