/* CSS Document */

body {
	/* center page */
	margin:0px;
	text-align: center;
	/* default font */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	/* background color */
	background-color: #fef7ed;
}



/**********/
/* widths */
/**********/

.default #centering_container { width: 785px;  } /* add 5px for extra space to round corners */ 
.default #top_container { width:785px; }
.default #bottom_container {	width:780px; }
.default #main_container { width:785px; } /* container for nav and content_container */
.default #content_container { width:645px; }
.default #nav { width:135px; }
.default #submenu { padding-right:10px; width:130px; }
.default #subcontent { padding-left:20px; width:420px; }
.default .img_container { width:415px; }
.default #homepage { width:595px; }
.default .home_img_container { width:295px; }
.default .home_content { width:295px; }
.default #homepage h1 {font-size:27px; }
.default .conf_img_container { width:585px; }

.wide #centering_container { width: 900px;  } /* add 5px for extra space to round corners */ 
.wide #top_container { width:900px; }
.wide #bottom_container {	width:890px; }
.wide #main_container { width:900px; } /* container for nav and content_container */
.wide #content_container { width:750px; }
.wide #nav { width:135px; }
.wide #submenu { padding-right:10px; width:130px; }
.wide #subcontent { padding-left:20px; width:530px; }
.wide .img_container { width:530px; }
.wide #homepage { width:700px; }
.wide .home_img_container { width:330px; padding-left:20px;}
.wide .home_content { width:350px; }
.wide #homepage h1 {font-size:31px; }
.wide .conf_img_container { width:690px; }

.wider #centering_container { width: 1000px;  } /* add 5px for extra space to round corners */ 
.wider #top_container { width:1000px; }
.wider #bottom_container {	width:990px; }
.wider #main_container { width:1000px; } /* container for nav and content_container */
.wider #content_container { width:850px; }
.wider #nav { width:135px; }
.wider #submenu { padding-right:10px; width:130px; }
.wider #subcontent { padding-left:20px; width:630px; }
.wider .img_container { width:630px; }
.wider #homepage { width:800px; }
.wider .home_img_container { width:330px; padding-left:20px;}
.wider .home_content { width:450px; }
.wider #homepage h1 {font-size:36px; }
.wider .conf_img_container { width:790px; }



/***********************/
/* styles for homepage */
/***********************/

.home_content {
	float:left;
}



.wider .home_content p {
	font-size:13px;
	line-height:22px;
}

.home_img_container {
	overflow:hidden; 
	height:310px;
	float:left;
}

#homepage {
	border-bottom:1px dotted #c7b299;
	margin-bottom:25px;
}


.slide {
	position:relative;
	width:100%;
	display:block;
	background-color:#FFFFFF;
	border:0px;
}

.subslide {
	left:0px;
	top:0px;
	width:100%;
	display:block;
	background-color:#FFFFFF;	
}	


/*************************************/
/* various styles for internal pages */
/*************************************/

.img_container {
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}

.conf_img_container {
	overflow:hidden;
}

.left_col {
	float:left;
	width:45%;
	border-right:1px dotted #c7b299;
	padding-right:10px;
}

.right_col {
	float:left;
	width:47%;
	padding-left:20px;
}


.img_right {
	float:right; 
	padding:10px 7px 15px 30px;
	text-align:right; 
	
	
}

.img_right p {
	line-height:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	border-bottom:1px dotted #999999;
	border-left:1px dotted #999999;
	padding-bottom:10px;
	margin-top:5px;
	padding-top:5px;
}

.data_table th {
	font-weight:bold;
	color:white;
	background-color:#B06F00;
	padding:5px;
}

.data_table td {
	border:1px solid #dddddd;
	padding:3px;
}

.conf_program td.time {
	width:100px;
	border-right:1px dotted #c7b299;
	border-bottom:1px dotted #c7b299;
	padding:5px;
	padding-right:10px;
	vertical-align:top;
	background-color:#fbf7ec;
	margin:0px;
}

.conf_program td.event {
	vertical-align:top;
	padding: 5px;
	padding-left:10px;
	margin:0px;
	border-bottom:1px dotted #c7b299;
}

.conf_program p {
	margin-top:-2px;
}

.conf_program td.event > ol > li {
	margin-left:-20px;
	border-top:1px dotted #dddddd;
	padding-top:5px;
}


.conf_program .author {
	font-size:9px;
	color:gray;
}



/*******************/
/* page containers */
/*******************/

/* container to center entire page, but not text */
#centering_container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* container for title area with logo, etc. */
#top_container {
	position:relative;
	padding-top:20px;
	padding-bottom:30px;
}

/* container for bottom area with copyright, etc. */
#bottom_container {
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	text-align:right;
	font-size:9px;
	color:gray;
}

/* container for positioning of content area inside the main area */
#content_container {
	background-image:url(../images/bg_main_topleft.gif);
	float:left;
	height:auto;
	position:relative;
	left:-1px;
}

/* actual content area with right border */
#content_area {
	width:100%;
	min-height:450px;
	background:url(../images/bg_main_right.gif) top right repeat-y;
	position:relative;
	right:-5px;
	height:auto;
}

/* actual content goes here */
#content {
	padding-left:25px;
	height:auto;
}

/* top right rounded corner */
#content_topright {
	background:url(../images/bg_main_topright.gif) top right no-repeat;
	position:relative;
	right:-5px;
	height:25px;
}

/* bottom left rounded corner */
#content_bottomleft {
	background:url(../images/bg_main_bottomleft.gif) bottom left no-repeat;
	position:relative;
	top:5px;
}

/* bottom right rounded corner */
#content_bottomright {
	background:url(../images/bg_main_bottomright.gif) bottom right no-repeat;
	position:relative;
	right:-5px;
	margin:-5px 0 0 0;
}



/***********************/
/* main navigation bar */
/***********************/

/* container for navigation bar */
#nav {
	border-top:1px solid #c7b299;
	float:left;
	position:relative;
	z-index:1;
}

/* remove space where bullets would be */
#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

/* nav buttons */	
#nav li {
	border:1px solid #c7b299;
	border-top:0px;
	border-left:0px;
	background-color:#fef7ed;
}

/* Hacks to create menu lines and fix menu spacing in IE6 - Hides from IE5-mac \*/
* html #nav li { height:0; }
* html #nav li a { height:0; }

/* current page */
#nav li.current {
	background-color:white;
	border-right-color:white;
}

/* styling each button */
#nav li a {
	color:#8e5f16;
	text-decoration:none;
	padding-left:10px;
	padding-top:15px;
	padding-bottom:15px;
	border-left:10px solid #6b8a99;
	display:block;
	font-family: "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
}

/* browser hack equivalent to width: 100% above */
html>body #nav li a {
	width: auto;
}

/* current page */
#nav li.current a {
	color:#005172;
	border-left:10px solid #B06F00;
}

/* rollover effect */
#nav li a:hover {
	background-color:white;
	border-left:10px solid #005172;
}

#nav li.current a:hover {
	color:#005172;
	border-left:10px solid #B06F00;
}



/**************************/
/* submenu navigation bar */
/**************************/

#submenu {
	float:left;
}

/* remove space where bullets would be */
#submenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

/* styling each button */
a.submenu {
	color:#8e5f16;
	text-decoration:none;
}

/* rollover effect */
a.submenu:hover {
	color:#005172;
}

a.submenucurrent {
	color:#005172;
	text-decoration:none;
}

#subcontent {
	padding-top:5px;
	border-left:1px solid #c7b299;
	height:auto;
	float:left;
}

.subclearbottom {
	clear:both;
}



/***************/
/* font styles */
/***************/

p {
	line-height:20px;
}

blockquote {
	line-height: 20px;
}

#content li {
	line-height:20px;
	padding-bottom:5px;
}

a:hover {
	color:#005172;
}

a {
	color:#B06F00;
}

h1 {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	font-family: "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:100;
	color:#990000;
}

h2 {
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	color:#005172;
}

h3 {
	font-size:12px;
	font-weight:normal;
	color:#005172;
	padding-top:10px;
}

blockquote {
	background-image:url(../images/quote2.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	margin-left:15px;
}

.footnotes {
	font-size:10px;
	color:#999999;
	border-top:1px solid gray;
	margin-top:20px;
	padding-top:10px;	
}

.footnotes li {
	margin-left:-20px;
	line-height:11px;
	padding:0px;
}

.footnotes a {
	color:#999999;
}

.smallfont {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

sup {
	font-size:10px;
	color:#999999;
}

#header_search {
	border:1px solid #c7b299;
	background-color:white;
	height:20px;
	vertical-align:bottom;
	width:210px;
}

#header_search .header_search_input {
	border:0px;
	font-size:12px;
	width:155px;
}

#header_search .header_search_submit {
	border:0px solid #c7b299;
	border-left-width:1px;
	color:#b26f00;
	padding:0px;
	text-decoration:none;
	font-size:10px;
	background-color:white;
	height:20px;
	padding-left:2px;
	padding-right:2px;
}

#header_search .header_search_submit:hover { 
	background-color:#b26f00;
	color:white;	
}

#header_search_table {
	background-color:white;
	border:1px solid #c7b299;
}

#header_search_textinput_td {
	width:155px; 
	background-color:white;
	border-width:0px;
}

#header_search_textinput {
	border-width:0px; 
	background-color:white;
	color:#999999;
}

#header_search_submit_td {
	background-color:white;
	border:1px #c7b299 solid;
}

#header_search_submit {
	border:0px solid #c7b299;
	color:#b26f00;
	text-decoration:none;
	background-color:white;
}

#header_search_submit:hover { 
	background-color:#b26f00;
	color:white;	
}


/***************/
/* form styles */
/***************/

input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	float:left;
}

label {
	display:block;
	width:75px;
	height:25px;
	padding-right:25px;
	float:left;
	text-align:right;
	color:black;
}

input {
	display:block;
	float:left;
}

form br {
	clear:both;
}

form h3 {
	font-size:12px;
	font-weight:normal;
	color:#005172;
	background-color:#fbf7ec;
	width:100%;
	padding:3px;
	margin-top:10px;
}

.instr {
	margin-left:315px;
	padding:2px;
	border:1px solid #666666;
	background-color:#FFFEE1;
	display:none;
	visibility:hidden;
	position:absolute;
	z-index:1;
	float:left;
	color:#666666;
	font-size:9px;
	vertical-align:top;
}


.suggested_words {
	color:#666666;
	padding-top:10px;
	display:block;
	font-size:9px;
}

.your_words {
	color:#009900;
	padding-top:10px;
	display:block;
	font-size:9px;
}

#abstract_submit_form p {
	line-height:normal;
	padding-top:5px;
	padding-bottom:10px;
	width:400px;
}



/*******************************/
/* code for conference banners */
/*******************************/

.codetextarea {
	width:250px;
	height:100px;
	overflow:hidden;
}



/************************/
/* code for fact sheets */
/************************/

.fsdiv {
	border-top:1px dotted #c7b299; 
	padding-top:5px;
}

.default .fsth {
	padding-top:12px;
	padding-bottom:35px;
}

.wide .fsth {
	padding-top:12px;
	padding-bottom:10px;
}

.wider .fsth {
	padding-top:12px;
	padding-bottom:10px;
}


/****************/
/* library_beta */
/****************/

.LV_validation_message{
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}



#add_resource_form label {
	height:35px;
	width:100px;
}



#add_resource_form_container_container .next-link {
	text-align:right;
	padding-right:20px;
	text-decoration:underline;
	font-size:14px;
	color:#b26f00;
	position:inline;
}

#add_resource_form_container_container {
	border:1px solid #c7b299; 
	//padding:10px; 
	//height:500px;
	position:relative;
	display:block;
}

#add_resource_form_container_container > div {
	//left:20px;
	top:10px;
	//width:95%;
	width:100%;
	display:block;
	position:absolute;
}

#add_resource_form_container ul {
	list-style:none;
	margin-left:-25px;
	width:100%;
	background-color:#CCFF33;
}

#add_resource_form_container ul li {
	float:left;
	border-right:2px solid white;
}

#add_resource_form_container ul li a {
	padding:5px;
	background:#c7b299;
	color:white;
	height:25px;
	font-size:14px;
	text-decoration:none;
}

#add_resource_form_container ul li a:hover, #add_resource_form_container ul li a.current {
	background-color:#b26f00;
}

#authors a {
	background:none;
	float:none;
	position:inline;
}



#add_resource_menu_container {
	width:100%;
	background-color:#c7b299;
	padding:10px 0px;
}

#add_resource_menu_container div {
	display:inline;
}

#add_resource_menu_container div a {
	padding:4px 8px;
	margin:2px;
	background:#6a5e4e;
	color:white;
	font-size:14px;
	text-decoration:none;
	font-weight:100;
}

#add_resource_menu_container div a:hover, #add_resource_menu_container div a.current {
	background-color:#b26f00;
}

#add_resource_menu_container ul {
	list-style:none;
	margin-left:-25px;
}

#add_resource_menu_container ul li {
	float:left;
	border-right:2px solid white;
	margin:0px;
	padding:0px;
}

#add_resource_menu_container ul li a {
	padding:2px;
	margin:2px;
	background:#c7b299;
	color:white;
	font-size:14px;
	text-decoration:none;
}

#add_resource_menu_container ul li a:hover, #add_resource_menu_container ul li a.current {
	background-color:#b26f00;
}



#add_resource_form_container2 label {
	height:35px;
	width:100px;
}

#add_resource_form_container2 .next-link {
	text-align:right;
	padding-right:20px;
	text-decoration:underline;
	font-size:14px;
	color:#b26f00;
	position:inline;
}

#add_resource_form_container2 {
	position:relative;
	display:block;
}

#add_resource_form_container_container > div {
	width:100%;
	display:block;
}

#authors a {
	background:none;
	float:none;
	position:inline;
}




#library_search {
	border:1px solid #c7b299;
	background-color:white;
	height:20px;
	vertical-align:bottom;
	width:310px;
}

#library_search .library_search_input {
	border:0px;
	font-size:12px;
	width:255px;
}

#library_search .library_search_submit {
	border:0px solid #c7b299;
	border-left-width:1px;
	color:#b26f00;
	padding:0px;
	text-decoration:none;
	font-size:10px;
	background-color:white;
	height:20px;
	padding-left:2px;
	padding-right:2px;
	width:50px;
}

#library_search .library_search_submit:hover { 
	background-color:#b26f00;
	color:white;	
}

#library_search_table {
	background-color:white;
	border:1px solid #c7b299;
}

#library_search_textinput_td {
	width:255px; 
	background-color:white;
	border-width:0px;
}

#search_term {
	width:255px; 
	background-color:white;
	border-width:0px;
}

#library_search_textinput {
	border-width:0px; 
	background-color:white;
}

#library_search_submit_td {
	background-color:white;
	width:50px;
	border:1px #c7b299 solid;
}

#library_search_submit {
	border:0px solid #c7b299;
	color:#b26f00;
	text-decoration:none;
	background-color:white;
}

#library_search_submit:hover { 
	background-color:#b26f00;
	color:white;	
}

.librarysearchresults {
	width:100%;
	margin:0px;
}

.librarysearchresults td {
	
	padding:8px;
	line-height:16px;
}

.library_current_row {
	background-color:#fbf7ec;
	border:1px solid #c7b299;
}

.library_row {
	background-color:#FFFFFF;
}

.summaryrow p {
	line-height:normal;
	padding-right:10px;
}

a.resourcelink {
	cursor:pointer;
	font-size:11px;
	text-decoration:underline;
}


.browsetopic {
	color:black;
	text-decoration:none;
}

.browsetopic:hover {
	text-decoration:underline;
	color:#005172;
}


/**************/
/***projects***/
/**************/

a.projectsreadmore, a.projectsclose {
	cursor:pointer;
	text-decoration:underline;
}


.projects_header {
	border:1px solid #b84834; 
	background:#fcf6ea;
}

.projects_header_blue {
	border:1px solid #005172; 
	background:#fcf6ea;
}

.projects_header_gold {
	border:1px solid #B06F00; 
	background:#fcf6ea;
}

.projects_header .img_container, .projects_header_blue .img_container, .projects_header_gold .img_container {
	margin:0px;
}

.projectstoryintro, .projectstoryintro_blue, .projectstoryintro_gold {
	padding:16px; 
	border-top:5px solid #b84834; 
	color:#666666; 
	font-size:12px; 
	line-height:20px;
}

.projectstoryintro_blue {
	border-top:5px solid #005172; 
}

.projectstoryintro_gold {
	border-top:5px solid #B06F00; 
}


.projectsfullstory img {
	float:right;
	padding:6px 0px 10px 16px;
}

.projectscontainer {
	background-image:url('../images/projects_linedivider_bg.jpg');
	background-repeat:repeat-y; 
	margin-top:10px;
}

.projects_leftcol {
	width:400px;
	float:left;
}	

.projects_leftcol_intro {
	font-weight:bold;
}

.projects_topborder {
	border-top:1px dotted #c5aa8f; 
	margin-top:26px; 
	padding-top:26px;
}

.projects_topborder .smallfont {
	font-weight:normal;
	color:black;
	text-align:center;
}

.projects_rightcol {
	width:200px;
	float:right;
}

.projects_rightcol ul li {
	margin-left:-24px;
}


/***************/
/***wordpress***/
/***************/

#wp-sidebar h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#005172;
	padding-top:20px;
	padding-bottom:10px;
}


#wp-content h2 {
	padding-top:14px;
}

#wp-content h2 a {
	color:#005172;
	text-decoration:none;
}

#wp-content h2 a:hover {
	color:#B06F00;
	text-decoration:underline;
}

.wp-timecat {
	color:#999999;
	border-top:1px dotted #999999;
	padding-top:6px;
	text-align:right;
}

.wp-timecat a {
	color:#999999;
}

.wp-timecat a:hover {
	color:#005172;
}

#wp-sidebar ul {
	list-style:inside;
	margin:0px;
	padding:0px;
	color:#8e5f16;
}


/* styling each button */
#wp-sidebar a {
	color:#8e5f16;
	text-decoration:none;
}

/* rollover effect */
#wp-sidebar a:hover {
	color:#005172;
}


/*** Align box ***/

img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}


