﻿
/********************
 *  GLOBAL FORMATS  *
 ********************/

body {
	margin:0px auto;
	background-image: url(../graphics/background/page_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #80a0bf;
	font-family: arial;
	font-size: 11px;
	color: #333333;
}

img {
	border:none;
	text-decoration: none;
}

.tiny_spacer {
	width: 12px;
	display: block;
}

.small_spacer {
	margin-left:17px;
	width: 17px;
	display: inline;
}

.span_spacer {
	margin-left:6px;
}

.medium_spacer {
	width: 34px;
	display: block;
}

.tiny_vertical_spacer {
	width: 100%;
	height: 5px;
}

.medium_vertical_spacer {
	width: 100%;
	height: 20px;
}



.gray_vertical_line {
	width: 1px;
	background-image: url(../graphics/vertical_dot.gif);
	background-repeat: repeat-y;
}

a:link {
	color: #000033;
}

a:visited {
	color: #000033;
}

a:hover {
	color: #6699cc;
}



/******************
 *  PAGE WRAPPER  *
 ******************/

#wrapper {
	padding: 0px;
	margin:0px auto;
}


/****************** 
 *  PAGE SHADOWS  * 
 ******************/

#table_shadow_left {
	background-image: url(../graphics/background/left_edge_shadow.gif);
	background-repeat: repeat-y;
	width: 3px;
}
#table_shadow_right {
	background-image: url(../graphics/background/right_edge_shadow.gif);
	background-repeat: repeat-y;
	width: 3px;
}
#table_shadow_bottom {
	background-image: url(../graphics/background/bottom_edge_shadow.gif);
	background-repeat: repeat-x;
	height: 3px;
}
#table_shadow_bottom_left {
	background-image: url(../graphics/background/bottom_left_edge_shadow.gif);
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
}
#table_shadow_bottom_right {
	background-image: url(../graphics/background/bottom_right_edge_shadow.gif);
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
}

/****************** 
 * PAGE CONTAINER * 
 ******************/

#page_container {
	padding: 0px;
	margin:0px auto;
	background-color: #FFFFFF;
	width:817px;
}

/****************** 
 *     HEADER     * 
 ******************/

 #logo_container {
	position: relative;
}

/* top menu */
#top_menu_container {
	vertical-align: top;
	width: 100%;
}

#top_menu_bar {
	float: right;
	background-image: url(../graphics/headers/top_menu_background.gif);
	background-repeat: repeat-x;
	height: 32px;
}

.top_menu_link {
	vertical-align: middle;
	font-family: arial;
	font-size: 10px;
	text-indent: 12px;
 }

.top_menu_link a:link {
	color: #ffffff;
	text-decoration: none;
}

.top_menu_link a:visited {
	color: #ffffff;
	text-decoration: none;
}

.top_menu_link a:hover {
	color: #6699cc;
}


/****************** 
 *   MAIN MENU    * 
 ******************/

#main_menu_container {
	vertical-align: top;
	width: 100%;
	height: 25px;
	background-color: #6c6763;
}

#main_menu {
	float: right;
	height: 100%;
	vertical-align: middle;
	font-family: arial;
	font-size: 10px;
}

.main_menu_link a:link {
	color: #ffffff;
	text-decoration: none;
}

.main_menu_link a:visited {
	color: #ffffff;
	text-decoration: none;
}

.main_menu_link a:hover {
	color: #6699cc;
}

.main_menu_spacer {
	width: 30px;
}


/********************** 
 *   FLASH AREA    * 
 **********************/

#homepage_flash_white_grid {
	height: 264px;
	width: 100%;
	background-image: url(../graphics/background/white_grid.gif);
}

#subpage_flash_white_grid {
	/*height: 183px;*/
	width: 100%;
	background-image: url(../graphics/background/white_grid.gif);
}

#flash_container {
	width: 100%;
	vertical-align: top;
}

.gray_flash_edge_spacer {
	width: 17px;
	height: 25px;
	background-color: #6c6763;
}

#gray_line {
	width: 100%;
	height: 1px;
	background-color: #6c6763;
}

#flash_area_text_container {
	font-size: 18px;
	color: #000066;
	height: 36px;
	vertical-align: middle;
}

/******************** 
 *     CONTENT      * 
 ********************/
 
#content {
	width: 100%;
}

#page_copy_container {
	vertical-align: top;
	height: 340px;
}

#page_copy {
	width: 100%;
	font-family: arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	vertical-align: top;
}

.section_header {
	font-size: 13px;
	font-weight: bold;
}

.biopic {
	border: 1px solid #999;
	padding: 1px;
	margin-right: 10px;
	float: left;
}
.biorole {
	font-size: 13px;
}


.page_description {
	font-size: 15px;
	font-weight: bold;
}

.indented {
	padding-left: 20pt;
	padding-right: 20pt;
}

/******************* 
 *   EVENTS BOX    * 
 *******************/

/*#events_box_container {
	vertical-align: top;
}*/

#events_box {
	width: 216px;
}

#events_box2 {
	width: 216px;
	border: 1px solid #c2cfde;
	font-family: Arial;
	color: #0f305a;
}

#events_box_header {
	height: 31px;
	background: #336699 url(../graphics/event_box_header_bg.gif);
	font-weight: bold;
}

#events_box_header_content {
	padding: 5px 5px 5px 10px;
}

#events_box_spacer {
	height: 2px;
}

#events_box_content {
	/*height: 240px;*/
	background-color: #c6d5ea;
	vertical-align: top;
	font-size: 12px;
	text-align: center;
	/*font-weight: bold;*/
}

#events_box_content2 {
	vertical-align: top;
	font-size: 12px;
	padding: 8px 10px 10px 10px;
}

ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	margin-left: 20px;
	padding-left: 0px;
	font-size: 11px;
}

/********************** 
 *   LEFT NAV MENU    * 
 **********************/

#left_nav_container {
	width: 170px;
	height: 200px;
	vertical-align: top;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

#left_nav {
	text-align: right;
	padding-right: 10px;
}

.left_nav_link {
	color: #336699;
}

.left_nav_link a:link {
	color: #999999;
	text-decoration: none;
}

.left_nav_link a:visited {
	color: #999999;
	text-decoration: none;
}

.left_nav_link a:hover {
	color: #336699;
}

/******************* 
 *     FOOTER      * 
 *******************/

#footer_links {
	text-align: right;
	width: 100%;
}

#footer_container {
	width: 100%;
	vertical-align: top;
	height: 19px;
}

#footer_bar {
	width: 100%;
	background-image: url(../graphics/background/footer_background.gif);
	background-repeat: repeat-x;
	height: 19px;
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
}

#footer_bar_leftside {
	width: 50%;
}

#footer_bar_rightside {
	text-align: right;
	width: 50%;
}
 
 
/* CMS AREA  */
#cmsContent {
	height: 300px;
	text-align: center;
}

#cmsTable td {
	height: 40px;
	padding: 15px;
}

.cmsGrayRow {
	background-color: #e5e5e8;
}

.cmsLinkInput {
	width: 400px;
}

.cmsSectionHeader {
	font-size: 20px;
}

.cmsItemTitle {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}



/*  TAB AREA  */

.tab_area_content_top {
	background-image: url(../graphics/tabs/tab_area_bg_top.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 551px;
}
.tab_area_content {
	background-image: url(../graphics/tabs/tab_area_bg_tile.jpg);
	color: #0f305a;
	padding: 0px 20px 0px 20px;
	height: 200px;
	width: 551px;
}
.tab_area_content_bottom {
	background-image: url(../graphics/tabs/tab_area_bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 551px;
}

.tab_area_tableRow_name {
	font-weight: bold;
	height: 20px;
	vertical-align: top;
}
.tab_area_tableRow_value {
	height: 20px;
	vertical-align: top;
}
