﻿.master
{
	width:938px;
	height:550px;
	margin:15px auto 15px auto;
	padding:10px;
	border: 1px solid #990033;
}

.homePageContentTopGrid
{
	height:329px;
	margin-bottom:5px;
}

.homePageContentBottomGrid
{
	height:105px;
}

.homePageContentLeftGrid
{
	width:623px;
	background-color:#C60450;
	margin-right:3px;
	float:left;
}

.homePageContentRightGrid
{
	width:310px;
	float:right;
}

.homePageContentTopGrid.homePageContentLeftGrid
{
	background-image:url('../../Images/TMTS/home_background.jpg');
	background-repeat:no-repeat;
}

.homePageContentTopGrid.homePageContentRightGrid
{
	background-color:#990033;
}

.homePageContentTopGrid.homePageContentRightGrid > div
{
	padding:10px 50px 20px 50px;
}
.homePageContentTopGrid.homePageContentRightGrid .standoutLink
{
	margin-bottom:2px;
}

.homePageContentBottomGrid.homePageContentLeftGrid
{
	background-color:#FFFFFF;
	
}


.homePageContentBottomGrid.homePageContentRightGrid
{
	background-color:#4E021F;
	background-image:url('../../Images/TMTS/news_ghost.png');
	background-repeat:no-repeat;
	background-position:right bottom;
}

.homePageNewsTitle
{
	/*color:#4E021F;*/
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11pt;
	width:100%;
	height:19px;
	background-color:#FBA61C;
}

.homePageNewsTitle span
{
	margin-left:55px;
}

.highlights > div
{
	margin-left:5px;
/*	display:-moz-inline-block;
	display:-moz-inline-box;-moz-binding:none !important;*/
	display:table-cell;
	zoom:1;
	*display:inline;
	background-color:#890538;
	width:204px;
	height:105px;
	float: left; 
}

.highlights > div:first-child
{
	
	margin-left:0px;
	width:205px;
}

.highlights > div > div > img
{
	float:right;
	margin-left:5px;
}
.highlights > div > div > a
{
	color:white;
	font-size:12px;
	padding-top:15px;
	padding-left:10px;
	display:block;
	text-decoration:none;
}

.highlights .standoutLink
{
	background-color:#660033;
	background-image:url('../../Images/TMTS/linkarrow2.png');
	background-position:left top;
	background-repeat:no-repeat;

}


.link-item
{
	
}

.link-item a, .link-item a:link, .link-item a:hover, .link-item a:visited, .link-item a:active
{
	text-decoration:none !important;
	font-size:8pt !important;
	color:white !important;
	background-color:transparent !important;
	border-bottom:1px #C60450 solid !important;
	padding:3px 0px 3px 0px !important;
	margin-left:52px !important;
}

.link-item > a
{
	margin-top:11px;
	border-top:1px #C60450 solid !important;
}

.link-item a
{
	display:block !important;
	width:187px !important;
}

div.link-item a:hover
{
	text-decoration:none !important;
	color: #eeeeee !important;
	background-color:transparent !important;
}


.copyrightNotice
{
	text-align:center;
	color:black;
	font-size:xx-small;
	margin-top:15px;
}