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

body {
	margin: 0;
	background-color: #ffffff;
	background: url(images/bg.jpg) repeat;
	color: #000000;
	font-size:13px;
	font-family: Lato, Arial, Helvetica, sans-serif;
		}

#wrapper {
	width: 1280px;
	margin: 0;
	float:left;

}


#header {
	width: 1050px;
	background:url(images/headerSmall.jpg) no-repeat;
	background-position:center;
	float: left;
	height: 373px;
	padding-left: 230px;
}


#logoLink { /**header**/
	float: left;
	margin-left: 2px;
	margin-top: 0px;
}



#contactButton { /**header**/
	float: left;
	
	margin-left: 558px;
	margin-top: 254px;
}

#learningButton {/**header**/
	float: left;
	margin-left: 35px;
	z-index: 10000;
	position:absolute;
	margin-top: 229px;
}

.learningButton { /**header**/
	background: url(images/learningBtn.png) 0 0;
	width: 96px;
	height: 145px;
	float: left;
	
}

.learningButton:hover {
	background-position: 0 -144px;
}


#navi {
	width: 1036px;
	height: 63px;
	float: left;
	margin-left: 126px;
	background: url(images/navi.jpg);
}



	
nav {
	
	margin-left: 15px;
}
	
nav ul {
	background: #ffcc00; 
	padding: 0 0px;
	border-radius: 0px;  
	list-style: none;
	position: relative;
	display: inline-table;
	
}

nav ul:after {
		content: ""; clear: both; display: block;
	}
	
nav ul li {
	float: left;
	
}
nav ul li:hover {
	background: #C33;
		
}

nav ul li:hover a {
	color:#FFF;
}
	
nav ul li a {
	padding: 5px 15px;
	display: block; 
	color: #00348b; 
	font-family: 'Montserrat', 'Arial Rounded MT Bold', Arial;
	font-size: 22px;
	text-decoration: none;
	z-index: 10000;
}
	

nav ul li:hover > ul {
	display: block;
}
	
nav ul ul {
	background: #939;
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 100%;
	display: none;
	z-index: 10000; /**To make Navigation bar on top of banner, pictures, etc**/
}
	
nav ul ul li {
	float: none; 
	position: relative;
}
	
nav ul ul li a {
	font-family: "Montserrat", "Arial Bold", Arial;
	padding: 20px 30px;
	color:#C30;
	font-size: 18px;
}	

nav ul ul li a:hover {	
	background: #0CC;	
	color: #00384b;
}




#banner {	/**located at home or index**/
	width: 1036px;
	height: 389px;
	float: left;
	background: url(images/banner.jpg) no-repeat;
	margin-left: 126px;
	padding-left: 10px;
}

#contentWrapper {	
	width: 1100px;
	background: url(images/bgBody.jpg) repeat-y;
	height: auto;
	float:left;
	margin-left: 127px;
}

#column1 {	/**located at home or index**/
	float: left;
	width: 500px;
	height: auto;
}

#admissions {	/**located at home or index**/
	float: left;
	margin-left: 110px; 
	margin-top: 20px;
	background:url(images/notebook.png) no-repeat;
	padding: 65px 50px;
	height: 305px;
	width: 380px;
	line-height: 23px;
	color: #000000;
	
	}
	
#admissions ul{	/**located at home or index**/
	
	padding:0;
	float: left;
	list-style: none;
	display: inline;
}

#admissions li {	/**located at home or index**/
	float:left;
	margin: 0;
	padding:0 0px 0 0;
	list-style: none;
	display: inline;
	

}

#admissions2 {	/**located at home or index**/
	float: left;
	height: 370px;
	margin-left: 40px; 
	margin-top: 52px;
	width: 300px;
	line-height: 22px;
	color: #000000;
	
	}
	
#admissions2 ul{	/**located at home or index**/
	
	padding:0;
	float: left;
	list-style: none;
	display: inline;
}

#admissions2 li {	/**located at home or index**/
	float:left;
	margin: 0;
	padding:0 0px 0 0;
	list-style: none;
	display: inline;
	

}

h2 {
	color: Purple;
	font-family: "Montserrat", "Arial Bold", Arial;
	
}

h1 {
	color: Maroon;
	font-family: "Montserrat", "Arial Bold", Arial;
	background: lemonchiffon;
	width: 100%;
	padding: 5px
}
	
h4 {
	color: #C30;
	font-family: "Montserrat", "Arial Bold", Arial;
}

i {
	line-height: 20px;
}

#column2 {	/**located at home or index**/
	width:550px;
	height: auto;
	float: left;
}

#latestNews {	/**located at home or index**/
	background:url(images/news.png) no-repeat;
	float: left;
	height: 425px;
	width: 500px;
	line-height: 23px;
	color: #000000;
	padding: 30px 50px 30px 30px;
}

#latestNewsContent
{width: 300px}

#article {	/**located at home or index**/
	background: url(images/tweet.png) no-repeat;
	float: left;
	width: 221px;
	height: 552px;
	position: absolute;
	margin: 280px 0 0 0;
}

#articlepost {	/**located at home or index**/
	width: 170px;
	height: auto;
	padding: 20px 20px 10px 20px;
	background:#FFF;
	position: absolute;
	margin-top: 190px;
	margin-left: 200px;
	color: #000000;
	font-size: 16px;
	font-family: Lato, "Arial Rounded MT Bold", "Arial Bold", Arial;
}

#articlepost a {	/**located at home or index**/

	color: #06F;
	text-decoration:none;
	font-family: Lato, Arial;
}

#articlepost a:hover {	/**located at home or index**/
	color: #F60;
	text-decoration: none;
	font-family: Lato, Arial;
}

	

#socialIcons{	/**located at home or index**/
	width: 200px;
	height: 155px;
	float: left;
	margin-left: 10px;
	
}

#quickLinks {	/**located at home or index**/
	padding: 10px 10px 10px 20px;
	width: 250px;
	height: 200px;
	float: left;
	background:#FF9;
		
}

#quickLinks a {	/**located at home or index**/

	color: #006;
	text-decoration:none;
}

#quickLinks a:hover {	/**located at home or index**/
	color: #F60;
	text-decoration: none;
}

	
#content {
	width: 810px;
	height: auto;
	float: left;
	background:#FFF;
	margin-left: 80px;
	padding: 20px 40px 40px 40px;
	font-size:13px;
	margin-bottom: 20px;
}

#content a {
	text-decoration: none;
	color: #F60;
}

#content a:hover {
	text-decoration:none;
	color:#36C;
}
	
h3 {
	color: brown;
	font-family: Montserrat, "Arial Rounded MT Bold", "Arial Bold", Arial;
}

#gallery {
	width: 850px;
	height: auto;
}

#gallery ul {
	margin: 0;
	padding: 0;
}

#gallery li {
	margin: 0;
	list-style:none;
	display: inline;
}

#subnavi
{float: right;
margin:0px 0px 0px 0px;
}

/**NOTE: other footer id css codes are located on some webpages' internal css**/
#footer {
	width: 1036px;
	height: 50px;
	float: left;
	padding: 50px 30px 30px 30px;
	background:url(images/bgBody.jpg) repeat-y;
	color:#333;
	font-size:11px;
}

#footer a {
	
	color: #309;
	font-size: 11px;
	text-decoration:none;
}

#footer a:hover {
	color: #F60;
	text-decoration: none;
}

td
{font-family: Lato, Arial}

td.facilitiesheader {
background-color:lightcoral;
font-size: 15px;
color: white;
text-align:center;
font-family: Montserrat, "Arial Rounded MT Bold", "Arial Bold", Arial;
font-weight:bold}

td.exhibitsheader {background-color: yellowgreen;
font-size: 18px;
color: white;
text-align:center;
font-family: Montserrat, "Arial Rounded Bold", Arial;
font-weight: bold}

td.exhibitsheadercurrent {background-color: orange;
font-size: 30px;
color: white;
text-align:center;
font-family: Montserrat, "Arial Rounded Bold";
font-weight: bold}

ul
{text-indent: 10px}