@charset "utf-8";
/* CSS Document */

#webcast	{
	background-color: #F2F2F2;
	float: left;
	width: 220px;
	padding-bottom: 10px;
}

#webcast .title	{
	color: #D73131;
	font-size: 18px;
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

#webcast ul	{
	padding: 0px;
	width: 220px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#webcast li	{
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 10px;
	background-image: url(images/li_page.jpg);
	background-repeat: no-repeat;
	width: 165px;
	padding-left: 28px;
	background-position: 10px 1px;
}

#main	{
	float: left;
	width: 635px;
	background-color: #DBDBDB;
	padding-top: 20px;
}

#main .words	{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 550px;
	margin-left: 30px;
}

#tab	{
	width: 584px;
	margin-left: 30px;
	margin-top: 20px;
	color: #FFFFFF;
	background-image: url(images/bg_tab.jpg);
	background-repeat: repeat-y;
}

#tab .top	{
	background-image: url(images/tab_consulting_solutions.jpg);
	height: 45px;
	width: 584px;
}

#tab .middle	{
	background-image: url(images/gradient_tab.jpg);
	background-repeat: repeat-x;
	width: 534px;
	margin-left: 7px;
	background-color: #C80203;
	padding-left: 30px;
}

#tab ul	{
	float: left;
	list-style-position: inside;
	width: 250px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
	margin: 0px;
}

#tab li	{
	margin-bottom: 3px;
	margin-top: 3px;
}

#tab .bottom	{
	background-image: url(images/bottom_tab.jpg);
	height: 22px;
	width: 584px;
}

#footer	{
	background-image: url(images/bottom_index.jpg);
	height: 40px;
	width: 877px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4F4F4F;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 10px;
}

#footer a	{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover	{
	text-decoration: underline;
}

#footer .words	{
	padding-top: 25px;
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#footer .copy	{
	padding-top: 10px;
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

