/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}
/***************************************

Fonts and Tags

****************************************/
h1
{
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
h2
{
	font-size: 13px;
	margin: 8px 0px;
}
p
{
	font-size: 12px;
	margin: 8px 0;
	line-height: 1.3em;
}
a
{
	text-decoration: underline;
	color: #476ca3;
}
ul
{
	padding: 5px 10px;
	margin: 5px 10px;
}
li
{
	margin-top: 5px;
}

img 
{
	border:none;
}

/**************************************

Layout

***************************************/
body
{
	text-align: center;
	margin: 0;
	background-color: #364d6b;
	background-image: url(/images/2008/background.jpg);
	background-repeat: repeat-x;
}
#main
{
	margin: 0 auto 0 auto;
	width: 968px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
}
#header
{
	height: 105px;
	width: 938px;
	padding: 5px 0 0 30px;
	text-align: right;
}
#logo
{
	float: left;
}
#siteNav
{
	font-size: 11px;
	clear: right;
	padding: 5px;
}
#siteNav a
{
	color: black;
	text-decoration: none;
}
#siteNav a:hover
{
	text-decoration: underline;
}
#flashPlace
{
	width: 968px;
	overflow: hidden;
	background-color: white;
	z-index: 0;
}
#whatnew
{
	width: 966px;
	border: 1px solid #53768f;
	border-top: none;
	height: 144px;
	background-image: url(/images/2008/boxGrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding: 0 0 0 0;
}

#siteSelect
{
	text-align: left;
}

#siteSelect select
{
	font-size: 11px;
	margin: 5px 0 5px 0;
	width: 190px;
}
/**************************************

Top Nav

***************************************/
#navigation
{
	z-index: 3;
	border: 1px solid #b3b3b3;
	border-left: none;
}
.navItem
{
	width: auto;
	height: 25px;
	background-image: url(/images/2008/nav/navback2.jpg);
	background-repeat: no-repeat;
}
table.tblNav
{
	height: 25px;
	width: 100%;
}
table.tblNav td
{
	white-space: nowrap;
}
.navItem a.mainNav
{
	height: 20px;
	background-image: url(/images/2008/nav/navdefault.gif);
	background-repeat: repeat-x;
	display: block;
	text-decoration: none;
	color: #3e3e3e;
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
	border-left: 1px solid #b3b3b3;
}
.navItem a.mainNav:hover
{
	background-image: none;
	color: black;
}
.subnavItem
{
	position: absolute;
	width: 192px;
	display: none;
	border-top: 1px solid #929292;
}
.subnavItem a.dropdownItem
{
	display: block;
	font-size: 12px;
	background-color: #ffffff;
	color: #676767;
	border: 1px solid #aaaaaa;
	border-top: none;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	text-align: left;
	width: 224px;
	white-space: -moz-pre-wrap !important;
}
.subnavItem a.dropdownItem:hover
{
	color: #06346f;
	background-color: #b6e0f7;
}
.thirdLevel
{
	position: absolute;
	left: 193px;
	width: 192px;
	top: 0px;
	display: none;
}
.thirdLevel a.thirdLevelItem
{
	display: block;
	font-size: 12px;
	background-color: #ffffff;
	color: #676767;
	border: 1px solid #aaaaaa;
	border-top: none;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	text-align: left;
	white-space: -moz-pre-wrap !important;
}
.thirdLevel a.thirdLevelItem:hover
{
	color: #06346f;
	background-color: #b6e0f7;
}
.relative a.dropdownItem
{
	background-image: url(/images/2008/nav/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/**************************************

Content Area / columns

***************************************/
.contentArea
{
	background-color: white;
	background-image: url(/images/2008/backgroundSwirl.jpg);
	background-repeat: no-repeat;
	width: 968px;
}
.contentArea #leftColumn
{
	float: left;
	width: 200px;
	overflow: hidden;
}
.contentArea #centerColumn
{
	float: left;
	width: 512px;
	overflow: hidden;
	text-align: left;
	padding: 0 20px 20px 0;
}
.contentArea #rightColumn
{
	float: left;
	width: 228px;
	overflow: hidden;
	padding: 12px 0px 0px 0px;
}
.contentArea #rightColumn .infoBox
{
	margin-bottom: 12px;
}
.contentArea #rightColumn .infoBox .content
{
	border: 1px solid #bbdbed;
	background-image: url(/images/2008/secondaryInfoBoxBack.jpg);
	border-top: none;
}

#leftColumnNav
{
	padding-top: 4px;
}

#leftColumnNav ul
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#leftColumnNav li
{
	padding-top: 10px;
}

#leftColumnNav a
{
	display: block; /*height: 21px;*/
	font-size: 12px;
	color: #666666;
	overflow: hidden;
	text-decoration: none;
	text-align: left;
}

.sNavRolloverItem
{
	height: 21px;
	width: 4px;
	float: left;
	background-color: white;
	margin-right: 15px;
}
#leftColumnNav a:hover, #leftColumnNav a.active
{
	color: #073d81;
}
#leftColumnNav a:hover .sNavRolloverItem
{
	background-color: #dae2ec;
}
#leftColumnNav a.currentPage
{
	color: #073d81;
}
#leftColumnNav a.currentPage .sNavRolloverItem
{
	background-color: #dae2ec;
}
#leftColumnNav a .sNavText
{
	padding-top: 3px;
}
#breadCrumb
{
	font-size: 11px;
	color: #073d81;
	padding-top: 9px;
	margin-bottom: 20px;
}
#breadCrumb a
{
	color: #073d81;
	text-decoration: underline;
}


#leftColumn a {
color:#666666;
display:block;
font-size:12px;
overflow:hidden;
text-align:left;
text-decoration:none;
}
#leftColumn a:hover, #leftColumn a.active {
color:#073D81;
}
#leftColumn ul.level0 {
list-style-type:none;
margin:0pt;
padding:0pt 1px 0pt 0pt;
}
#leftColumn ul.level0 li {
padding:0pt;
}
#leftColumn ul.level0 li a {
padding-top:10px;
}
#leftColumn ul.level1 {
list-style-type:none;
margin:0pt;
padding:0pt;
}
#leftColumn ul.level1 li {
padding:0pt;
}
#leftColumn ul.level1 li a {
display:block;
font-size:11px;
font-weight:normal;
padding:4px 0pt 0pt 0px;
text-align:left;
text-decoration:none;
}
#leftColumn ul.level1 .sNavRolloverItem {
margin-right:22px;
}
#leftColumn ul.level1 li a.active {
}
ul.level2 {
list-style-type:none;
margin:0pt;
padding:0pt 0pt 4px;
}
#leftColumn ul.level2 li {
padding:0pt;
}
#leftColumn ul.level2 li a {
display:block;
font-size:11px;
font-weight:normal;
padding:4px 0pt 0pt 32px;
text-align:left;
text-decoration:none;
}
#leftColumn ul.level2 li a.active {
}
ul.level3 {
list-style-type:none;
margin:0pt;
padding:0pt 0pt 4px;
}
#leftColumn ul.level3 li {
padding:0pt;
}
#leftColumn ul.level3 li a {
display:block;
font-size:11px;
font-weight:normal;
padding:4px 0pt 0pt 48px;
text-align:left;
text-decoration:none;
}
#leftColumn ul.level3 li a.active {
}
#leftColumn a:hover .sNavRolloverItem {
background-color:#DAE2EC;
}
.displayName {
cursor:pointer;
}
.sNavRolloverItem {
cursor:pointer;
}
#leftColumn ul.level0 .displayName {
float:left;
width:155px;
}
#leftColumn ul.level1 .displayName {
float:left;
width:168px;
}



/**************************************

Info Boxes

***************************************/
#boxesContainer
{
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
	top: -167px;
}
#homeInfoBoxCont
{
	float: left;
	text-align: center;
	padding: 0 6px 0 6px;
}
.infoBox
{
	/*height: 157px;*/
	width: 228px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.infoBox .top
{
	background-image: url(/images/2008/boxTab.gif);
	height: 19px;
	width: 221px;
	font-size: 13px;
	padding: 3px 0 0 7px;
	text-align: left;
	overflow: hidden;
}

.infoBox .topSmaller{
background-image:url(/images/2008/boxTab.gif);
font-size:13px;
height:14px;
overflow:hidden;
padding:8px 0pt 0pt 4px;
text-align:left;
width:224px;
}

.infoBox .content
{
	border: 1px solid #dfeff3;
	border-top: none;
	width: 212px; /*height: 121px;*/
	background-color: white;
	text-align: left;
	padding: 7px;
	overflow: hidden;
}
.infoBox .content .boxImg
{
	border: 1px solid #848484;
	width: 210px;
	height: 72px;
	overflow: hidden;
}
.readmore
{
	width: 71px;
	height: 12px;
	background-image: url(/images/2008/readmore.jpg);
	cursor: pointer;
	overflow: hidden;
}
.trynow
{
	width: 71px;
	height: 12px;
	background-image: url(/images/2008/trynow.jpg);
	cursor: pointer;
	overflow: hidden;
}
.playnow
{
	width: 71px;
	height: 12px;
	background-image: url(/images/2008/playnow.jpg);
	cursor: pointer;
	overflow: hidden;
}
.secondaryInfoBox
{
	float: left;
	width: 245px;
	overflow: hidden;
	margin: 10px 15px 10px 0px;
}
/**************************************

Footers  Home/Secondary

***************************************/
#footerHome
{
	background-image: url(/images/2008/footerGrad.jpg);
	background-repeat: repeat-x;
	height: 116px;
	position: relative;
	top: -157px;
}
#footerHome #footerHomeMain
{
	padding-top: 15px;
	width: 968px;
	height: 100px;
	margin: 0 auto 0 auto;
	color: white;
	text-align: center;
	background-image: url(/images/2008/footerHomeGrad.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footerHome #footerHomeMain a
{
	color: white;
	text-decoration: none;
}
#footerHome #footerHomeMain a:hover
{
	text-decoration: underline;
}
#footerSecondary
{
	padding-top: 15px;
	width: 968px;
	height: 100px;
	margin: 0 auto 0 auto;
	color: white;
	text-align: center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footerSecondary a
{
	color: white;
	text-decoration: none;
}
#footerSecondary a:hover
{
	text-decoration: underline;
}

ul#toolsTabNav
{
	list-style: none;
	float: right;
	width: 200px;
	padding: 0;
	margin: 0;
}

ul#toolsTabNav li
{
	float: left;
	position: relative;
	list-style: none;
	text-align: right;
	padding-right: 7px;
	width: 193px;
	height: 20px;
	cursor: pointer;
	cursor: hand;
	margin-top: 0;
}

ul#toolsTabNav li ul
{
	display: none;
	position: absolute;
	top: 20px;
	left: 1px;
	padding: 0;
	margin: 0;
}

ul#toolsTabNav li ul li
{
	text-align: left;
	background-image: url(/images/2008/tools/toolsBack.jpg);
	background-repeat: repeat-x;
	height: 20px;
	width: 185px;
	border: 1px solid #aeaeae;
	border-top: none;
	font-weight: normal;
	padding: 4px 0 0 12px;
	cursor: pointer;
	cursor: hand;
}



ul#toolsTabNav li ul li.hideShow
{
	padding: 0px 0 0 0px;
	width: 197px;
	height: 0px;
	background-image: url(/images/2008/tools/hideShowBack.jpg);
	background-repeat: repeat-x;
	margin: 0;
	cursor: auto;
	overflow: hidden;
	border-bottom: none;
}

ul#toolsTabNav li ul li#search
{
	height: 44px;
	border-bottom: 1px solid #aeaeae;
}

.dropDownLeft {
cursor:auto;
float:left;
left:-155px;
overflow:hidden;
padding-top:1px;
position:relative;
text-align:right;
width:300px;
}

.dropDownLeft select {
border:1px solid #AAAAAA;
vertical-align:top;
width:85px;
}
input, select, .small {
font-size:x-small;
margin:0pt;
vertical-align:top;
}

li > ul
{
	top: auto;
	left: auto;
}

ul#toolsTabNav li ul li.hideShow#bookmark
{
	background-image: url(/images/2008/tools/hideshowBack_bookmark.jpg);
}

ul#toolsTabNav li ul li.hideShow#uvIndex
{
	background-image: url(/images/2008/tools/hideshowBack_uv.jpg);
}

ul#toolsTabNav li ul li.hideShow#uvIndex input, ul#toolsTabNav li ul li.hideShow#search input
{
	width: 135px;
	height: 15px;
	margin: 13px 0 0 12px;
	float: left;
	font-size: 11px;
}

ul#toolsTabNav li ul li.hideShow#uvIndex input.submitInput, ul#toolsTabNav li ul li.hideShow#search input.submitInput
{
	width: 29px;
	height: 36px;
	float: right;
	margin: 10px 5px 0 0;
}

.fontIMG
{
	font-size: 0;
	width: 166px;
	margin: 10px auto 0px auto;
}

.printIMG
{
	margin: 10px 0 0 10px;
	line-height: 2.5em;
	font-size: 12px;
}

.printIMG a
{
	color: black;
	text-decoration: none;
}



#toolsTab
{
	float: right;
	position: relative;
	height: 20px;
	width: 419px;
	background-image: url(/images/2008/toolsTab_alternate.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 0 0;
	font-size: 13px;
	font-weight: bold;
	z-index: 5;
}



/***************************************

 

ToolsTab growing thing

 

****************************************/



#tGlasses
{
	position: relative;
	float: right;
}



#halfTool
{
	background-image:url(/images/2008/toolsTab_half.gif);
background-position:right top;
height:23px;
left:-300px;
position:absolute;
top:-3px;
width:300px;
z-index:6;
}

/**************************************

Utility

***************************************/
.relative
{
	position: relative;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.clr
{
	clear: both;
}
.grey
{
	color: #999999;
}
.darkGrey
{
	color: #666666;
}
.bFont
{
	font-size: 14px;
	font-weight: normal;
}
.sFont
{
	font-size: 11px;
}
#main #rightShadow
{
	position: absolute;
	background-image: url(/images/2008/rightShadow.jpg);
	background-position: bottom;
	width: 18px;
	height: 604px;
	overflow: hidden;
	left: 968px;
	top: 0px;
}
#main #leftShadow
{
	position: absolute;
	background-image: url(/images/2008/leftShadow.jpg);
	background-position: right;
	width: 18px;
	height: 604px;
	overflow: hidden;
	left: -18px;
	top: 0px;
}
/***************************************

Global Landing Page

****************************************/
#globalTools
{
	float: right;
	position: relative;
	height: 20px;
	width: 149px;
	background-image: url(/images/2008/globalTools.jpg);
	background-repeat: no-repeat;
	padding: 3px 7px 0 0;
	font-size: 13px;
	font-weight: bold;
}
#globalContent
{
	width: 960px;
	border-bottom: 1px solid #b1cddb;
	border-top: 1px solid #b1cddb;
	height: 168px;
	background-color: #cad7dd;
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding: 4px;
}
#globalContent h1
{
	margin-top: 1px;
}
#globalContent .infoBox
{
	height: 168px;
}
#globalContent .infoBox .content
{
	border: 1px solid #dfeff3;
	border-top: none;
	border-bottom: none;
	width: 212px;
	height: 200px;
	background-color: white;
	text-align: left;
	padding: 7px;
	overflow: hidden;
}
.globalInfoTitle
{
	padding: 1px 0px 6px 0;
}
#globalContent #welcomeBox
{
	border: 1px solid #dfeff3;
	border-top: none;
	border-bottom: none;
	width: 479px;
	height: 154px;
	background-color: white;
	text-align: left;
	padding: 7px;
	overflow: hidden;
	float: left;
	margin-right: 2px;
}
#globalContent #welcomeBox p
{
	font-size: 11px;
	line-height: 1.1em;
}
#globalContent #middleBox
{
	text-align: left;
	padding: 0 15px;
	background-color: white;
	width: 200px;
	float: left;
	border: 1px solid #dfeff3;
	border-top: none;
	border-bottom: none;
	height: 154px;
	text-align: left;
	padding: 7px 15px;
	overflow: hidden;
	margin-right: 2px;
}
#globalContent #middleBox select
{
	width: 200px;
	display: block;
	font-size: 11px;
	height: 19px;
	margin-bottom: 12px;
}
#footerGlobal
{
	background-image: url(/images/2008/footerGrad.jpg);
	background-repeat: repeat-x;
	height: 116px;
}
#footerGlobal #footerMain
{
	padding-top: 15px;
	width: 968px;
	height: 100px;
	margin: 0 auto 0 auto;
	color: white;
	text-align: center;
	background-image: url(/images/2008/footerHomeGrad.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footerGlobal #footerMain a
{
	color: white;
	text-decoration: none;
}
#footerGlobal #footerMain a:hover
{
	text-decoration: underline;
}

.flashBox{
background-color:#F3F3F3;
background-image:url(/Transitions_MCMS/images/2008/TV-commercial_FRAME.jpg);
background-repeat:repeat-x;
border:1px solid #B0B0B0;
float:left;
margin:10px 0pt 10px 10px;
padding:10px;
}










