@charset "utf-8";
/* CSS Document */

/* Body & Divs */

body {
	background: #ffffff url(../images/body_bg.jpg) left repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

div {
	margin: 0px;
	padding: 0px;
}

#header {
	background: url(../images/header_bg.jpg);
	height: 190px;
}

.subpage #header {
	background: url(../images/header_bg2.jpg);
	height: 118px;
}

#menu {
	background: url(../images/menu_bg.jpg) no-repeat;
	height: 35px;
	width: 890px;
	padding-left: 110px;
}

#content {
	background: url(../images/content_bg.jpg) no-repeat;
	width: 890px;
	padding: 15px 0px 0px 90px;
	margin-bottom: 5px;
	min-height: 495px;
}

#container {
	width: 158px;
	float: right;
	border-left: #e4cef2 solid 1px;
	padding-left: 4px;
	margin-left: 3px;
}

#container .box {
	width: 156px;
	font-size: 0.8em;
	padding-left: 3px;
}

#footer {
	width: 890px;
	margin-left: 90px;
	text-align: right;
	border-top: #493159 solid 1px;
	padding-top: 7px;
	font-size: 0.8em;
	clear: both;
}

/* Menus & Navigation */

ul#main_menu, ul#footer_menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#footer_menu {
	float: right;
}

ul#main_menu li {
	float: left;
	height: 30px;
	width: 121px;
	display: block;
	margin-right: 4px;
}

ul#footer_menu li {
	float: left;
	margin: 0px 0px 0px 10px;
}

ul#main_menu li a, ul#main_menu li a:hover {
	height: 30px;
	width: 121px;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
}

a#home {
	background: url(../images/buttons/home.jpg) top;
}

a#phd {
	background: url(../images/buttons/phd.jpg) top;
}

a#resources {
	background: url(../images/buttons/resources.jpg) top;
}

a#researchers {
	background: url(../images/buttons/researchers.jpg) top;
}

a#contact {
	background: url(../images/buttons/contact.jpg) top;
}

ul#main_menu a:hover {
	background-position: bottom;
}

/* Text Links */

a, a:visited {
	color: #493159;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Paragraphs & Headers */

h1 {
	height: 155px;
	margin: 0px;
	padding: 0px;
	width: 980px;
	background: url(../images/header.jpg) no-repeat;
}

.subpage h1 {
	height: 83px;
	margin: 0px;
	padding: 0px;
	width: 980px;
	background: url(../images/header2.jpg) no-repeat;
}

h2 {
	margin-top: 0px;
	color: #8f6da6;
	border-bottom: #8f6da6 solid 1px;
	text-align: right;
}


.box h2 {
	font-size: 1.2em;
	color: #8f6da6;
	border-bottom: none;
	text-align: left;
	margin-bottom: 0px;
}


p {
	margin: 4px 0px 10px 0px;
	line-height: 17px;
}

#footer p {
	clear: both;
}

/* Misc Classes */

.hidden {
	visibility: hidden;
}