/* This file contains alle the template specific style declerations */

html,body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	background-color: #c5c5c5;
	/*behavior: url("csshover.htc");*/
}

html
{
	margin-bottom: 1px;
}

div#topContainer
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 169px;
	color: #ffffff;
	background-color: #a90056;
}

div#topContainerImageCenter
{
	position: relative;
	top: 0px;
	width: 766px;
	height: 169px;
	text-align: left;
	color: #ffffff;	
	background-color: #a90056;
	margin-left:auto; margin-right:auto;
	z-index: 2;
	background-image:url(/images/stories/website/top_center.jpg);
	/* background-image:url(/images/stories/website/top_center_marcomtcd.png); */
	background-repeat: no-repeat;
	background-position: top left;
}

#topNav a
{
	position: absolute;
	width: 766px;
	height: 169px;
	top: 0px;
	left: 0px;
	text-decoration: none;
}

#topNav a i 
{
	visibility: hidden;
}

a#multiscopehome
{
	top: 0px;
	left: 33px;
	width: 157px;
	height: 73px;
}

a#tcd2007
{
	top: 42px;
	left: 630px;
	width: 95px;
	height: 95px;
}

div#topTitle
{
	position: absolute;
	top: 65px;
	left: 302px;
}

div#topTitle h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	display: inline;
	color: #000000;
	background-color: inherit;
}

div#topSubTitle
{
	position: absolute;
	top: 104px;
	left: 302px;
}

div#topSubTitle h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	color: #ffffff;
	background-color: inherit;
}

div#topMobile
{
	position: absolute;
	top: 5px;
	left: 480px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

div#topLogin
{
	position: absolute;
	top: 5px;
	right: 20px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

span.loginText a
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

span.loginText a:hover
{
	text-decoration: underline;
}

div#topContainerImageRight
{
	position:absolute;
	top: 0px;
	right: 0px;
	width: 500px;
	height: 169px;
	background-image:url(/images/stories/website/top_right.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}

div#topMenuContainer
{
	position:relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 46px;
	color: #ffffff;
	background-color: #000000;
}

div#topMenuContentHolder
{
	position: relative;
	top: 0px;
	width: 766px;
	height: 46px;
	text-align: left;
	color: #ffffff;	
	background-color: #000000;
	margin-left:auto; margin-right:auto;	
}

div#topMenuContent
{
	position: absolute;
	top: 13px;
	left: 30px;
	width: 736px;
	text-align: left;
	color: #ffffff;	
	background-color: #000000;
}

div#topMenuContentItem1
{
	position: absolute;
	top: 15px;
	left: 52px;
	clear: none;
}

div#topMenuContentItem2
{
	position: absolute;
	top: 15px;
	left: 157px;
}

div#topMenuContentItem3
{
	position: absolute;
	top: 15px;
	left: 310px;
}

div#topMenuContentItem4
{
	position: absolute;
	top: 15px;
	left: 442px;
}

div#topMenuContentItem5
{
	position: absolute;
	top: 15px;
	left: 572px;
}

div#topMenuContentItem6
{
	position: absolute;
	top: 15px;
	left: 688px;
}

div#topMenuContentSeperator1
{
	position: absolute;
	top: 13px;
	left: 123px;
	width: 1px;
	height: 20px;
	color: #4a4a4a;
	background-color: #4a4a4a;
}

div#topMenuContentSeperator2
{
	position: absolute;
	top: 13px;
	left: 275px;
	width: 1px;
	height: 20px;
	color: #4a4a4a;
	background-color: #4a4a4a;		
}

div#topMenuContentSeperator3
{
	position: absolute;
	top: 13px;
	left: 406px;
	width: 1px;
	height: 20px;
	color: #4a4a4a;
	background-color: #4a4a4a;		
}

div#topMenuContentSeperator4
{
	position: absolute;
	top: 13px;
	left: 537px;
	width: 1px;
	height: 20px;
	color: #4a4a4a;
	background-color: #4a4a4a;		
}

div#topMenuContentSeperator5
{
	position: absolute;
	top: 13px;
	left: 653px;
	width: 1px;
	height: 20px;
	color: #4a4a4a;
	background-color: #4a4a4a;		
}

div#topMenuContentHolder h2 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	margin: 0px;
	padding: 0px;
}

div#topMenuContentHolder h2 a
{ 
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 0px;	
}

div#topMenuContent h2 a:hover
{
	text-decoration: underline; 
}

div#mainContentContainer
{
	position: relative;
	top: 0px;
	width: 766px;
	color: #000000;
	background-color: #ffffff;
	margin-left:auto; margin-right:auto;
}

div#bottomContainer
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 65px;
	color: #ffffff;
	background-color: #464646;
}

div#bottomCenterContainer
{
	position: relative;
	top: 0px;
	width: 766px;
	height: 65px;
	text-align: left;
	color: #ffffff;	
	background-color: #464646;
	margin-left:auto; margin-right:auto;
}

div#bottomMenuLeft
{
	position: absolute;
	top: 20px;
	left: 50px;
}

div#bottomMenuLeft a
{
	font-size: 11px;
	color: #ffffff;
	background-color: inherit;
	text-decoration: underline;	
}

div#bottomMenuLeft a:visited
{
	font-size: 11px;
	color: #ffffff;
	background-color: inherit;
	text-decoration: underline;	
}

div#bottomRight
{
	position: absolute;
	top: 20px;
	right: 20px;
}

div#bottomRight a
{
	font-size: 11px;
	color: #ffffff;
	background-color: inherit;
	text-decoration: underline;	
}

div#bottomRight a:visited
{
	font-size: 11px;
	color: #ffffff;
	background-color: inherit;
	text-decoration: underline;	
}

div#mandatory
{
	display: none;
	visibility: hidden;
}

html>body div#bottomMenuLeft
{
	position: absolute;
	top: 20px;
	left: 52px;
}

form
{
	margin: 0px;
	padding: 0px;
}

p
{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 16px;
	font-size: 11px;
}

div#contentTopBlockLeftText a, div#contentTopBlockRightText a:link, div#contentTopBlockRightText a:visited, div#contentTopBlockRightText a:active, div#contentTopBlockRightText a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

div#contentTopBlockRightText a, div#contentTopBlockRightText a:link, div#contentTopBlockRightText a:visited, div#contentTopBlockRightText a:active, div#contentTopBlockRightText a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

a, a:link, a:visited, a:hover, a:active
{
	color: #0084ff;
	background-color: inherit;
}

img
{
	border: 0px;
}

.topMenuItemHidden
{
	visibility: hidden;
}