#container{
	width:940px;
	margin:0 auto;
}
/*header*/
#header{
	margin:40px 0px 0px 0px;
	height:178px;
	border-bottom-width:0px;
}
#header-left-corner{
	background:url(../images/bg-header-left-corner.gif);
}
#header-right-corner{
	background:url(../images/bg-header-right-corner.gif);
}
#twitter{
	position:absolute;
	right:-1px;
	top:-38px;
}
#logo{
	position:absolute;
	top:29px;
	left:18px;
}
#tagline{
	position:absolute;
	top:55px;
	right:0px;

	text-align:right;
	padding:0px 38px 0px 0px;
}
#tagline h2{
	font-size:16px;
	padding:0px;
}
#tagline-top
{
	margin:0px 0px 15px 0px;
}
#button-bar{
	position:relative;
	top:143px;
	left:-1px;
	height:35px;
	margin:0px -11px 0px 0px;
	border:10px solid #008e3c;
	border-top-width:0px;
	border-bottom-width:0px;
	background:#1c1c1c;
}
#button-bar label{
	float:left;
	text-transform:lowercase;
	font-size:14px;
	margin:8px 0px 10px 10px;
	color:#484848;
}
#button-bar-get-in-touch{
	display:block;
	float:right;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 30px 0px 0px;
	background:url(../images/bg-button-bar-get-in-touch.gif) no-repeat right;

}
#button-bar-get-in-touch:hover{
	background:url(../images/bg-button-bar-get-in-touch-on.gif) no-repeat right;
}
#button-bar #home-button
{
	float:left;
	margin:8px 5px 0px 10px;
}
/*content*/
#page-content{
	float:left;
	clear:both;
}
#main-content-container
{
	width:626px;
	float:left;
}
#main-content{width:626px;}
#homepage-content{width:624px;}
#page-title{
	padding:15px 20px 10px 20px;
	margin:0px 0px 10px 0px;
	border-top-width:0px;
}

#right-column-container
{
	width:312px;
	float:right;
}
#right-column
{
	margin:0px 0px 10px 0px;
	padding:20px 0px 0px 22px;
	float:left;
}
#right-column .separator
{
	width:292px;
}
/*footer*/
#conference-planners
{
	position:absolute;
	top:130px;
	right:40px;
}
#footer{
	margin:0px -10px 0px -10px;
	clear:both;
}
#footer-top{
	background:#000000;
	height:10px;
}
#footer-top-left-segment{
	width:10px;
	height:10px;
	background:#008e3c;
	float:left;
}
#footer-top-right-segment{
	width:324px;
	height:10px;
	background:#008e3c;
	float:right;
}
#footer-content{
	background:url(../images/bg-footer-content.gif);
	min-height:154px;
	height:154px;
	padding:23px 29px;
	overflow:hidden;
	position:relative;
}
#footer-bottom{
	background:#2f2f2f;
	padding:13px 30px;
	height:20px;
	font-size:14px;
}
#footer-bottom-right{
	float:right;
	width:270px;
	text-align:right;
}

div.paging{}
div.paging ul{list-style:none;display:inline;}
div.paging ul li{display:inline;padding:5px;}
div.paging ul li.selected{font-weight:bold;}
