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

body {
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
	font-size: 12px; 
	margin-top: 43px;
    padding: 0;
	background:#FFFFFF url(../images/bgGradient.jpg) 0 0 repeat-x; 
}

ul, ol { list-style: square inside; color:#CC0000;}
p, li, h { color: #000000; line-height: 1.55em; list-style-position: outside;}

caption, th { text-align: left; }

p { font-size: 12px; }
h1 { font-size: 1.4em; }
h2 { font-size: 14px; }
h3 { font-size: 12px; font-weight: normal; margin: 12px 0 -12px 0;}
h4 { font-size: 12px; font-weight: bold; color:#FFFFFF; line-height: 14px; padding: 5px; margin: 0px;}
h5 { font-size: 1.0em; color:#FFFFFF; line-height: 1.1em; padding: 5px; background-color:#f16422; text-align: left;}
h6 {  color: #cc0000; font-size: 14px; text-align: left; padding: px 0px 0px 10px; margin: 0; background: url(../images/bgSubHdr.gif) 0 0 no-repeat; height: 32px;}

a:link     { color: #000000; text-decoration: underline;}
a:active   { color: #000000; text-decoration: underline;}
a:visited  { color: #000000; text-decoration: underline;}
a:hover    { color: #CC0000;}

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

.red { color: #CC0000;}
.style2 {font-size: 14px; line-height:normal;}
.style4 {font-size: 14px;color: #FF6600; font-weight: bold;}
.style6 {font-size: 16px;color: orange;}
.style8 {font-size: 14px;}
.style9 {font-size: 12px;color: #FF6600;}
.style15 {font-size: 11px;}
.small {font-size: 10px;}

.agenda1 {background-color: #D7D7D7;}
.agenda2 {background-color: #CCCCCC;}
.agenda3 {background-color: #EEEEEE;}
.agendaday {background-color: #f6c188;}

/********************************************************
* Background Image --                           	    *
********************************************************/

#topBkg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1008px;
	height: 217px;
	margin-left: -504px;
	z-index: 1;
	background: url(../images/bg.jpg) 0 0 no-repeat;
}

/********************************************************
* Wrapper --                                 			*
********************************************************/

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

/********************************************************
* Header --                                 			*
********************************************************/

#header {

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

/********************************************************
* Topnav --                                 			*
********************************************************/

#topnav {
/*	text-transform: uppercase;
*/	text-align: center;
    width: 775px;
    height: 31px;
	background-image:url(../images/navBg.gif);
	list-style: none;
}

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

#topnav li {
	z-index: 800;
    position: relative;
    float: left;
	font-size: 12px;
	font-weight: bold;
}

#topnav a {
    display: block;
    padding: 6px 2px;
    height: 18px;
}

#nav-home { width: 55px;border-right: 1px dotted #fddeb1; }
#nav-register { width: 75px;border-right: 1px dotted #fddeb1;}
#nav-agenda { width: 70px; border-right: 1px dotted #fddeb1;}
#nav-sessions { width: 80px; border-right: 1px dotted #fddeb1;}
#nav-speakers { width: 75px; border-right: 1px dotted #fddeb1;}
#nav-venue { width: 110px; border-right: 1px dotted #fddeb1; }
#nav-contact { width: 65px; border-right: 1px dotted #fddeb1;}
#nav-sponsors { width: 75px; border-right: 1px dotted #fddeb1; }
#nav-conference { width: 125px; border-right: none;}

#topnav li a:link     { color: #ffffff; text-decoration: none; }
#topnav li a:active   { color: #ffffff; text-decoration: none;  }
#topnav li a:visited  { color: #ffffff; text-decoration: none;  }
#topnav li a:hover    { background-color: #CC0000; color: #ffffff;}

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

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

#topnav li li {
    background-color: #CC0000;
    border: dotted #fff;
    border-width: 0 1px;
	font-size: 12px;
	font-weight: bold;
	clear: left;
}

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

#topnav li ul a:link     { color: #ffffff; text-decoration: none;  }
#topnav li ul a:active   { color: #ffffff; text-decoration: none; }
#topnav li ul a:visited  { color: #ffffff; text-decoration: none;  }
#topnav li ul a:hover    { background-color: #FFFFFF; color: #CC0000; }

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


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

.bullet {
	color: #000000; 
	font-size: 1.1em;
	font-family: Verdana, Arial, san-serif;
}

ul.bullet {
	list-style-type: inherit;
	list-style-image: inherit;
	/*list-style-position: inside;*/
	font-size: 1.1em;
}


.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 {
	z-index:  2;
	position: relative;
	width: 95%;
	min-height: 100px;
	clear: both;
	padding: 5px 10px;
	margin:  0px;
	border: 1px dotted #FF9900;
}

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

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

} 


.imageLeft{
	z-index:  1;
	float: left;
	display: block;
	position: relative;
	padding: 0px 10px 0px 0px;
	margin:  0px 20px 0px 0px;
	border-right: 1px dotted #f8ab4d;
	/* 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;
}

#spacer {
 clear: both;
}

/********************************************************
* Picture & Caption --                        			*
********************************************************/
	
#picLeft{
z-index:  1;
float: left;
display: block;
position: relative;
padding: 0px 10px 0px 0px;
margin:  0px 20px 0px 0px;
}	


#picRight{
z-index:  1;
float: right;
display: block;
position: relative;
padding: 0px 0px 0px 10px;
margin:  0px 0px 0px 20px;
}	
	
	
#picandcaption {
	position: relative;
	margin: 4px;
	border: 1px solid #ccc;
	text-align: center;}
		
#picandcaption img {
	margin: 2px 2px;
	border: 0;}
	
#picandcaption div {
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	background: #f2f2f2;
	border-top: 1px solid #ccc;
	padding: 2px 2px;
	text-align: left;}			


/********************************************************
* Quote --                                  			*
********************************************************/

#quoteLeft{
 float: left;
 display: block;
 position: relative;
 padding: 0px 10px 0px 0px;
 margin:  6px 6px;
 border-right: 1px dotted #f8ab4d;
}

#quoteRight{
 float: right;
 display: block;
 padding: 0px 0px 0px 10px;
 margin:  0px;
 border-left: 1px dotted #f8ab4d;
}

/********************************************************
* Content --                                 			*
********************************************************/

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


/********************************************************
* Maincol --                                 			*
********************************************************/

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

#agenda {
    background-color: #FFFFFF;
	width: 735px;
    text-align: left;
    padding: 12px 20px;
	margin: 0;
	border-right: 1px solid #f8ab4d;
}

/********************************************************
* Rightcol --                                 			*
********************************************************/

#rightcol {
	color: #FFFFFF;
    float: left;
    width: 254px;
    text-align: left;
    padding: 0px;
    display: inline; /* fix IE */
}

/********************************************************
* Rightcommittee --                             		*
********************************************************/

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

#rightcommittee p {
 	color: #FFFFFF;
	font-size: 12px;
}

#rightcommittee a:link {color: #ffffff; text-decoration: underline; }
#rightcommittee a:active {color: #ffffff; text-decoration: underline; }
#rightcommittee a:visited {color: #ffffff; text-decoration: underline; }
#rightcommittee a:hover {color: #ffffff; text-decoration: none; }

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

#footer {
	font-size: 10px;
	clear: both;
	color: #ffffff;
	background: url(../images/bgFooter.jpg) 0 0 no-repeat;
	height: 144px;
	width: 775px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #ffffff;
}

#footerPadding { padding-top: 20px;}

#footer a:link     { color: #ffffff; text-decoration: underline; }
#footer a:active   { color: #ffffff; text-decoration: underline; }
#footer a:visited  { color: #ffffff; text-decoration: underline; }
#footer a:hover    { color: #CC0000; text-decoration: underline; }

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