/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background: #8e8e8e;
}

a:link, a:visited { color: #000000; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #F5F5F5; text-decoration: none;}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}


.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_20 { margin-right: 20px; }
.margin_right_70 { margin-right: 70px; }

.fl { float: left; }
.fr { float: right }

.header_01 {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 30px;
	color: #000000;
	border-bottom: 1px solid #0099CC;
	line-height:30px;
}

.header_02 {
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #000000;
	border-bottom: 1px solid #39BBE6;	
}

.header_03 {
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #000000;
	/*border-bottom: 1px solid #0026D4;*/
	border-bottom: 1px solid #67C6E6;
}

.header_04 {
	clear: both;
	display: block;
	height: 20px;
	/* padding: 3px 10px 0 40px;*/
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #006485;
	/* background: url(templatemo_129_biz_gray/images/templatemo_header_04_bg.jpg) no-repeat*/
}


#templatemo_container {
	width: 860px;
	margin: 0 auto;
	/* margin-left: 282px; RC added to minimise page shift according to scrollbar vs no scrollbar */
	/* border-left: 1px solid #5a5829;
	border-right: 1px solid #5a5829; */
}

/* header */

#templatemo_header {
	width: 800px;
	height: 152px;
	padding: 0 30px;
	/* 	background: #8e8e8e url(images/templatemo_header_bg.jpg) no-repeat; */
}

#templatemo_header #site_title {
	float: left;
	width: 336px; /* logo image width */
	height: 152px; /* logo image height */
	margin-left: 232px;	/* (header width - logo image width) / 2 */
}

/* end of header */

/* banner */

#templatemo_banner {
	width: 800px;
	height: 151px;
	padding: 30px 30px;
	background: #FF6633;
	/* background:url(images/templatemo_banner.jpg) no-repeat; */
}

#templatemo_banner_content {
	float: right;
	width: 480px;
	margin-right: 30px;
}

#templatemo_banner_content #templatemo_banner_title {
	color: #000000;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

#templatemo_banner_content p {
	font-size: 16px;
	color: #000000;
	margin-bottom: 15px;
}

#templatemo_banner_content a{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* end of banner */

/* menu */

#templatemo_menu {
	clear: both;
	width: 800px;
	height: 62px;
	margin-left: -25px;
	padding: 0 55px;
	/* background: url(images/templatmeo_menu_bg.jpg) repeat-x;	*/
}

#templatemo_menu ul {
	float: left;
	margin: 22px 0 0 0;
	padding: 0px;
	list-style: none;
}

#templatemo_menu ul li{
	padding: 0px;
	margin: 0px;
	display: inline;
}

#templatemo_menu ul li a{
	float: left;
	display: block;
	/*width: 131px;*/ /* allows for 7 buttons in the 920px width */
	height: 30px;
	padding: 10px 25px 0 26px;
	/* background: url(images/templatemo_menu.jpg) no-repeat; */
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	outline: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current{
	color: #F5F5F5;
	border-bottom: 2px #0099CC solid;
	/* border-top: 2px #FF0033 solid;  */
}

/* end of menu */

#templatemo_content {
	clear: both;
	width: 800px;
	padding: 30px;
	/* background: #d0d0d0; */
}

#column_w800_outter {
	float: left;
	width: 798px;
	padding: 1px;
	/* background: #aeaeae; */
}

#column_w800_inner {
	/* border: 1px solid #dadada; */
	padding: 18px;
	/* background: #eeeeee; */
}

#column_w540_outter {
	float: left;
	width: 538px;
	padding: 1px;
	/* background: #aeaeae; */
}

#column_w540_inner {
	/* border: 1px solid #dadada; */
	padding: 18px;
	/* background: #eeeeee; */
}

#column_w260_outter {
	float: right;
	width: 258px;
	padding: 1px;
	/* background: #aeaeae; */
}

#column_w260_inner {
	/* border: 1px solid #dadada; */
	padding: 18px;
	/* background: #c6c6c6; */
}

#column_w800_inner .em_text, #column_w540_inner .em_text {
	line-height:19px;
	color: #000;
}

#column_w800_inner p, #column_w540_inner p {
	margin-bottom: 15px;
}

.content_list_01 {
	margin: 0 0 0 30px;
	padding: 0px;
}

.content_list_01 li {
	margin: 0px;
	padding: 0 0 10px 10px;
	list-style-image: url(images/templatemo_list_icon.jpg);
	
}

.content_section_01 {
	background: #b5b5b5;
	padding: 10px 20px;
}

.news_box {
	line-height:19px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #ff8300;*/
	border-bottom: 1px solid  #CCCCCC;
	margin-bottom: 10px;
}

.news_box .news_date {
	color: #333;
}

.news_box .news_title a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.news_box .news_title a:hover {
	color: #f5f5f5;
}

#speakertable img{
	border: 2px #006485 solid;	
}

.speakername {
	font-size:18px;
	text-align:center;
	margin-top:5px;
}
/* end of content */

/* footer */
#templatemo_footer {
	font-size:11px;
    width: 800px;
	margin: 0 auto;	
	padding: 0 30 30 30;
	text-align: center;
	color: #333;
	/* background:url(images/templatemo_footer.jpg) repeat-y;*/
}

#templatemo_footer a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

/* end of footer */
