/* ------ START CSS FILE ------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ------ this global file defines layout, colors and fontstyles --- */
/* ------ for all content files ------------------------------------ */
/* ----------------------------------------------------------------- */

/* ------ GLOBAL --------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 100.01%;
}

/* ------ BODY ----------------------------------------------------- */

body {
	color: #333333;
	background: url("../images/bg_main.gif") repeat-x #d1d1d1;
	text-align: center; /* center tag 1 for IE 5.x */
}

/* ------ MAIN LAYOUT ---------------------------------------------- */

#wrapper {
	position: relative;
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/bg_content.gif") repeat-y #ffffff;
	text-align: left; /* center tag 2 for IE 5.x */
}

#header {
	width: 974px;
	height: 255px;
	background: #00285f;
}

#header_corner {
	position: absolute;
	top: 255px;
	right: 22px;
	width: 58px;
	height: 83px;
	background: url("../images/header_corner.jpg") repeat-y #ffffff;
}

#mainmenu {
	margin: 0 22px;
	padding: 0 0 0 35px;
	width: 895px;
	height: 25px;
	color: #ffffff;
	background: #00285f;
}

#contentarea {
	position: relative;
	margin: 0 22px;
	width: 930px;
}

#content {
	float: left;
	padding: 30px 0 20px 35px;
	width: 615px;
}

#submenu {
	float: left;
	margin: 15px 0 0 0;
	padding: 50px 0 35px 35px;
	width: 230px;
}

.submenu_bg_standard {
	background: url("../images/bg_newsbox.gif") no-repeat 35px 0;
}

#wrapperbottom {
	padding: 0 0 50px 0;
	position: relative;
	width: 100%;
	background: url("../images/bg_footer.gif") repeat-x bottom left;
}

#footer {
	position: relative;
	padding: 0 22px;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/bg_footer_content.gif") repeat-y bottom left #eeeeee;
	text-align: left; /* center tag 2 for IE 5.x */
}

#footerend {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	height: 14px;
	background: url("../images/bg_footer_content_end.gif") no-repeat;
}

#outside {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 7px;
	width: 960px;
	text-align: right; /* center tag 2 for IE 5.x */
}

.cleanerboth {
	clear: both;
}

/* ------ HEADER --------------------------------------------------- */

#header h1 {
	display: none;
}

/* ------ MAIN MENU ------------------------------------------------ */

#mainmenu ul {
	list-style-type: none;
}

#mainmenu li {
	display: inline;
}

#mainmenu .menulist a {
	float: left;
	padding: 5px 8px 0 8px;
	display: block;
	height: 20px;
	text-decoration: none;
	font-size: 75%;
	font-weight: bold;
	color: #ffffff;
	background: url("../images/bg_mainmenu.jpg") 0 0 no-repeat;
}

#mainmenu .menulist a:hover {
	color: #ffffff;
	background: url("../images/bg_mainmenu.jpg") 0 -25px no-repeat;
}

#mainmenu .menulist .menu_stay,
#mainmenu .menulist .menu_stay:hover {
	color: #00285f;
	background: url("../images/bg_mainmenu.jpg") 0 -50px no-repeat;
}

/* ------ SUB MENU ------------------------------------------------- */

#submenu ul {
	width: 220px;
	padding: 0 0 11px 0;
	margin: 0 0 15px 0;
	border-left: 5px solid #eeeeee;
	border-right: 5px solid #eeeeee;
	border-bottom: 5px solid #eeeeee;
	background: #ffffff;
}

#submenu li {
	display: inline;
}

#submenu .menulist a {
	display: block;
	padding: 12px 8px 9px 8px;
	margin: 0;
	/*height: 23px;*/
	text-decoration: none;
	font-size: 75%;
	font-weight: bold;
	color: #00285f;
	background: url("../images/bg_submenu.gif") 0 0 no-repeat;
	border-bottom: 1px solid #eeeeee;
}

#submenu .menulist a:hover {
	color: #ffffff;
	background: url("../images/bg_submenu.gif") 0 -70px no-repeat;
}

#submenu .menulist .menu_stay,
#submenu .menulist .menu_stay:hover {
	color: #00285f;
	background: url("../images/bg_submenu.gif") 0 -140px no-repeat;
}

/* ------ NEWSBOX -------------------------------------------------- */

h3.newsbox_header {
	padding: 20px 20px 0 20px;
	height: 30px;
	font-size: 75%;
	font-weight: bold;
	color: #00285f;
	background: url("../images/bg_newsbox.gif") 0 0 no-repeat #ffffff;
}

.newsbox_area {
	margin: 0 0 15px 0;
}

.newsbox {
	width: 220px;
	margin: 0 0 15px 0;
	padding: 0.7em 0 0 0;
	border-left: 5px solid #eeeeee;
	border-right: 5px solid #eeeeee;
	border-bottom: 5px solid #eeeeee;
	background: #ffffff;
}

.newsbox p {
	padding: 0 15px 1em 15px;
	font-size: 70%;
	line-height: 150%;
}

.newsbox .dateline {
	padding: 0 15px 1em 29px;
	background: url("../images/bullet.gif") 15px 0 no-repeat;
}

.newsbox .spacer {
	margin: 0 0 0.7em 0;
	border-bottom: 1px solid #eeeeee;
}

.newsbox a:link,
.newsbox a:visited,
.newsbox a:active {
	color: #00285f;
	text-decoration: underline;
}
.newsbox a:hover {
	color: #cc6600;
	text-decoration: none;
}

/* different head images boxes */
.submenu_bg_sig {
	background: url("../images/bg_newsbox_sig.gif") no-repeat 35px 0;
}
h3.newsbox_header_sig {
	background: url("../images/bg_newsbox_sig.gif") 0 0 no-repeat #ffffff;
}

.submenu_bg_conferences {
	background: url("../images/bg_newsbox_conferences.gif") no-repeat 35px 0;
}
h3.newsbox_header_conferences {
	background: url("../images/bg_newsbox_conferences.gif") 0 0 no-repeat #ffffff;
}

.submenu_bg_conferences_ads {
	background: url("../images/bg_newsbox_conferences_ads.gif") no-repeat 35px 0;
}
h3.newsbox_header_conferences_ads {
	background: url("../images/bg_newsbox_conferences_ads.gif") 0 0 no-repeat #ffffff;
}

.submenu_bg_awards {
	background: url("../images/bg_newsbox_awards.gif") no-repeat 35px 0;
}
h3.newsbox_header_awards {
	background: url("../images/bg_newsbox_awards.gif") 0 0 no-repeat #ffffff;
}

.submenu_bg_publications {
	background: url("../images/bg_newsbox_publications.gif") no-repeat 35px 0;
}
h3.newsbox_header_publications {
	background: url("../images/bg_newsbox_publications.gif") 0 0 no-repeat #ffffff;
}

.submenu_bg_community {
	background: url("../images/bg_newsbox_community.gif") no-repeat 35px 0;
}
h3.newsbox_header_community {
	background: url("../images/bg_newsbox_community.gif") 0 0 no-repeat #ffffff;
}

.submenu_bg_practice_conference {
	background: url("../images/bg_newsbox_practice_conference.gif") no-repeat 35px 0;
}
h3.newsbox_header_practice_conference {
	background: url("../images/bg_newsbox_practice_conference.gif") 0 0 no-repeat #ffffff;
}

.submenu_bg_fellows {
	background: url("../images/bg_newsbox_fellows.gif") no-repeat 35px 0;
}
h3.newsbox_header_fellows {
	background: url("../images/bg_newsbox_fellows.gif") 0 0 no-repeat #ffffff;
}
/* ------ CONTENT -------------------------------------------------- */

#content p {
	margin: 0 0 1em 0;
	font-size: 75%;
	line-height: 150%;
}

#content .nobottomspace {
	margin: 0;
}

#content h2 {
	margin: 0 0 1em 0;
	padding: 0 0 9px 0;
	font-size: 105%;
	line-height: 150%;
	color: #3f5e87;
	border-bottom: 1px solid #eeeeee;
}

#content ul {
	margin: 0 0 1em 3em;
	/*font-size: 75%;*/
	line-height: 150%;
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
}

#content ol {
	margin: 0 0 1em 3em;
	font-size: 75%;
	line-height: 150%;
}

#content ol.inside-list {
	font-size: 100%;
}

#content ol p {
	font-size: 100%;
}

#content .nospace {
	margin-bottom: 0;
}

#content .colholder {
	width: 615px;
}

/* two rows */
#content .left_col {
	float: left;
	width: 290px;
}

#content .right_col {
	float: left;
	margin: 0 0 0 35px;
	width: 290px;
}

/* two rows, left smaller */
#content .left_col_two {
	float: left;
	width: 115px;
}

#content .right_col_two {
	float: left;
	margin: 0 0 0 0;
	width: 465px;
}

.cleanerleft {
	clear: left;
}

#content .spacer {
	clear: left;
	margin: 1.3em 0 1em 0;
	border-bottom: 1px solid #eeeeee;
}

#content a:link,
#content a:visited,
#content a:active {
	color: #00285f;
	text-decoration: underline;
}
#content a:hover {
	color: #cc6600;
	text-decoration: none;
}

#content cite {
	color: #3f5e87;
	font-size: 190%;
	line-height: 120%;
	font-style: normal;
	text-decoration: none;
}

/* fellows interviews */
#content .fellows p em {
	font-weight: bold;
	color: #002960;
}

#content .fellows p em.cite_block {
	font-weight: normal;
	color: #000000;
	background: #eeeeee;
	padding: 0 5px;
	margin: 20px;
}

#content .fellows p em.standard {
	font-weight: normal;
	color: #333333;
}

/* ------ CONTENT TABLES ------------------------------------------- */

#content table.conferences {
	margin: 0 0 1em 0;
	border-collapse: separate;
	empty-cells: show;
	border-spacing: 1px;
	width: 100%;
	font-size: 75%;
}

#content table.conferences td,
#content table.conferences th {
	padding: 0.5em;
}

#content table.conferences th {
	background: #3f5e87;
	color: #ffffff;
}

.row_1 {
	background-color: #ffffff;
}

.row_2 {
	background-color: #eeeeee;
}

/* ------ CONTENT IMAGES ------------------------------------------- */

#content .image_left {
	float: left;
	margin: 5px 10px 5px 0;
	border: 1px solid #000000;
}

#content .image_right {
	float: right;
	margin: 5px 0 5px 10px;
	border: 1px solid #000000;
}

#content .image_border {
	border: 1px solid #00285f;
	padding: 1px;
}

/* ------ FOOTER --------------------------------------------------- */

#footer ul {
	padding: 22px 0 35px 35px;
	list-style-type: none;
}

#footer li {
	display: inline;
}

#footer .menulist a {
	float: left;
	display: block;
	padding: 3px 8px;
	border: 1px solid #eeeeee;

	text-decoration: none;
	font-size: 65%;
	font-weight: bold;
	color: #00285f;
}

#footer .menulist a:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #3f5e87;
}

#footer .menulist .menu_stay,
#footer .menulist .menu_stay:hover {
	border: 1px solid #ffffff;
	color: #00285f;
	background: #bec9d6;
}

#footer p {
	width: 615px;
	margin: 0 0 0 35px;
	padding: 0 0 25px 0;
	color: #999999;
	font-size: 70%;
	line-height: 150%;
}

#outside p {
	width: 960px;
	margin: 0 0 0.5em 0;
	color: #999999;
	font-size: 70%;
	line-height: 150%;
}

#outside p a:link,
#outside p a:visited,
#outside p a:active {
	color: #999999;
	text-decoration: none;
}
#outside p a:hover {
	color: #666666;
}

#footer .footertext a:link,
#footer .footertext a:visited,
#footer .footertext a:active {
	color: #999999;
	text-decoration: none;
}
#footer .footertext a:hover {
	color: #000000;
}

/* ------ CONTENT FORMS -------------------------------------------- */

#content form h4 {
	width: 530px;
	margin: 0 0 1em -5px;
	padding: 4px 4px;
	color: #ffffff;
	font-weight: normal;
	font-size: 75%;
	border: 5px solid #eeeeee;
	background: url("../images/bg_form_header.jpg") 0 -30px repeat #00285f;
}

#content .colholder_form {
	/* none */
}

/* two columns */
#content .left_col_form {
	float: left;
	margin: 0 10px 1em 0;
	width: 220px;
}

#content .right_col_form {
	float: left;
	width: 380px;
}

#content input {
	padding: 2px 3px;
	border: 1px solid #d1d1d1;
	background: #eeeeee;
}

#content input:hover {
	border: 1px solid #00285f;
	color: #00285f;
}

#content input:focus {
	border: 1px solid #00285f;
	background: #f8f8f8;
	color: #00285f;
}

#content .button,
#content .button:hover {
	padding: 2px 3px;
	color: #ffffff;
	font-weight: bold;
	border-left: 2px solid #3f5e87;
	border-top: 2px solid #3f5e87;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background: #00285f;
}

#content select {
	padding: 2px 3px;
	border: 1px solid #d1d1d1;
	background: #eeeeee;
}

#content select:hover {
	border: 1px solid #00285f;
	color: #00285f;
}

#content select:focus {
	border: 1px solid #00285f;
	background: #f8f8f8;
	color: #00285f;
}

/* ------ END CSS FILE --------------------------------------------- */
