
* { padding: 0; margin: 0; }
html, body { height: 100%; }
body { margin: 0; }
/************************* Main Div styles ***************************/
#main { max-width: 1024px;
        min-width: 480px;
        width: 90%;
        margin: 4px auto 0 auto;
        padding:10px  20px 0 0;
        border: none; 
	background-color: #fffffe; /* main page background */
	}
#screen {background: white; 
	background-color: #fffffe; /* main page background */
        border: none; 
	padding:2px 10px 0px 0;
	}

#wrappertop {display: block; width: 100%; height: auto; }

/* can use height: auto in header to remove the gap (at least in FF); might also have to set margin and padding to 0 in wrappertop */
#header {display: block;  width: 100%; height: auto; margin: 0; padding: 0; }

#frame_right {  /* contains the text portion of the page  */
	margin-left:0; background:#F5F8FA; padding:15px;
	top: -2em;
	text-align: left;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: #701d27;
	background-color: #fffffe; /* main page background */
}
#footer { border-top:2px dotted #B74E07;
	 background-color: #244444; /* main page background */
	 border:none;
}
#navbarwrap { position: relative; z-index: 2;
		top: -2em; 
/*		background-color: #701d27;  */
		background-color: #7ea3db;
		width: 65%; 
		height: 24px; 
		padding: -15px;
		margin-left: 0px;
		border-width: 1px 1px 1px 1px; 
		border-style: none;
		border-color: red;
} 

/* from wordpress */
#nav-bottom-menu {
        position:relative;
        z-index: 5;
}

#navbar { /*currently unused */ }
#nav { z-index: 3; }
#leftbar { /* use for vertical navigation */ 
		position: absolute;
		width: 160px;
/*		height: 100%; */
		height: auto;
		left: 0;
		top: 600px;
		margin-top: -420px; /* changed from height:auto value; -420px not enough with an abstract present */
/* with margin-top: auto the Quick Links material goes further down, clear past all text in middle column. */
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
}
#content {
		width: 450px; /* was 590px */
		height: auto;
		margin: -50px 0 0 6px;
        	padding: 0px;
		font-size: 1em;
}
.text {
		margin: -40px 14em 0 0;
		width: auto;
		height: auto;
		clear: both;
}

#img_right { position: relative; 
		top: -50px;
		left: 650px;
		width: 20%; 
		height: 20%;
		margin:0;
		background-color: #cee0ef;
}

/******************** Heading styles ********************/
h1 { /*       display: none;  */ }
h2 {  /* use for page titles */
		margin: 0;
		padding: 0 0 10px 0;
		display: block;
}
h3 {
		margin: 0;
		margin-bottom: -1em;
		padding: 4px 0;
}
h3 a:link, h3 a:visited, h3 a:active  { }
h3 a:hover  { }
h4 {
	margin: 0;
	margin-bottom: -1.2em;
}
h5 {
	margin: 0;
}
/************************ Vertical Navbar Styles *****************************/
.nav_vertical ul {
     list-style: none;
     font-weight: normal;
     font-size: 12px;  /* have tried 14px */
     margin: 2px 4px;
     width: 80%;
     height: auto;
     padding: 0;
   /*  background-color: #addefc;  */
     background-color: #cee0ef; 
     color: white;
     position: relative;
     clear: none;
}

/* for special non-list items */
.vert_link {
	padding:  1px 0;
	display: block;
	margin: 1px 0;
	width: 100%;
} 
.nav_vertical ul li {
	text-align: left;
	text-decoration: none; 
	margin: 1px 0;
} 
/************* Vertical Navbar Links ***************/
.nav_vertical a:link, .nav_vertical a:visited, .nav_vertical a:active { 
	background-color: inherit;
        color: blue;
        text-decoration: none;
	padding: 2px 4px;
	display: block;
	border: none  1px #939393; 
} 
.nav_vertical a:hover {
	background-color: inherit;
	padding: 2px 4px;
	display: block;
	border: none  1px white; 
} 
.active { /* use to highlight the link to the page currently in use */
	padding: 2px 4px;
	display: block;
	border: solid 1px #939393; 
} 
/************************ Miscellaneous divs and elements *********************************/
img { border-width: 0; }
/************************* Inline Text Styles ***************************/
.title {  /* use for image_info page titles */
	margin: 0;
	padding: 4px 0;
	display: block;
}
.nav_head { /* use for large vertical navigation headings */
	padding:  2px 4px 2px 8px;
	display: block;
}
.nav_head2 { /* use for smaller vertical navigation headings */
        font-family: Times, serif;
        font-size: 1.25em;
        font-weight: bold;
	width: 80%;
	margin:0;
        padding:  2px 4px 2px 2px;
	position: relative;
	clear: none;
        display: block;
}
.nav_head a:link, .nav_head a:visited, .nav_head a:active, .nav_head2 a:link, .nav_head2 a:visited, .nav_head2 a:active    {
}
.nav_head a:hover, .nav_head2 a:hover   {
}
/************************* Basic Link styles ************************************/

/*************************  Top Navigation Styles ************************* 
	 by Suckerfish Dropdowns (http://www.alistapart.com/articles/dropdowns) */
	 
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: list-item;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal; 
	background-color: #CCCCCC;
	color: inherit;
}
		

/********* First layer *********/
li:hover ul, li.over ul {
	display: block;
}
		
#nav a:link, #nav a:visited, #nav a:active { 
	background-color: inherit;
	color: white;
	text-decoration: none;
}

#nav a:hover {
/*	background-color: inherit;  */
	background-color: inherit;
/*	color: #d1a797;     */
	color: #d1a797;
	text-decoration: none;
}
		
#nav li {
	position: relative; 
	float: left;
	background-color: inherit; 
	/*background-color: #701d27;  */
	width: auto;
	height: auto;
	text-align: left;
	cursor: default;
	vertical-align: middle;
	display: block;
	margin: 0;
	padding: 5px 2px 0px 2px; /* increased top dimension since width now 24px instead of 20px */
	font-size: 12px; /* increased from 11px */
}
				
/********* Second layer *********/

#nav li li {
	width: 268px;
	height: auto;
	float: none;
	background-color: white;
	color: inherit;
	text-align:left;
	top:.2em;  /* JGC added - governs padded (grey) area at top of drop-down*/
	/*	* top: 26px;  JGC - asterisk, for IE - doesn't seem to do anything?*/
	padding: 0;
	padding: 2px 4px;
	padding-top: 1px;
	border-top: 1px solid #701d27;
	border-right: 1px solid #701d27;
	border-bottom: 1px solid #701d27;
	border-left: 1px solid #701d27;
	display: block;
	font-size: 11px;
}

#nav li li a:link, #nav li li a:visited  {
	font-weight: normal;
/*	color: black;		  */
/*	background-color: white;  */
	background-color: white;
	color: black;
	text-align:left;
	padding: 2px 4px 2px 8px; 
	display: block;
}

#nav li li a:hover, #nav li li a:active {
	font-weight: bold;
	color: #701d27;
/*	background-color: white;  */
	background-color: #bedfc4; /* JGC - 20080717 */
	text-align:left;
	background-image: url(../img/auxil/arr_nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: solid blue;
	display: block;
}

/* JGC For a third layer, try adding this, from
 http://www.emanuelblagonic.com/2006/10/11/create-your-own-drop-down-menu-with-nested-submenus-using-css-and-a-little-javascript/#comments
*/

#nav li ul {
	position:absolute;
	margin-top:-0.5em;
	margin-left:0.5em; /* _supposed_ to be for IE? */
	display:none;
}

#nav ul li ul {
	margin-top:-1em; /* was -0.25em; -1em looks better */
	margin-left:15em; 
}

/* SHOW SUBMENU 1 */
#nav li:hover ul, #nav li.over ul {
	display:block;
}

#nav li:hover ul ul, #nav li.over ul ul {
	display:none;
}

/* 20080713 - 4 Layers */

#nav li li ul ul {
        position:absolute;
        margin-top:-0.5em;
        margin-left:0.5em; /* _supposed_ to be for IE? */
        display:none;
}

#nav li li ul ul {
        margin-top:-0.25em;
        margin-left:15em;
}

/* use the :hover pseudo-class */
#nav li li:hover ul ul {
	display:none;
}

/* ---------------------- */

/* more from Emanuel */
#nav a {
	display:block;
	border-right:1px solid #fff;
	background:inherit; /* this was a problem in IE when a color was set */
	color:#3B3B3B;
	text-decoration:none;
	padding:0 10px;
}
#nav a:hover {
	background-color:#5798B4;
	color:#fff;
}
#nav ul {
	border-top:1px solid #fff;
}
#nav ul a {
	border:none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	background:#AEC245;
}


/* SHOW SUBMENU 2 */
#nav ul li:hover ul, #nav ul li.over ul {
	display:block;
}

/* SHOW SUBMENU 3 */
#nav ul ul li:hover ul, #nav ul li.over ul {
	display:block;
}


/*
#nav {
        z-index:1;
}
*/

#nav ul {
        z-index:4;
}
#nav ul ul {
        z-index:5;
}
#nav ul ul ul {
        z-index:6;
}



	/************************* Footer styles ************************************/
#footbarwrap {
	clear: both;
	position:relative;
	float:center;
	border-top:1px dotted #B74E07;
/*	background-color: #701d27; */
	background-color: #222222;
     /*   color: #d1a797; */
        color: #49a0ef;
	width: 700px;
	height: auto;
	margin: 0;
	margin-left: 8%;
	margin-top: auto;
	margin-bottom: 0;
	padding: 0;
	border-width: 1px 1px 0px 0;
	border-style: solid;
        border-color: white;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;

} 
p.footer {
	text-align: center;
        margin: 2px 2px 2px 0;
        padding: 0em;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
}

/* from various JGC style files */
TABLE.speaker {
position: relative;
display: block;
height: 100%;
padding: 0;
margin-top: 0.5em;
line-height: 100%;
border: 0;
border-collapse: collapse;
clear: none;
} 
TABLE.speaker2 {
position: relative;
display: block;
height: 90%;
padding: 0;
margin-top: 0.5em;
line-height: 90%;
border: 0;
border-collapse: collapse;
overflow: visible;
/* clear: none; */
} 

ul.panel li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  list-style-type: none
  }
ul.panel a {
  text-decoration: none 
  }

.notice
   {
   }
/* new */
.linews
  {
  margin: 6px 0;
  padding:0;
  display:block
  }
.indented1
{
padding-left: 10pt;
padding-right: 10pt;
}
.indented2
{
padding-left: 10pt;
padding-right: 100pt;
padding-bottom: 6px;
}
.indented2a
{
font-size: 140%;
padding-left: 10pt;
padding-right: 100pt;
padding-bottom: 6px;
}
.indented2b
{
margin-left: 1em;
font-size: 100%;
padding-left: 10pt;
padding-right: 100pt;
padding-bottom: 6px;
}
.indented2c
{
margin-left: 0em;
font-size: 160%;
padding-left: 10pt;
padding-right: 10pt;
padding-bottom: 6px;
}
.indented3
{
padding-left: 10pt;
padding-right: 90pt;
}
.indented4
{
padding-left: 10pt;
padding-right: 80pt;
}
.indented6 {
  border:  none;
  margin-left: 0px;
  margin-right: 60px;
  margin-top: 0.5em;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
.indented7 {
    display: inline;
    font-size: 110%;
    position: relative;
}
.indented8 {
	display: inline;
}
.indented9 {
	position: relative;
	display: block;
}
p.titles {white-space: nowrap; text-indent: 0em; margin-left: 8em; margin-top: .3em; font-size: 110%;font-style: italic; font-weight: bold; color: black}
span.titles {width: 100%; height: 100%; white-space: nowrap; text-indent: 0em; font-family: Garamond, "Times New Roman", serif;font-size: 120%;font-style: italic; font-weight: bold; color: #663300}
div.titles {white-space: nowrap; text-indent: 0em; margin-left: 8em; margin-top: .3em; font-family: Garamond, "Times New Roman", serif;font-size: 120%;font-style: italic; font-weight: bold; color: blue}
span.specnotice {white-space: nowrap; text-indent: 0em; font-family: Garamond, "Times New Roman", serif;font-size: 160%;font-style: italic; font-weight: bold; color: green}
span.cancelnotice {white-space: normal; position: relative; top: -0.5em; margin-left: 2em; text-indent: 6em; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 100%; font-style: italic; font-weight: bold; color: red}
div.cancelnotice {position: relative; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 100%; font-style: italic; font-weight: bold; color: red}
p.cancelnotice {white-space: normal; position: relative; top: -0.5em; margin-left: 3em; text-indent: 0em; margin-bottom: -1em; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: x-small;font-style: italic; font-weight: bold; color: red}
div.prizedesc {white-space:normal; text-indent: 2em; font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; font-size: 90%;font-style: normal; font-weight: normal; color: black}
div.presidents {white-space:normal; text-indent: 1em; font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; font-size: 90%;font-style: normal; font-weight: normal; color: black}
div.history {white-space:normal; text-indent: 1em; font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; font-size: 90%;font-style: normal; font-weight: normal; color: black}

a.intext:link {color:blue;text-decoration: underline}
a.intext:hover {color:red; background: white;text-decoration: underline}
a.intext:visited {color:blue;text-decoration: underline}

.textpromote {
  margin: -40px 14em 2em 0;
 /* margin:  0px 4em 2em 2em;  */
  text-indent: 2em;
  color: blue; 
  width: auto;
  height: auto;
  clear: both;
 }

.textpromote2 {
  margin: 1em 0em 0em 0;
 /* margin:  0px 4em 2em 2em;  */
  text-indent: 2em;
  color: black; 
  width: auto;
  height: auto;
  clear: both;
 }

p.textpromote {
  margin: inherit;
  /* margin: 2em 4em 0em 8em; */
 }

p.textpromote2 {
  margin: inherit;
  /* margin: 2em 4em 0em 8em; */
 }

/* Fix IE. Hide from IE Mac \*/
* html ul li ul li { float: left; height: 1%; }
* html ul li ul li a  { height: 1%; }
/* End */
