/* CSS Document */

/* NORMAL THE BOARD */
html, body, img, div, p, h1, h2, h3, h4, h5, h6, form, label, input, select, option { 
	margin: 0; 
	padding: 0; 
	border: 0;
	font-family:"Times New Roman", Times, serif;
	}
div.clear {
	clear: both;
	margin: 0;
	height: 0px;
	}
.floatLeft{
	margin: 0; 
	padding: 0; 
	border: 0;
	float: left; 
	}
.floatRight{
	margin: 0; 
	padding: 0; 
	border: 0; 
	float: right;
	}

/* GLOBAL ANCHOR STYLES */
a, a:visited {
	text-decoration: none;
	border: 0;
	color: #165A9C;
	background-color: #fff;
	}
a:hover{ 
	text-decoration: underline;
	}
a img { 
	margin: 0;
	padding: 0;
	border: 0;
	}

/* PRIME ELEMENTS */
#wrap{
	padding: 0;
	margin: 20px auto 0;
	width: 735px;
	}
#nav{
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
	/* background: url(../i/aaa.png) no-repeat center bottom; */
	}
#nav img {
	margin: 0 0 25px 0;
	padding: 0;
	border: 0;
	}
#nav ul {
	margin: 0 0 150px 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #165A9C;
	background-color: #fff;
	}	
#nav ul li {
	position: relative;
	color: #165A9C;
	background-color: #fff;
	}	
/* Styles for Menu Items */
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #165A9C;
	background: #fff;
	padding: 3px 0 3px 3px;
	}	
#nav ul li a.trigger:hover {
	background: url(../i/nav_tri2.gif) no-repeat 125px 10px;
	}
#nav ul li a.button:hover {
	color: #fff;
	background: #165A9C;
	}

#nav h6 {
	text-align: center;
	font-weight: normal;
	}

#contact {
	position:relative;
	top: 90px;
	left:310px;
	font: normal x-small Arial, Helvetica, sans-serif;
	width: 300px;
	}
#contact li {
	display:inline; 
	margin: 10px; 
	}
#content ul {
	margin-left:1em; 
	padding: 0;
	}
#content li {
	margin-left: 1.25em;
	}
#logo{
	padding: 0;
	margin: 0;
	width: 580px;
	height: 115px;
	float: left;
	}
#head{
	width: 310px;
	height: 280px;
	float: left;
	}
#subnav{
	background: url(../i/bkgnd_subnav.jpg) repeat-x left;
	width: 270px;
	height: 240px;
	padding-top: 40px;
	float: left;
	}
#subnav h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 85%;
	margin-bottom: 15px;
	}
#content{
	margin: 0;
	padding: 25px 0 0 155px;
	width: 425px;
	background: url(../i/bkgnd_content.jpg) repeat-y left;
	float: left;
	}
#content.multimedia {
	margin: auto;
	padding: 25px 0 0 30px;
	text-align: center;
	background: url(../i/bkgnd_content_mm.jpg) repeat-y left;
	float:left;
	}
#content.multimedia img {
	border: 1px solid #000; 
	margin: 0 0 10px 0; 
	padding: 0;
	}
#content.multimedia .vid { 
	width: 140px; 
	padding: 5px;
	}
#content.multimedia p { 
	line-height:100%; 
	text-align: left; 
	}
#content h2 {
	margin: 50px auto 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	}
#content p, ul { 
	text-align: justify;
	line-height: 140%;
	font-size: 90%;
	margin-bottom: 1em;
	}
#content p.bio1{
	font-size:80%; 
	line-height: 110%; 
	font-weight: bold;
	}
#content p.bio2 {
	font-size:80%; 
	line-height: 110%;
	}
#content li {
	margin-bottom: .75em;
	}
#content table {
	margin-top: 25px;
	width: 420px;
	margin-bottom: 25px;
	font-family:Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	}
#content table.blank td {
	border: 0;
	}
#content table.program p {
	line-height: 100%;
	margin:0;
	padding:0;
	}
#content form {
	padding: 5px; 
	text-align: center;
	}
#content table td, #content table th {
	padding: 5px; 
	border: 1px solid #000;
	}
#content table tr.head { 
	background-color: #165A9C; 
	color: #fff; 
	font-weight: bold;
	}
#content table tr.alt {
	background-color: #b5cbe0;
	}
#content ul {
	list-style-image: url(../i/ul-tri.gif);
	}
#content h5 { 
	text-align: center;
	font: normal 70% Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #000;
	padding: 10px 0 20px;
	margin: 10px auto 25px;
	color: #999;
	background-color: #fff;
	}
#content h5.sub {
	width: 50%; 
	margin: 5px auto 25px; 
	border-bottom: solid 1px #999;
	}
#content h5 a {	
	color: #999; 
	background-color: #fff;
	}
#content h5 a:hover {
	color:#666; 
	font-weight: bold; 
	text-decoration:none; 
	background-color: #fff;
	}
#content h6 {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 60%;
	margin-bottom: 20px;
	}
#footer {
	padding: 10px;
	}
.videoContainer {
	margin-top: 10px; 
	width: 400px; 
	float: none; 
	clear: both;
	}
.vid { 
	width: 180px; 
	float: left; 
	margin: 10px;
	}
.faculty {
	float: left;
	margin-right: 15px;
	border: solid 1px black;
	}
