*{
	margin:0;
	padding:0;
}

html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0;
	background:#ece9e6;
	color:#000;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align:center;
}

h1{
	font:18px Arial, Helvetica, sans-serif;
	color:#FFF;
	background:transparent;
	margin:7px 0;
}

h2{
	font-size:16px;
	color:#FFF;
	background:transparent;
	margin:5px 0;
}

p{
	line-height:170%;
	margin:10px 0;
}


p a.footer {
	text-decoration: underline;
	color: #000;
	font-size: 10px;
}

p a.footer:hover {
	text-decoration: underline;
	color: #be0f34;
	font-size: 10px;
}


li{
	margin:0 0 0 20px;
	line-height:170%;
}

li .focus {
	font-weight: normal;
}

#frame{
	margin:0 auto;
	padding:7px 0 0 0;
	text-align:left;
	width:750px;
}

#contentFrame{
	position:relative;
	background:#FFF;
	color:inherit;
	border:1px solid #c7c6c4;

}

#innerContentFrame{
	position:relative;
	background:url("/hughescenter/site/imgs/hughescenter.jpg") top left no-repeat;
	width:748px;
	height:639px;
}

#menu{
	position:absolute;
	left:450px;
	top:15px;
	width:150px;
}

#menu li{
	margin:0 0 0 20px;
	line-height: normal;
}

#content{
	position:absolute;
	bottom:25px;
	left:35px;
	color:#FFF;
	width:300px;
}

#events {
	float: right; margin-top: 400px;
	padding-right: 100px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}

#contentFooter{
	position:absolute;
	right:8px;
	bottom:8px;
	z-index:100;
	font-style:italic;
	font-weight: normal;
	font-size:12px;
	text-align:right;
}

#contentFooter,
#contentFooter h1{
	color:#FFF;
	background:transparent;
}

#contentFooter ul{
	display:inline;
	list-style:none;
}

#contentFooter li{
	display:inline;
	margin:0;
	padding:0;
}


#contentFooter li:last-child a,
#contentFooter li.last a{
	padding:0 0 0 7px;
	border:0;
}

#contentFooter a,
#contentFooter a:link,
#contentFooter a:visited{
	font-style:normal;
	text-decoration:underline;
	padding:0 7px;
	color:#FFF;
	background:transparent;
}

#contentFooter a:hover{
	color:#BE0F34;
	background:transparent;
	text-decoration:none;
}

#contentFooter a:active{
	font-style:normal;
	border-right:1px solid #000;
	text-decoration:underline;
}


#footer{
	position:relative;
	clear:both;
	background:#4e4d4d url("/hughescenter/site/imgs/footerbg.gif") bottom center no-repeat;
	color:#FFF;
	font-size:10px;
	text-align:center;
	padding:7px 0;
	line-height:14px;
	height:17px;
	border-top:5px solid #4B4B4B;
}

#topright{
	position:absolute;
	top:-1px;
	right:-1px;
	width:40px;
	height:40px;
	background:url("/hughescenter/site/imgs/topright.png") no-repeat !important;
	background:url("/hughescenter/site/imgs/topright_mainpage.jpg") no-repeat;
}

#topleft{
	position:absolute;
	top:-1px;
	left:-1px;
	width:40px;
	height:40px;
	background:url("/hughescenter/site/imgs/topleft.png") no-repeat !important;
	background:url("/hughescenter/site/imgs/topleft_mainpage.gif") no-repeat;
}

#bottomleft{
	position:absolute;
	bottom:-2px;
	left:-1px;
	width:40px;
	height:36px;
	background:url("/hughescenter/site/imgs/bottomleft.gif") no-repeat;
}

#bottomright{
	position:absolute;
	bottom:-2px;
	right:-1px;
	width:40px;
	height:36px;
	background:url("/hughescenter/site/imgs/bottomright.gif") no-repeat;
}

*>#bottomleft,
*>#bottomright{
	bottom:-1px;
}

.cb{
	clear:both;
}

.hidden{
	visibility:hidden;
}

.noborder{
	border:0 !important;
	font-weight: normal;
}