/**************/
/**** Body ****/
/**************/

body,
html {
	margin:0;
	padding:0;
	background:#111111;
	color:#eee;
	font: normal 11px/12px Arial;

}

body {
	min-width:740px;
}

#wrap {
	background-image:url("/assets/images/layout/site_bg.gif");
	margin:0 auto;
	width:1024px;

}


/****************/
/**** Header ****/
/****************/

#header {
	width:740px;
	height:124px;
	padding-left: 142px;
}
#header img {
	display:block; /*eliminates block-element, bottom 3px space for img tags within divs */
}


/********************/
/**** Navigation ****/
/********************/

#nav {
	width:740px;
	height: 20px;
	padding-left: 142px;
}


/************************************************/
/****** Div Double Red Separator and Image ******/
/************************************************/

.dbl_red_stripe_21 {
	padding-left: 142px;
	width: 740px;
	padding-top:7px;
	padding-bottom:7px;
	clear:both;
}
.dbl_red_stripe_13 {
	padding-left: 142px;
	padding-bottom:6px;
	clear:both;
}
.dbl_red_stripe_13 img{
	display:block;
}
.dbl_red_separator img {
	display:block; /* eliminates block-element, bottom 3px space for img tags within divs */
}


/********************************/
/**** Issue Month and Search ****/
/*******************************/

#issue_month_search {
	white-space:nowrap;
	padding: 2px 0px 6px 0px;
	width: 740px;
	height: 20px;
	padding-left: 142px;
}
#issue_month {
	color: #e30020;
	/* padding-left: 10px; */
	padding-top: 5px;
	display:inline; 
	float:left;
}
#issue_month a {
	color:#646464;
	text-decoration: none;
}
#issue_month a:visited {
	color:#646464;
	text-decoration: none;
}
#issue_month a:hover {
	color:#eeeeee;
	text-decoration: underline;
}
#search {
	display:inline; 
	float:right;
}
.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}


/***********************/
/******* Feature *******/
/***********************/

#feature {
	padding-left: 142px;
}
#feature img {
	display:block; /*eliminates block-element, bottom 3px space for img tags within divs */	
	/* margin-top:8px; */
	border:0;
}


/****************************************/
/****** Main / Front Page Articles ******/
/****************************************/

#main {
	/*background:#111111;*/
	float:left;
	width:414px;
	margin-bottom:10px;
	padding-left: 142px;
}
/*#main h2, #main h3, #main p {
	padding:0 10px;
}*/
#main h3 {
	font: bold 16px/20px Arial;
	color:#eee;
}
.section_index_header a {
	color:#eeeeee;
	font: bold 12px/12px Arial;
	width: 455px;
	text-decoration:none;
	float: left;
	margin-left:12px;
	margin-top: 6px;
	margin-bottom: 14px;
	border-bottom: dotted 1px #eeeeee;
}
.section_index_more_link a {
	color:#eeeeee;
	font: normal 11px/12px Arial;
	text-decoration:none;
}
.fp_article_container {
	width: 414px;
	height: 75px;
	float: left;
	margin-bottom:16px;
}
.fp_article_container_img {
	float:left;
	margin-right: 5px;
	display:block;
	height:75px;
	width:100px;
}
.fp_article_container_img img{
	border:0;
}
.fp_article_container_txt {
	float:right;
	/*background-color:#292929;*/
	background:url("/assets/images/layout/fp_article_bg.gif");
	height:63px;
	width:297px;
	padding: 8px 4px 4px 8px;
}
.fp_article_title {
	color:#eeeeee;
	font: bold 12px/15px Arial;
	text-transform: uppercase;
}
.fp_article_sub-header {
	color:#eee;
	font: bold 12px/12px Arial;
}
.fp_article_copy {
	color:#ccc;
	font: normal 11px/13px Arial;
}


/*****************/
/**** Article ****/
/*****************/

#article {
	float:left;
	width:414px;
	padding: 0 0 10px 0;
	font: normal 12px/15px Arial;
}
#article h2 {
	display:inline;
	font: bold 20px/26px Arial;
	padding: 0px;
}
#article h3 {
	color: #43ad38;
}
#article p {
	font: normal 12/15px Arial;
	padding: 0px;
	margin-top: 0px;
}
#article a {
	color:#eee;
	text-decoration:underline;
}
#article a:visited {
	color:#eee;
	text-decoration:underline;
}
#article a:hover {
	color:#eee;
	text-decoration:none;
}
#article img.article_main {
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top:3px;
	float:left;
	display: block;
}
#article img.article_thumbs {
	padding-right: 3px;
}
.article_byline {
	line-height: 40px;
}
.article_image {
	padding: 0;
	display:block; /*eliminates block-element, bottom 3px space for img tags within divs */	
}
.article_image_caption {
	color:#9acc35;
	font: normal 9px/11px Helvetica, sans-serif;
	padding-bottom:14px;
}
#article hr { 
	margin: 20px;
	padding: 0;
	border-bottom: 1px dotted #A5AEC5;
}

/*
#article table {
	background-color: #ffffff;
	border: 1px #000000 solid;
	color:#000000;
}
#article tr {
	background-color:#cccccc;
}
#article td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding:2px;
}
*/

.article_footer_logo {
	margin-bottom: 10px;
	margin-top: 15px;
	margin-right: 198px;
	margin-left: 198px;
}

.article_calendar_date {
	color: #43ad38;
}

#article_callout {
	background: #2f2f2f;
	color:#eeeeee;
	font: normal 11px/12px Arial;
	margin-bottom:10px;
	/*margin-left: 10px;*/
	margin-right: 10px;
	padding: 10px;
}
#article_callout h2{
	font: bold 14px/16px Arial;
	color:#eeeeee;
}
#article_callout img{
	margin: 10px 0 5px 0;
}

/*********************************/
/****** Issue Index Content ******/
/*********************************/

#issue_main {
	background:#1d1f25;
	float:left;
	width:500px;
	margin-bottom:10px;
}
#issue_main h2, #issue_main h3, #issue_main p {
	padding:0 10px;
}
.issue_index_header a {
	color:#eeeeee;
	font: bold 12px/12px Arial;
	width: 475px;
	text-decoration:none;
	float: left;
	margin-left:12px;
	margin-top: 6px;
	margin-bottom: 14px;
	border-bottom: dotted 1px #eeeeee;
}
.issue_section_container {
	width:414px;
	height:207px;
	float:left;
	margin-bottom:16px;
}
.issue_section_container_img {
	float:left;
	margin-right:8px;
	display:block;
	height:207px;
	width:160px;
}
.issue_section_container_img img{
	border:0;
}
.issue_section_container_txt {
	float:right;
	background-color:#292929;
	height:199px;
	width:238px;
	padding:4px;
}
.issue_section_header {
	color:#ccc;
	font: bold 12px/12px Arial;
}
.issue_section_sub-header {
	color:#eee;
	font: bold 12px/12px Arial;
}
.issue_section_copy {
	color:#ccc;
	font: normal 11px/13px Arial;
}
.issue_feature_title {
	color:#43ad38;
	font: normal 11px/13px Arial;
}
.issue_feature_copy {
	color:#cccccc;
	font: normal 11px/13px Arial;
}


/*******************/
/***** Sidebar *****/
/*******************/

#sidebar {
	float: right;
	width: 308px;
	padding-right: 142px;
}
#sidebar h3 {
	font: bold 16px/20px Arial;
	color:#43ad38;
	
}
#sidebar h4 {
	color: #eee;
}
#sidebar img.top {
	display:block;
	padding-bottom:10px;
}
#sidebar img.mid {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
}
#sidebar_image_excerpt {
	float:left;
	width: 130px;
	padding-bottom: 10px;
	padding-right: 20px;
	color:red;
}
#sidebar_image_excerpt img.excerpt{
	display:block;
	padding-top:10px;
	padding-bottom:10px;
}
#sidebar_image_excerpt a {
	color:#eee;
	text-decoration:underline;
}
#sidebar_image_excerpt a:visited {
	color:#eee;
	text-decoration:underline;
}
#sidebar_image_excerpt a:hover {
	color:#eee;
	text-decoration:none;
}

#sidebar_subscription {
	background:#232424;
	padding: 5px 10px;
}
#sidebar_subscription a {
	color:#eee;
	text-decoration:underline;
}
#sidebar_subscription a:visited {
	color:#eee;
	text-decoration:underline;
}
#sidebar_subscription a:hover {
	color:#eee;
	text-decoration:none;
}

/***********************/
/***** Departments *****/
/***********************/

#departments {
	overflow: auto;
	background: url("/assets/images/layout/sidebar_bevel_bg.gif") repeat-y;
}
#department_container {
	width: 285px;
	background: #232424;
	overflow: auto;
	float: right;
	font: normal 11px/13px Arial;
}
#department_item {
	border-bottom: 1px solid #121212;
	padding: 6px 5px 8px 12px;
}
#department_graphic {
	width: 19px;
	float: left;
}
#department_item h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #43ad38;
	font: bold 11px/16px Arial;
text-transform: uppercase;
}

#department_item h3 a {
	color: #43ad38;
	text-decoration:none;
}
#department_item h3 a:visited {
	color: #43ad38;
}
#department_item h3 a:hover {
	color: #43ad38;
	text-decoration: underline;
}

#department_item a {
	color: #eee;
	text-decoration:none;
}
#department_item a:visited {
	color: #eee;
}
#department_item a:hover {
	color: #eee;
	text-decoration: underline;
}

#department_last_item {
	padding: 6px 5px 20px 12px;
}
#department_last_item h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #43ad38;
	font: bold 11px/16px Arial;
text-transform: uppercase;
}
#department_last_item a {
	color: #eee;
	text-decoration:none;
}
#department_last_item a:visited {
	color: #eee;
}
#department_last_item a:hover {
	color: #eee;
	text-decoration: underline;
}


/********************/
/***** Calendar *****/
/********************/

#calendar {
	overflow: auto;
	background: url("/assets/images/layout/sidebar_bevel_bg.gif") repeat-y;
}
#calendar_container {
	width: 285px;
	background: #232424;
	overflow: auto;
	float: right;
	font: normal 11px/13px Arial;
}
#calendar_item {
	border-bottom: 1px solid #121212;
	padding: 6px 5px 8px 12px;
}
#calendar_graphic {
	width: 19px;
	float: left;
}
#calendar_item h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 11px/16px Arial;
}
.calendar_date {
	color: #43ad38;
}
#calendar_item a {
	color: #eee;
	text-decoration:none;
}
#calendar_item a:visited {
	color: #eee;
}
#calendar_item a:hover {
	color: #eee;
	text-decoration: underline;
}


/**************************/
/***** Viper Web News *****/
/**************************/

#viper_web_news {
	overflow: auto;
	background: url("/assets/images/layout/sidebar_bevel_bg.gif") repeat-y;
}
#viper_web_news_container {
	width: 285px;
	background: #232424;
	overflow: auto;
	float: right;
	font: normal 11px/13px Arial;
}
#viper_web_news_item {
	border-bottom: 1px solid #121212;
	padding: 6px 5px 8px 12px;
}
#viper_web_news_graphic {
	width: 19px;

	float: left;
}
#viper_web_news_item h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 11px/12px Arial;
}
.news_item_source {
	line-height: 20px;
	color: #43ad38;
}
#viper_web_news a {
	color: #43ad38;
	text-decoration:none;
}
#viper_web_news a:visited {
	color: #43ad38;
}
#viper_web_news a:hover {
	color: #43ad38;
	text-decoration: underline;
}

#viper_news_index_item {
	border-bottom: 1px solid #121212;
	padding-bottom: 15px;
}
#viper_news_index_item h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 14px/16px Arial;
		color: #eee;
}
.news_index_item_source {
	line-height: 20px;
	color: #43ad38;
}
.news_index_item_source a {
	color: #43ad38 !important;
	text-decoration:none !important;
}
.news_index_item_source a:visited {
	color: #43ad38 !important;
	text-decoration:none !important;
}
.news_index_item_source a:hover {
	color: #43ad38 !important;
	text-decoration:underline !important;
}


/*******************************/
/***** In-Article Images *****/
/******************************/
div .inline_article_image li {
float:left;
}
div .inline_article_image p {
clear:both;
}
div.in-article_image {
  float: right;
  width: 35%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.in-article_image p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


/****************************/
/******* Contact Form *******/
/****************************/

#contact-form form {
	color:#999999;
}
#contact-form label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-top:0.5em;
	display: block;
}
#contact-form input, textarea {
	color: #000000;
	background: #cccccc;
	border:0;
	margin-top:0.5em;
	margin-bottom:0.5em;
	width: 20em;
}
#contact-form textarea {
	overflow: auto;
	border: none;
}
#bsubmit input {
	color: #fff;
	background: #0461fb;
	font-size:10px;
	width:7em;
	padding:2px; margin-right:3px;
} 
#contact-form fieldset {
	border: 1px solid #4e4e4e;
	width: 40em;
	padding:10px;
	margin-left:10px;
}
#contact-form legend {
	color: #fff;
	background: #000000;
	padding: 2px 6px;
} 


/*******************************/
/****** Web Account Forms ******/
/*******************************/

#WebLoginLayer0 {
padding-left: 10px;
}


/********************/
/****** Footer ******/
/********************/

#footer {
	color: #666666;
	padding-top:10px;
	padding-bottom:20px;
	clear:both;
	text-align: center;
}
#footer img {
	display:block; /*eliminates block-element, bottom 3px space for img tags within divs */
}


/*******************************/
/********* Ajax Search *********/
/*******************************/

#ajaxSearch_form {
    color: #444;
    width: auto;
    float: right;

}
#ajaxSearch_input {
	width: auto;
	display: inline;
	height: 17px;
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	margin: 0 3px 0 0;
	padding: 0;
	vertical-align: top;
	font-size: 10px;
    margin-left:12px;
    margin-top: 2px;
}
#ajaxSearch_submit {
	display: inline;
	height: 19px;
	line-height: 19px;
	margin-top: 2px;
}
#ajaxSearch_output {
	border: 1px solid #444;
	padding: 10px;
	background: #fff;
	display: block;
	height: auto;
	vertical-align: top;
}
.ajaxSearch_paging {
	margin-left: 12px;
}
.AS_ajax_result {
	color: #444;
	margin-bottom: 3px;
}
.ajaxSearch_result {
	margin-left: 12px;
	color: #969696;
	margin-bottom: 10px;
	margin-top: 20px;
}
.AS_ajax_resultLink {
	text-decoration: underline;
}
.ajaxSearch_resultLink {
	text-decoration: underline;
	font: bold 14px/15px Verdana, Arial, Helvetica, sans-serif;
}
.ajaxSearch_resultLinkDisplay a {
	text-decoration: none;
	font: normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: green;
}
.AS_ajax_resultDescription{
	color:#9acc35;
}
.ajaxSearch_resultDescription{
	font: normal 12px/15px Arial;
	color:#43ad38;
}
.AS_ajax_more {
	color: #555;
}
input.button {
	background:#93251d;
	color:#fff;
	margin:2px;
	border:1px solid #000;
	height:16px;
	font: normal 10px/11px Verdana, Arial, Helvetica, sans-serif;
}

/**********************************/
/********** Form Styles ***********/
/**********************************/

input.submit {
	background-color:#CC0000;
	border:1px solid #999999;
	color:#FFFFFF;
	font-size:10px;
	height:23px;
	margin:5px 5px 0 0;
	padding:0.2em;
	width:110px;
}

input.submit:hover {
	background-color:#CCCCCC;
	border:1px solid #0066CC;
	color:#FFFFFF;
	cursor:pointer;
}