@charset "UTF-8";
/* CSS Document */

#Content {
	width: 940px;
	text-align: center;
	margin-top: 125px;
	margin-left: auto;
	margin-right: auto;
}

#Logo {
	position: absolute;
	margin-top: -65px;
	margin-left: -55px;
	height: 175px;
	width: 175px;
}

#Navigation {
	width: 920px;
	height: 80px;
	background-image: url(CMAImages/navbg.jpg);
	background-repeat: no-repeat;
}

#Bodybox {
	width: 920px;
	background-image: url(CMAImages/bodybg.jpg);
	background-repeat: repeat-y;
	min-height: 460px;
	height: auto;
}

#Footer {
	width: 920px;
	height: 95px;
	background-image: url(CMAImages/footerbg.jpg);
	background-repeat: no-repeat;
}

#Button {
	padding-top: 38px;
	margin-left: 210px;
	margin-bottom: -8px;
}

#Rightcolumn {
	width: 660px;
	padding-top: 30px;
	padding-bottom: 10px;
	height: auto;
	margin-bottom: -12px;
	margin-left: 215px;
	text-align: left;
}

#Lefttext {
	padding: 10px;
	padding-top: 35px;
	text-align: left;
	width: 185px;
	position: absolute;
	margin-left: 0px;
	height: auto;
}

#gallery {
	width: 800px;
	height: 690px;
	margin-left: auto;
	margin-right: auto;
}
	
object a {
	display: none;
}

object {
	margin-left: auto;
	margin-right: auto;
	display block;
}

/* Dropdown Menu Definitions */

.dropdown {
	float:left;
	padding-right:0px
}

.dropdown dt {
	height: 19px;
	padding-top:7px;
	padding-left: 9px;
	padding-right: 9px;
	font-weight:bold;
	font-size: 10px;
	color: #FFFFFF;
	cursor:pointer;
	background:url(CMAImages/header2.jpg);
	text-align: center;
}

.dropdown dt:hover {
	background:url(CMAImages/header2over.jpg);
	color: FFFFFF;
}

.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:168px;
	display:none;
	z-index:200;
	opacity:0;
	text-align: left;
	margin-left: -40px;
}

.dropdown ul {
	width:150px;
	border-top:2px solid #FFFFFF;
	list-style:none;
	border-top:none;
}

.dropdown li {
	display:inline;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#FFFFFF;
	font-size: 10px;
	text-decoration:none;
	background:#000000;
	width:150px;
}

.dropdown a:hover {
	background:#000000;
	color:#CCC;
}

.dropdown .underline {
	border-bottom:1px solid #FFFFFF;
}