/*Eric Meyers Reset Reloaded
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

/* Site Styles */

body {
	font: normal normal normal 76%/1.4em arial,helvetica,sans-serif;
	background:  #ccc url('/bbbs/images/page-background.gif');
	}

p, h1, h2, h3, h4, h5, h6, ul, ol, dl { margin: 1em; }

ul, ol { margin-left: 2em; }

li { margin: 0.5em 0; }

ol li { margin-left: 1em; }

h1 {
	font-weight: bold;
	font-size: 1.5em;
	color: #00008c;
	letter-spacing: 0.05em;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #d5392d;
}

h3 {
	font-weight: bold;
}

#page {
	background:  #fff;
	margin-left:  auto;
	margin-right:  auto;
	width:  760px;
	border-right: 1px solid #111;
	border-left: 1px solid #111;
}
#header {
	background:  #fff;
	position: relative;
	width: 760px;
	height: 180px;
	}

#logo {

	height: 179px;
	left: 0;
	position: absolute;
	top: 0;
	width: 233px;
	}

#logo span {
	background: url('/bbbs/images/logo.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#photo {
	background: transparent url('/bbbs/images/banner-photo.jpg');
	height: 140px;
	left: 234px;
	position: absolute;
	top: 0;
	width:507px;
	}

#photo p {
	text-align:  right;
	color:  #fff;
	margin: 20px 10px 0 380px;
	font-size:  1.2em;

}
#photo p span {
	line-height: 1.2em;
	font-size:  2em;
}
#slogan {
	background: transparent url('/bbbs/images/slogan-background.png');
	height: 38px;
	left: 234px;
	position: absolute;
	text-align:  center;
	top: 141px;
	width: 507px;
	}
#slogan p{
	color:  #01008c;
	font-size: 1.3em;
	margin-top:  0.5em;
	font-weight:  bold;
}
.navigation ul {
	border-top:  1px solid #ccc;
	border-bottom:  1px solid #ccc;
	list-style-type: none;
	height: 2em;
	margin: 0;
}
.navigation ul li {
	float:  left;
	margin: 0;
}
.navigation ul li a{
	display:  block;
	text-decoration:  none;
	color: #3b3b3b;
	padding: 0.3em 0.5em;
	font-size:  1em;
}
.navigation ul li a:hover{
	background: #3b3b3b;
	color:  #fff;
}

#programs {
	clear:  both;
	background: url('/bbbs/images/programs-background.png') repeat-y;
}

.programblock {
	float:  left;
	margin:  0 1px 0 0;
	width:  188px;
	color: #616161;
	padding-top: 1em;
}

.programblock img{
	margin-left: auto;
	margin-right: auto;
	display:  block;

}

#information {
	border-bottom:  1px solid #ccc;
	border-top:  1px solid #ccc;
	background: #f0f0f0  url('/bbbs/images/information-background.png') repeat-y;
}

#information img {
	float:  left;
	padding: 5px;
	margin: 0 0.5em 0.5em 1em;
	background:  #ccc;
	border: 1px solid #bbb;
}

#column1 {
	float:  left;
	width:  48%;
}

#column2 {
	float:  right;
	width:  48%;
}

.attentionbox {
	background-color:  #6c0;
	clear:  both;
	color:  #fff;
	font-size:  1.3em;
	padding: 0.2em 50px;
}
.quote {
	background:  #6c0 url('/bbbs/images/quotes.png') no-repeat center;
}
.bigquote {
	font-size:  2em;
}

.intervention li{
	margin-bottom: 1em;
	link-height: 1.2em;
	list-style-type: none;
}

.padleft {
	margin-left: 2em;
}

table.intervention {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 2em 0;
}

table.intervention .right {
	text-align: right;
}

table.sponsors {
	padding-left: 2em;
}

#footer p {
	text-align:  center;
	font-size:  0.9em;
}
.center {
	text-align: center;
	margin: 1em auto;
}
dl.eventinfo {
	margin-left: 3em;
	width: 300px;
}
dl.eventinfo dt {
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #000;
	line-height: 1.5;
}
dl.eventinfo dd {
	line-height: 1.5;
	font-size: 1.2em;
	margin-bottom: 1.5em;
}
