@charset "utf-8";

* {
margin: 0px;
padding: 0px;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fefefe;
}


#container {
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(../images/container-middle.gif);
	background-repeat: no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
	background-position: bottom;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}
#container img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu-top {
	background-image: url(../images/container-top.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu-top a {
	color: #434649;
	text-decoration: none;
}

#menu {
	background-image: url(../images/menubg.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 40px;
}

#menu li {
	float: left;
	list-style-type: none;
}
#menu a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 36px;
	padding-right: 15px;
	padding-left: 15px;
}
#container a:hover {
	color: #330099;
}

	
#sidebar-left {
	float: left;
	width: 180px;
	background-color: #fbd098;
	padding: 5px;
	margin-left: 10px;
	height: 650px;
}
#content li {
	margin-left: 35px;
}
#content ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

#content p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#content {
	padding-top: 10px;
	padding-left: 65px;
	padding-right: 10px;
	padding-bottom: 20px;
	float: left;
	width: 460px;
	display: block;
	height: 100;
}
.redsubtitle {
	font-size: 14px;
	font-weight: bold;
	color:#242565;

}
.blacksubtitle {
	font-size: 14px;
	font-weight: bold;
}
#footer ul {
	margin-left: 50px;
}
.redtext {
	background-color: #e08e23;
	color:#000000
}
#content-full {
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
}
#agenda ul ul {
	margin-left: 30px;
}
.sessiontitle {
	font-weight: bold;
	color:#242565;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #242565;
}
#agenda .sessiontitle {
	padding-top: 10px;
}
.bluetextbold {
	font-weight: bold;
	color:#605ca4;
}
#agenda .bluetextbold {
	padding-top: 10px;
}
.speakername {
	font-weight: bold;
	color: #e08e23;
}

#content-full p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#content-full li {
	margin-left: 35px;
}
#agendamenu td {
	background-color: #fbd098;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#agendamenu a {
	color: #000000;
	font-weight: bold;
}
#sponsors td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
#sponsors {
	padding-bottom: 20px;
}
.bluesubheading {
	font-size: 14px;
	font-weight: bold;
	color: #35377c;
}
#confnews p {
	padding-top: 5px;
	padding-bottom: 5px;
}


#footer {
	height: 35px;
	background-repeat: repeat;
	background-position: bottom;
	clear: both;
}
#extraspace {
	height: 275px;
}

#footer li {
	float: left;
	list-style-type: none;
}
#sidebar-right {
	float: right;
	width: 180px;
	background-color: #fbd098;
	padding: 5px;
	margin-right: 10px;
	height: 850px;
}
#nuclearbanner {
	text-align: center;
	padding-top: 20px;
	padding-left: 20px;
}

#sidebar-right td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}


#footer a {
	color: #434649;
	text-decoration: none;
	font-size: 12px;
	padding-right: 13px;
	padding-left: 13px;
	line-height: 35px;
}
#container #menu #regbtn {
	display: block;
	background-image: url(../images/regbtnbg.jpg);
	background-repeat: repeat-x;
}
#speakers td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e07723;
	vertical-align: top;
}

#content ol {
	padding-top: 5px;
	padding-bottom: 5px;
}
#testimonials {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}
#container-bottom {
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;
	margin: auto;
	width: 780px;
}
#container  #menu  #regbtn:hover  {
	display: block;
	background-image: url(../images/regbtnbg.jpg);
	background-repeat: repeat-x;
	color: #000000;
}

