/* NYSORA 2010 - CSS Document */

* {
	vertical-align:baseline;
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	font-size:100%;
	border:0 none;
	padding:0;
	margin:0;
}

body {
	background:url(images/bg.png) repeat-x #2b2820;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.faculty, .sponsor {
	background:none;
	border:none;
	padding:10px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.photo {
	background:#ededed;
	padding:5px;
	border:1px solid #2d281b;
	margin:0 5px 5px;
}

#container {
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:840px;
}

#header {
	background:url(images/header.png) no-repeat;
	height:92px;
}

#banner {
	background:url(images/top-banner.jpg) no-repeat;
	height:200px;
}

#nav {
	background:#FFFFFF;
	padding:20px;
	height:31px;
	margin-left:auto;
	margin-right:auto;
}

#nav ul { list-style:none; }
#nav li { float:left; min-width:10px; }

#nav li a {
	text-indent:-999999px;
	overflow:hidden;
	display:block;
	height:31px;
}

#home { background:url(images/nav.png) -2px 0; width:62px; }
#programme { background:url(images/nav.png) -74px 0; width:100px; }
#abstracts { background:url(images/nav.png) -184px 0; width:84px; }
#registration { background:url(images/nav.png) -278px 0; width:101px; }
#accommodation { background:url(images/nav.png) -389px 0; width:124px; }
#pastmeetings { background:url(images/nav.png) -523px 0; width:115px; }
#acknowledgements { background:url(images/nav.png) -648px 0; width:152px; }

#home:hover { background:url(images/nav-hover.png) -2px 0 !important; }
#programme:hover { background:url(images/nav-hover.png) -74px 0 !important; }
#abstracts:hover { background:url(images/nav-hover.png) -184px 0 !important; }
#registration:hover { background:url(images/nav-hover.png) -278px 0 !important; }
#accommodation:hover { background:url(images/nav-hover.png) -389px 0 !important; }
#pastmeetings:hover { background:url(images/nav-hover.png) -523px 0 !important; }
#acknowledgements:hover { background:url(images/nav-hover.png) -648px 0 !important; }

#main {
	padding: 0 20px 20px;
	min-height:368px;
	width:800px;
}

#main-top { background:url(images/main-top.png) no-repeat top; height:6px; }
#main-btm { background:url(images/main-btm.png) no-repeat bottom; height:6px; }

#main-body {
	background:url(images/main-body.png) repeat-x top #f2f2f2;
	border-left:#f2f2f2 1px solid;
	border-right:#f2f2f2 1px solid;
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	padding:20px;
	min-height:356px;
}

#main-body h1,h2,h3 {
	font:bold 14px Tahoma, Arial, Helvetica, sans-serif;
	color:#c99100;
	margin-bottom:16px;
	line-height:16px;
}

#main-body p {
	margin-bottom:14px;
	line-height:14px;
}

#main-body li {
	margin-left:30px;
	margin-bottom:8px;
	line-height:14px;
}

.table {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:14px;
	border-collapse:collapse;
}

.odd {
	background:#1c1911;
	color:#f0c348;
	display:table-row;
}

.even {
	background:#2d281b;
	color:#f0c348;
	display:table-row;
}

.odd th {
	vertical-align:middle;
	padding:10px;
	font: bold 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.odd td {
	vertical-align:middle;
	padding:10px;
	font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.even td {
	vertical-align:middle;
	padding:10px;
	font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.italic {
	font-style:italic;
}

.b {
	font-weight:bold;
}

.c {
	text-align:center;
}

#footer {
	background:url(images/footer.png) no-repeat;
	height:134px;
}

#footer p {
	padding:108px 20px 0;
	text-align:right;
	color:#201d13;
	font:11px bold Tahoma, Arial, Helvetica, sans-serif;
}