﻿body
{
	font-family:Arial, Sans-Serif;
	margin:0;
	padding:0;
	font-size:13px;
}


form 
{
	padding:0;
	margin:0;
}


img
{
	border:none;
}


p
{
	margin:0;
	padding:0 0 25px 0;
}


a:link
{
	color:#DA2028;
}


a:visited
{
	color:#949560;
}


#container
{
	width:980px;
	margin:0 auto;
	vertical-align:top;
}


#header
{
	position:relative;
	height:165px;
}


#headerBg
{
	width:980px;
	height:90px;
	position:absolute;
	background-image:url("/sitefiles/images/header_bg.gif");
	background-position:left top;
	background-repeat:repeat-y;
	top:30px;
}


#subscribeCallouts
{
	position:absolute;
	left:147px;
	top:13px;
	z-index:2;
}


#subscribeCallouts a
{
	font-weight:bold;
}


#currentIssue
{
	position:absolute;
	left:10px;
	top:10px;
	z-index:1;
}


#logo
{
	width:147px;
	height:95px;
	position:absolute;
	top:35px;
	left:165px;
	z-index:2;
}



#tagline
{
	position:absolute;
	height:65px;
	width:141px;
	top:45px;
	left:325px;
}



#headerCar
{
	position:absolute;
	width:980px;
	text-align:right;
	right:238px;
	top:0;
}


#headerLinks
{
	position:absolute;
	width:980px;
	text-align:right;
	right:8px;
	top:35px;
	font-size:12px;
}


#headerLinks a:link, #headerLinks a:visited
{
	color:#FFFFFF;
	font-weight:bold;
}


#headerSearch
{
	position:absolute;
	width:980px;
	top:85px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}


.textField
{
	padding:1px;
	border:1px solid #555555;
}


.standardButton
{
	margin:0;
	padding:0 5px 0 5px;
	height:23px;
	background-color:#B5B5B5;
	background-image:url("/sitefiles/images/button_bg.gif");
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #333333;
	font-size:12px;
}


#contentWell
{
	padding:15px 0 5px 0;
	min-height:100px;
}


.mainContent
{
	padding:0 10px 20px 10px;
}


.mainContentNoSideNav
{
	padding:0 10px 20px 0;
}


#footer
{
	border-top:7px solid #ED1C24;
	background-color:#D4D4D4;
	padding:10px;
}



#footer a:visited
{
	color:#DA2028;
}


#footer h6
{
	padding:0;
	margin:0;
	font-size:16px;
}


#footer #subscriberOnlyContent
{
	color:#ED1C24;
	font-size:14px;
	font-weight:bold;
}


#footer #subscriberOnlyContent a:link, #footer #subscriberOnlyContent a:visited
{
	text-decoration:none;
}


#footer #footerSubLinks 
{
	padding:0 0 0 0;
	font-weight:bold;
	font-size:12px;
}


#footer #footerSubLinks span
{
	margin:0 15px 0 0;
}


#footer #footerSubLinks a:link, #footer #footerSubLinks a:visited
{
	text-decoration:none;
}


#footer .footerNav
{
	font-size:11px;
}

#footer .footerNav .gradientBox
{
	background-image:url('/sitefiles/images/SCA-gradient.png');
	background-repeat:no-repeat;
	color: #fff;
	padding:10px 10px 0px 10px;
	width:307px;
	min-height:247px;
}

#footer .footerNav .gradientBox a,
#footer .footerNav .gradientBox a:link,
#footer .footerNav .gradientBox a:active,
#footer .footerNav .gradientBox a:visited,
#footer .footerNav .gradientBox a:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer .footerNav div
{
	padding:0 0 10px 0;
}


#footer .footerNav strong a:link, #footer .footerNav strong a:visited
{
	text-decoration:none;
	color:#000000;
}


#footer .footerNav strong
{
	margin:0 10px 0 0;
}


#footer .footerNav a:link, #footer .footerNav a:visited
{
	color:#555555;
	text-decoration:none;
}


.commonBlackHeader
{
	background-color:#000000;
	color:#FFFF00;
	font-weight:bold;
	height:30px;
	background-image:url("/sitefiles/images/homepage_black_sectionhead.gif");
	background-position:left top;
	background-repeat:no-repeat;
	line-height:30px;
	padding:0 0 0 25px;
	font-size:16px;
}


.commonBlackHeader a:link, .commonBlackHeader a:visited 
{
	color:#FFFFFF;
}


.commonYellowHeader
{
	background-color:#FFFF00;
	color:#000000;
	font-weight:bold;
	height:30px;
	background-image:url("/sitefiles/images/homepage_yellow_sectionhead.gif");
	background-position:left top;
	background-repeat:no-repeat;
	line-height:30px;
	padding:0 0 0 25px;
	font-size:16px;
}


.formLeft
{
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}



.validationSummary
{
	background-color:#CE0000;
	border:2px solid #6A0000;
	padding:10px 10px 10px 45px;
	color:#FFFFFF;
	font-weight:bold;
	margin:20px 0 20px 0;
	background-image:url("/sitefiles/images/validation_warning.png");
	background-position:10px 8px;
	background-repeat:no-repeat;
	font-family:Arial, Sans-Serif;
}



.validationSummary ul
{
	padding:0;
	margin:0;
}


.validationSummary ul li
{
	padding:0 0 2px 0;
	margin:0 0 0 25px;
	list-style-type:square;
}


.greenBox
{
	background-color:#009933;
	border:2px solid #006600;
	padding:10px;
	color:#FFFFFF;
	font-weight:bold;
	margin:20px 0 20px 0;
}


.greenBox a:link, .greenBox a:visited
{
	color:#FFFFFF;
}


.redBox
{
	background-color:#CE0000;
	border:2px solid #6A0000;
	padding:10px;
	color:#FFFFFF;
	font-weight:bold;
	margin:20px 0 20px 0;
}


.redBox a:link, .redBox a:visited
{
	color:#FFFFFF;
}


.standardPager
{
	padding:5px 0 0 0;
}


.lockoutHeaderSubscriber
{
	background-color:#C7101A;
	min-height:31px;
	background-image:url("/sitefiles/images/lockout_subscriber_wheel.png");
	background-repeat:no-repeat;
	background-position:10px 9px;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	padding:9px 0 0 43px;
}


.lockoutHeaderRegistered
{
	background-color:#C7101A;
	min-height:31px;
	background-image:url("/sitefiles/images/lockout_register_icon.png");
	background-repeat:no-repeat;
	background-position:7px 7px;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	padding:9px 0 0 43px;
}


.grayGradientBg
{
	background-image:url("/sitefiles/images/gray_gradient_bg.png");
	background-repeat:repeat-x;
	min-height:69px;
}


ul.redTriangle
{
	list-style-image:url("/sitefiles/images/bullet_triangle_red.png");
}


ul.redTriangle li
{
	margin:0 0 2px 0;
}
