/********************************************************
*                                        			    *
* Base styles --                          			    *
*                                        			    *
********************************************************/

body {
    font-size: 62.5%;
    font-family: Verdana, Arial, san-serif;
    padding: 0px;
	margin: 0px;
	background: url(../images/bg.gif) 0 0 repeat; 
}

p, li, h { color: #000000; line-height: 1.5em;}

p, li { font-size: 1.1em; }
h1 { color: #157583; font: bold 12px Arial, sans-serif; text-align: left; border-bottom: 2px solid #157583; background: #c3d9dc; margin: 0px; padding: 10px 10px 5px 10px; }
h2 { font-size: 14px; color:#43acb7; border-bottom: 2px dotted #c3d9dc; padding-bottom: 4px; text-align: center; margin-top: 20px;}
h3 { font-size: 1.1em; color: #666666; border: 1px dotted #666666; padding: 2px 4px; text-decoration: none;}
h4 { font-size: 1.2em; color: #ffffff; background-color: #a2ccd1; line-height: 1.2em; border: 1px dotted #43acb7; padding: 4px; font-weight:normal; }
h5 { font-size: 1.1em;}
h6 { font-size: 1.1em; line-height: 1.1em; border-bottom: 1px dotted: #cccccc; display: block; margin: 0; padding: 0;}

a:link     { color: #157583; border-bottom: 1px dotted #157583; text-decoration: none;}
a:active   { color: #157583; border-bottom: 1px dotted #157583; text-decoration: none;}
a:visited  { color: #157583; border-bottom: 1px dotted #157583; text-decoration: none;}
a:hover    { color: #43acb7; border-bottom: 1px dotted #43acb7; text-decoration: none;}

a img {border:0; text-decoration: none;}
a img:hover { border-bottom: none; }

/********************************************************
*                                            			*
* Wrapper --                                 			*
*   Top level site container. Anything not in here is	*
*   background.										 	*
*                                            			*
********************************************************/

#wrapper {
clear: both;
	position: relative;
    width: 775px;
    margin: 0px auto;
	background-color:#FFFFFF;
	z-index: 2;
	border: 1px solid #157583;
}

/********************************************************
*                                            			*
* Header --                                 			*
*   Container for logo and whatever else goes up top. 	*
*                                            			*
********************************************************/

#header {

    width: 775px;
    height: 199px;
	margin: 0px;
	padding: 0px;
    background-color: #FFFFFF;
}

/********************************************************
*                                            			*
* Topnav --                                 			*
*   Container for top navigation.					 	*
*                                            			*
********************************************************/

#topnav {
	text-align: center;
	text-transform: uppercase;
    width: 775px;
    height: 31px;
	background-color:#157583;
}

#topnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
	z-index: 100;
}

#topnav li {
    position: relative;
    float: left;
}

#topnav a {
    display: block;
    padding: 6px 8px;
    height: 18px;
    border-right: 1px dotted #43acb7;
}

#topnav .nav_overview { width: 90px; }
#topnav .nav_agenda { width: 80px; }
#topnav .nav_register { width: 90px; }
#topnav .nav_speakers { width: 90px; }
#topnav .nav_papers { width: 75px; }
#topnav .nav_venue { width: 75px; }
#topnav .nav_committee { width: 100px;}

#topnav li a:link     { color: #fff; text-decoration: none; }
#topnav li a:active   { color: #fff; text-decoration: none; }
#topnav li a:visited  { color: #fff; text-decoration: none; }
#topnav li a:hover    { background-color: #43acb7; color: #fff;}

#topnav li:hover ul, #topnav li.over ul { display: block; }

/* submenus */
#topnav li ul {
    position: absolute;
    display: none;
    top: 29px;
    left: 0;
    margin: 0;
}

#topnav li li {
    background-color: #157583;
/*    border: 1px dotted #fff;
    border-width: 0 1px;
*/	font-size: 1em;
	clear: left;
}

#topnav li ul a {
    display: block;
    padding: 2px 10px;
    height: 20px;
	border: 1px dotted #43acb7;
    border-width: 0 1px 1px 1px;
    color: #fff;
    background-color: #157583;
    text-align: left;
	width: 210px;
}

#topnav li ul a:link     { color: #fff; text-decoration: none; }
#topnav li ul a:active   { color: #fff; text-decoration: none; }
#topnav li ul a:visited  { color: #fff; text-decoration: none; }
#topnav li ul a:hover    { background-color: #43acb7; color: #fff;}

/* miscellany */
#topnav .leftmost { border-left: 1px dotted #43acb7; }
#topnav .topmost { border-top: 1px dotted #43acb7; margin-top: 1px; }
#topnav .bottommost { border-bottom: 1px dotted #43acb7; margin-bottom: 1px; }


/********************************************************
*                                            			*
* Custom --                                 			*
*     													*
*                                            			*
********************************************************/

.smalltext {
font-size: 10px;
color:#333333;
}

.clear {
clear: both;}

#bio {
 height: 50px;
 width: 30px;
 position: relative;
 text-decoration: none;
 border: none;
 margin: 0px;
 padding: 0;
}

 #bio a:link, a:hover {  
 text-decoration: none;
 border: none;
 margin: 0px;
 padding: 0px;}

#container {
	position: relative;
	width: 300px;
	min-height: 100px;
	clear: both;
	padding: 10px 10px;
	margin:  10px;
	border: 1px dotted #c3d9dc;
}
#imageLeft{
 float: left;
 display: block;
 position: relative;
 padding: 0px 10px 0px 0px;
 margin:  20px 20px 5px 0px;
 border-right: 1px dotted #c3d9dc;
 /* text */
 text-align: center;	
 font-weight: bold;
 color: #666666;
}

#imagelogo{
 float: left;
 display: block;
 position: relative;
 padding: 0px 20px 0px 0px;
 margin:  10px 20px 5px 0px;
 border-right: 1px dotted #f16422;
 /* text */
 text-align: center;	
 font-weight: bold;
 color: #666666;
}

/* /* IE hack6 */
html #container { height:1%;
}

 /* IE7/FF hack */
#container:after {
height: 0;
visibility: hidden;
display: block;
content: ".";
clear: both;
}

#spacer {
 clear: both;
}

 /* PICTURE w/CAPTION */
	
div.picandcaption {
	position: relative;
	margin: 4px;
	border: 1px solid #ccc;
	text-align: center;}
		
div.picandcaption img {
	margin: 2px 2px;
	border: 0;}
	
div.picandcaption div {
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	background: #f2f2f2;
	border-top: 1px solid #ccc;
	padding: 2px 2px;
	text-align: left;}			

/********************************************************
*                                            			*
* Content --                                 			*
*   Most of the copy lives here. Note that this 		*
*   container should be subdivided into columns, but	*
*   the background is the column pattern.				*
*                                            			*
********************************************************/

#content {
	/*clear: both;*/
    width: 775px;
    background-image: url(../images/contentBg.gif);
	margin: 0px;
	padding: 0px;
}

/********************************************************
*                                            			*
* Maincol --                                 			*
*   This is the major copy container -- the central		*
*   column between the leftnav and rightcol				*
*                                            			*
********************************************************/

#maincol {
    float: left;
    width: 462px;
    text-align: left;
    padding: 12px 20px;
	margin: 0;
    display: inline;
}

#registerbtn {
	width: 100px;
	text-align: left;
    padding: 10px 0px;
	margin: 0px;
}

#registerbtn p {
	font-size: 1.2em;
	color: #157583;
}

#registerbtn ul {
    margin: 0;
    padding: 0;
    list-style: none;
	overflow: auto;
}

#registerbtn li {
    position: relative;
    float: left;
	margin: 0;
}

#registerbtn a {
	background: url(../images/aarow.gif) 0 0 no-repeat;
	background-position: center left;
    display: block;
    padding: 6px 6px 6px 22px;
	margin: 6px 0px;
    height: auto;
	width: 88%;
    border: 1px dotted #43acb7;
}

#registerbtn a:link     { background-color: #daf2f5; color: #157583;}
#registerbtn a:active   { background-color: #daf2f5; color: #157583;}
#registerbtn a:visited  { background-color: #daf2f5; color: #157583;}
#registerbtn a:hover    { background-color: #ffffff; color: #43acb7; text-decoration: none;}

/********************************************************
*                                            			*
* Rightcol --                                 			*
*   This is the auxiliary right-hand column.			*
*                                            			*
********************************************************/

#rightcol {
    float: left;
    width: 250px;
    text-align: left;
    padding: 10px 10px;
	margin: 0px;
   /*  display: inline; fix IE */
}

/*html ul li a {
width: 1%;
}*/

#rightcol p {
	font-size: 1.2em;
	color: #157583;
}

#rightcol ul {
    margin: 0;
    padding: 0;
    list-style: none;
	overflow: auto;
}

#rightcol li {
    position: relative;
    float: left;
	margin: 0;
}

/*#rightcol li a {
  display: block;
  text-decoration: none;
  padding: 6px;
  height: auto;
  border: 1px dotted #43acb7;

}*/

#rightcol a {
	background: url(../images/aarow.gif) 0 0 no-repeat;
	background-position: center left;
    display: block;
    padding: 6px 6px 6px 22px;
	margin: 2px 0px;
    height: auto;
	width: 88%;
    border: 1px dotted #43acb7;
}

#rightcol a:link     { background-color: #daf2f5; color: #157583;}
#rightcol a:active   { background-color: #daf2f5; color: #157583;}
#rightcol a:visited  { background-color: #daf2f5; color: #157583;}
#rightcol a:hover    { background-color: #ffffff; color: #43acb7; text-decoration: none;}

/*#rightcol li:hover ul, #topnav li.over ul { 
	display: block; }*/


/********************************************************
*                                            			*
* Rightcommittee --                             		*
*   This is the auxiliary right-hand column.			*
*                                            			*
********************************************************/

#rightcommittee {
    float: left;
    width: 233px;
    text-align: left;
    padding: 0px 10px;
    display: inline; /* fix IE */
}

/********************************************************
*                                            			*
* Footer --                                 			*
*                                            			*
********************************************************/

#footer {
	clear: both;
	color: #666666;
	height: 75px;
	width: 775px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
}

#footer a:link     { color: #666666; border: 1px dotted #666666; padding: 2px 4px; text-decoration: none; }
#footer a:active   { color: #666666; borde: 1px dotted #666666; padding: 2px 4px; text-decoration: none; }
#footer a:visited  { color: #666666; border: 1px dotted #666666; padding: 2px 4px; text-decoration: none; }
#footer a:hover    { color: #FFFFFF; border: 1px dotted #FFFFFF; padding: 2px 4px; background-color: #999999; text-decoration: none; }

/********************************************************
*                                            			*
* END --                                 				*
*                                            			*
********************************************************/
