body {
	margin: 0;
	padding: 0;
	background: #ebebeb url('media/bg5.jpg') repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #434343;
}



h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #242424;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
}

h2 {
	font-size: 1.4em;
	padding: 5px 5px;
	letter-spacing:-1px;
}



ul {
}

a {
	text-decoration: none;
	color: #357dce;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

p {
	padding:5px 0 0 0;
}













/* Header */

#header {
	width: 960px;
	height: 190px;
	margin: 0 auto;
}

#header p {
	margin: 0;
	padding: 0;
}

#logo {
	width: 310px;
	height: 155px;
	float:left;
	}

#logo p {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
	padding:14px 0 0 10px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}



#latest {
	width: 500px;
	height: 155px;
	float:right;
	text-align:right;
}

#latest p {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
	padding:0 4px 0 0 ;
	text-align:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
}

#latest a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}


#rss_button {
	margin:0;
	padding:2px 16px 0 0; 
	height:25px;
	font-weight:bold;
	background:url('media/rss_tab.png') top right no-repeat;
}

#rss_button img {
	vertical-align:middle;
	}

#rss_button a {
	color:#f58220;
	text-decoration: none;
}

#rss_button a:hover {
	color:#e77c1c; 
	text-decoration:none;
}


#become_sponsor {
	text-align:right;
	float:right;
	margin: 25px 0 0 0 ;
}

#become_sponsor a {
	display:block;
	height:64px;
	width:320px;
	background: url('media/become_sponsor.png') 0 0 no-repeat;
}

#become_sponsor a:hover {
	background-position: 0 -64px;
}












#subscribe {
	margin: 10px 4px 0 4px;
	padding:4px;
	background-color:#f2f2f2;
	border:1px solid #dadada;
	
}

#subscribe p {
	font-size:11px;
	word-spacing:-1px;
	padding:0;
	margin:0 0 4px 0;
	
}

.formstyle { 
	padding:0;
	margin:0;
}

INPUT.fieldtext {
	font-size:11px;
	line-height:14px;
	padding:4px;
	width:125px;
	color:#b8beb0;
	border:1px solid #dadada;

} 



INPUT.button {
	font-size:11px;
	line-height:14px;
	padding:2px;
	width:60px;
	background-color:#b8beb0;
	border-top:1px solid #dadada;
	border-right:1px solid #222222;
	border-bottom:1px solid #222222;
	border-left:1px solid #dadada;
}









/* full_width */

#full_width {
	width: 95%;
	padding: 20px 20px 0px 20px;
}

#full_width h3 {
	font-size:16px;
	padding:0 0 0 10px;
	margin:0;
	color:#646464;
}

#full_width p {

	padding:0 0 0 15px;
}





#navbox {
	padding:5px;
	margin:-5px 0 25px 0;
	width:98%;
	height:50px;	
	background-color: #f2f2f2;
	border:1px solid #dadada;
	text-align:center;
}

#navbox ul {
	margin:auto;
	padding:0;
	list-style-type: none;
	text-align:center;
}

#navbox li {
	float:left;
	padding:3px 2px 3px 12px;
	margin:0 10px 0 0;
	font-size: 12px;
}






/* Nav */


#OLDnavContainer {
	width:960px;
	height:36px;
	z-index:100;
	margin: 0 auto;
	background:url('media/top_main_nav_bg.png') bottom;
	border-left:1px solid #868686;
	border-right:1px solid #868686;
	clear:both;
}

#OLDmenu, #OLDmenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	background-color:#798e76;
}

#OLDmenu a {
	display:block;
	color:#434343;
	padding:10px;
	font-size:11px;
	height:16px;
	line-height:16px;
	text-decoration:none;
	border-right:1px solid #b2b2b2;
	border-left:1px solid #ffffff;
}

#OLDmenu a:hover {
	display:block;
	color:#4d624a;
	padding:10px;
	font-size:11px;
	height:16px;
	line-height:16px;
	text-decoration:none;
	border-right:1px solid #b2b2b2;
	border-left:1px solid #ffffff;
}

#OLDmenu li {
	float:left;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#navContainer {position:relative; width:960px; height:35px; z-index:100; background:url('media/top_mainNav_bg.png') bottom; clear:both;}
/* Get rid of the margin, padding and bullets in the unordered lists */
#menu, #menu ul {padding:0; margin:0; list-style-type: none;}
/* Set up the link size, color and borders */
#menu a {display:block; color:#434343; padding:5px 14px 5px 14px; font-size:11px; height:25px; line-height:25px; text-decoration:none;  border-right:1px solid #b2b2b2;  border-left:1px solid #ffffff;}
/* Set up the sub level borders */
#menu li ul li a {border-left:1px solid #dadada; font-size:11px;}
/* Set up the list items */
#menu li {float:left;}
/* Set up the drop list width, borders colors */
#menu li ul li a {margin-left:10px; width:150px; background: #f2f2f2; border-bottom:1px solid #dadada; border-left:1px solid #dadada; }
/* For Non-IE browsers and IE7 */
#menu li:hover {position:relative;}
/* Make the hovered list color persist */
#menu li:hover > a {background:#d7d7d7; color:#000066;} 
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#menu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#menu li:hover > ul {display:block; position:absolute; top:25px; left:80px; padding:10px 30px 30px 30px; background:transparent url('media/1x1.png'); width:120px;}
/* Position the first sub level beneath the top level liinks */
#menu > li:hover > ul {left:-30px; top:25px;}
/* get rid of the table */
#menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* Set up the pointers for the sub level indication */
#menu li.drop {background:url(media/dropdown.png) no-repeat center bottom;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #menu li a:hover {position:relative; background:#d7d7d7; color:#000066;}
/* For accessibility of the top level menu when tabbing */
#menu li a:active, #menu li a:focus {background:#d7d7d7; color:#000066;}
/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */
* html #menu a {width:100px; widt\h:100px;}
* html #menu li ul li a {width:150px; widt\h:150px;}
/* change the drop down levels from display:none; to visibility:hidden; */
* html #menu li ul {visibility:hidden; display:block; position:absolute; top:25px; left:80px; padding:10px 30px 30px 30px; background:transparent url('media/1x1.png');}
/* make the second level visible when hover on first level link and position it */
#menu li a:hover ul {
visibility:visible; left:-30px; top:25px; lef\t:-31px; to\p:25px;
}










/* Wrapper */

#wrapper {
}







/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #ffffff;
}

#page-bg {
	padding: 0px 2px;
}






#top_block {
	padding:0px;
}

#splash_photo {
	padding:8px 8px 8px 8px;
	background:#ffffff;
	border-bottom:1px solid #dadada;
}









#become {
	height:64px;
	background: url('media/become.png') no-repeat top left;
	background-color: #ffffff;
	width:956px;
	margin:0 2px;
}

#delegate {
	float:left;
	}

#delegate a {
	display:block;
	height:64px;
	width:478px;
	background: url('media/become_delegate.png') 0 0 no-repeat;
	overflow:hidden;
}

#delegate a:hover {
	background-position: 0 -64px;
}


#sponsor{
	float:left;
}


#sponsor a {
	display:block;
	height:64px;
	width:478px;
	background: url('media/become_sponsor.png') 0 0 no-repeat;
	overflow:hidden;
}

#sponsor a:hover {
	background-position: 0 -64px;
}













/* Content */

#content {
	float: left;
	width: 660px;
	padding: 16px 20px 0px 20px;
}

#content p {
	padding:0 0 0 10px;
}

#content h3 {
	font-size:16px;
	padding:0 0 0 10px;
	margin:0;
	color:#646464;
}

.post {
	padding-bottom: 10px;
	line-height: 150%;
}

.post h1 {
	font-weight: normal;
}

.post li {
	padding:0 0 20px 0;
}

.post a:link {
	color:#0066FF;
}

.post a:hover {
	border-bottom: 1px dotted;
}

.post img {
	margin:0;
	padding:0;
}







.title {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.title a:hover {
}


.parahead {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 1.2em;
	font-weight: normal;
	background: url('media/img04.gif') repeat-x left bottom;
}

.emphasis {
	font-weight:bold;
	font-size:1.2em;
}

.tag {
	padding: 0 15px;
}

.entry {
}



.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}


#call_for_speakers {
}

#call_for_speakers a {
	display:block;
	height:80px;
	width:610px;
	background: url('media/call_for_speakers.png') 0 0 no-repeat;
}

#call_for_speakers a:hover {
	background-position: 0 -80px;
}












/* Right Col */

#rightcol {
	float: right;
}

.rightcol {
	width: 220px;
	padding: 0 10px 0 10px;
	font-size: 12px;
	border-left:1px dashed #b8beb0;
}

.rightcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rightcol li {
	padding: 0 0 20px 0;
}

.rightcol li ul {
	padding: 0;
}

.rightcol li li {
	margin: 0 6px 0 0;
	padding: 2px 0px;
	background: url('media/img04.gif') repeat-x left bottom;
}

.rightcol h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	padding:10px 10px;
	background:url('media/bg5.jpg') top left repeat-x #500000;
	color:#ffffff;
}

.rightcol a {
	text-decoration: none;
	color: #242176;
	padding-left:0px;
	padding: 4px 4px 4px 0;
}

.rightcol a:hover {
	text-decoration: none;
	padding: 4px 4px 4px 0;
	color: #000066;
}

.rightcol p {
	padding:0px;
	margin:0;
}
















#side_box {
	margin:12px 0 10px 0;
	border:1px solid #dadada;
	background:#FFFFFF;
	width:275px;
}


#press {
	padding:10px;
}

#press_post {
	margin:0 10px 10px 0;
	border-bottom:1px dashed #dadada;
}

#press_post p {
	padding:0 0 10px 0;
}

#press_post img {
	margin:0 10px 10px 0;
}

#press h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	padding:10px 10px;
	background:url('media/bg5.jpg') top left repeat-x #500000;
	color:#ffffff;
}

#press a:hover {
	background:#dadada;
}











#social_media {
	margin: 10px 4px 0 4px;
	padding:4px;
	background-color:#f2f2f2;
	border:1px solid #dadada;
	text-align:center;
}

#social_media h4 {
	font-size:18px;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	color:#646464;
}

#social_media img {
	margin:0 20px 0 0;
	border:none;
}

#upcoming_interview {
	padding:10px;
}

#video_box {
	padding:10px;
}













/* Widebar */

#widebar {
	margin: 0 1px;
	padding: 15px 15px 0 15px;
}


#widebar p {
padding:10px;

}

#widebar #colA {
	float: left;
	width: 285px;
	padding-right:20px;

}

#widebar #colB {
	float: left;
	width: 285px;
	padding-right:20px;

}

#widebar #colC {
	float: left;
	width: 285px;

}












/* spotlight */

#spotlight {
	margin: 0 1px;
	padding: 50px 15px 0 15px;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
	border-bottom:1px solid #dadada;
	background: url('media/solution_spotlight.png') left top no-repeat #FFFFFF;
}

#spotlight #colA {
	float: left;
	width: 290px;
	padding-right:25px;
	border-left:1px solid #dadada;
}

#spotlight #colB {
	float: left;
	width: 290px;
	padding-right:25px;
	border-left:1px solid #dadada;
}

#spotlight #colC {
	float: left;
	width: 290px;
	border-left:1px solid #dadada;
}

#spotlight p {
	padding:0 5px 10px 10px;
	font-size:11px;
	border-bottom:1px dashed #999999;
}

#spotlight h3 {
	padding:10px 10px;
	font-size:16px;
	background:url('media/bg5.jpg') top left repeat-x #500000;
	color:#ffffff;
}

#spotlight a {
	color:#434343;
}

#spotlight a:hover {
	border-bottom: 1px dotted;
}

#spotlight img {
	margin:0 10px 10px 0;
}





















/* misc */







.agenda_table {
	color:#000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.agenda_table p {
color:#000000;
line-height:125%;
}

.agenda_table h3 {
color:#ffffff;
padding:10px;
margin:0;
}

.agenda_table a {
text-decoration:none;
border-bottom: dashed 1px #000000;
color:#000000;
}

.agenda_table a:hover {
text-decoration:none;
border-bottom:solid 1px #434343;
color:#434343;
}

.dayhead {
background-image:url(media/h3back.png);
background-repeat:repeat-x;

}

#agenda_width {
	width: 908px;
	padding: 10px 25px;
	background:#FFFFFF;
}



#photobox {
border:1px solid #868686;
padding:5px 5px 0 5px;
width:85%;
background-color:#f1f1f1;
margin-left:15px;
}

.photobox a {
text-decoration:none;
border-bottom: 0px;
}

.photobox a:hover {
text-decoration:none;
border-bottom:0px;
}









/* Footer */

#footer {
	width: 100%;
	margin: 0 auto;
	background: #798e76;
	border-top:1px solid #868686;
}

#footer-bg {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 8px 0 8px 0;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #e7e7e7;
	text-decoration:none;
}

#footer a:hover {
	color: #e7e7e7;
	text-decoration:underline;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}
