@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 20px 0;
	font-size:.8em;
	background-color:#500a09;
}
h1{
	font-size:12px;
	padding:0;
	margin:0;
	text-indent:-5000px;
}
#headershell{
	width:100%;
	background-color:#000;
}
#header{
	width:1024px;
	margin:0 auto;
	height:174px;
	background-image:url("img/header_bg.jpg");
	background-repeat:no-repeat;
}
#menu{
	background-image:url("img/menu_bg.jpg");
	background-repeat:repeat-x;
	width: 100%;
	height:50px;
	color:#999;
	font-size:13px;
}
#menu .menuitem{
	width:108px;
	text-align:center;
	background-image:url("img/menuitem_bg.jpg");
	background-repeat:no-repeat;
	vertical-align:top;
	padding-top:14px;
}
#menu .menuitemActive{
	width:108px;
	text-align:center;
	background-image:url("img/menuitem_active_bg.jpg");
	background-repeat:no-repeat;
	vertical-align:top;
	padding-top:14px;
}
#menu a{
	text-decoration: none;
	color: #CCC;
	font-weight:bold;
	font-size:13px;
}
#menu a:hover{
	color:#FFF;
}
#menu .menuitemActive a{
	color:#FFF;
	font-weight:bold;
}
#menu .menuitemActive a:hover{
	color:#FFF;
}
#contentshell{
	width:100%;
	/*background-image:url("img/page_bg.jpg");
	background-repeat:repeat-x;*/
}
#content{
	width:916px;
	margin:0 auto;
	padding:20px 54px;
	background-image:url("img/content_bg.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#510A09;
	color:#FFF;
	/*border:solid 1px #999;
	border-top:none;*/
}
.itsover{
	margin-bottom:20px;
}
#flashcontainer{
	clear:both;
	text-align:center;
}
#footer{
	color:#CCC;
	font-size:.8em;
	text-align:right;
	margin-bottom:56px;
}
#homebox{
	margin:20px auto;
	width:750px;
	color:#FFF;
	text-align:center;
}
#homebox td{
	padding:4px;
}
.aptvlogo{
	float:left;
	margin-top:30px;
	border:none;
}
.mibslogo{
	float:right;
	margin-top:30px;
	margin-right:45px;
	border:none;
}
