@charset "utf-8";
/* CSS Document for canberea ngv */

body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #3c4db5;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}
p, img {margin: 0; }
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	margin-top:5px;
}
a {	display: block; color:#FFFFFF;}
    A:link, A:visited,A:active {text-decoration: none; }
 /*   A:hover {text-decoration: none; color:#FFFFFF; background-color:#3c4db5;}     mouse over links */	
	
#container {
	width: 800px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 50px;
	padding:20px;
	border: 1px solid #eeeeee;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#theShow {
	width: 600px;
	height: 430px;
	float: left;
}
#theShow ul {
list-style:none !important;
 margin:0 !important;
 padding:0 !important;
 /*opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100); x */
	display:block;
}
#theShow ul li{
list-style:none; 
margin:0; 
background-color:#3c4db5; /* need background to hide lower content. */
height:420px;
display:block;
/* filter:inherit; */
} 
#theShow img{
width:50px;
height:50px;
 position: absolute; /* static for opacity in ie8 but then position ignored */
 left: 0; bottom:20px;
 display:block;  /* help ie8 - no */
 filter:inherit; /* help ie8 - yes? */
}

#theShow .multimedia-text {
/* hack needed for ie6 */
    background-color: #FFFFFF;
	color: #000000;
/*	font-weight:bold; */
    height: 20px;
	width: 200px;
	padding:0;
  	padding-left: 10px; padding-top: 8px;
  	position: absolute;
	bottom: 0;
    left: 0;
	opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*  first!*/ 
	filter: alpha(opacity=50);	/*  second!*/
}

#theMenu {
	margin-left: 620px;
	width:150px;
}
#theMenu ul {list-style:none; margin:0; padding:0;} 
#theMenu li {border: 1px solid #CCC; padding:10px; margin-top:10px; color:#FFFFFF; display:block;} 
/* #theMenu li:hover {background-color:#3c4db5;} */

.smallish {font-size:0.8em; font-family:Arial, Helvetica, sans-serif; color:#AAAAAA; text-align:center; padding-top:10px;}	
.hovmenu {background-color:#666;}
.actmenu {font-weight:bold;}
a.external:link {background: url(../images/icon-ext-white.png) no-repeat 100% 0; padding: 0 20px 0 0;} 
a.external span {position: absolute; left: -5000px; width: 4000px;}
/*
.opaque {
	opacity:0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*  first!*/ 
/*	filter: alpha(opacity=30);	/*  second!*/
/*} */
