/* CSS Document */
body{
text-align: center;
margin: 0px;
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
background:#5c79A3;
}

#wrapper{
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/content_bg2.gif);
	background-repeat: repeat-y;
	min-height: 500px;
}


#header {
width: auto;
margin: 0px;
background-image: url(images/header.gif);
background-repeat: no-repeat;
height: 144px;
}

#right_content{
	width: 252px;
	float: right;
	margin: 20px 6px 0px 0px;
}

#right_text{
	width: 212px;
	margin: 0px 20px 20px 20px;
	font-size:70%;
	color:#222;
	line-height: 14px;
}

#right_content a:hover {
	text-decoration: none;
}

#content {
	width: 500px;
	float: left;
	margin: 10px 0px 0px 6px;
	border-right: 1px dashed #ccc;
}

#body_text{
	margin: 0px 10px 20px 20px;
	line-height: 18px;
	font-weight: normal;
   font-size:75%;
   color:#222; width:100%;
}

#body_text li{
	padding: 3px;
}

#footer {
width: 700px;
background-image: url(images/content_bg2.gif);
background-repeat: no-repeat;
height: 92px;
clear: both;
}

.footer_text{
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
}

/* IE 6 fixes *************************************************/
* html #right_content {margin-right:3px;}
* html #content {margin-left:3px;}

/* Site Menu *************************************************/
#nav{
	width: 844px;
	float:left; 
	margin-top: 163px; 
	margin-left: 6px;
	z-index:1000;
}

#nav ul{
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 35px;
	font-size: 13px;
	text-align: center;
}

#nav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#nav ul li{
display: inline;
}

#nav ul li a{
	float: left;
	color: #FFFFFF;
	padding: 13px 18px 6px;
	text-decoration: none;
}

#nav ul li a:visited{
color: #FFFFFF;
}

#nav  ul li a:hover, .solidblockmenu li {
color: #FFF;
background-image: url(images/reg_bg.gif);
background-repeat: repeat-x;
background-position: bottom;
}

#nav a.current:link {
color: #302831;
background-image: url(images/nav_hover.gif);
background-repeat: repeat-x;
}
#nav a.current:visited {
color: #302831;
background-image: url(images/nav_hover.gif);
background-repeat: repeat-x;
}

#nav a.current:hover {
color: #302831;
background-image: url(images/nav_hover.gif);
background-repeat: repeat-x;;
}

#nav a.current:active {
color: #302831;
background-image: url(images/nav_hover.gif);
background-repeat: repeat-x;
}

/* Register Now *************************************************/

#nav ul .register a{
color: #FFF;
background-image: url(images/reg_bg.gif);
background-repeat: repeat-x;
background-position: bottom;
font-weight: bold;
margin-left: 17px;
width: 150px;
font-size: 14px;
padding: 13px 18px 6px;
}

#nav ul .register a:hover{
color: #FFF;
background-image: url(images/reg_bg.gif);
background-repeat: repeat-x;
background-position: bottom;
}

#nav ul .register a:visited{
color: #FFF;
}

/* Agenda Menu *************************************************/

.agenda_menu{
	font-size: 14px;
}

.agenda_menu a{
	padding: 5px;
}


a:link {
	color: #0000FF;
}

a:visited {
  color: #3366FF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

table.price{
	border: 2px solid #FFF;
	font-size: 100%;
}

table.price td{
	border: 1px solid #FFF;
}

table.price th{
	text-align: left;
	font-size: 14px;
	border: 1px solid #FFF;
}

table.agenda{
	font-size: 100%;
	border: 1px solid #FFF;
}

td{
	
	border: 1px solid #FFF;
}

.date{
	color: #34478B;
	font-weight: bold;
}

.session{
	background-color: #394C49;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding:5px;
}

h1{
font-size: 16px;
color: #394C49;
line-height:1.3em;
}

h2{
font-size: 14px;
color: #74323E;
}

img.speaker{
	margin-top: 10px;
}

blockquote {
display: block;
width: 210px;
padding: 0 0 0 0px;
}

#quote{
	background-color: #34478B;
	padding: 10px;
	color: #FFF;
	font-size: 14px;
	line-height: 120%;
}

#quote p{
	margin: 0px;
	text-align: right;
	font-size: 12px;
}

