@import url('reset.css');

body {
	background: #ffe2c4;
	padding: 0;
	margin: 0;
	padding-bottom: 200px;
	font-family: "Georgia", "Times New Roman",serif;
	font-size: 16px;
	line-height: 125%;
	}

.topbg {
	background: url(images/topbg.gif) top center;
	height: 200px;
	}

.bottombg {
	background: url(images/bottombg.gif) repeat-x top center;
	height: 150px;
	}

.container {
	width: 840px;
	margin: auto;
	margin-top: -350px;
	z-index: 50;
	}

.clear {
	clear:both;
	}

a * {
	cursor: pointer;
	}

hr {
	height: 0;
	border: none;
	border-bottom: 1px solid #000;
	margin: 20px 10px;
	}

h1 {
	color: #720000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	}

#home h1 {
	font-size: 16px;
	margin-bottom: 5px;
	}

.content p, .content ul {
	margin-bottom: 20px;
	}

#home p {
	margin-bottom: 10px;
	}

.top, .footer {
	position: relative;
	margin: 0 20px;
	height: 120px;
	overflow: auto;
	}

.logo {
	width: 281px;
	height: 120px;
	background: url(images/logo.png) no-repeat;
	}

.nav {
	position: absolute;
	right: 20px;
	bottom: 0;
	}

.nav ul li {
	display: -moz-inline-box;
	display: inline-block;
	line-height: 32px;
	padding: 0 13px;
	background: url(images/navbg.gif) repeat-x bottom center;
	}

* html .nav ul li { display: inline; }  /* for IE 6 */
* + html .nav ul li { display: inline; }  /* for IE 7 */

.nav ul .active {
	background: url(images/navactivebg.gif) repeat-x bottom center;
	}

.nav a {
	color: #fff;
	text-decoration: none;
	}

.contenttop {
	height: 23px;
	background: url(images/contenttop.png) no-repeat top center;
	z-index: 100;
	}

.contentmid {
	overflow: auto;
	background: url(images/contentmid.png) repeat-y top center;
	z-index: 100;
	}

.contentbottom {
	height: 40px;
	background: url(images/contentbottom.png)  no-repeat bottom center;
	z-index: 100;
	}

.content {
	position: relative;
	margin: 0 30px;
	height:auto !important;
	height: 400px;
	min-height: 400px;
	}

.moreinfo {
	font-size: 12px;
	text-decoration: none;
	}

.frontpaneltl {
	position: relative;
	width: 420px;
	height: 185px;
	background: url(images/frontpanel.png);
	color: #fff;
	font-size: 18px;
	float: left;
	}

.frontpaneltl a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	}

.frontpaneltl .p1, .frontpaneltl .p2 {
	margin: 0 20px;
	line-height: 140%;
	}

.frontpaneltl .p1 {
	display: block;
	position: absolute;
	color: #b0d1ff;
	top: 30px;
	}

.frontpaneltl .p2 {
	display: block;
	position: absolute;
	bottom: 30px;
	}

.frontpaneltl .confname {
	font-size: 30px;
	}

.frontpaneltl .confname2 {
	font-style: italic;
	color: #fff;
	}

.frontpaneltr {
	position: relative;
	float: right;
	width: 330px;
	right: 10px;
	font-size: 14px;
	}

.frontpanelbl {
	position: relative;
	float: left;
	width: 240px;
	left: 15px;
	font-size: 18px;
	}

.frontpanelbl h1 {
	margin-bottom: 40px;
	}

.frontpanelbl p {
	margin: 20px 0;
	}

.frontpanelbr {
	position: relative;
	float: right;
	width: 495px;
	right: 15px;
	font-size: 14px;
	}

.frontpanelbr .speakername {
	font-weight: bold;
	}

.frontpanelbr .moreland {
	width: 122px;
	height: 176px;
	margin-left: 20px;
	float: right;
	background: url(images/moreland.png) no-repeat;
	}

.marginbox {
	margin: 20px 40px;
	}

.hour {
	text-align: right;
	padding-right: 20px;
	}

.footer {
	font-size: 14px;
	text-align: center;
	}

.footernav ul li {
	display: -moz-inline-box;
	display: inline-block;
	padding: 0 30px;
	text-transform: uppercase;
	border-left: 1px solid #000;
	line-height: 18px;
	}

* html .footernav ul li { display: inline; }  /* for IE 6 */
* + html .footernav ul li { display:inline; }  /* for IE 7 */


.footernav ul .first {
	border: none;
	}

.footernav a {
	color: #000;
	text-decoration: none;
	}

.contactinfo {
	margin-top: 15px;
	text-align: right;
	}
