/* Browser reset */
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1.25; color: #000; font-family: Arial, Helvetica, sans-serif; }
strong { font-weight: bold; }
em { font-style: italic; }
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; width: 100%;}
caption, th, td { text-align: left; font-weight: normal; }
ul,ol { margin-left: 3em; }
p { margin: 1em 0; }
a { outline: none; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
blockquote { margin-left: 30px; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* ***************************************************************** */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin-bottom: 10px;
}

#baseWrapper {
	position: relative;
	width: 1006px;
	border: 1px solid #c8c8c8;
	margin: 0 auto 0 auto;
	background: url('../images/2010/refresh/sidebar-background.png') repeat-y 0 0; 
}

h1 {
	background: url('../images/2010/refresh/header.png') no-repeat;
	text-indent: -2000em;
	width: 1006px;
	height: 131px;
	display: block;
}

#conveners-top {
	position: absolute;
	top: 27px;
	right: 7px;
}

h2 {
	color: #5161ac;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0 10px 0;
}

h3 {
	color: #5161ac;
	font-weight: bold;
	font-size: 14px;
	margin: 30px 0 10px 0;
}

h4 {
	color: #5161ac;
	font-weight: bold;
	font-size: 13px;
	margin: 20px 0 10px 0;
}

#nav {
	height: 55px;
	background: #5161ac;
}

#nav-home,
#nav-learn,
#nav-plan,
#nav-connect,
#nav-explore,
#nav-inspire {
	display: block;
	height: 55px;
	text-indent: -2000em;
}

#nav-home {
	background: url('../images/2010/refresh/nav-home.png') no-repeat;
	width: 55px;
}

#nav-learn {
	background: url('../images/2010/refresh/nav-learn.png') no-repeat;
	width: 117px;
}

#nav-plan {
	background: url('../images/2010/refresh/nav-plan.png') no-repeat;
	width: 80px;
}

#nav-connect {
	background: url('../images/2010/refresh/nav-connect.png') no-repeat;
	width: 127px;
}

#nav-explore {
	background: url('../images/2010/refresh/nav-explore.png') no-repeat;
	width: 122px;
}

#nav-inspire {
	background: url('../images/2010/refresh/nav-inspire.png') no-repeat;
	width: 101px;
}

#nav-home:hover,
#nav-home.current {
	background: url('../images/2010/refresh/nav-home.png') no-repeat 0 -55px;
}

#nav-learn:hover,
#nav-learn.current {
	background: url('../images/2010/refresh/nav-learn.png') no-repeat 0 -55px;
}

#nav-plan:hover,
#nav-plan.current {
	background: url('../images/2010/refresh/nav-plan.png') no-repeat 0 -55px;
}

#nav-connect:hover,
#nav-connect.current {
	background: url('../images/2010/refresh/nav-connect.png') no-repeat 0 -55px;
}

#nav-explore:hover,
#nav-explore.current {
	background: url('../images/2010/refresh/nav-explore.png') no-repeat 0 -55px;
}

#nav-inspire:hover,
#nav-inspire.current {
	background: url('../images/2010/refresh/nav-inspire.png') no-repeat 0 -55px;
}

.MenuBarHorizontal li li a {
	background-color: #5161ac;
	border-top: 1px solid #6373c0;
	border-bottom: 1px solid #4353a0;
	color: white;
	padding: 10px 13px;
	font-size: 12px;
	text-decoration: none;
}

#base {
	position: relative;
	background: url('../images/2010/layout/base-shadow.png') repeat-x top;
}

#sidebar { 
	width: 243px;
	margin-top: 0;
	background: #00aeef url('../images/2010/refresh/sidebar-shadow.png') no-repeat top;
}

#sidebar-content {
	padding: 20px 14px 160px 14px;
}

#nav-buttons,
#nav-buttons li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#btn-register,
#btn-exhibit,
#btn-volunteer,
#btn-sessions,
#btn-sponsor,
#btn-resources,
#btn-media-press,
#btn-2011-conference {
	display: block;
	height: 38px;
	width: 214px;
	text-indent: -2000em;
	margin-bottom: 6px;
}

#btn-sponsor {
	background: url('../images/2010/refresh/btn-sponsor.png') no-repeat;
}

#btn-register {
	background: url('../images/2010/refresh/btn-register.png') no-repeat;
}

#btn-exhibit {
	background: url('../images/2010/refresh/btn-exhibit.png') no-repeat;
}

#btn-volunteer {
	background: url('../images/2010/refresh/btn-volunteer.png') no-repeat;
}

#btn-sessions {
	background: url('../images/2010/refresh/btn-sessions.png') no-repeat;
}

#btn-resources {
	background: url('../images/2010/refresh/btn-resources.png') no-repeat;
}

#btn-media-press {
	background: url('../images/2010/refresh/btn-media-press.png') no-repeat;
}

#btn-2011-conference {
	background: url('../images/2010/refresh/btn-2011-conference.png') no-repeat;
}

#webcasts {
	padding: 10px 0;
	border-top: 1px solid #0286b9;
	color: white;
	font-size: 13px;
	margin-top: 25px;
}

#webcasts h3 {
	display: block;
	background: url('../images/2010/refresh/sidebar-webcasts.png') no-repeat;
	text-indent: -2000em;
	width: 124px;
	height: 15px;
	margin: 0 0 10px 0;
}

#webcasts p {
	margin: 0;
	padding: 5px 0;
}

#webcasts .divider {
	border-top: 1px solid #51c8f4;
}

.btn-play {
	display: block;
	float: right;
	background: url('../images/2010/refresh/btn-play.png') no-repeat;
	text-indent: -2000em;
	width: 40px;
	height: 26px;
	margin: 0 0 5px 5;
}

h3#replay-webcasts {
	display: block;
	background: url('../images/2010/refresh/sidebar-replay-webcasts.png') no-repeat;
	text-indent: -2000em;
	width: 151px;
	height: 18px;
	margin: 10px 0 10px 0;
}

#social-media {
	margin-top: 25px;
	padding: 10px 0;
	border-top: 1px solid #0286b9;
	color: white;
	font-size: 12px;
}

#social-media h3 {
	display: block;
	background: url('../images/2010/refresh/sidebar-social-media.png') no-repeat;
	text-indent: -2000em;
	width: 115px;
	height: 15px;
	margin: 0 0 10px 0;
}
                
#mailing-list {
	padding: 10px 0;
	border-top: 1px solid #0286b9;
	border-bottom: 1px solid #0286b9;
	color: white;
	font-size: 12px;
}

#mailing-list h3 {
	display: block;
	background: url('../images/2010/refresh/sidebar-join.png') no-repeat;
	text-indent: -2000em;
	width: 175px;
	height: 18px;
	margin: 0 0 10px 0;
}

#mailing-list input[type=text] {
  color: #aaa;
}

#content {
	float: right;
	width: 720px;
	padding: 0 20px 20px 20px;
}

#footer {
	float: right;
	width: 730px;
	padding: 40px 10px 20px 10px;
}

#footer img {
	float: left;
	margin-bottom: 30px;
}

#footer ul {
	display: block;
	clear: left;
	float: left;
	clear: left;
	width: 300px;
}

#footer li {
	display: inline;
}

#footer ul,
#footer li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#footer ul li {
	padding-right: 8px;
	background: url('../images/2010/layout/dot.png') no-repeat 100% 50%;
}

#footer ul li.first a {
	padding-left: 0px;	
}

#footer ul li.last {
	background: none;	
}

#footer a {
	color: #909090;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#co-convened {
	float: left;
	margin-bottom: 25px;
}

#presenting-sponsors {
	width: 230px;
	float: right;
	margin: 0 25px;
	/*text-align: center;*/
}

#presenting-sponsors h4 {
	display: block;
	background: url('../images/2010/layout/h4-presenting-sponsors.png') no-repeat 0% 0%;
	/*background: url('../images/2010/layout/h4-presenting-sponsor.png') no-repeat 50% 0%;*/
	height: 12px;
	margin-bottom: 10px;
	text-indent: -2000em;
}

#title-sponsor {
	float: right;
	width: 80px;
	margin-right: 25px;
}

#title-sponsor h4 {
	display: block;
	background: url('../images/2010/layout/h4-title-sponsor.png') no-repeat 50% 0%;
	height: 12px;
	margin-bottom: 10px;
	text-indent: -2000em;
}

.right-sidebar {
	width: 200px;
	float: right;
	margin: 0 0 20px 15px;
	border-top: 1px solid #b4e2f6;
	border-bottom: 1px solid #b4e2f6;
}

.image-wrapper {
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	background: #dee5ea;
	font-size: 11px;
}

.image-column {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}

.image-column .image-wrapper {
	float: none;
}