/* Set background colour of page */
html, body {
	background-color: #cccccc;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a.inpage:link, a.inpage:active, a.inpage:visited, .toc a:link, .toc a:active, .toc a:visited  {
	color:#d31e00;
	font-weight: bold;
	text-decoration: underline;
}


a:hover, a.inpage:hover, .toc a:hover {
	color:#d31e00;
	text-decoration: underline;
}

/* Override default width of container*/
/**
 * 	width changed from 900 to 780, too much white space
 */
.container {
	width: 850px;
	border: none;
}

#main_content {
	width:670px;
}

/* Overrides for  header */
.head20 {
	height: 150px;
	background-image:url(/images/banner.jpg);
	background-repeat:no-repeat;
	background-color: black;
}

.head00 div.strap {
	border: none;
	background-image: url(/images/topfade.png);
	background-repeat: repeat-x;
	text-align: right;
	padding: 2px;
	margin-bottom: 5px;
	color: white;
}
#new_strap_wrapper {
	display: block;
	background-image: url(/images/topfade.png);
	background-repeat: repeat-x;
	text-align: left;
	height: 15px;
	padding: 2px 2px 2px 5px;
	margin-bottom: 5px;
	font-size: .9em;
	color: white;
}

#new_strap_left {
	width: 220px;
}

#new_strap_right {
	width: 300px;
	text-align:right;
	padding: 0px 10px 0px 0px;
	float:right;
}
#new_strap_right a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#new_strap_right a:hover{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}



.head00 div.strap span.date {
	color: white;
}

.breadcrumb {
	padding-left: 0px;
	padding-bottom: 10px;
}

.breadcrumb a {
	font-weight: normal;
}

/* Nav style overrides */
#nav_column {
	background: transparent;
	margin-bottom:20px;
}

.nav01Header {
	background-color:#3196B4;
	color:#fff;
	padding: 0 3px 0 3px;
	width: 160px;
	
	font-weight:900;
}

.nav01 ul {
	width: 160px;
}

.nav01 ul li {
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	width: 160px;
}

.nav01 a, .nav01 a:link, .nav01 a:active,nav01 a:visited {
	width: 160px;
	margin: 0px;
	color:#000;
	border: none;
	padding: 3px 0px 3px 6px;
	background: url(/images/graient.gif) repeat-x; /*button.png*/
	background-color: #f9f9f9;
	border-bottom: 1px dotted #666;
}

.nav01 a.selected, a.selected:link, .nav01 a.selected:active, .nav01 a.selected:visited {
	color: #000;
	background-color:  #3196B4;
	background: url(/images/gradient_over.gif) repeat-x; /*button.png*/
	margin:0;
}

.nav01 a:hover {
	color: #000;
	background-color: #000;
	background-image: none;
	background: url(/images/gradient_over.gif) repeat-x; /*button.png*/
}

div.giftNav {
/*background: #ccc url(/images/button.png) no-repeat;*/
background-color: #fff ;
text-align: center;
color: #000;
text-transform: uppercase;
padding: 3px;
font-weight: bold;
font-size: 90%;
}

div.giftNav a {
text-decoration: none;
color: #000;
}

/* Footer overides */
.footer, .footer00 {
	color: black;
	background-image: url(/images/gradient.gif);
	padding: 5px;
}

.footer a:link, .footer a:visited, .footer00 a:link, .footer00 a:visited {
	color: black;
}

a.jfcta:link, a.jfcta:active, a.jfcta:visited {
	color:gray;
	font-size: 100%;
}

.cta_top{
	margin-top:34px;
}

.jellyfish_logo {
	background-color: transparent;
}


/* Fixes default vanilla widths so signup forms appear OK in IE*/
select.fw2 {
	width: 290px;
}

table.fw, select.fw, input.fw {
	width:150px;
}

input.fw2 {
	Width:220px;

}

select.fw2 {
	width:224px;
}

.w350 {
	width: 350px;
}

.inerror_sml {
	width:150px;
}

.paddywhack {
	width: 520px;
}


/* Supplement gallery */
.supplementGallery {
	border:1px solid black;
	float: left;
	margin-top: 5px;
	width: 165px;
	height: 230px;
	margin-right: 10px;
	padding: 5px;
	text-align: center;
}



.supplementGallery h3 {
	width: 100%;
}

.supplementGallery h3 a {
	text-decoration: none;
}


.supplementGallery p {
clear: left;
float: left;
width: 120px;
}

.TMWK {
	color: black;
}


