body
{
	margin: 0px;
	padding: 0px;
	background: #4a4949;
	font-family: Tahoma;
	font-size: 12px;
	color: #33363e;
}
body a
{
	color: #7b7b7b;
	text-decoration: none;
}
body a:hover
{
	color: #7b7b7b;
}
form
{
	margin: 0px;
	padding: 0px;
}


/* Start header */
.main-container-up
{
	width: 100%;
}
.header-container, div.main-container-up
{
	background: url(../Images/header-bg.png) repeat-x #3f3f3f;
}
.header-container
{
	width: 980px;
	margin: 0 auto;
}
.logo img
{
	border: none;
}
.logo, .press-logo
{
	float: left;
}
a.logo
{
	margin: 15px 0 0 15px;
}
.press-logo
{
	margin: 0 0 0 65px;
}
.search-box
{
	float: right;
	padding: 0px 15px 0 0;
	margin: 15px 0 0 0;
}
h1
{
	font-family: "NGC Din Medium";
	font-size: 10px;
	font-weight: normal;
}
h1 a .normal
{
	display: inline-block;
	color: #c1c1c1;
	padding: 3px 0 0 0;
}

.NormalText
{
	display: inline-block;
	color: #c1c1c1;
	padding: 3px 0 0 0;
}

h1 a .hover
{
	display: none;
	color: #ffffff;
}

h1 a:hover .hover
{
	display: inline-block;
	color: #70c1e5;
	padding: 3px 0 0 0;
}
h1 a:hover .normal
{
	display: none;
	color: #70c1e5;
	padding: 3px 0 0 0;
}
h1 a
{
	float: left;
	cursor: pointer;
}
.line
{
	background: url(../Images/line.png);
	width: 1px;
	height: 9px;
	float: left;
	margin: 5px 10px 0 10px;
}
input.search
{
	background: #c1c1c1;
	float: left;
	border: 1px solid #aaaaaa;
	margin: 0 8px 0 15px;
}
input:hover.search
{
	background: #FFFFFF;
}

.menu-container
{
	float: right;
	padding: 15px 15px 8px 0;
	font-family: "NGC Din Bold";
	font-size: 18px;
	font-weight: normal;
}



a:focus
{
	-moz-outline-style: none;
	outline: none;
}


.line-2
{
	background: url(../Images/line-2.png);
	width: 1px;
	height: 17px;
	float: left;
	margin: 10px 20px 0 20px;
}

.pic
{
	border: none;
	display: block;
}
/* /End Header */

/* Start content */

.main-container-down
{
	width: 100%;
}
.content-container, .main-container-down
{
	background: url(../Images/content-bg.png) repeat-x #676767;
}
.content-container
{
	width: 980px;
	margin: 0 auto;
}
.content
{
	width: 100%;
	display: block;
	background: #ffffff;
}
.col-1
{
	float: left;
	padding: 30px 20px 50px 20px;
	width: 620px;
}
.col-2
{
	float: right;
	padding: 30px 0px 0 0;
	width: 320px;
}
span.title-2
{
	background: #eaeaec;
	color: #343541;
	height: 30px;
	width: 300px;
	display: block;
	margin: 0px 0 15px 0;
}
span.title-2 h3
{
	font-size: 16px;
	font-family: DINCE-Medium;
	font-weight: normal;
	margin: 5px 0 0 10px;
	display: inline-block;
}
span.title-1
{
	background: #eaeaec;
	color: #343541;
	height: 30px;
	width: 620px;
	display: block;
	margin: 0px 0 15px 0;
}
span.title-1 h3
{
	font-size: 16px;
	font-family: DINCE-Medium;
	font-weight: normal;
	margin: 5px 0 0 10px;
	display: inline-block;
}
.spacer
{
	display: block;
	width: 1px;
	height: 1px;
	margin: 50px 0 0 0;
	clear: both;
}
select.Select
{
	height: 22px;
	font-family: Arial;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #c3c3c3;
	float: left;
	margin: 0 10px 0 0;
}
.GoButton
{
	height: 22px;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	float: left;
}
.GoButton .Left
{
	background: url(../Images/btn-left.png);
	float: left;
	width: 2px;
	height: 22px;
}
.GoButton .Right
{
	background: url(../Images/btn-right.png);
	float: left;
	width: 2px;
	height: 22px;
}
.GoButton .Center
{
	background: url(../Images/btn-ct.png);
	float: left;
	height: 19px;
	padding: 3px 6px 0 6px;
}


.GoButton:hover .Left
{
	background: url(../Images/btn-left.png) bottom;
	float: left;
	width: 2px;
	height: 22px;
}
.GoButton:hover .Right
{
	background: url(../Images/btn-right.png) bottom;
	float: left;
	width: 2px;
	height: 22px;
}
.GoButton:hover .Center
{
	background: url(../Images/btn-ct.png) bottom;
	float: left;
	height: 19px;
	padding: 3px 6px 0 6px;
	color: #FFFFFF;
	text-decoration: none;
}

.link
{
	text-decoration: none;
	color: #33363e;
	font-family: Tahoma;
	font-size: 12px;
}
.link:hover
{
	text-decoration: underline;
}
.col-1 h2
{
	font-size: 14px;
	font-family: Arial;
	color: #33363e;
	padding: 3px 0 0 0px;
	margin: 0px;
}
.col-1 a.More
{
	text-decoration: none;
	font-size: 12px;
	font-family: Tahoma;
	color: #33363e;
	float: right;
	margin-top: 15px;
}
.col-1 a:hover.More
{
	text-decoration: underline;
}
.col-1 .Bold
{
	margin: 0 0 5px 0;
	display: block;
}
.col-1 a.Bold
{
	text-decoration: none;
}
.col-1 .Bold:hover
{
	text-decoration: underline;
}
.col-1 .Text
{
	display: block;
	clear: both;
}
.Bios
{
	margin: 0px;
	display: block;
}
.Bios:hover
{
	text-decoration: underline;
}


.PaddingLeft
{
	padding: 0 0 0 20px;

}

.VMarginS
{
	margin-top: 16px;
}

.FloatLeft
{
	float: left;
}
.FloatRight
{
	float: left;
}

.ClearBoth
{
	clear: both;
}

.VMarginM
{
	margin-top: 23px;
}

.HMarginS
{
	margin-left: 16px;
}


/* /End content */

div.main-container-footer
{
}
div.footer-container
{
}


.main-container-footer
{
	width: 100%;
}
.main-container-footer, .footer-container
{
	background: url(../Images/footer-bg.png) repeat-x;
}
.footer-container
{
	width: 980px;
	margin: 0 auto;
	height: 200px;
}

.live-curious
{
	width: 215px;
	height: 30px;
	background: url(../Images/live-curious.png);
	float: right;
	margin: 38px 0 0 0;
}
.ngci
{
	width: 251px;
	height: 15px;
	background: url(../Images/ngci.png);
	float: left;
	margin: 50px 0 0 0;
}


/* === MASTER MENU BUTTON === */
.MasterMenuButton
{
	cursor:pointer;
	padding:5px 0 0 0;
	position: relative;
	display: inline-block;
	float: left;
}

.ShowText
{
	color: #fbd100;
	display: inline-block;
	left: 0px;
	position: absolute;
}

.HideText
{
	color: #ffffff;
	display: inline-block;
	position: relative;
	top: -2000px;
	left: 0px;
}

.MasterMenuButton:hover span.ShowText
{
	display: none;
}

.MasterMenuButton:hover span.HideText
{
	display: inline-block;
	top: 0px;
	margin-left: 0%;
}
