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;
}


ol, ul {
	list-style: none;
}

/* 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: "" "";
}
/* Reset.css ends here */

/*******************************
*** BEGIN CUSTOM STYLES HERE ***
*******************************/

body {
	margin: 0;
	padding: 0;
}

/* set default font styles */
body.f-default {
	font-family: Arial, san-serif;
	font-size: 11px;
}

a:link, a:visited
{
	color:#666666;
	text-decoration: none
}

a:hover
{
	color:#000000;
	text-decoration: none
}

#page_bg {
	height: 100%;
	padding: 0;
	margin-bottom: 1px;
	background: #DCE0E8;
}

#mainbg
{
	background-color: transparent;
	background-image: url(../img/body-bg.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	/* background-position: 0% 0%; */
	background-position: bottom-left;
}

#header
{
	position: relative;
	height: 151px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #232833;
	background-image: url(../img/header-bg.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
}

#logo
{
	position: absolute;
	top: 34px;
	left: 20px;
	display: block;
	width: 380px;
	height: 110px;
	background-color: transparent;
	background-image: url(../img/logo_new.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

#top {
	height: 60px;
	padding-top: 35px;
	overflow: hidden;
	margin-left: 415px;
	margin-bottom: 10px;
	margin-right: 25px;
	color: #999;
}

div.wrapper {
	margin: auto;
	position: relative;
}

.w-wide div.wrapper {
	width: 900px;
}

/* set toolbar */
#toolbar {
	height: 31px;
	background: url(../img/toolbar-bg.png) repeat-x;
	position: relative;

	text-align:left;
	padding-left: 20px;
	padding-top: 7px;

	margin-bottom: -7px; /* pull up bottom */

	font-family: verdana, san-serif;
	color:white;
}

#toolbar a:link, a:visited {
	font-family: verdana, san-serif;
	font-weight: bold;
	color:#fff;
	font-size: 90%;
}

#toolbar a:visited {
	color:#fff;
	font-size: 90%;
	text-decoration: none;
}

#toolbar a:hover {
	/* color:#A9A9A9; */
	/* text-decoration: none; */
}

/* MAIN CONTENT DIV */
#content
{ text-align: left; margin-right : auto; margin-left : auto; padding: 10px 20px 30px 13px; background-color:#FFFFFF; border: medium solid }

.maintable { width:100%; height:100%; background-color:#fff; }
.contentcell { padding:12px; }

#content h1, h2 { font-size: 1.25em; font-weight: bold; }
#content h1 { margin-bottom: 30px; }
#content h2 { margin 25px 0px 8px 0px; }

#content .sessiontitle { font-weight: bold; font-colour: #333300; font-size: 1.35em; line-height: 1.5em; }
#content .speakersname { font-weight: bold; font-colour:#002e54; font-size: 1.2em; line-height: 1.5em; }
#content .sessiontype { font-weight: bold; font-colour:#ff6633; font-size: 155%; line-height: 125%; margin-top: 15px; margin-bottom: 10px; border-bottom: thin dashed #ff6633; }

#content .sorg { font-colour:#ff6633; font-size: 1em; line-height: 1.8em; }

#content .vidimg { margin-right: 7px; }

#content .sessionlink { font-weight: bold; font-size: 1em; line-height: 1.35em; padding-top: 3px; }
#content p { font-family:Arial; font-size:100%; line-height: 1.2em; }

#content .headshotimage { position:relative; float:left; margin: 0px 20px 10px 0px; padding: 5px; border:1px dashed #eee; }

.session { clear:both; margin: 15px; }
.spacer10 { height:10px; }

#content .sessiontitle a:link, a:visited { font-family: verdana, san-serif; font-weight: bold; font-colour:#333300; font-size: 90%; line-height: 200%; }
#content .sessiontitle a:visited { font-colour:#333300; font-size: 90%; text-decoration: none; }
#content .sessiontitle a:hover { font-colour:#009999;	text-decoration: none; }

#content p.eventtitle { font-size: 1.5em; font-weight: bold; line-height: 2em; }
#content p.eventdescription strong { font-size: 1.25em; line-height: 1.5em; margin-bottom: 1.5em; }

/* FOOTER */
#footer { font-size: 11px; font-family: Verdana, Arial, sans-serif; text-align: center; margin-top: 10px; left: 0px; width: 100%; height: 25px; }
#footer a:active, #footer a:visited { color:#AAA; }
