/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0 auto;
	background-color: #FFFFFF;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	padding: 0;
}

a {
	color: #0158B3;
}

a:hover {
	color: #003366;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-weight: bold;
	font-family: "Century Gothic",Verdana,Arial,Helvetica,sans-serif;
}

p {
	margin: 15px 0;
}

h1 {
	font-size: 20px;
	color: #0168B3;
}

h2 {
	font-size: 18px;
	color: #C33C2A;
}

h3 {
	font-size: 14px;
	color: #333333;
}

ul {
	margin: 10px 30px;
	padding: 0;
}

ul.bullet li {
	list-style-type: none;
	background-image: url("/images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
	margin: 0;
	padding: 5px 10px 5px 20px;
}

#page {
	margin: 0 auto;
	padding: 0;
	background-image: url("/images/page_bg.png");
	background-repeat: repeat-y;
	background-color: transparent;
	padding: 0 15px;
	display: block;
	width: 950px;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

/* **************************
  HEADER BAR
*************************** */

#header {
	height: 80px;
	width: 910px;
	padding: 10px 10px 10px 20px;
	position: relative;
}

#header h1 {
	padding: 25px 0 0 0;
}

h2.tagline {
	float: right;
	position: relative;
	color: #000000;
	padding: 15px 10px 5px 10px;
	text-align: right;
}

h2.tagline strong {
	color: #0168B3;
}

.headerimg {
	position: absolute;
	z-index: 100;
	left: 630px;
}

/* **************************
  TOP NAVIGATION
*************************** */

#tnav {
	background-image: url("/images/tnav_bg.png");
	background-repeat: repeat-x;
	margin: 5px 0;
	font-size: 11px;
	font-weight: bold;
	width: 940px;
	height: 50px;
}

#tnav .left,
#tnav .right {
	background-color: #FFFFFF;
	width: 25px;
	height: 50px;
	display: block;
}

#tnav .left {
	background-image: url("/images/tnav_left.png");
}

#tnav .right {
	background-image: url("/images/tnav_right.png");
}

#tnav ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#tnav ul li {
	float: left;
	list-style-type: none;
	display: block;
	color: #FFFFFF;
	position: relative;
	z-index: 100;
}

#tnav ul li:hover {
	background-image: url("/images/tnav_hover.png");
	background-repeat: repeat-x;
	color: #FFFFFF;
	display: block;
}

#tnav ul li a,
#tnav ul li.parent {
	color: #FFFFFF;
	display: block;
	padding: 18px 10px;
	text-decoration: none;
}

#tnav ul li a:hover {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}

#tnav ul li:hover ul {
	display: block;
}

#tnav ul li ul {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	padding: 0;
	margin: 0;
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
}

#tnav ul li ul li,
#tnav ul li ul li:hover {
	padding: 0;
	margin: 0;
	width: 185px;
	border-bottom: 1px dotted #CCCCCC;
}

#tnav ul li ul li.last {
	border: 0;
}

#tnav ul li ul li:hover {
	background: #D0EAF9;
}

#tnav ul li ul li a {
	display: block;
	padding: 10px;
	color: #0168B3;
}

#tnav ul li ul li a:hover {
	display: block;
	color: #0168B3;
}

#content {
	padding: 0 0 100px 0;
	border: 1px solid #FFFFFF;
	display: block;
	width: 940px;
	height: 100%;
}

#content-home {
	clear: both;
	margin: 0;
	padding: 0 0 95px 0;
	display: block;
	width: 940px;
	height: 100%;
}

.main,
.main-full {
	background-image: url("/images/content_bg.png");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 0 20px 10px 20px;
	height: 100%;
}

.main {
	width: 695px;
}

.main-full {
	width: 	898px;
}

.padded {
	margin: 40px 0 0 0;
}

/* **************************
  RIGHT COLUMN
*************************** */

#rightcol {
	display: block;
	float: right;
	width: 200px;
	padding: 0;
	font: 11px arial,helvetica,sans-serif;
	color: #000000;
	text-align: left;
	margin: 0;
}

#rightcol p {
	margin: 5px 0;
}

#rightcol label {
	font-weight: bold;
}

#rightcol .submit {
	margin: 10px 0;
}

#rightcol .block-testimonial {
	margin: 10px 0;
	border: 0;
	position: relative;
	width: auto;
}

/* **************************
  PAGE ELEMENTS
*************************** */

blockquote {
	margin: 10px 0;
	font-style: italic;
}

/* **************************
  BULLETS
*************************** */

ul.bullet-1 {
	margin: 5px 0;
	padding: 0;
}

ul.bullet-1 li {
	background-image: url("/images/bullet1.png");
	background-repeat: no-repeat;
	background-position: 10px 9px;
	margin: 0;
	padding: 0 10px 0 40px;
	list-style-type: none;
}

li.alt {
	background-color: #D0EAF9;
}


/* **************************
  BLOCKS
*************************** 

.block-main .corner-tr {
	background-image: url("/images/block_top.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top right;
	position: relative;
	display: block;
	width: 735px;
	height: 406px;
}

.block-main .corner-bl {
	background-image: url("/images/block_bot.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom left;
	position: relative;
	height: 406px;
	left: -1px;
	top: -1px;
	display: block;
}

.block-main {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 0;
	margin: 5px 5px 5px 0;
	width: 733px;
	height: 404px;
	position: relative;
}



.block-main .col-left {
	width: 383px;
	height: 398px;
	position: relative;
	float: left;
}

.block-main .col-right {
	width: 351px;
	height: 398px;
	position: relative;
	float: left;
} */

.col-2 {
	width: 48%;
} 

#content-home .box-white h1 {
	font-size: 15px;
	font-weight: bold;
}

.block-association {
	padding: 0 10px 5px 10px;
}

.block-association img {
	padding: 0 10px 0 0;
}

.block-why {
	padding: 10px 10px 5px 10px;
}

.block-promo {
	padding: 0;
	margin: 5px;
	position: relative;
	text-align: right;
}

.block-promo-fatburn {
	padding: 0;
	margin: 5px;
	width: 341px;
	height: 122px;
	position: relative;
}

/*
.block-main .block-testimonial {
	padding: 0 10px 5px 10px;
	margin: 0 5px;
	font-size: 11px;
	position: relative;
	border-left: 1px solid #CCCCCC;
} */

#content-home .box-white {
	padding: 5px;
	margin: 5px 0;
}

.box-white {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 5px 0 15px 0;
	position: relative;
}

.box-white .corner-tr {
	background-image: url("/images/block_top.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top right;
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	top: -1px;
	right: -1px;
}

.box-white .corner-bl {
	background-image: url("/images/block_bot.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom left;
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	left: -1px;
	bottom: -1px;
}

.box-subscribe .corner-tr,
.johnsonbox .corner-tr {
	background-image: url("/images/jb_tr.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top right;
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	top: 0;
	right: 0;
}

.block-report .corner-tr {
	background-image: url("/images/report_tr.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top right;
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	top: 0;
	right: 0;
}

.box-subscribe .corner-bl,
.johnsonbox .corner-bl {
	background-image: url("/images/jb_bl.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom left;
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	left: 0;
	bottom: 0;
}

.block-report .corner-bl {
	background-image: url("/images/report_bl.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom left;
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	left: 0;
	bottom: 0;
}

.box-white .col-left {
	width: 372px;
	float: left;
}

.box-white .col-right {
	width: 351px;
	position: relative;
	float: left;
}



.block-association h1,
.block-testimonial h1 {
	font: bold 18px "Century Gothic",verdana,arial,helvetica;
	border-bottom: 1px dotted #0168B3;
}

.block-association h1 {
	margin-bottom: 10px;
}

.name {
	font-weight: bold;
	color: #333333;
}

.block-testimonial .more {
	background-color: #D0EAF9;
	padding: 10px;
	text-align: right;
}

.block-splash {
	background-image: url("/images/splash.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 90px 390px 30px 200px;
	display: block;
	width: 350px; 
	height: 80px; 
	background-color: #6699cc;
	position: relative;
	float: left;
}

.block-splash h1 {
	padding: 14px 0 0 0;
	font-size: 20px;
	color: #FFFFFF;
}

.block-splash small {
	color: #FFFFFF;
}

.block-contact {
	padding: 10px;
}

.block-contact-details {
	width: 420px;
	padding: 20px 10px 10px 10px;
}

.block-address {
	width: 200px;
}

.rightcol .block-report {
	margin: 0 0 5px 5px;
}

#content-home .block-report {
	margin: 5px 0 0 5px;
}

.block-report {
	background-color: #0168B3;
	width: 180px;
	color: #FFFFFF;
	font-size: 11px;
	position: relative;
	padding: 10px 10px 20px 10px;
}

.block-report h2 {
	color: #FFFFFF;
	font-size: 20px;
}

.block-report input.field {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	padding: 5px;
	font-size: 11px;
	color: #666666;
	width: 165px;
}

.block-report input.field:focus {
	border: 2px solid #FFCC00;
}

.block-report input.submit {
	border: 2px solid #002A7E;
	background-color: #002A7E;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 120px;
}

.block-report input.submit:hover {
	border: 2px solid #FFCC00;
}

.block-report .block-content {
	padding: 10px 10px 5px 10px;
	border-bottom: 1px dotted #FFFFFF;
}

.block-report .respect {
	border-top: 1px dotted #FFFFFF;
	padding: 10px 5px 5px 5px;
}

.block-report .footer {
	background-image: url("/images/report_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 177px;
	font-size: 10px;
	padding: 5px 15px 0 15px;
}

.block-msg-error,
.block-msg-success {
	margin: 10px 0;
	padding: 10px;
}

.block-msg-error {
	background-color: #FFCCCC;
	border: 1px solid #FF9999;
	color: #CC0000;
}

.block-msg-success {
	background-color: #CCFFCC;
	border: 1px solid #33CC00;
	color: #006600;
}

/* **************************
  COLUMNS
*************************** */

.col-3 {
	display: block;
	width: 30%;
	padding: 10px;
}


#breadcrumb {
	padding: 15px 10px;
	margin: 0;
	border-bottom: 1px dotted #666666;
	font-size: 11px;
	color: #666666;
}

#breadcrumb .active,
#breadcrumb a {
	padding: 15px 10px;
	text-decoration: none;
}

#breadcrumb a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}

#breadcrumb .active,
#breadcrumb a.active {
	background-color: #FFFFFF;
}

.clearfooter {
	width: 100%;
	height: 52px;
	clear: both;
}

#footer {
	clear: both;
	width: 940px;
	position: absolute;
	height: 95px;
	bottom: 0;
}

#fnav {
	background-image: url("/images/footer_bg.png");
	background-repeat: repeat-x;
	display: block;
	padding: 0;
	height: 50px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	
}

#fnav ul {
	margin: 0;
	padding: 20px 10px 17px 10px;
	text-align: center;
}

#fnav ul li {
	display: inline;
	color: #FFFFFF;
	list-style-type: none;
	padding: 5px 7px 4px 4px;
	border-right: 1px solid #FF9999;
}

#fnav ul li.last {
	border-right: 0;
}

#fnav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#fnav ul li a:hover {
	color: #9DC1F0;
	text-decoration: none;
}


/* **************************
 COPYRIGHT & CREDITS
************************** */

#copyright,
#credit {
	clear: both;
	padding: 5px 10px 0 10px;
	font-size: 11px;
	color: #999999;
	text-align: center;
}

#copyright a,
#credit a {
	color: #999999;
	text-decoration: underline;
}

#copyright a:hover,
#credit a:hover {
	text-decoration: none;
}

/* **************************
 FORM FIELDS
************************** */

.box-white .field {
	border: 2px solid #CCCCCC;
	width: 95%;
	padding: 5px;
	font-size: 11px;
	color: #333333;
}

.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.box-white select.field {
	padding: 0;
	width: 95%;
}	

.box-white .field:focus {
	border: 2px solid #FFCC00;
}

.required {
	font-size: 11px;
	color: #FF0000;
}

.left {
	float: left;
	position: relative;
}

.right {
	float: right;
	position: relative;
}

.both {
	clear: both;
}

.grey {
	background-color: #EEEEEE;
}

.box-login {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	width: 400px;
	padding: 20px;
	margin: 10px auto;
}

.johnsonbox,
.box-subscribe {
	background-color: #D0EAF9;
	width: 400px;
	padding: 10px 20px;
	margin: 10px auto;
	position: relative;
}

.box-subscribe table {
	margin: 0 auto;
}

.box-subscribe table td {
	padding: 2px;
}

.box-subscribe .button {
	font: bold 16px "Century Gothic",Verdana,Arial,Helvetica,sans-serif;
	padding: 5px;
	margin: 10px 0;
}

.box {
	border: 5px solid #FFFFFF;
	margin: 0 6px 0 0;
}

.box p {
	padding: 10px;
}

.box h3 {
	background-color: #A3D8F8;
	padding: 20px 15px;
	display: block;
}

.box-border {
	background-image: url("/images/jb_right.png");
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
	padding: 0;
	margin: 10px 20px;
}

.box-bottom {
	background-image: url("/images/jb_bot.png");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	display: block;
	height: 7px;
	padding: 0;
	margin: 0;
}

.topright {
	background-image: url("/images/jb_top_right.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 6px;
	height: 7px;
	display: block;
	float: right;
	left: 100%;
}

.botleft {
	background-image: url("/images/jb_bot_left.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: relative;
	top: 100%;
	width: 6px;
	height: 7px;
	display: block;
	float: left;
}

.botright {
	background-image: url("/images/jb_bot_right.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 6px;
	height: 7px;
	display: block;
	float: right;
	left: 100%;
}

#rightcol .field,
.box-subscribe .field {
	border: 1px solid #006699;
	padding: 5px;
	width: 152px;
	font-size: 11px;
}

.black {
	color: #000000;
}

.block-images {
	margin: 10px;
	width: 200px;
	display: block;
}

.block-book {
	margin: 10px 0 10px 10px;
}

.block-book img {
	border: 3px solid #FFFFFF;	
}

.book {
	position: absolute;
	left: 5px;
	bottom: 10px;
	z-index: 999;
}

.footnote {
	font-size: 11px;	
}

.red {
	color: #C33C2A;
}
