/* CSS Document */

/* TEMPLATE */
/* ----------------------------------------------------- */

/* HEADER */
/* ----------------------------------------------------- */
#header {
	background-image: url(../images/bg_top.gif);
	background-repeat:repeat-x;
	background-position: top;
	padding: 15px 15px 12px 15px;
}

/* AREA */
/* ----------------------------------------------------- */
#area {
	padding: 0px 20px 0px 18px;
	width: 806;
}
/*#area_1 {
	height: 232px;
}*//*maincontainer*/
#area_2 {
	float: left;
	border-bottom: 4px solid #FF9901;

}
#area_3 {
/*	border-bottom: 4px solid #FF9901;*/
	margin-bottom: 0px;
	padding: 10px 0px 0px 0px;
}
#area_3 a {
	text-decoration: underline;
	line-height: 1.25em;
}
#area_3 a:hover {
	text-decoration: none;
}

/* AREA_1          */
/* AUDIENCE NAVBAR */
/* ----------------------------------------------------- */
#audience_navbar {
	width: 148px;
	height: 228px;
	border: 1px solid #FF9901;
	background-color: #FFFFCC;
	font-size: 12px;
	font-weight: bold;
	float: left;
	line-height:1.25em;
}
#audience_navbar a {
	color: #2F3F0A;
	text-decoration:none;
}
#audience_navbar a:hover {
	color: #FFFFFF;
	background-color: #FF9901;
}
#audience_navbar ul, #audience li {
	list-style: none;
	padding: 0px;
	margin: 0px; /*IE*/
}
#navbar_undergrad, #navbar_grad {
	height: 37px;
	display: block;
	padding: 8px 0px 0px 7px;
	margin: 0px;
	border-bottom: 1px solid #FF9901;
}
#navbar_students, #navbar_academy, #navbar_news {
	height: 30px;
	display: block;
	padding: 15px 0px 0px 7px;
	border-bottom: 1px solid #FF9901;
}
#navbar_news {
	border-bottom: 0px;
}
#navbar_undergrad a, #navbar_grad a, #navbar_students a, #navbar_academy a, #navbar_news a {
	text-decoration: none;
} 
/* FLASH INTRO MOVIE */
/* ----------------------------------------------------- */
#flash {
	float: right;
	z-index: -300;
}

/* AREA_2 */
/* WEBCAM */
/* ----------------------------------------------------- */	
#webcam {
	width: 159px;
	float:left;
}
/* TOPIC NAVBAR */
/* ----------------------------------------------------- */	
#topic_navbar {
	float: left;
	width: 609px;
	font-size: 11px;
	font-weight: bold;
	padding: 12px 0px 0px 0px;
}
#topic_navbar ul {
}
#topic_navbar li {
	display: inline;
	padding: 5px;
}
#topic_navbar ul, #topic_navbar li {
	margin: 0px;
	padding: 2px 0px 2px 0px;
}
#topic_navbar a, #topic_navbar a:hover {
	text-decoration:none;
}
.block {
	width: 50px;
	display:block;
}

/* AREA_3             */
/* ----------------------------------------------------- */
#heartbeat {
	float: left;
	width: 160px;
	padding-top: 10px;
}
#intro {
	float: left;
	width: 370px;
	padding: 10px;
}
.cap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #9A4900;
	line-height: 1em;
	font-weight: lighter;
}

#news_highlight {
	float: right;
	width: 200px;
	padding-top: 10px;	
}
#news_highlight p {
	padding:0px;
	margin:5px 0px 8px 0px;
}
#heartbeat p a, #news_highlight p a {
	font-weight: bold;
}
#heartbeat p a:hover, #news_highlight p a:hover {
	font-weight: bold;
}
#heartbeat p a:visited, #news_highlight p a:visited {
	font-weight: bold;
}
/* FOOTER */
/* ----------------------------------------------------- */
#footer {
	width: 768px;
	background-image: url(../images/bg_bottom.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	margin: 0px 5px 0px 3px;
	padding: 0px 15px 15px 15px;
	height: 105px;
}
#footer p {
	line-height: 1.25em;
	font-size: 9px;
}
#footer_border {
	background-image:url(../images/double_border.gif);
	background-repeat:repeat-x;
	background-position:top;
	height: 50px;
	padding-top: 20px;
}
#footer_contact {
	width: 500px; /*iE*/
	color:#666666;
	float: left;
	padding-left: 5px;
}
#footer_contact p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#UM_logo {
	float: right;
	padding-right: 5px;
}
