/* CSS Document */

body {
	background-color:#ccc;
	margin: 0px;
	padding: 0px;
	min-width:1000px;
	width:100%;
	float:left;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #6d0017;
}
a:active {
	color: #505050;
}
#zz_table{
	border-style:solid;
	border-color:#b2b3b5;
	border-width:1px;
	border-collapse:collapse;
	background-color:#ffffff;
}
#text-only-container{
	position:relative;
	background-color: #6d0017;
	background-repeat: repeat;
	width: 100%;
	height: 30px;
	margin: 0px;
}
#text-only {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#505050;
position:relative;
top:5px;
left:10px;
z-index:50;
}
#plus-box{
	position:relative;
	top:5px;
	left:10px;
}
#text-only a:link {
	color: #efefef;
	text-decoration:none;
}
#text-only a:visited {
	color: #efefef;
	text-decoration:none;
}
#text-only a:hover {
	color: #efefef;
	text-decoration:underline;
}
#text-only a:active {
	color: #efefef;
	text-decoration:none;
}
#header-logo{
	width:100%;
	height:103px;
	background-color:#6d0017;
	background-image:url();
	background-position:top;
	background-repeat:repeat;
	position:relative;
	margin:0px;
}
#header-logo-img{
	position:absolute;
	top:0px;
	left:0px;
	width:532px;
	height:103px;
	border:none;
}
#header-ReleaseType{
	position:relative;
	background-color:#505050;
	background-repeat:repeat-x;
	width:100%;
	height:25px;
	margin:0px;
}

#header-ReleaseType-title{
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	top:4px;
	left:10px;
	width: 372px;
	height: 22px;
}
#bottom-links{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	width:100%;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}

#content-container{
	text-align:left;
	width:800px;
	position:relative;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:25px;
	z-index:200;
	min-width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.bottom-bar{
	position:relative;
	width:100%;
	background-color:#ffffff;
	height:5px;
	border-bottom-color:#b2b3b5;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#ffffff;
	z-index:10;
}
.footer-bar{
	position:relative;
	width:100%;
	background-color:#6d0017;
	background-image:url(../images/footer-bar_2.jpg);
	background-repeat:repeat-x;
	height:35px;
	color:#ffffff;
	z-index:10;
	margin:0px;
	padding-bottom:5px;
	padding-top:5px;
}
.footer-bar a:link{
	color:#ffffff;
	text-decoration:none;
}
.footer-bar a:visited{
	color:#ffffff;
	text-decoration:none;
}
.footer-bar a:hover{
	color:#b2b3b5;
	text-decoration:underline;
}
.footer-bar a:active{
	color:#ffffff;
	text-decoration:underline;
}
#footer-contact{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	z-index:10;
	padding-left:10px;
}


.date-published{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #505050;
	font-size:11px;
	font-weight: bold;
}
.headline{
	font-size:14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.release {
	font-size:12px;
	font-family: Arial, sans-serif;
}

.bottom-menu{
	width:100%;
	position:relative;
	background-color:#505050;
	background-image:url(/images/cbar-gray.jpg);
	background-repeat:repeat-x;
}
.bottom-menu ul{
	list-style:none;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	
}
.bottom-menu li{
	list-style-type:none;
	display:inline;
	padding-right:5px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.menu-break{
	border-right-style:solid;
	border-right-color:#999999;
	border-right-width:1px;

}
.bottom-menu a:link{
	color:#ffffff;
	text-decoration:none;
}
.bottom-menu a:visited{
	color:#ffffff;
	text-decoration:none;
}
.bottom-menu a:hover{
	color:#efefef;
	text-decoration:underline;
}
.bottom-menu a:active{
	color:#efefef;
	text-decoration:underline;
}

