	/* PSA MEDIA MENU used on individual PSA pages to display available media typs and their links */


div.mediamenu {
	border: 1px solid #d7cb7f;
                border-top: 5px solid #d7cb7f;
	border-bottom: 3px solid #d7cb7f;
	background-color: #fefbe9;
	float: right;
	width: 245px;
                margin-left: 10px;
                margin-bottom: 8px;
}

div.mediamenutitle {
	text-transform: uppercase;
	text-align: center;
                color: #0b7700;
                font-size: 11pt;
	letter-spacing: 3px;
                font-family: "Trebuchet MS", Sans-Serif;
                font-weight: bold;
	margin: 6px 0 6px 0;
}

div.container-one-audio {
	background-image: url('http://emergency.cdc.gov/disasters/psa/images/psa-audio.png');
}

div.container-one-video {
	background-image: url('http://emergency.cdc.gov/disasters/psa/images/psa-video.png');
}

div.container-one-podcast {
	background-image: url('http://emergency.cdc.gov/disasters/psa/images/psa-podcast.png');
}

div.container-one-asl {
	background-image: url('http://emergency.cdc.gov/disasters/psa/images/psa-asl.png');
}

div.container-one-youtube {
	background-image: url('http://emergency.cdc.gov/disasters/psa/images/psa-youtube.png');
}

div.container-one-audio, div.container-one-video, div.container-one-podcast, div.container-one-asl, div.container-one-youtube {
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
                width: 230px;
	margin: 0 auto;
	border-top: 1px dotted #d7cb7f;
	display: table;
	overflow: hidden;
}



div.container-two {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0 5px 35px;
}

div.medialink {
	#position: relative;
	#top: -50%;
}

div.medialink a:link, a:hover, a:visited, a: active {
	text-decoration: none;
}



/* RETURN TO PREVIOUS PAGE link to create white space before and after */

div.returntoprevious {
                margin: 15px 0 25px 0;
}



/* PSA CATEGORY MENU on PSA home page (psa/index.asp)
                [not using in favor of the standard On This Page module]

.psacategorymenu {
	float: right;
                position: relative;
                top: -60px;
	width: 245px;
	text-align: center;
	border: 1px solid #a3ba8f;
	border-top: 5px solid #a3ba8f;
	border-bottom: 3px solid #a3ba8f;
	background-color: #eef9e6;
                margin: 0 0 0 8px;
}

.psacategoryline {
	margin: 0 auto;
	width: 235px;
	border-top: 1px dotted #a3ba8f;
}

.psacategorylink {
padding: 3px;
}

*/