@charset "utf-8";
/*****tag redefines*****/
body {
	background-image: url(../images/background08.jpg);
	background-color: #dddddd; 
	background-repeat: no-repeat;
	background-position:top center;
	margin: 0px;
	padding: 0px;
}
div, a, p {
	margin: 0px;
	padding: 0px;
}
img, a {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-weight:500;
}


/*****main page Elements*****/
#container {   /***main holder for page***/
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color:#dddddd;
}
.splitter {
	background-image: url(../images/splitter01.jpg);
	background-repeat: repeat-x;
	height: 4px;
	width: 770px;
}
#header {
	background-image: url(../images/header06.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width:760px;
	background-position: center left;
	padding:5px;
}
#maincontentholder {
	background-color: #222222;
	padding:5px;
}
#maincontent {
	background-color:#dddddd;
	width:740px;
	padding:10px;
}
#footer {
	padding-top:5px;
	background-image: url(../images/footer01.jpg);
	background-repeat:no-repeat;
	height: 33px;
}


/*****header styles*****/
#headerleft {   /***hg logo stuff***/
	background-image: url(../images/hglogo01.gif);
	background-repeat: no-repeat;
	height:63px;
	width:63px;
	float:left;
}
#headercenter {   /***mercury studios title and slogan***/
	width:330px;
	padding-left:2px;
	height:63px;
	float:left;
}
#headerright {    /***main navigation in here***/
	height: 63px;
	width: 330px;
	float:right;
}
.MSheader {
	font-size: 24px;
	padding-top: 7px;
	padding-bottom:5px;
}
.MSslogan {
	font-size: 10px;
	padding-top:2px;
	text-indent: 5px;
	font-weight:bold;
}
ul.navholder {
	padding:40px 0px 10px 0px;
	margin:0px;
}
.navlist {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin:0px;
	font-size: 14px;
}
a.navlink {
	padding:0px 5px 0px 5px;
	color: #000000;
	text-decoration: none;
}
a.navlink:hover {
	padding:0px 5px 5px 5px;
	color: #000000;
	text-decoration: none;
	background-image:url(../images/greyhighlighter.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
}
a.navlinkcurrent{
	padding:0px 5px 5px 5px;
	color:#000000;
	text-decoration:none;
	background-image:url(../images/redhighlighter02.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
}


/*****footer styles*****/
.footertext {
	font-size: 10px;
	/*font-weight: bold;*/
	text-align: center;
}


/*****subnav styles*****/
#subnav {
	height: 50px;
	width: 740px;
	background-position: left center;
	margin-bottom:5px;
	background-color: #EEEEEE;
}
.subnavhg {
	float: left;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
h2.contenth2 {    /***page 'title' (welcome/news/flash)***/
	font-size: 24px;
}
a.subnavlink {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a.subnavlink:hover {
	font-size: 12px;
	text-decoration: none;
	text-decoration:underline;
}
.subnavarrows {
	font-size: 12px;
	color: #2b2e7d;
}


/*red bar block header*/
.blockheader {  /***small red bar on left in box across whole page***/
	background-image: url(../images/redhighlighter02.jpg);
	background-repeat: repeat-y;
	height: 20px;
	padding-left:10px;
	margin-bottom:5px;
}
.blockheaderh3 {  /***individual page item header level***/
	font-size: 18px;
}


/*general text links/styles*/
a.textlink {
	color: #000000;
	text-decoration: underline;
}
a.textlink:hover {
	color:#999999;
	text-decoration: underline;
}
.pictureholderleft {
	float:left;
	padding:5px;
}
.pictureholderright{
	float:right;
	padding:5px;
}
.blohg {
color: #9f1d1d;
font-weight:bold;
}

