@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:60px;
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:566px;
	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-top: 0px;
	width:104px;
	float: left;
	position: absolute;
	left: 50px;
}
#leftnav ul {
	list-style-type:none;
	width:104px;
	line-height: 1em;
}
#leftnav ul li a {
	display:block;
	height:18px;
	font-size:14px;
	text-decoration: none;
	color: #000000;
	padding-top:2px;
	padding-left:10px;
}
#leftnav ul li a.missionCurrent {
	width:104px;
	height:27px;
	background-image:url(../images/mission.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#leftnav ul li a:hover {
	color:#990000;
}
/*for main content area*/

#majorContent {
	width:520px;
	height:466px;
	background:url(../images/content_bk.jpg) no-repeat top center;
	margin: 0px;
	padding:0px;
	position: absolute;
	top: 40px;
	left: 170px;
}
#majorContent .titleM {
	width:171px;
	height:46px;
	padding-left:180px;
	padding-top: 80px;
	background-image: url(../images/mission_bk.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#majorContent p {
	width:260px;
	padding-left:135px;
	font-size: 16px;
	color: #6c1000;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
/*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: 866px;
}
#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;
}

