/* @override http://actuaries.ca/meetings/pension/2009/css/pension_styles.css */

/* Navigation *
------------------------------------------------*/

ul#nav {
	padding: 6px 0px;
	margin: 0;
	list-style-type: none;
	border-top: 1px solid #996600;
	border-bottom: 1px solid #996600;
	text-align: center;
}

ul#nav li {
	display: inline;
}

ul#nav li a:link, ul#nav li a:visited {
	color: #996600;
	padding: 6px;
	text-decoration: none;
	margin: 0;
	font: bold 8px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

ul#nav li a:hover, ul#nav li a.on {
	background-color: #996600;
	color: white;
}
#header a#language:link, #header a#language:visited {
	text-decoration: none;
	color: #663300;
	text-align: center;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	position: relative;
	bottom: 12px;
	left: 50px;
}
#header #language a:hover {
	color: black;
	text-decoration: none;
}

/* Structure 
------------------------------------------------*/

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996600;
	height: 50px;
	margin: 75px 0 0px;
	padding: 10px 0 0px;
}
#wrapper {
	min-height: 600px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

img#splash {
	width: 960px;
	height: 340px;
	margin-top: 25px;
}
#header {
	height: 80px;
	margin: 0px;
	padding: 0px;
	width: 960px;
	border-left: 50px solid black;
}

/* Formatting 
------------------------------------------------*/

a {
	color: #996600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	color: #990000;
	text-align: left;
	font: 32px Georgia, "Times New Roman", Times, serif;
	margin-top: 50px;
	margin-bottom: 12px;
}
p {
	margin-top: 10px;
	color: black;
	font: normal 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
}
h3 {
	margin-top: 18px;
	color: #333333;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h2 {
	color: #996600;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #996600;
	margin-left: 10px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	line-height: 1.2em;
	text-indent: 20px;
}
/* Tables
------------------------------------------------*/
table#program {
	width: 100%;
	margin: 0;
	height: 100%;
	padding: 8px;
}
	
table#program th {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
}

table#program th span {
	width: 150px;
	display: block;
	text-align: right;
	padding-right: 25px;
	color: gray;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

table#program td span {
	color: maroon;
	font-weight: bold;
}
	
table#program ul.speakers {
	margin-top: 12px;
	list-style-type: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}

table#program ul.list {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 16px;
}

table#program ul.speakers li, table#program ul.list li {
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 4px 0 04px;
}

table#program p {
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 8px 0 0;
	padding: 0;
}

.italics {
	color: gray;
	font: small-caps 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
}
* {
	padding: 0px;
	margin: 0px;
	font-size: 100.1%;
}

