@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:sans-serif;
}
p{
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
}

img{
	border:0;
}

h1{
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	text-transform: uppercase;
	background-color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
	top: -10px;
	width: 50%;
}

#frame {
	height: auto;
	width: 800px;
	margin:0 auto;
}
#frame #canvas #navigation {
	background-image: url(../images/bg_navigation.jpg);
	display: table;
	height: 40px;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#frame #canvas #content {
	background-color: #686868;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	display: table;
	width: 780px;
	height: auto;
	padding: 10px;
}

#frame #canvas #content a{
	color:#A1000A;
}

#frame #canvas #footer {
	padding: 10px;
	width: 780px;
	border: 1px solid #666666;
}

#frame #canvas #content #containter #rightBar {
	width: 520px;
	border: 1px solid #999999;
}
#containter {
	padding: 10px;
}

#navigation{
	margin:0;
	padding:0;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	font-weight:bold;
	font-size:14px;
	background:transparent url(../images/bg_navigation.jpg) repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

#navigation ul{
	padding:0;
	margin:0;
}

#navigation li{
	list-style-type:none;
	display:block;
	float:left;
	margin:0;
	pading:0;

	}
#navigation li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	height:30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

body#home a#nav_home,
body#issues a#nav_issues,
body#frontshopu a#nav_frontshopu,
body#aboutus a#nav_aboutus,
body#pressrelease a#nav_pressrelease,
body#contactus a#nav_contactus,
#navigation li a:hover{
	background: url(../images/btn_navigationHover.png) repeat-x top left;
	}

#leftBar {
	width: 230px;
}

#rightBar{
	float:right;
}

.margin10px {
	margin: 10px;
}
.bg_white {
	background-color: #FFFFFF;
}
.borderType1 {
	border: 1px solid #666666;
}
#footer h1 {
	font-family: sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #333333;
}
#footer p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#footer div{
	height:auto;
}

#footer .divider{
	margin-left: 10px;
	margin-right: 10px;
	border:#CCCCCC 1px solid;
	height:150px;
}

#footer .divider ul{
	margin:0;
	padding:0;
}

#footer .divider li{
	list-style:none;
	margin:5px;
	text-align:left;
	display:block;
	width:200px;;
}

.med_font{
	font-size:16px;
}

.normal_font{
	font-size:14px;
}

#pressrelease_entry #title span,
.small_font{
	font-size:12px;
}

.lightred{
	color:#FF0000;
}

#pressrelease_entry #title span,
#pressrelease_entry #footnote span,
.red{
	color:#A1000A;
}

.white{
	color:#FFFFFF;
}
#pressrelease_entry {
	border: 1px solid #999999;
	margin-bottom: 20px;
}
#pressrelease_entry #title {
	background-image: url(../images/headerbar_grey_30px.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 30px;
}

#pressrelease_entry #desc #desc_text {
	display:block;
	float: right;
	margin-top:10px;
	width: 70%;
	margin-right: 10px;
}


#pressrelease_entry #title span{
	display:block;
	margin-left:10px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/img_BloodDrop15px.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	font-weight:bold;
	padding-top: 10px;
	top: 10px;
}

#pressrelease_entry #desc img{
	padding:10px;
	margin:10px;
}

#pressrelease_entry #footnote{
	background-image: url(../images/headerbar_grey_30px.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 30px;
	text-align:right;
}	

#pressrelease_entry #footnote span{
	background:url(../images/bulletpoint_redcircle.gif) no-repeat right center;
	display:block;
	padding-right:15px;
	font-size:10px;
	margin-top:10px;
	margin-right:15px;
}

#slideTitle{
	float: right;
	position: absolute;
}


#slideCaption{
	float: right;
	position: absolute;
	margin-top:-115px;
	z-index: 999;
}

#slideTitle{
	padding: 10px;
	display: block;
	color: #FFFFFF;
	background-color: #333333;
	font-size: 14px;
	font-weight:bold;
	z-index:999;
}

#slideCaption div{
	width: 500px;
	display: block;
	color: #FFFFFF;
	background-color: #333333;
	font-size: 14px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#slideCaption div .smalltext{
	font-size:12px;
}

 
div.transOFF { }
div.transON {opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; }
div.trans25 {opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25; }
div.trans75 {opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75; }
.calendar {
	background-image: url(../images/icon_calendar.jpg);
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 21px;
}
.greyBorder {
	border: 1px solid #ccc;
}
.padding10px {
	padding: 10px;
}
.issue {
	border: 1px solid #999999;
	padding: 5px;
	font-size: 12px;
	width: 320px;
}

.issue ul{
	display:block;
	padding:0px;
	width:100%;
	margin-right: 5px;
	margin-left: 5px;
}

.issue li{
	list-style:none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	display: block;
	background-image: url(../images/bulletpoint_redcircle.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 5px;
}

.floatRight {
	float: right;
}
