body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #33363e;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFCC00;
	/* 

	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #FFCC00 20%);

	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #FFCC00 20%);

	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #FFCC00 20%);

	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(0.2, #FFCC00));

	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #FFCC00 20%);

	background-image: linear-gradient(bottom, #FFFFFF 0%, #FFCC00 20%);
	*/ 
}


body a
{
	color: #7b7b7b;
	text-decoration: none;
}
body a:hover
{
	color: #7b7b7b;
}
form
{
	margin: 0px;
	padding: 0px;
}


.MainContent
{
	width: 980px;
	margin: 0 auto;
	margin-top: 70px;

	-moz-box-shadow: 3px 5px 25px #454545;
	-webkit-box-shadow: 3px 5px 25px #454545;
	box-shadow: 3px 5px 25px #454545;
}

/* Start header */

.header-container
{
	background: url(../Images/header-bg.jpg);
	width: 980px;
	height: 368px;
	margin: 0 auto;
}
.press-logo
{
	float: left;
	margin: 0;
	padding: 0;
}

.press-logo img
{
	border: none;
}


.NormalText
{
	display: inline-block;
	color: #c1c1c1;
	padding: 3px 0 0 0;
}


.menu-container
{
	float: left;
	padding: 100px 0 8px 30px;
	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;*/
	background: transparent url(../Images/line-2.jpg) no-repeat center center;
	width: 30px;
	height: 33px;
	float: left;
}

.pic
{
	border: none;
	display: block;
}
/* /End Header */

/* Start content */


.content
{
	width: 980px;
	margin: 0 auto;
	display: block;
	background: #ffffff;
	margin-bottom: 20px;
}
.col-1
{
	float: left;
	padding: 0 20px 50px 20px;
	width: 620px;
}
.col-2
{
	float: right;
	padding: 0 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;
}

.search-box
{
	margin: 0 0 25px 0;
}

input.search
{
	height: 22px;
	width: 201px;
	font-family: Arial;
	font-size: 12px;
	padding: 2px	25px 0 7px;
	border: none;
	background: url(../Images/SearchBg.jpg);
	float: left;
	margin: 0 35px 0 0;
}

select.Select
{
	height: 22px;
	font-family: Arial;
	font-size: 12px;
	padding: 1px;
	width: 250px;
	border: 1px solid #c3c3c3;
	float: left;
	margin: 0 18px 0 0;

	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}
.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 */



/* === MASTER MENU BUTTON === */
.MasterMenuButton
{
	cursor:pointer;
	padding:5px 0 0 0;
	position: relative;
	display: inline-block;
	float: left;
	color: #ffffff;
}

.MasterMenuButton:hover, .MasterMenuButton.Selected
{
	color: #666666;
}


.Pager
{
	float: right;
}
.Pager a
{
	color: #33363E;
	margin-left: 5px;
}

.Pager a.LinksGrayText, .Pager span
{
	color: #6e727b;
	margin-left: 5px;
}

