/* MAIN TEMPLATE COMPONENTS */
body {
	margin: 10px 0px 0px 0px;
	font-size: 10pt; 
	font-family: verdana, helvetica, arial, sans-serif;
}

#mainwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	background-color: #EFEFEF;
}

#header {
	height: 73px;
	border: 1px solid #CCCCCC;
	width: 798px;
	padding: 25px; 0px; 0px 15px;
	border-bottom: 0px;
	background-color: white;
	position: relative;
}

#menubar {
	position: relative;
	height: 29px;
	border: 1px solid #B2B2B2;
	background-color: #666666;
	font-family: verdana;
	font-size: 12px;
}

#innerpage-sidebar {
	width: 279px;
	float: left;
}

#innerpage-sidebar img {
	border: 0px;
}

#innerpage-thin-sidebar {
	width: 142px;
	float: left;
}

#innerpage-thin-sidebar img {
	border: 0px;
}

#content, #calendar-content, #meeting-content {
	padding : 20px 25px 10px 20px;
	position: relative;
	color: #666666;
}

#calendar-content {
	margin: 0px 0px 10px 0px;
}

#content {
	margin : 0px 0px 0px 279px;
}

#meeting-content {
	margin: 0px 0px 0px 0px;
}

#bottom-teasers {
	background-color: #666666; 
	width: 850px;
	height: 120px;
}

/* TOP NAVIGATION */
#menubar div {
	position: absolute;
	top: 0px;
}

#menubar div a {
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	padding: 8px 2px 6px 2px;
	font-size: 12px;
}

#menubar div a.top {
	display: block;
	padding: 8px 4px 6px 2px;
	position: relative;
	height: 16px;
}

#home-nav { left:5px; width: 90px; }
#project-outline-nav { left:95px; width: 130px; }
#publications-nav { left: 225px; width: 125px; }
#who-we-are-nav { left:350px; width: 120px; } 
#api-nav { left:470px; width: 175px; }
#members-nav { left:645px; width: 100px; }
#contact-nav { left:745px; width: 100px;}

.nav_divider {
	position: absolute;
	top: 4px;
	border: 0px;
}

#home-nav .nav_divider { right: 0px; }
#project-outline-nav .nav_divider { right: 0px; }
#publications-nav .nav_divider { right: 0px; }
#who-we-are-nav .nav_divider { right: 0px; }
#friends-nav .nav_divider { right: 0px; }
#members-nav .nav_divider { right: 0px; }


a#nav_divider {
	border: 0px;
}

/* BOTTOM TEASERS */
.bottom-teaser {
	width: 253px;
	float: left;
	padding: 15px;
	height: 90px;
	position: relative;
}

.bottom-teaser h1 {
	color: #FFFF00;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.bottom-teaser p {
	font-size: 10px;
	color: white;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

a.bottom-teaser-more {
	color: #FFFF00 !important;
	font-size: 10px;
	text-decoration: underline;
	position: absolute;
	bottom: 15px;
	right: 20px;
}

.bottom-teaser-seperator {
	position: absolute;
	top: 0px;
	right: 5px;
	border: 0px;
}

/* FOOTER BAR */
#footer {
	text-align: center;
	position: relative;
	color: #666666;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 10px;
}

#footer a {
	font-size: 9px;
	text-decoration: none;
	color: #666666;
}

#footer a:hover { text-decoration: underline; }

#footer img {
	position: absolute;
	top: 7px;
	right: 5px;
}

#loggedin {
	font-size: 9px;
	text-align: right;
	margin-top: -10px;
	margin-right: -15px;
}

#loggedin a {
	font-weight: bold;
	text-decoration: underline;
}

/* HOMEPAGE CONTENT */
#homepage-left-image {
	float: left;
	border: 0px !important;
}

#homepage-right-content {
	margin-left: 329px;
	background-color: #EFEFEF;
	padding: 107px 10px 10px 10px;
	width: 450px;
}

#homepage-title {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#homepage-border {
	display: block;
	margin-top: 7px;
	margin-bottom: 7px;
	border: 0px;
}

#homepage-right-content p {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 11px;
	text-align: left;
}

/* INNERPAGE CONTENT */
#content p, #calendar-content p, #meeting-content p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
}
