body, div, table, td, p, form, input, textarea, select{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #dddcdc;
	line-height: 18px;
}

body{
	margin: 0px; 
	padding:0px; 
	background: url('../Images/bg.jpg') no-repeat;
	background-position:center top;
	background-color: #3e0505;
}

html, body {
	height: 100%;
}
html{
	overflow-y: scroll;
	overflow-x: hidden;
}

.bodyPrint
{
	background-image: none;
	background-color: #ffffff;
}

p{
	clear: both;
	margin: 0px 0px 10px 0px;
}

a, a:link{
    color: #00aeef;
    outline: none;
    text-decoration: none;
}

.required{
	font-size: 11px;
	color: #a89992;
}

img{
    margin:0;
    padding:0;
    border:0;
    outline:0;
}

select{
	border: solid 1px #d9d9d9;
	padding: 3px;
}

#Header{
    margin: 0 auto;
    width: 100%;
    position: relative;
	background: url('../Images/bg_header.gif') repeat-x;
	z-index:10;
}
#HeaderContent{
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: url('../Images/header_CenterBackground.jpg') top center no-repeat;
}
#HeaderSearch{
	position: absolute;
	top: 7px;
	right: 0px;
}

#HeaderSearchInput
{
	display: none;
	position: absolute;
	top: 41px;
	right: 0px;
}
#HeaderSearchInput img, #HeaderSearch img{
	cursor: pointer;
}
#MainContainer{
    margin: 0 auto;
    width: 100%;
    position: relative;
	min-height: 100%;
	margin-bottom: -130px;
    z-index: 2;
}
* html #MainContainer{
	height: 100%;
}
.clear {
	clear:both;
	overflow:hidden;
	height:1px;
}
.clearfooter {
	height: 130px;
	clear: both;
}
#FooterLogo{
	position: absolute;
	width: 100%;
	margin: 0 auto;
    z-index: 1;
    bottom: 130px;
}
#FooterLogoContent{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	background: url('../Images/JackLinksSeal.png');
	/*
	filter: Alpha(Opacity=10);
	-moz-opacity:0.1;
	opacity:0.1;
	zoom: 1;
	*/
	text-align: right;
}
#FooterMenu{
	position: fixed;
	width: 100%;
	margin: 0 auto;
    z-index: 1000;
    bottom: 100px;
    left: 0px;
    bottom: 100px;
}
* html #FooterMenu{
	position: absolute;
}
#FooterMenuContent{
	position: relative;
	width: 960px;
	margin: 0 auto;
	color: #ffffff;
	line-height: 19px;
}
.FooterMenuDiv{
	position: absolute;
	bottom: 0;
	visibility: hidden;
	width: 213px; 
	background: url('../Images/bg_footerMenu.jpg') no-repeat bottom;
	color: #1b1a1a;
	font-size: 15px;
	padding: 0px 0px 8px 0px;
}
.FooterMenuDiv p{
	width: 183px;
	height: 18px;
	overflow: hidden;
	color: #1b1a1a;
	font-family: 'Yanone Kaffeesatz', Arial Narrow, Arial, Helvetica, serif;
	font-size: 15px;
	margin: 0px;
	padding: 5px 0px 5px 30px;
	text-transform: uppercase;
}
.FooterMenuDiv p a{
	text-decoration: none;
	color: #1b1a1a;
}
.FooterMenuDiv p a:hover{
	text-decoration: none;
	color: #a61111;
}
#Footer{
	position: fixed;
	width: 100%;
	margin: 0 auto;
	height: 100px;
	background: url('../Images/bg_footerRepeat.jpg') repeat-x;
    z-index: 1000;
    left: 0px;
    bottom: 0px;
}
* html #Footer{
	position: absolute;
}
#FooterContainer{
	background: url('../Images/bg_footer.jpg') no-repeat;
	background-position: center top;
}
#Footer input{
	width: 150px;
	height: 18px;
	color: #3d3d3d;
	font-size: 12px;
	padding: 7px 5px 7px 4px;
	border: 0;
}
#FooterContent{
	position: relative;
	width: 960px;
	height: 130px;
	margin: 0 auto;
	color: #ffffff;
	line-height: 19px;
	background: url('../Images/bg_footer.jpg') no-repeat;
	background-position: center top;
}

#FooterContent a{
	color: #ffffff;
	text-decoration: none;
}

#FooterChannels{
	float: left;
	clear: all;
	height: 52px;
	width: 960px;
	overflow: hidden;
}
.FooterChannel{
	height: 18px;
	border-left: solid 4px;
	font-family: 'Yanone Kaffeesatz', Arial Narrow, Arial, Helvetica, serif;
	color: #ffffff;
	letter-spacing: 0.25px;
	font-size: 17px;
	padding: 8px 15px 0px 6px;
	text-transform:uppercase;
}
.FooterChannel div{
	height: 18px;
	font-family: 'Yanone Kaffeesatz', Arial Narrow, Arial, Helvetica, serif;
	color: #ffffff;
	font-size: 17px;
	letter-spacing: 0.25px;
	text-transform:uppercase;
	text-align: left;
}
.FooterSignup{
	font-family: 'Yanone Kaffeesatz', Arial Narrow, Arial, Helvetica, serif;
	color: #ffffff;
	font-size: 20px;
	padding-right: 8px;
	letter-spacing: 0.25px;
}
.FooterSignupItalic{
	font-size: 12px;
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-weight: normal;
}
.copyright{
	color: #807f7f;
}

#FlashArea{
	position: absolute;
	width:100%;
    height:100%;
    z-index: 2;
    left:0px;
}
#FlashArea * {
	outline:none;	
}

#ContentArea{
	position: relative;
	width: 960px;
	top:550px;
    margin: 0 auto;
    min-height: 1px;
    z-index:500;
}

/*
* html #ContentArea{
	height: 1px;
}
*/

#ColumnLeft{
	position: relative;
	float: left;
	width: 697px;
	margin: 16px 0px 0px 0px;
	background: url('../Images/bg_leftColumn.gif') no-repeat;
	background-color: Black;
	padding-bottom: 100px;
}

.ColumnLeftContent{
	float: left;
	clear: both;
	width: 629px;
	/*padding: 0px 34px 0px 34px;*/
}
.ColumnLeftContent h1, .ColumnLeftContent p, .ColumnLeftContent h2, .ColumnLeftContent div.headlineDiv {
	padding-left:34px !important;
	padding-right:34px !important;
}
.ColumnLeftContent  div.headlineDiv p, .ColumnLeftContent div.headlineDiv h2 {
	padding-left:0px !important;
	padding-right:0px !important;
}
* html .ColumnLeftContent{
	padding: 0px 34px 15px 34px;
}
#ColumnLeft .ChildSubchannelContent .ColumnLeftContent{
	/*padding-bottom: 20px;*/
}

#ColumnLeft h1{
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size:30px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 30px 0px 21px 0px;
}
#ColumnLeft .ChildSubchannelContent .ColumnLeftContent h1{
	font-size: 24px;
	line-height:22px;
	font-style:italic;
	color:#ffffff;
	padding: 0px 0px 21px 0px;
}
#ColumnLeft .ChildSubchannelContent .ColumnLeftContent h2 {
	padding-top:10px;
}

#ColumnLeft .ChildSubchannelContent .ColumnLeftContent h1 img{
	vertical-align: middle;
	margin-right: 10px;
}

#ColumnLeft h2{
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#ColumnLeft h3{
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 16px;
}

#ColumnLeft p{
	margin: 0px;
	padding: 0px;
	line-height:18px;
	color:#dddcdc;
	line-height:18px;
	font-size:13px;
}

#ColumnLeft ul{
	margin: 0px 0px 1em 20px;
	padding: 0px;
}

#ColumnRight ul{
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

#ColumnLeft ul li, #ColumnRight ul li{
	list-style: none;
	padding: 1px 0px 1px 10px;
	background-image: url('../Images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 9px;
}
#ColumnLeft ul li a, #ColumnRight ul li a{
	color: #bebdbd;
}

.mediaContainerDivider{
	float: left;
	clear: both;
	width: 629px;
	border-top: solid 1px #4b4b4b;
	border-bottom: solid 1px #4b4b4b;
	margin: 27px 34px;
	height:6px;
	overflow:hidden;
}
* html .mediaContainerDivider{
	float: none;
	clear: none;
	display: block;
	margin: 0px 34px 10px 34px;
}
#ColumnRight .mediaContainerDivider{
	width: 100px;
	display:none;
}

.mediaContainer{
	float: left;
	clear: both;
	width: 697px;
	padding-top:15px;
}
.mediaContainer h2{
	padding-left: 34px;
}
.mediaSection{
	position: relative;	
	float: left;
	width: 628px;
	overflow: hidden;
	height: 145px;

}
.mediaContainerScrollLeft{
	margin: 0px 8px 0px 9px;
}

.mediaContainerScrollRight{
	margin: 0px 9px 0px 8px;
}

#ColumnLeft .mediaSection ul {
	width: auto;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;	/* DO NOT REMOVE */
 }
#ColumnLeft .mediaSection ul li {
	float: left;
	width: 194px;
	padding: 0;
	margin: 0px 0px 0px 0px;
	/*margin-right:24px;*/
	height: 145px;
	overflow: hidden;
	position: relative;
}
#ColumnLeft .mediaSection ul li.spacerListItem {
	float: left;
	width: 23px;
	background:blue;
	padding: 0;
	margin: 0px 0px 0px 0px;
	/*margin-right:24px;*/
	height: 145px;
	overflow: hidden;
	position: relative;

}
#ColumnLeft .mediaSection ul li h3{
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px;
	line-height: 16px;
	margin-top: 7px;
}
.mediaSection ul li img{
	border: solid 1px #5c5c5c;
}

.mediaIcon{
	position:absolute;
	top: 67px;
	left: 1px;
}

#ColumnRight{
	position: relative;
	float: left;
	width: 249px;
	margin: 16px 0px 0px 14px;
	display:inline;
	padding-bottom: 0px;
	background: url('../Images/bg_rightColumn.gif') no-repeat;
	background-color: Black;
}
#ColumnRight .RightModuleLinks ul{
	margin: .75em 0px 0px 0px;
	padding: 0px;
}

#ColumnRight .RightModuleLinks ul li{
	list-style: none;
	padding: 1px 0px 1px 10px;
	background-image: url('../Images/arrowGray.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 9px;
}
#ColumnRight .RightModuleLinks ul li a{
	color: #00aeef;
	text-decoration: none;
}

.RightModule{
	float: left;
	clear: both;
	width: 199px;
	padding: 0px 0px 25px 0px;
	border-bottom: solid 1px #4b4b4b;
	margin-left: 25px;
}
* html .RightModule
{
	margin-left: 13px;
}
.RightModule h1{
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 30px 0px 0px 0px;
	line-height: 20px;
}
.RightModule h2{
	font-family: 'Yanone Kaffeesatz', Arial Narrow, Arial, Helvetica, serif;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.RightModule p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.RightModule img{
	margin: 0px 0px 10px 0px;
}
.RightModule ul{
	margin: 0px 0px 10px 0px;
}

.ArticleContainer{
	float: left;
	clear: both;
	width: 629px;
	padding: 15px 34px 20px 34px;
}

.Article{
	float: left;
	clear: both;
	width: 629px;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	background-color:#272523;
}
.articleWrapper {
	margin:32px;
}
#ColumnLeft .ChildSubchannelContent .ArticleContainer{
	padding: 15px 0px 0px 34px;
}

#ColumnLeft .ChildSubchannelContent .Article{
	border:none;
}

.ArticleHeader{
	float: left;
	clear: both;
	width: 100%;
}
.ArticleTitle{
	float: left;
	width: 525px;
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 25px;
}
.ArticleDate{
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	color: #777777;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.ArticleExpand{
	float: right;
	width: 17px;
	margin-top: 5px;
	margin-left: 22px;
}
.ArticleLink{
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	float:left;
}
.ArticleCopy hr{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	color: #4b4b4b;
	background-color: #4b4b4b;
	border: 0;
	height: 1px;
	margin:15px 0px;
}
#ColumnLeft .ArticleLink ul{
	margin: .75em 0px 0px 0px;
	padding: 0px;
}

#ColumnLeft .ArticleLink ul li{
	float: left;
	list-style: none;
	padding: 1px 0px 1px 10px;
	background-image: url('../Images/arrowWhite.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 21px 0px 9px;
}
#ColumnLeft .ArticleLink ul li a{
	color: #ffffff;
	text-decoration: none;
	cursor:pointer;
}

.productList{
	width: 645px;
	padding: 0px 26px;
}
.productListRow{
	float: left;
	clear: both;
	width: 645px;
}
.productListItem{
	float: left;
	width: 195px;
	padding: 0px 10px 30px 10px;
}
.productListImage{
	width: 195px;
	height: 195px;
	background: url('../Images/bg_productList.jpg') no-repeat;
	text-align: center;
	padding-bottom: 9px;
	cursor: pointer;
}
.productListName, .productListName a{
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
}

.productDetail {
	float: left;
	clear: both;
	width: 643px;
}

.PageOverlayContent .productDetail h2, .PagePrintContent .productDetail h2{
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	line-height: 22px;
}
.PageOverlayContent .productDetail h1, .PagePrintContent .productDetail h1{
	font-family: 'Yanone Kaffeesatz', Arial Narrow, Arial, Helvetica, serif;
	font-size: 60px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	line-height: 55px;
	padding-bottom: 20px;
}
.productDetailImg{
	float: left;
	width: 310px;
}
.productDetailCopy {
	float: left;
	width: 333px;
	height:295px;
	position:relative;
}
.productDetailNutrition{
	float: left;
	clear: both;
	width: 643px;
	margin-top: 20px; 
}
.productDetailNutritionFacts{
	float: left;
	width: 310px;
	font-size: 11px;
	border: solid 1px #b3b1b1;
}
.productDetailNutritionFacts td{
	font-size: 11px;
	padding: 3px 20px 3px 20px;
	line-height: 15px;
	color: #313030;
}
.PageOverlayContent .productDetailNutritionFacts h1, .PagePrintContent .productDetailNutritionFacts h1{
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size: 18px;
	color: #313030;
	margin: 0px;
	padding: 15px 0px 8px 20px;
	line-height: 20px;
	font-weight: normal;
}

.productDetailIngredientsColumn {
	float: left;
	width: 331px; 
}
.productDetailIngredients{
	text-transform: uppercase;
	font-size: 11px;
	color: #313030;
	border: solid 1px #b3b1b1;
	border-left: none;	
	padding: 3px 25px 30px 25px;
}
.PagePrintContent .productDetailIngredients{
	padding-left: 20px;
	left: 360px;
	position: absolute;
	width: 331px;
}
.PageOverlayContent .productDetailIngredients h1, .PagePrintContent .productDetailIngredients h1{
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size: 18px;
	color: #313030;
	margin: 0px;
	padding: 15px 0px 8px 0px;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
}
.productDetailNutritionRowShaded{
	background-color: #e2e2e2;
}
.productDetailNutritionRowIndented{
	padding-left: 40px;
}

.productDetailPrintHeader{
	float: left;
	clear: both;
	margin: 0px 0px 60px 0px;
	color: #000;
	width: 690px;
}
.productDetailPrintHeader img{
	margin: 0px 250px;
}
.productDetailPrintCopyright{
	float: left;
	clear: both;
	margin-top: 40px;
	color: #000;
}

.FeedModule{
	float: left;
	clear: left;
	width: 199px;
	height: 325px;
	overflow: hidden;
}
#ColumnLeft p.feedDescription {
	padding-bottom:20px;
}
#ColumnLeft .FeedModule{
	width: 280px;
	height: 325px;
	padding: 0px 34px 0px 34px;
}

#ColumnLeft .FeedModule h1{
	font-size: 20px;
	padding: 0px 0px 15px 0px;
	line-height: 22px;

	font-family: 'Yanone Kaffeesatz', Arial Narrow, Arial, Helvetica, serif;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.FeedModule p, #ColumnLeft .FeedModule p{
	color: #bebdbd;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 2px;
	padding: 0px;
}
#ColumnLeft .FeedModule ul, #ColumnRight .FeedModule ul{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#ColumnLeft .FeedModule ul li, #ColumnRight .FeedModule ul li{
	list-style: none;
	padding: 0px 0px 1px 10px;
	background-image: url('../Images/arrowGray.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 9px;
}
#ColumnLeft .FeedModule ul li a, #ColumnRight .FeedModule ul li a{
	color: #ffffff;
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
}

.facebookLike{
	width: 75px;
	overflow: hidden;
	position:absolute;
	top:25px;
	right:30px;
}


div.background
{}
div.transbox
{
	/*margin:30px 50px;*/
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;

	position:absolute; 
	width:184px; 
	cursor:pointer;
	height:88px; 
	background:#000000; 
	border:5px solid #333333; 
	text-align:center; 
	line-height:96px;
	top:0;
}
div.transboxClick{
	width: 100px;
	font-weight:bold;
	color: #ffffff;
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	border-bottom: solid 1px #4b4b4b;
	padding: 20px 0px 10px 0px;
	margin-left: 46px;
}
 
div.transboxDrag{
	width: 100px;
	font-weight:bold;
	color: #ffffff;
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	padding-top: 10px;
	margin-left: 46px;
}  

/* LIGHTBOX STYLES */
#modalSubmission{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0 auto;
}

.modalBackground{
	filter: Alpha(Opacity=60); 
	-moz-opacity:0.6; 
	opacity: 0.6;
    width: 100%; 
    height: 100%; 
    background-color: #000000;
    position: absolute;
    z-index: 400;
    top: 0px; 
    left: 0px;
    zoom: 1
}

* html .modalBackground{
	filter: Alpha(Opacity=60); 
	-moz-opacity:0.6; 
	opacity: 0.6;
    width: 0px; 
    height: 0px; 
    background-color: #000000;
    position: absolute;
    z-index: 400;
    top: 0px; 
    left: 0px;
    zoom: 1
}

.PageOverlayContainer{
	width: 100%;
	position: absolute; 
	z-index: 450;
}

.PageOverlay{
	width: 739px;
	background-color: #ffffff;
	margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 125px;
}
.PageOverlayHeader{
	position:relative;
	width: 739px;
	height: 65px;
	background: url('../Images/bg_overlayTop.gif') no-repeat;
	text-align: center;
}
.PageOverlayTitle{
	position:absolute;
	left: 43px;
	width: 653px;
	height: 65px;
}

.PageOverlayTitle h1{
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 25px 0px 0px 0px;
}

.PageOverlayTitle h1 .PageOverlayTitle_JL{
	font-family: 'Yanone Kaffeesatz', Arial Narrow, Arial, Helvetica, serif;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.PageOverlayClose{
	position:absolute;
	left: 696px;
	top: 26px;
	width: 13px;
}
.PageOverlayContent{
	background-image: url('../Images/bg_overlay.jpg');
}
.PageOverlayCopy, .PagePrintCopy{
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 0px 55px 0px 48px;
	line-height: 18px;
}
.PageOverlayCopy h1, .PagePrintCopy h1{
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size: 18px;
	color: #161616;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.PageOverlayCopy h2, .PagePrintCopy h2{
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size: 15px;
	color: #161616;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.PageOverlayCopy p, .PagePrintCopy p{
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 18px;
	padding-bottom: 15px;
}
.PageOverlayCopy ul, .PagePrintCopy ul{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.PageOverlayCopy ul li, .PagePrintCopy ul li{
	list-style: none;
	padding: 1px 0px 1px 10px;
	background-image: url('../Images/bulletOverlay.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 0px 21px 0px 9px;
}
.PageOverlayCopy ul li a, .PagePrintCopy ul li a{
	color: #ffffff;
	text-decoration: none;
}

div.product_print { text-align: right; padding-top: 20px; }
div.facebook_control { float: right; }

/* END LIGHTBOX STYLES */

/* JACK PACK SIGNUP OVERLAY */
div#jackpack_header { background: url(../Images/overlayTop.jpg) no-repeat; height: 115px; font: 23px/24px 'Droid Serif', "Times New Roman", Times, serif; color: #494747; padding-left: 55px; padding-top: 25px; }
span.signup_text { font: 60px/64px 'Yanone Kaffeesatz', Arial Narrow, Arial, Helvetica, sans-serif; text-transform: uppercase; }

div#jackpack_cols { border-top: solid 1px #e4e4e4; border-bottom: solid 1px #e4e4e4; padding: 20px 0px; height: 1%; margin: 0px; }
div#jackpack_col1 { float: left; width: 295px; padding-right: 24px; border-right: solid 1px #e4e4e4; }
div#jackpack_col2 { float: left; width: 285px; padding-left: 24px; }
div#jackpack_end { clear: both; font: 1px/1px sans-serif; height: 1px; overflow: hidden; }

div#jackpack_footer_wrapper {padding-top: 15px; }
div#jackpack_footer { position: relative; width: 629px; }
div#jackpack_notation { position: absolute; top: 0px; left: 22px; width: 391px; }
div#jackpack_notation label { font: 11px/14px Arial, Helvetica, sans-serif; color: #666666; display: block; margin-bottom: 10px; }
div#jackpack_controls { position: absolute; top: 0px; right: 0px; width: 130px; }
/* END JACK PACK SIGNUP OVERLAY */

/* CONTACT US OVERLAY */
div#contactus_header {
	background: url(../Images/overlayTop.jpg) no-repeat; 
	height: 115px; 
	font: 23px/24px 'Droid Serif', "Times New Roman", Times, serif; 
	color: #494747; 
	padding-left: 55px; 
	padding-top: 25px;
}
span.signup_text {
	font: 60px/64px 'Yanone Kaffeesatz', Arial Narrow, Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
}
div.contactus_cols 
{
	float: left;
	clear: both;
	width: 629px;
	border-top: solid 1px #cccccc; 
	padding: 20px 0px; 
	margin: 0px; 
}
div.contactus_col1 {
	float: left; 
	width: 295px; 
	padding-right: 24px; 
	border-right: solid 1px #cccccc; 
}
div.contactus_col2 {
	float: left; 
	width: 285px; 
	padding-left: 24px; 
}
div#contactus_end {
	clear: both; 
	font: 1px/1px sans-serif; 
	height: 1px; 
	overflow: hidden; 
}

div#contactus_footer_wrapper {
	float: left;
	clear: both;
	width: 629px;
	padding-top: 15px; 
	border-top: solid 1px #cccccc; 
}
div#contactus_footer {
	position: relative; 
	width: 629px; 
	float: left; 
	clear: both; 
}
div.contactus_notation {
	float: left; 
	clear: both; 
	width: 440px; 
}
div.contactus_notation p{
	font: 11px/14px Arial, Helvetica, sans-serif; 
	color: #666666; 
	margin: 0px;
}
div.contactus_notation label {
	font: 11px/14px Arial, Helvetica, sans-serif; 
	color: #666666; 
	display: block; 
	margin-bottom: 10px; 
}
div.contactus_notation_checkbox{
	position:absolute;
	left: -25px;
	top: -3px;
}
div#contactus_controls {
	position: absolute; 
	bottom: 0px; 
	right: 0px; 
	width: 130px; 
}
/* END CONTACT US OVERLAY */

/* FORM STYLES */
label { font: 13px/18px 'Droid Serif', "Times New Roman", Times, serif; color: #252525; padding: 0px; margin: 0px; }
span.required { color: #cc1a1a; font: 13px/18px 'Droid Serif', "Times New Roman", Times, serif; }

div.field { padding-bottom: 15px; }
div.field_label { width: 110px; padding-right: 10px; float: left; text-align: right; padding-top: 3px; }
div.field_value { width: 175px; float: left; color: #252525; }
div.field_end { clear: both; font: 1px/1px sans-serif; }

input.stnd_field { background: #fff; border: solid 1px #a7a7a7; padding: 2px 5px; margin: 0px; font: 12px/14px Arial, Helvetica, sans-serif; color: #252525; width: 160px; }
input.stnd_field:focus { border-color: #666; outline: none; }

input.lrg_field { background: #fff; border: solid 1px #a7a7a7; padding: 2px 5px; margin: 0px; font: 12px/14px Arial, Helvetica, sans-serif; color: #252525; width: 260px; }
input.lrg_field:focus { border-color: #666; outline: none; }

textarea{background: #fff; border: solid 1px #a7a7a7; padding: 2px 5px; margin: 0px; font: 12px/14px Arial, Helvetica, sans-serif; color: #252525; width: 250px; height: 150px;}

select.stnd_select { background: #fff; border: solid 1px #a7a7a7; padding: 2px 5px; margin: 0px; font: 12px/14px Arial, Helvetica, sans-serif; color: #252525; width: 170px; }
select.lrg_select { background: #fff; border: solid 1px #a7a7a7; padding: 2px 5px; margin: 0px; font: 12px/14px Arial, Helvetica, sans-serif; color: #252525; width: 260px; }

input.search_field {
	border: none;
	padding: 10px 5px 0px 15px;
	margin: 0px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	font-style: italic;
	width: 183px;
	height: 25px;
	background-image: url('../Images/bg_search.gif');
}

*html input.search_field{
	border: solid 1px #520505;
}


/* END FORM STYLES */

.ballotBox {
	background:url('../Images/votingBackground.jpg') no-repeat;
	width:630px;
	height:177px;
	position:relative;
	padding-top:20px;
	padding-left:30px;
}
.ballotBox .voteNowButton {
	cursor:pointer;
}
.ballotBox .ballotHolder {
	float:left;
	width:446px;	
}
.ballotBox div.ballotItem {
	width:223px;
	padding:8px 0px;
}
.ballotBox div.ballotItem div {
	float:left;	
}
.ballotBox div.ballotItem .radioHolder {
	width:24px;
}
.ballotBox div.ballotItem .ballotItemTitle {
	font-family: 'Droid Serif', "Times New Roman", Times, serif;	
	font-size:13px;
	line-height:17px;
	display:block;
	width:170px;
}
.votingResults thead td {
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	font-size:24px;
	color:#a9a9a9;
}
.votingResults tbody td {
	line-height:16px;
	padding:6px 0px;
}
.votingResults tbody td.title {
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	color:#9e9c9c;
}
.votingResults tbody td.votes {
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}
.productNavigation {
	float:left;
	cursor:pointer;	
}
.anchor {
	height:1px;
	overflow:hidden;
	float:left;	
}

.ArticleCopy table {
	border:1px solid #52514f;
}
.ArticleCopy table tr.even {
	background:#3f3b36 !important;
}
.ArticleCopy table tr {
	background:#322f2b;
}
.ArticleCopy table tr td {
	padding:14px 24px;
}
.ArticleCopy table tr td {
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	color:#cccccc;
	font-size:11px;
}
.ArticleCopy table tr td h3 {
	font-family: 'Droid Serif', "Times New Roman", Times, serif;
	color:#cccccc;
	font-size:13px;
}
.titleIcon 
{
    float:left;
    margin-left:40px;
    margin-right:7px;
    margin-top:-10px;
}
