/* CSS Document */
body {
	width:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#525252;
	/*background-image:url(images/page_bg.jpg);
	background-position:top;
	background-repeat:repeat;*/
	background-color:#f1f1f1;
	text-align:center;
}
p {
	margin-top:0px;
	margin-bottom:11px;
}
p.copyright {
	color:#a5a5a5;
	font-size:9px;
}
p.warning {
	margin:0px;
}
a{
	color:#DB1F26;
	text-decoration:none;
}
a:active,a:visited,a:linked{
	color:#DB1F26;
}
a:hover{
	text-decoration:underline;
}
h2 {
	margin:0px;
	font:normal 24px Arial, Helvetica, sans-serif;
	color:#DB1F26;
	text-transform:uppercase;
}
h4 {
	margin:10px 0px;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:5px 0px;
}
div.heading3{
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#737373;
	background-color:#000;
	padding:5px 14px;
	margin-bottom:5px;
}
/* Page Layout */

#containerouter {
	/*background:url(images/pagetop_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
	margin:0;padding:0;
}
#container {
	position:relative;
	width:998px;
	text-align:left;
	background-color:#f1f1f1;
	margin:0 auto;
}
#header {
	position:relative;
	height:200px;
}
#header-margin {
	margin:0px 16px;
	overflow:hidden;
}
#header-margin img {
	float:left;
}
#nav{
	position:relative;
	width:998px;
	margin:0px;
	float:left;
}
#nav-margin{
	margin:0px -16px 16px -16px;
	padding-left:20px;
	background-image:url(images/nav_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
#nav ul {
	float: none;
	margin:0px 9px;
	height:39px;
	padding:0px;
}
#nav li {
	float:left;
	list-style-type:none;
	font:normal 12px Arial, Helvetica, sans-serif;
}
#nav li a {
	color: #aaacab;
	font-weight: bold;
	font-size: 14px;
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 0.94;
	display: block;
	height: auto;
	text-indent: 0px;
	text-transform:uppercase;
	text-decoration:none;
}
#nav li.navactive a {
	color: #DB1F26;
}
#nav li.navactive span.prefix{
	color: #DB1F26;
}
#nav li#navhome a{
	background-image:url(images/nav_home_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:0px;
	width:60px;
	height:36px;
}
#nav li#navhome.navactive a{
	background-image:url(images/nav_home_bg_current.gif);
}
#navsearch{
	float:right;
	margin-top:7px;
	margin-right:30px;
}
#content,
#contentleft {
	float:left;
	width:658px;
}
#content-margin,
#contentleft-margin {
	margin:0px 6px 0px 16px;	
	padding-top:1px;
}
#content #col1 {
	float:left;
	width:186px;
}
#content #col1-margin {
	margin:0px 16px 0px 0px;
}
#col1 h4 {
	display:block;
	background-color:#eee;
	margin-left:-8px;
	padding-left:8px;
	border-bottom:1px solid #ccc;
	padding-top:2px;
}
#col1 a.bare, #col1 a.bare:hover {
	border:none;
	background-color:#fff;
}
#col1 a.bare:hover {text-decoration:underline;}
#content #col2 {
	float:left;
	width:419px;
}
#content #col2-margin {
	margin:0px;
}
#col1 ul {
	float: none;
	margin:9px 0px;
	padding:0px;
}
#col1 li {
	list-style-type:none;
	font:normal 12px Arial;
	line-height:1.4;
}
#col1 ul li a {
	display:block;
	text-decoration:none;
	border-bottom:1px solid #dddddd;
	padding:0px 9px;
	color:#336699;
}
#col1 ul li a:hover {
	background-color:#e3e3f6;
	text-decoration:none;
	border-bottom:1px solid #cccccc;
}
#col1 a.button {
	display:block;
	text-decoration:none;
	border-bottom:none;
	margin-bottom:5px;
	padding:0px;
}
#col1 a.button:hover {
	background-color:#fff;
	text-decoration:none;
	border-bottom:none;
}

#content td{
	font-size:12px;
	padding: 0px;
	margin: 0px;
}
#content td.label{
	text-align:right;
	text-transform:uppercase;
	color:#666;
	font-weight:bold;
	font-size:14px;
	padding-right:10px;
	padding-top:2px;
	width:120px;
}
#content td.data{
	padding-top:5px;
}
#content li{
	font-size:12px;
}
#contentright {
	float:right;
	width:337px;
}
#contentright-margin {
	margin:0px 10px 0px 0px;
}
#blogfooter{
	margin-top:20px;
}
#blogfooter-margin{
	background-color:#DA1F26;
	margin:0px 16px;
	display:inline-block;
}
.blogfooter_col{
	width:322px;
	float:left;
}
.blogfooter_col-margin{
	padding:0px 16px 20px 16px;
	color:#000;
	font-size:11px;
}
.blogfooter_col a{
	margin-top:8px;
	display:block;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.blogfooter_col h4{
	color:#fff;
	padding:0px 0px 3px 0px;
	margin-right:100px;
	border-bottom:1px solid #fe7c7e;
}

#footer {}
#footer-margin {
	margin:15px 15px 0px 15px;
	padding:9px;
	text-align:center;
	display: block;
}
#footer a {
	font-size:11px;
	color:#525252;
	text-transform:uppercase;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#content .clear_dotted{
	margin:10px 0px 10px 0px;
	border-top:1px #787878 dotted;
	clear:both;
}
#contentright .clear_dotted{
	margin:5px 6px 10px 6px;
	border-top:1px #787878 dotted;
	clear:both;
}
div.stretch,
div.dropshadow636{
	margin:0px -6px 0px -6px;
}
div.dropshadow636-top{
	background-image:url(images/shadowtop_636.gif);
	height:8px;
	background-repeat:no-repeat;
	overflow:hidden;
}
div.dropshadow636-bottom{
	background-image:url(images/shadowbottom_636.gif);
	height:10px;
	background-repeat:no-repeat;
	overflow:hidden;
}
div.dropshadow636-middle{
	background-image:url(images/shadowbg_636.gif);
	background-repeat:repeat-y;
	padding:5px 20px;
}

div.dropshadow315-top{
	background-image:url(images/shadowtop_315.gif);
	height:8px;
	background-repeat:no-repeat;
	overflow:hidden;
}
div.dropshadow315-bottom{
	background-image:url(images/shadowbottom_315.gif);
	height:10px;
	background-repeat:no-repeat;
	overflow:hidden;
}
div.dropshadow315-middle{
	background-image:url(images/shadowbg_315.gif);
	background-repeat:repeat-y;
	padding:5px 20px;
}
div.noshadow{
	margin-top:3px;
	margin-bottom:5px;
	margin-right:-3px;
}
#contentright div.noshadow{
	margin-left:6px;
	margin-right:0px;
}
#contentright img{
	margin-bottom:8px;
}
div.commentbox{
	background-color:#666666;
	color:#FFFFFF;
	float:right;
	padding:5px 15px;
	margin-right:-14px;
	margin-top:-10px;
	display: inline;
}
div.smalldetails{
	color:#505050;
	font-size:10px;
	line-height:10px;
	margin-bottom:5px;
}
div.image-left{
	float:left;
	margin-right:10px;
}
div.text-right636{
	float:left;
	width:384px;
}
div.heading2{
	text-transform:uppercase;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#DB1F26;
	padding-bottom:2px;
	border-bottom:1px dotted #7f7f7f;
	margin-bottom:5px;
}
div.adsidebar{
	height:170px;
	margin-bottom:5px;
	background-color:#666;
}

/*Blog Features*/
div.blogfeature{
	float:left;
	width:213px;
	overflow:hidden;
	height:133px;
}
div.blogfeature-description{
	margin-right:3px;
	background-color:#000;
	color:#fff;
	height:18px;
	padding:2px 0px 0px 5px;
	font-size:10px;
}
#pageintroimage{
	width:226px;
	float:left;
}
div.pageintro-left{
	width:213px;
	float:left;
}
div.pageintro-left #pageintrotext{
	font-size:10px;
	padding:2px 5px;
	background-color:#000;
	color:#fff;
	margin-right:3px;
}

div.list_container {
	margin-right:10px;
	padding-bottom:5px;
	margin-bottom:5px;
}
div.list_container img {
	float:left;
	margin-right:10px;
	position:relative;
	z-index:1;
}
div.list_title a {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	display:block;
	padding-bottom:3px;	
	border-bottom:1px solid #E0E0E0;
}
div.list_title a:hover {
	text-decoration:underline;
}
div.list_links {
	float:right;
	width:135px;
	margin-left:10px;
	font-size:11px;
}
div.list_links a {
	display:block;
	color:#444488;
	text-decoration:none;
	border-bottom:1px solid #dddddd;
	padding:0px 9px;
}
div.list_links a:hover {
	background-color:#e3e3f6;
	text-decoration:none;
	border-bottom:1px solid #cccccc;
}
div.grid_container2 {
	margin-right:10px;
	padding-bottom:5px;
	margin-bottom:5px;
	width:198px;
	float:left;
	position:relative;
}
div.grid_container2-margin{
	margin-right:10px;
	height:60px;
}
div.grid_container2 img {
	float:left;
	margin-right:10px;
}
div.grid_container {
	margin-right:10px;
	padding-bottom:5px;
	margin-bottom:5px;
	width:280px;
	float:left;
	position:relative;
}
div.grid_container div.margin{
	margin-right:10px;
	height:140px;
}
div.grid_container img {
	float:left;
	margin-right:10px;
}
div.grid_title a {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	display:block;
	padding-bottom:3px;	
	border-bottom:1px solid #E0E0E0;
}
div.grid_title a:hover {
	text-decoration:underline;
}
div.grid_links {
	float:right;
	width:140px;
}
div.grid_links a {
	display:block;
	color:#444488;
	text-decoration:none;
	border-bottom:1px solid #dddddd;
	padding:0px 9px;
}
div.grid_links a:hover {
	background-color:#e3e3f6;
	text-decoration:none;
	border-bottom:1px solid #cccccc;
}
div.newsitem {
	padding:5px;
	margin-bottom:5px;
	border:1px solid #ccc;
}
div.newsitem img {
	float:left;
	margin-right:10px;
}
div.newsitemcontent {
}

div.report_links {
	text-align:right;
	position:relative;
	color:#888;
	font-size:11px;
	margin-top:30px;
}
div.report_links a {
	color:#888;
	font-size:11px;
}
div#comments div.report_links {
	text-align:left;
	margin-bottom:5px;
	margin-top:2px;
}
div.report {
	position:absolute;
	z-index:20;
	height:90px;
	width:180px;
	right:0px;
	padding:5px;
	background-color:#eee;
	border:1px solid #ccc;
	text-align:center;
	font-size:11px;
	float:right;
	color:#333;
}


/* warning */

.warningbox {
	padding: 10px 20px 10px 20px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom:16px;
	border: 1px #CC0000 solid;
	background: #FFDDDD;
}
	
.warningbox ul {
	padding: 0px;
	margin: 0px;
}

.warningbox li {
	list-style-type:none;
}

/* message */

#messagebox {
	padding: 10px;
	line-height: 13px;
	font-weight: bold;
	margin-bottom:16px;
	border: 1px #339933 solid;
	background: #D8ECD7;
	}
#messagebox ul {
	padding: 0px;
	margin: 0px;
	}

#messagebox li {
	list-style-type: none;
	}	


#div_image_large {
	display:none;
	clear:both;
	margin-top:5px;
}
#div_image_small {
	display:block;
	margin-bottom:10px;
	margin-top:5px;
}
#search {
	background-color:#fff;
	border:1px solid #ccc;
}
#search-margin {
	padding:5px;
}
#search h4 {
	margin:0px;
	margin-bottom:5px;
	display:block;
	background-color:none;
	margin-left:0px;
	padding-left:0px;
	border-bottom:none;
	padding-top:2px;
	background:none;
}
#search label {
	font-weight:bold;
	float:left;
	margin-right:5px;
}
#search input {float:left;}
#search select {float:left;height:20px;}
#search #submit {margin-top:5px;}

#supporters {
	margin-left:-8px;
	margin-right:0px;
}
#createdby {
	margin-bottom:8px;
}
#createdby img {
	float:left;
	margin-right:5px;
	margin-left:0px;
}
#createdby a, #supporters a {
	font-size:inherit;
	font-weight:inherit;
	color:inherit;
	text-decoration:none;
	margin-left:0px;
	border:none;
}
#createdby a:hover, #supporters a:hover {
	text-decoration:underline;
	background-color:#fff;
	border:none;
}
#supporters a {
	border:none;
	margin-left:0px;
}
#supporters a:hover {
	border:none;
	background-color:none;
}

#tab_content {
	position:relative;
	border:1px solid #ccc;
	padding:16px 10px;
	clear:both;
	margin-top:-1px;
	z-index:0;
	background-color:#fff;
}

#tabnav {
	width:100%;
	margin:0px;
	border-bottom:1px solid #ccc;
	position:relative;
	z-index:1;
}
a#anchor{
	position:relative;
	margin-top:-30px;
	visibility:hidden;
}
#tabnav ul {
	position:relative;
	z-index:1;
	padding:0px;
	margin:0px;
}
#tabnav ul li.tab_active {
	position:relative;
	padding-left:6px;
	padding-right:6px;
	background-color:#fff;
	border:none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-bottom:2px;
	margin-bottom:-2px;
	padding-top:3px;
	margin-top:0px;
	z-index:20;
}
#tabnav ul li {
	float:left;
	list-style-type:none;
	padding:1px 6px;
	background-color:#eee;
	border:1px solid #ccc;
	margin-right:-1px;
	margin-top:2px;
	padding-bottom:1px;
	margin-bottom:-1px;
}
#tabnav ul li a {
	color:#000000;
	text-decoration:none;
	margin-top:6px;
}
#tabnav ul li a:hover {
	text-decoration:underline;
}


#login {
}
#login-margin {
	padding:10px;
}
#login img {
	float:none;
}
#login table {
	width:180px;
	float:left;
}	
#login input.button {
	margin-bottom:9px;
}
#login a.forgot_password {
	font:normal 9px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:none;
}
#login a.forgot_password:hover {
	text-decoration:underline;
}
#details {
	clear:both;
	margin-bottom:20px;
}
#details div {
	margin-bottom:15px;
}
#details div.label {
	font-weight:bold;
	color:#000;
	margin-bottom:0px;
}
#details2 {
}
#details2 div {
	margin-bottom:8px;
	width:300px;
	float:left;
}
#details2 div.label {
	font-weight:bold;
	color:#000;
	margin-bottom:0px;
	clear:left;
	width:100px;
}

#featured {
}
#featured-margin {
	position:relative;
	z-index:0;
}
div#spacer{
	clear:both;
	height:5px;
	font-size:1px;
	position:relative;
}
div#spacer_with_btn{
	clear:both;
	height:10px;
	font-size:1px;
	position:relative;
}
div#spacer_with_btn img.newaction{
	position:absolute;
	top:3px;
	right:0px;
	z-index:3;
}
#featured-margin h4 {
	margin-bottom:5px;
	margin-top:0px;
	background:none;
	padding:0;
}
#featured-margin div.img {
	border:1px solid #ddd;
	float:left;
	margin-right:10px;
	position:relative;
	z-index:1;
}
#featured-margin img {
	border:2px solid #fff;
}
.issue {
}
.issue-margin {
	padding:0px 10px 16px 0px;
}
.issue-margin h4 {
	margin-bottom:5px;
	margin-top:0px;
}
.issue-image{
	width:185px;
	float:left;
}
.issue-summary{
	width:410px;
	float:left;
	padding:0;
	margin:0;
}
div.details, div.details2 {
	color:#3344aa;
	font-size:11px;
	text-align:right;
}
div.details{
	position:absolute;
	bottom:10px;
	right:10px;
	border-bottom:1px dashed #ccc;
	padding-bottom:3px;
	width:270px;
}	
div.details2 {
	float:right;
	margin-bottom:0px;
	margin-top:-20px;
	position:relative;
	z-index:1;
}

/* Blog Divs */

.forum-date {
font-size:11px;
color:FF272A;
margin-bottom:5px;
margin-top:2px;
float:right;
}

.forum-entrydate {
font-size:11px;
color:FF272A;
margin-bottom:15px;
margin-top:2px;
}

.forum-count {
text-align:right;
margin-bottom:5px;
margin-top:2px;
float:left;
position:relative;
z-index:2;
}

.forum-head {
margin-top:10px;
margin-bottom:15px;
}

.forum-image {
width:210px;
margin-right:10px;
margin-bottom:10px;
float:left;
}

.forum-summary {
width:270px;
float:right;
}

.forum-summarynopic {
}

.forum-commenthead {
margin-top:10px;
margin-bottom:0px;
}

.forum-commentbody {
margin-top:0px;
margin-bottom:0px;
}

.forum-bannerad {
margin-top:5px;
margin-bottom:10px;
}

#comment {
	padding-left: 15px;
	border-left: 1px dashed #ccc;
}


#clear {clear: both;}
#break {clear: both;}

/* Form Tags */

form {
	margin: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:middle;
}
input.small {
	width: 100px;
}
input.medium {
	width: 180px;
}
input.medium_minus_34 {
	width: 146px;
}
input.large {
	width: 400px;
}
input.login{
	background-color:#d0d0d0;
	border:none;
	width:70px;
	height:13px;
	color:#6b6b6b;
	margin-right:5px;
	padding:5px;
	font-size:10px;
}
input.button {
	font-weight:bold;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:middle;
}
select.small {
	width: 100px;
	margin-right:80px;
}
select.medium {
	width: 180px;
}
select.mediumlarge {
	width: 260px;
}
select.large {
	width: 400px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea.small {
	width: 250px;
	height: 100px;
}
textarea.medium {
	width: 300px;
	height: 200px;
}
textarea.large {
	width: 300px;
	height: 400px;
}
hr {
	border:0;
	width:100%;
	height:1px;
	color:#ccc;
	background-color:#ccc;
}
div#editbox label{
	float:left;
	clear:left;
	width:125px;
	font-weight:bold;
	padding-top:3px;
}
div#editbox input, div#editbox select, div#editbox textarea {
	margin-bottom:5px;
	margin-top:5px;
}
div#editbox .checkbox {
	margin-right:150px;
}

/* Pagination */
#pagination{
	text-align:center;
	padding:0px;
	font-size:10px;
	margin-top:10px;
	clear:both;
}
#pagination .selected{
	border:1px solid #ccc;
	background-color:#ccc;
	padding:2px;
	color:#fff;
}
#pagination a{
	text-decoration:none;
	border:1px solid #ccc;
	background-color:#eee;
	padding:1px 2px;
	color:#333;
}
#pagination a:hover{
	text-decoration:none;
	border:1px solid #ccc;
	background-color:#ddd;
	padding:2px;	
}

/*newsfeed*/
div.itemlist,
div.newsfeed{
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}
div.itemlist img.itemlist-img,
div.newsfeed img{
	float:left;
	margin-right:10px;
}
div.itemlist .itemlist-text,
div.newsfeed .newsfeed-text{
	float:left;
	width:350px;
}
div.newsfeed .newsfeed-text.noimage{
	width:410px;
}
#tab_content div.newsfeed .newsfeed-text{
	width:337px;

}
div.newsfeed .newsfeed-detail{
	color:#999;
	font-size:9px;
}

/*Content images*/
.contentimage0{
	margin-right:15px;
	margin-bottom:5px;
	margin-top:15px;
}
.contentimage1{
	margin-bottom:5px;
	margin-top:15px;
}
.contentimage2{
	margin-left:15px;
	margin-bottom:5px;
	margin-top:15px;
}

/*itemlist*/
div.itemlist-heading{
	font-weight:bold;
	text-transform:uppercase;
	color:#DB1F26;
}

/*text styling classes */
.red{color:#DB1F26;}
.bold{font-weight:bold;}
a.no-underline{text-decoration:none;}
.size10{font-size:10px;}
.prefix{color:#666;}
span.small{font-size:10px;line-height:12px;}
.grey{color:#999;}

#catchphrase{
	color:#999;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 10px;
}

/*Quotes */
.quote{
	background:url(images/quote_open.gif) top left no-repeat;
	background-color:#e1e1e1;
	margin-top:10px;
}
.quote-margin{
	background:url(images/quote_close.gif) bottom right no-repeat;
	padding:10px;
	text-indent:30px;
	color:#707070;
	font-size:11px;
}

div.explanation{
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	text-transform:none;
	color:#666;
}
div.explanation.indented{
	padding-left:125px;
}
div.explanation.leftside{
	clear:left;
	float:left;
	width:120px;
}

/*iHeart Counter*/
#iheart-counter{
	font-size:28px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	text-transform:uppercase;
	line-height:1.0em;
}