body{
	width:100%;
/*  background-color:#000;*/
	font-size:12px;
	font-family:"Trebuchet MS","Tahoma","Helvetica Neue","Helvetica",sans-serif;
	padding:0;
	margin:0;
	color:#444;
}
#lanyard{
	position:absolute;
	background:url(/assets/images/logo_lanyard.png) no-repeat center;
	width:449px;
	height:238px;
	top:-10px;
	left:-181px;
	z-index:20;
}

#interior_logo{
	position:absolute;
	background:url(/assets/images/logo_interior.png) no-repeat center;
	width:283px;
	height:97px;
	top:-9px;
	left:0px;
}
/*==================== FOOTER ====================*/
#footer{
	padding:6px;
	margin:0 auto;
	width:970px;
	height:233px;
	background:url(/assets/images/bgs/bg_footer.png) no-repeat top;
}
#footer a:hover{
	font-size:12px;
	text-decoration:none;
	color:#a7a6a2;
}
#footer li{
	display:block;
}
.footer_title{
	font-size:13px;
	color:#00b0b8;
	margin:8px 0;
}
.copyright{
	font-size:9px;
	color:#a7a6a2;
	width:90%;
	margin:2px auto;
}
/*==================== POPUPS ====================*/
.popup_outer {
	padding:0;
	margin:0;
}
.popup_inner {
	background-color:#f2f2f2;
	border:1px solid #dadada;
	padding:5px;
	margin:0;
}
.popup_inner p {
	font-size:11px;
	line-height:14px;
	padding:0 0 3px 0;
	margin:0;
}


/*==================== MISC ====================*/

.round_bottom {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

.round {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

.small_round {
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
}

.round_right {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 5px;
	
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}