@charset "utf-8";
/* CSS Document */


#content-wrapper {
	width:1024px;
	margin: 0 auto;
}

.content-title {
	width: 854px;
	margin: 70px 0 0 90px;
}


.content-body { 
	width: 854px;
	margin: 0 0 0 90px;
	overflow: hidden;
}


/* ===== PROCESS page ===== */

.process-content-left {
	width: 345px;
	float: left;
	padding: 40px;
	background: url(../images/content_bg.png) repeat-y;
}

.process-content-right {
	width: 345px;
	float: right;
	padding: 40px;
	background: url(../images/content_bg.png) repeat-y;
}


.hdg-timeframe
{
	margin: 15px 0 15px 0;
}

ul.example
{
	padding: 0;
	margin-bottom: 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7d7d7d;
	line-height: 18px;
}

ul.example li
{
	list-style: url(../images/bullet.png);
	margin: 10px 0 0 20px;
}


.process-descrip
{
	margin: 10px 0 0 0;
	padding-left: 60px;
	padding-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7d7d7d;
	line-height: 18px;
}

.process-descrip strong {
	color: #aaa;
}

.process-descrip ul
{
	padding: 0px;
	margin: 5px 0;
	list-style: url(../images/bullet.png);
}

.process-descrip ul li
{
	margin-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7d7d7d;
	line-height: 18px;
}

.process-descrip a
{
	text-decoration: underline;
	color: #FFF;
	font-size: 12px;
}

.icon-email {
	background: url(../images/icon_email.png) left top no-repeat;
}

.icon-mail {
	background: url(../images/icon_mail.png) left top no-repeat;
}

.icon-2mails {
	background: url(../images/icon_2mails.png) left top no-repeat;
}

.icon-newspaper {
	background: url(../images/icon_newspaper.png) left top no-repeat;
}

.icon-sms {
	background: url(../images/icon_sms.png) left top no-repeat;
}

.arrow-down {
	background: url(../images/arrow_down.png) 13px 0 no-repeat;
	height: 35px;
}





/* ===== ROADSHOW page ===== */

body.roadshowBg{
	background: #1c1a1b url(../images/bg-home.jpg) top center no-repeat;
}

/* Subheading used for RoadShow page */
.content-title p.rs-subheading {
	width: 632px;
	margin-left: 120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: white;
}

.roadshow-schedule {
	background: url(../images/content_bg.png) repeat-y;
}

.roadshow-schedule table {
	width: 750px;
	margin: 30px auto; 
	border-bottom: 1px solid #000;
}

.roadshow-schedule table td {
	vertical-align:top;
	padding: 5px;
}

.roadshow-schedule table p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#8A8A8A;
	padding:0;
	margin:0;
	margin-bottom: 20px;
}

.roadshow-schedule table p.area {
	font-size:18px;
	color:#fff;
	padding-left: 10px;
	width: 150px;
}

.roadshow-schedule table p.date {
	color:#ff9900;
	width: 120px;
}

.roadshow-schedule table p.time {
	width: 120px;
}

.roadshow-schedule table p.venue {
	width: 260px;
}