@charset "UTF-8";
html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#container {
	margin: auto;
	width:800px;
	position: relative;
}
#pageHeader {
	background-image:url(../images/bk_top.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	height:300px;
	width:800px;
}
#logo {
	margin-left:0px;
	margin-top: 0px;
	z-index:1;
	left: 45px;
	position: absolute;
}
#nav {
	background-image:url(../images/nav_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:473px;
	height:112px;
	position:absolute;
	top:-4px;
	left:275px;
	margin-left:0px;
	margin-top:0px;
	z-index:2;
}
#nav ul {
	list-style-type:none;
	position:absolute;
	top:65px;
	left:17px;
	width:455px;
	height:30px;
	padding: 0px;
	margin: 0px;
	float:left;
}
.hide {
	display:none;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display:block;
	height:32px;
	text-decoration:none;
}
#nav ul li a.home{
width:63px;
background:url(../images/nav_home.gif) no-repeat top right;
}
#nav ul li a.homeCurrent {
	width:63px;
	background: url(../images/nav_home.gif) no-repeat top left;
}
#nav ul li a.symposia {
	background:url(../images/nav_symposia.gif) no-repeat top right;
	width:85px;
}

#nav ul li a.symposiaCurrent{
width:85px;
	background: url(../images/nav_symposia.gif) no-repeat top left;


}
#nav ul li a.programs {
	width:83px;
	background:url(../images/nav_programs.gif) no-repeat top right;
}

#nav ul li a.programsCurrent {
	width:83px;
	background:url(../images/nav_programs.gif) no-repeat top left;
}
#nav ul li a.christoffersen {
	background:url(../images/nav_susan.gif) no-repeat top right;
	width:138px;
}

#nav ul li a.christoffersenC {
	background:url(../images/nav_susan.gif) no-repeat top left;
	width:138px;
}
#nav ul li a.contact {
	background:url(../images/nav_contact.gif) no-repeat top right;
	width:79px;
}

#nav ul li a.contactCurrent {
	background:url(../images/nav_contact.gif) no-repeat top left;
	width:79px;
}
#nav ul li a:hover {
	background-position:top left;
}
#topImage {
	height:203px;
	width:679px;
	margin-left:0px;
	margin-top:0px;
	z-index:4;
	top: 93px;
	position: absolute;
	left: 60px;
}
#content {
	width: 800px;
	height:680px;
	background-image:url(../images/bk_middle.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	margin-top:0px;
	padding-top: 0px;
	position: absolute;
	top: 300px;
}
/*for left navigation*/
#leftnav {
	margin-left: 0px;
	margin-top: 0px;
	width:140px;
	position: absolute;
	left: 50px;
	top: 70px;
}
#leftnav ul {
	list-style-type:none;
	width:140px;
	line-height: 1.8em;
}
#leftnav ul li a {
	display:block;
	padding-top:2px;
	height:18px;
	font-size:14px;
	text-decoration: none;
	color: #000000;
}

#leftnav ul li a:hover {
	color:#990000;
}
/*for main content area*/

.photoFlash{
position:absolute;
top:100px;
left:80px;
}

.photo{
	position: relative;
	width:471px;
	height:523px;
	;
	left: 220px;
	top: 100px;
}
.photo span {
	width: 66px;
	height: 73px;
	display: block;
	position: absolute;
	top: -29px;
	left: 430px;
	background:url(../images/paper_clip.png) no-repeat;
}

#majorContent .titleM {
	width:176px;
	height:46px;
	padding-left:130px;
	padding-top: 70px;
	background-image: url(../images/mission_bk.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#majorContent p {
	width:260px;
	padding-left:120px;
	font-size: 16px;
	color: #6c1000;
	font-family: "Times New Roman", Times, serif;
}
/*for footer*/

#footer {
	background-image:url(../images/bk_bottom.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:800px;
	height:172px;
	position: absolute;
	top: 980px;
}
#philausymbol {
	background-image:url(../images/philausymbol.gif);
	position: absolute;
	left: 135px;
	top: 0px;
	height: 74px;
	width: 57px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	margin-top: 100px;
}
#philausymbolmap a {
	position: absolute;
	height: 74px;
	width: 57px;
	text-decoration: none;
}
#philausymbolmap a i {
	display:none;
}
a#homesymbol {
	left: 0px
}
a#homesymbol:hover {
	background-image:url(../images/philausymbolhover.gif);
	border: none;
}
#footernav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 192px;
	top:107px;
	height: 18px;
	width: 492px;
	padding:0px;
	margin:0px;
	
}

#footernav li {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	display: inline;
	list-style-type: none;
	padding: 7px;
	margin: 0px;

}
#footernav li a {
	color: #333333;
	text-decoration: none;
}
#footernav li a:hover {
	color: #990000;
	text-decoration: underline;
	
}
.footertext {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	position: absolute;
	top: 130px;
	left: 200px;
	height: 36px;
	width: 430px;
	padding-left: 0px;
	padding-right: 0px;
	
}
#majorContent .firstLetter {
	font-size: 30px;
	font-weight: bold;
}

#subnav {
	position:absolute;
	top:1px;
	left:32px;
	margin-left:0px;
	margin-top:0px;
	height: 20px;
	width: 721px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

#subnav ul {
	height:20px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
}

#subnav ul li {
	float: left;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/dragon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
}

#subnav ul li a {

	display:block;
	text-decoration: none;
	color: #000000;
}


.photo{
	position: absolute;
	width:367px;
	height:576px;
	left: 240px;
	top: 90px;
}

.photo img {
border:none;

}
.indiaTitle {
	background-image: url(../images/hktwTitle.jpg);
	background-repeat: no-repeat;
	width: 261px;
	height: 50px;
	position: absolute;
	left: 60px;
	top: 22px;
}

.boatTitle {
	background-image:url(../images/boat_title.jpg);
	background-repeat: no-repeat;
	width: 270px;
	height: 46px;
	position: absolute;
	left: 60px;
	top: 22px;
}

#topsubnav {
	position:absolute;
	top:0px;
	left:60px;
	margin-left:0px;
	margin-top:0px;
	height: 20px;
	width: 570px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

#topsubnav ul {
	height:20px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
}

#topsubnav ul li {
	float: left;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/dragon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
}
#topsubnav ul li a {

	display:block;
	text-decoration: none;
	color: #000000;
}

.currentTitle {
	color: #990000;
}

