﻿body
{
	margin: 20px 0px 50px 0px;
	background: #ffffff url(Resources/Master/MainBG.png) repeat-x left top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:13px;
	/*color: #6C7073;*/
	color: #62666A; /*darker*/
	text-align:center; /* for IE */
}
ol li
{
    margin-bottom:3px;
}
ul li
{
	list-style-type:square;
	margin-bottom:10px;
}
ul.Compact
{
	margin-top:8px;
}
ul.Compact li
{
	margin-bottom:3px;
}
ul.Spaced
{
	margin-top:8px;
}
ul.Spaced li
{
	margin-bottom:15px;
}
.SmallFont
{
    font-size:12px;
}

a
{
    color: #057DAB;
    text-decoration: none;
}
a:hover
{
	background-color: #F1F9FF;
    /*text-decoration: underline;*/
}

a.NoHover:hover
{
	background-color:Transparent;
}

.LinkImage
{
	margin:0px 6px; 
	vertical-align:middle; 
	border:0px;
}

.PageTitle
{
	width:950px;
	color:#6C7073;
	font-size:28px;
	font-weight:normal;
	text-align:left;
	border-bottom: solid 1px #dddddd;
	padding: 0px 15px 10px 15px;
	margin: 0px auto 30px auto;
}

.Title
{
	color:#000000;
	font-size:24px;
	font-weight:normal;
	margin-bottom:6px;
}
.Title2
{
	color:#999999;
	font-size:24px;
	font-weight:normal;
	margin-bottom:6px;
}
.Text
{
	line-height:18px;
	margin-bottom:4px;
}
.SmallText
{
	line-height:18px;
	margin-bottom:4px;
	font-size:12px;
}
.Grey
{
    color: #6C7073;
}
.Feature
{
	margin-bottom:30px;
}

.SubTitle
{
	color:#000000;
	font-size:16px;
	font-weight:normal;
	margin-bottom:6px;
}
.SubTitle2
{
	color:#6C7073;
	font-size:16px;
	font-weight:normal;
	margin-bottom:6px;
}
.SubTitle3
{
	color:#000000;
	font-size:13px;
	font-weight:normal;
	margin-bottom:6px;
}

.Content
{
	width:950px; 
	margin: 0px auto; 
	text-align:left;
}
.ContentWithSubMenu
{
	width:960px;
	margin: 0px auto; 
	text-align:left;
}
.SubMenuCell
{
	padding-left:6px; 
	width:265px;
	vertical-align:top;
}
.ContentCell
{
	padding:0px 15px 0px 50px; 
	vertical-align:top;
}

.FeatureBarContentContainer
{
	width:100%; 
	height:194px;
}
.FeatureBarContent
{
	vertical-align:top; 
	text-align:left; 
	padding: 21px 16px; 
}

.Box
{
	float:right; 
	width:250px; 
	border:solid 1px #dddddd; 
	margin:0px 0px 0px 25px; 
	background-color:#FBFBFB;
}
.BoxTitle
{
	text-align:center; 
	font-weight:bold; 
	color:#404040; 
	background-color:#F4F4F4;
	padding:5px; 
	border-bottom:solid 1px #dddddd;
}
.BoxIntro
{
	padding:5px 5px 0px 5px; 
}

.Reg
{
    vertical-align: top;
}



/* NEWS */

.NewsHeadline
{
	margin-top:10px;
}
.NewsSummary
{
	line-height:18px;
	margin-bottom:40px;
}
.NewsSummary .Title a
{
	color: #000000;
	line-height:28px;
}
.NewsDate
{
	margin:3px auto;
	color:#bbbbbb;
}
.NewsStory
{
	line-height:18px;
	margin:10px 0px;
}
.NewsStoryImageCell
{
	vertical-align:top;
	text-align:right;
}
.NewsSummaryImage
{
	border: none;
	margin: 10px 30px 0px 0px;
	width:200px;
	/*max-width: 200px;
	_width: 200px;*/ /*IE6*/
}
.NewsStoryImage
{
	border: none;
	margin: 10px 30px 0px 0px;
}




/* MAIN MENU */

.MainMenu
{
	width:980px;
	height: 69px;
	margin: 0px auto 30px auto;
	background: transparent url(Resources/MainMenu/MenuBar.png) no-repeat left top;
}
.MainMenuLogoLink
{
	position:relative;
	left: 30px;
	width: 80px;
	height: 69px;
	float:left;
	margin-right:-80px;
	cursor:pointer;
}
.MainMenuTable
{
	margin: 0px auto;
	height: 69px;
	border-collapse: collapse; 
}
.MainMenuItem
{
	font-size:16px;
	color: #ffffff;
	text-align:center;
	padding: 5px 20px;
	cursor:pointer;
}
.MainMenuItem:hover
{
	background: transparent url(Resources/MainMenu/MenuHover.png) repeat-x left top;
}
.MMSelected
{
	background: transparent url(Resources/MainMenu/MenuSelected.png) repeat-x left top;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}
.MainMenuItem a
{
	color: #ffffff;
	text-decoration: none;
	background-color:Transparent;
}
.MainMenuLoginButton
{
	position:relative;
	width: 65px;
	height: 25px;
	left: 889px;
	background: transparent url(Resources/MainMenu/LoginButton.png) no-repeat left top;
	margin-right:-65px;
	top:23px;
	cursor:pointer;
	float:left;
}
.MainMenuLoginButton:hover
{
	background: transparent url(Resources/MainMenu/LoginButtonHover.png) no-repeat left top;
}

.LoginMenuContainer
{
	position:absolute;
	top: 68px;
	width:160px;
	background-color: #ffffff;
	border: solid 1px #666666;
	display: none;
	text-align:left;
	z-index:100;
}
.LoginMenuItem
{
	padding: 5px 10px;
}
a.LoginMenuLink
{
	color: #6C7073;
	font-size:13px;
}
a.LoginMenuLink:hover
{
	color: #6F6FCF;
	background-color:Transparent;
}
.TM
{
	vertical-align:super;
	font-size:6px;
}


/* SUB MENU */

.SubMenuItem
{
	width:265px;
	height: 34px;
	margin-bottom: 10px;
	cursor:pointer;
}
.SubMenuItem a
{
	color: #6C7073;
	font-size:13px;
	cursor:pointer;
}
.SubMenuItem a:hover, div.SMSelected a
{
	color: #057DAB;
    text-decoration: none;
}
.SubMenuItemText
{
	float:left;
	padding:9px;
}
.SubMenuItemImage
{
	float:right;
	width:12px;
	height: 12px;
	padding:12px;
	background: transparent url(Resources/SubMenu/SubMenuItem.gif) no-repeat center;
}
div.SubMenuItem a:hover span.SubMenuItemImage, div.SMSelected span.SubMenuItemImage
{
	background: transparent url(Resources/SubMenu/SubMenuItemHover.gif) no-repeat center;
}
.SMSelected
{
	background: transparent url(Resources/SubMenu/SubMenuItemSelected.gif) no-repeat center;
}
