/* GLOBAL STYLES */

html {
  height: 100%;
  margin: 0;
  padding: 0;
}
    
body {
  height: 100%;
  font-size: 62%;
  font-family: Arial, Verdana, "Tw Cen MT", serif;
  background: #fff url(/images/body_bgr.jpg) top repeat-x;
  text-align: center;
  margin: auto;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-size: 1em;
}

a:link, a:visited {
color: #990033;
font-weight: bold;
text-decoration: none;
}

a:hover, a:active {
text-decoration: underline;
}

a img {
border: 0;
}

/* LAYOUT CONTAINERS */

div#wrapper {
  position: relative;
  font-size: 1.1em;
  width: 980px;
  margin: 0 auto;
  text-align: left;

}

div#container {
  width: 980px;
  margin: auto;
  background-image:url(../images/conent_footer_bgr.gif);
  background-position:bottom;
  background-repeat:repeat-x;  
  padding-bottom:50px;
  border:1px solid #4A4647;
  margin-bottom:0px;
}
  
div#breadcrumb_header {
background: #949494;
height: 32px;
}

div#magazine_header {
margin: 0; padding: 0;
height: 198px;
background: transparent url(/images/header.jpg) left no-repeat;
}
div#magazine_header div#offer_details {
  color: #fff;
  padding-top: 115px;
  margin: 0 0 0 65px;
}
div#magazine_header div#offer_details p {
margin: 0; padding: 0;
}
div#magazine_header div#offer_details ul {
margin: 0; padding: 0;
margin: 5px 0 0 17px;
}
div#magazine_header div#offer_details ul li {
list-style: url(/images/bullet.gif);
}
div#navigation ul li a.no_bullet strong {
font-weight: normal;
}

div#logo {
float: right;
}

/* NAVIGATION AND BREADCRUMBING */
   
div#breadcrumb {
/*  background: transparent url(/images/topbar_left.gif) left no-repeat;*/
  color:#fff;
  margin:5px;
}
   
div#breadcrumb ul {
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 10px;
}

div#breadcrumb ul li {
  display: inline;
  margin: 0;
  padding: 0;
  color: #fff;
  height: 10px;
  padding: 0px 15px 2px 0;
  background: transparent url(/images/topbar_arrow.gif) right no-repeat;
}
    
div#breadcrumb ul li.no_arrow {
  background-image: none;
  padding: 0;
}

div#breadcrumb ul li a {
  color: #fff;
  font-weight: normal;
}

div#breadcrumb a {
  color: #ffcd00;
  font-weight: normal;
}

.features {
  border: none;
  background: url(/images/section_bgr.gif);
  background-position:top;
  padding:6px 6px 6px 6px;
  color:#ffcd00;
  text-transform:uppercase;
  font-weight:bold;
  font-size:1em;
  margin-bottom:0px;
}

div#navigation {
  width: 180px;
  float: left;
  margin-top:20px;
  margin-right:25px;
}

div#navigation ul {
  margin: 0; 
  padding: 0;
  background-color:#fff;
}
   
div#navigation ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #a3a3a3;
}

div#navigation ul li a.selected.first {
  border-top: 0px;
}
div#navigation ul li.last {

}

div#navigation ul li{
  display: block;
  padding: 4px;
  color: #044eb0;
  text-decoration: none;
/*  background:url(/images/nav_bullet.gif) 5px 7px no-repeat;*/
  padding-left: 10px;
  font-weight: normal;
  text-transform:uppercase;
  font-size:.9em;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  border:5px solid #fff;
}
  
div#navigation ul li.selected {
  border:5px solid #ffcd00;
}

div#navigation ul li:hover {
  border:5px solid #ffcd00;
}

div#navigation ul li a {
  color: #003399;
}

div#navigation ul li a.no_bullet {
list-style: none;
background: none;
padding-left: 0;
}

div#navigation ul li ul{
}

div#navigation ul li>ul{
  border: 1px solid #fff;

}

div#navigation ul li>ul li a{
  display: block; 
  color:#003399;
  text-transform:capitalize;
  font-size: 1em;
  background-image:url(/images/nav_bullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 8px;
}

div#navigation ul li>ul li:hover{
  border:5px solid #ffffff;  
}

div#navigation ul li>ul li a:hover{
  
  text-decoration:underline;
}

div#navigation ul li>ul li a.selected_00{
 
}

/* MAIN BODY CONTENT CONTAINERS */

.smaller{font-size:10px}
.grey {color:#666666}

div#content {

}
  
div#content_body {
  float: left;
  padding: 0px;
  font-size:110%;
}
div.center_col {
  width: 430px;
}
div.content_center {
  background: #F8F8F8;
  padding: 10px;
}
.mbott {
  margin-bottom: 25px;
}

div#why_subs_list ul {
  margin:0px;
  padding:0px;
  float:left;
  width:310px;
  margin-left:10px;
  margin-bottom:30px;

}

div#why_subs_list ul li{
  margin:0px;
  padding:3px;
  padding-top:0px;
  list-style-position:outside;
  list-style-type:circle;  
}

div.content_center div img {
  border: 1px solid #767676;
  margin-top:12px;
  margin-right:10px;
}

div.content_center h1{
  color:#044eb0;
  font-size:1.3em;
  padding:0px 10px;
  margin:0px;
}

div.content_center h2,
div.content_center h3,
div.content_center h4 {
  font-size:1.1em;
  color:#044eb0;
}

div.content_center h4 {
text-align:center;
}  
div.content_right {
  margin-top:20px;
  text-align: center;
  width: 250px;
  float: right;
  padding-bottom: 30px;
  background-color: #f8f8f8;  
}
div.content_right div.content {

}

/* SIGNUP PAGES */

div#signup_body {
  margin: 30px auto 0 auto;
  width: 700px;
  padding: 0 25px 0px 25px;
  font-size:110%;
}

div#signup_body h1, h2, h3{
  background-color: #eaeaea;
  padding: 10px;
}

.paddywhack {
padding: 10px;
}

table.vtop td {
vertical-align: top;
margin-right:0;
padding-right:0;  
}

form table {
border: 1px solid white;
width: 100%;
}

form td {
border-bottom: 1px solid white;
margin-right:0;
padding-right:0;
}

table.fw, select.fw, input.fw {
  width: 190px;
}

input.fw_sml{
  height:14px;
  width:90px;
}

select.fw2 {

  width: 350px;
}
input.fw2 {
  width: 180px;
}

div.fw100 {
  margin-left: 3px;
  margin-right: 3px;
}


.submit {
  padding: 0 25px 0 4px;
}

.submit2 {
  padding: 0 4px;
}

/* FOOTER */
  
div#footer {
  font-size: 1.1em;
  margin: auto;
  margin-top: 0px;
  margin-bottom:0px;
  padding:0px;
  text-align: center;
  background-image: url(/images/footer_back.gif);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  height: 30px;
  width:982px;
}
  
/* IMAGES */
  
img.no_border {
border: 0;
}  
  
/* UTILITY CLASSES */

/* See ie.css for ie version of clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
  
.al {
text-align: left;
}
.ar {
text-align: right;
}
.ac {
text-align: center;
}
.fl {
float: left;
}
.fr {
float: right;
}
.cb {
clear: both;
}
.cr {
clear: right;
}
.cl {
clear: left;
}
.mar10 {
margin: 10px;
}
.subscribe {
text-decoration: none;
font-weight: bold;
color: red;
}
   
/* UTILITY DIVS */
   
div#f_end {
float: right;
}
div#footer_left {
  float: left;
  margin-top: 0px;
}
div#footer_middle {
  float: left;
  width: 500px;
  margin-top: 0px;

}
div#footer_right {
  float: right;
  margin-top: 0px;
}
div#f_links.standard {
margin-right: 300px;
}
div#f_links ul {
margin: 0; padding: 0;
margin-top: 48px;
background: 0;
}
div#f_links ul li {
display: inline;
}
div#f_links ul li a {
color: #000;
text-decoration: none;
height: 20px;
border-right: 1px dotted #fff;
padding-right: 5px;
font-weight: normal;
}
div#f_links ul li a.no_dot {
border-right: 0;
}
div#f_links ul li a:hover {
text-decoration: underline;
}
div.cta {
  text-align: center;
  padding-top:10px;
}
div.cta a, div.cta a img {
border: 0;
}
   
/************************************************************************************************************************
SUPPLEMENT GALLERIES
*************************************************************************************************************************/

.supplementGallery {
background-color: #F9F4DE;
float: left;
margin-top: 5px;
width: 250px;
margin-right: 10px;
padding: 3px;
}

.supplementGallery img {
float: right;
}

.supplementGallery h3 {
background:#676141;
font-size: 1.1em;
font-weight: normal;
padding: 10px;
margin: 0;
}

.supplementGallery h3 a {
color: #fff;
text-decoration: none;
}

.supplementGallery p {
clear: left;
float: left;
width: 120px;
}

.downloadGallery {
  background-color: #31291c;
  float: left;
  margin-top: 5px;
  width: 170px;
  margin-right: 40px;
  padding: 3px;
  margin-bottom: 15px;
  padding-bottom:20px;
  text-align:center;
}

.downloadGallery img {
  border: 1px solid #000;

}

.downloadGallery h3 {
  background-color:#f7c902;
  color: #fff;
  font-weight: normal;
  padding: 0;
  margin: 0;

}

.downloadGallery p {

}

/* JELLYFISH STYLES */

.version {
background-color: #FFCC33;
border: 1px solid #000;
border-right-width: 2px;
border-bottom-width: 2px;
color: #000;
font-weight: bold;
padding: 1px;
}

.jellyfish  {
background-color:#FF99FF;
color: #000;
}

.jellyfishtest  {
font-size: 110%;
  font-family: Arial, Verdana, "Tw Cen MT", serif;
background-color: #CCC;
color: #000;
border: 1px solid #000;
border-right-width: 2px;
border-bottom-width: 2px;
margin-bottom: 2px;
padding: 3px;
}

.jellyfishtest pre {
font-size: 120%;
font-weight: bold;
color: #333399;
border: 1px solid #ccc;
background-color: #fff;
padding: 5px;
}

.jellyfish dt {
color: #444;
}

.inerror {
background-color: #CC3333;
color: #fff;
}

fieldset {
  border: 1px solid #ccc;
}

a.jfcta:link, a.jfcta:active, a.jfcta:visited {
color: #003366; 
}

a.jfcta:visited {
color: #003366; 
}

a.jfcta:hover {
color: #003366; 
}

a.jfcta:link, a.jfcta:active, a.jfcta:visited {
text-decoration: none;
font-size:100%;
color: #003366; 
}

a.jfcta:visited {
color: #003366; 
font-size:100%;
}

a.jfcta:hover {
text-decoration: underline;
color: #003366; 
font-size:100%;
}
a.jfcta:link, a.jfcta:active, a.jfcta:visited {
text-decoration: none;
font-size:13px;
}

a.jfcta:visited {
font-size:100%;
}

a.jfcta:hover {
text-decoration: underline;
font-size:100%;
}

.jellyfishfooter {
  text-align: center;
  width: 300px;
  margin: auto;
  margin-top: 10px;
  padding: 0px;  
  background:#fff;
  padding-bottom:10px;
}
.jellyfishfooter img {
  margin-bottom: -5px;
}
/* ACCESSIBILITY */

.skip {
position: absolute;
left: -2000em; 
width: 20em;
}

.tac {
  text-align: center;
}

fieldset{
  padding:10px;
  margin:0px;
}

.pad_bottom0{
  margin-bottom:0px;
  padding-bottom:0px;
}

.padlock_txt{
  margin-top:30px;
}
  
.signupSectionHeader{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#sup_rcont ul{
  margin:0px;
  padding:0px;
  list-style-position:outside;
  text-align: left;
  margin-left: 15px;
}

#sup_rcont ul li{
  margin:3px;
  padding:0px;
}

#pdf_supp_img{
  margin-left:5px;
  margin-bottom: 10px;
  text-align: center;
}

#pdf_supp_img img{
  margin:0px; 
  border:6px solid #eaeaea;
  margin-bottom: 1px;
}

.bottom_left_cta {
margin-left:10px;
}

.bottom_left_cta a {
	background:url(/images/xmas_cta.jpg) no-repeat;
	height:262px;
	width:180px;
	display:block;
}

/****
	Fathers Day
*****/

.fathersday_cta a {
	background:url(/images/fathersday_cta.jpg) no-repeat;
	height:156px;
	width:190px;
	display:block;
	margin-left:5px;
}

/************************************************************************************************************************
		CHRISTMAS
************************************************************************************************************************/
.xmas_cta {
	margin-left:20px;
}
.xmas_cta a {
	background:url(/images/latest_cover.jpg);
	height:131px;
	width:160px;
	display:block;
}
	.xmas_cta a:hover {
		background:url(/images/xmas_cta_rollover.jpg);
	}
