
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	background: #ffffff;
	color: #333333;
}
form { display: inline; }
label {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 22px;
	line-height: 22px;
	text-align: right;
}
input.styled, textarea.styled, textarea.blurb {
	display: block;
	margin: 0 0 3px 0;
	height: 22px;
	border: 1px solid #bbbbbb;
}
input.styled { height: 20px; }
textarea { height: 80px; }
textarea.styled { height: 80px; }
textarea.blurb { width: 690px; height: 120px; }
textarea.wide { width: 660px; height: 100px; }
table { border: 0; }
img {
	border: 0;
	vertical-align: bottom;
}
img, div, input { behavior: url("http://www.takeahikefoundation.org/css/iepngfix.htc") }
a:link, a:visited {
	color: #3388aa;
	text-decoration: none;
	outline: none;
}
a:hover, a:active { color: #88b838; }
hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	margin: 5px 0;
	width: 100%;
}


#header {
	position: fixed;
	top: 0;
	_position: absolute;
	_top: expression(eval(document.body.scrollTop)+"px");
	width: 100%;
	height: 85px;
	background: url(../images/bg-header.gif) left bottom no-repeat #ffffff;
	z-index: 3;
}
#header .pad {
	position: relative;
	width: 950px;
	height: 85px;
}
#header .pad img.logo {
	position: absolute;
	top: 0;
	left: 749px;
	height: 85px;
}
#nav a {
	position: absolute;
	top: 55px;
	border-left: 1px solid #cccccc;
	padding: 0 0 10px 5px;
	font: 9px/15px arial, sans-serif;
	letter-spacing: .2em;
	text-decoration: none;
	text-transform: uppercase;
}
#header .pad a:link, #header .pad a:visited { color: #666666; }
#header .pad a:hover, #header .pad a:active { color: #88b838; }
#header .pad a#n1 { left: 59px; font-weight: bold; color: #000000; }
#header .pad a#n2 { left: 179px; }
#header .pad a#n3 { left: 329px; }
#header .pad a#n4 { left: 389px; }
#header .pad a#n5 { left: 509px; }
#header .pad a#n5b { left: 533px; border-left: 0; }
#header .pad a#n5c { left: 557px; border-left: 0; }
#header .pad a#n6 { left: 629px; } /* only for admin section */

#shadow {
	position: fixed;
	top: 85px;
	_position: absolute;
	_top: expression(eval(document.body.scrollTop)+85+"px");
	width: 100%;
	height: 6px;
	background: url(../images/header-shadow.png) repeat-x;
	z-index: 2;
}

#wrap {
	padding-top: 85px;
	width: 950px;
}
#wrap, .regular, td {
	font: 11px/15px arial, sans-serif;
	color: #333333;
	text-transform: none;
}
#right {
	position: relative;
	float: right;
	width: 150px;
	height: 539px;
}
#right #SM {
	position: absolute;
	left: 0;
	bottom: 0;
}
#right #SM a {
	color: #777777;
	font-size: 8px;
	line-height: 10px;
	text-transform: uppercase;
}

#navBox {
	position: absolute;
	top: 59px;
	left: 0;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#navBox a {
	display: block;
	text-decoration: none;
}

.category {
	padding: 0 6px 0 20px;
	font: 11px/15px "lucida grande", "lucida sans unicode", "ms sans serif", sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
}
.c1 { background: url(../images/bg-subNav-circle.gif) repeat-y #ffffff; }
.c1On { background: url(../images/bg-subNav-circle-o.gif) repeat-y #99cc44; color: #ffffff; }
.c2 { background: url(../images/bg-subNav-square.gif) repeat-y #ffffff; }
.c2On { background: url(../images/bg-subNav-square-o.gif) repeat-y #99cc44; color: #ffffff; }
.c3 { background: url(../images/bg-subNav-triangle.gif) repeat-y #ffffff; }
.c3On { background: url(../images/bg-subNav-triangle-o.gif) repeat-y #99cc44; color: #ffffff; }
.c4 { background: url(../images/bg-subNav-star.gif) repeat-y #ffffff; }
.c4On { background: url(../images/bg-subNav-star-o.gif) repeat-y #99cc44; color: #ffffff; }
.c5 { background: url(../images/bg-subNav-diamond.gif) repeat-y #ffffff; }
.c5On { background: url(../images/bg-subNav-diamond-o.gif) repeat-y #99cc44; color: #ffffff; }

.links { border-bottom: 1px solid #cccccc; }
.links a:link, .links a:visited {
	padding: 2px 6px 1px 30px;
	text-indent: -10px;
	background: url(../images/bg-subNav-blank.gif) repeat-y #ffffff;
	color: #333333;
}
.links a:link.On, .links a:visited.On, .links a:hover, .links a:active, #header .pad a:link.On, #header .pad a:visited.On { color: #88b838; }


#left {
	position: relative;
	width: 760px;
	background: url(../images/contour.gif) no-repeat;
	min-height: 560px;
}
#leftAdmin {
	position: relative;
	margin-right: 175px;
	min-height: 560px;
}
* html #left { height: 560px; }
* html #leftAdmin { height: 560px; }

#left .col1 {
	float: left;
	width: 207px;
	margin-right: 15px;
}
#left .col2 {
	float: left;
	width: 207px;
	margin-right: 15px;
}
#left .col3 {
	float: left;
	width: 207px;
}

#left .pad, #leftAdmin .pad {
	padding: 25px 45px 25px 59px;
}
#left h1 {
	margin: -20px 0 20px 0;
	padding: 5px 20px 0 10px;
	border-left: 1px solid #cccccc;
	font: bold 20px/25px "lucida grande", "lucida sans unicode", "ms sans serif", arial, sans-serif;
}
#left h1 a:link, #left h1 a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #3388aa;
	text-transform: uppercase;
}
.header1, .header2 {
	display: inline;
	font: 11px/15px arial, sans-serif;
	color: #888888;
}
.header1 { text-transform: uppercase; }
#left p { margin: 4px 0 12px 0; }
#left #overChart, #leftAdmin #overChart {
	position: relative;
	height: 514px;
	overflow: hidden;
}
#overChart ul {
	margin: 5px 0 12px 0;
	padding: 0;
	list-style: none;
}
#overChart li {
	margin: 0 0 0 15px;
	list-style-image: url(../images/bullet-circle.gif);
}
#left #homeFlash {
	position: absolute;
	top: 0;
	left: 0;
}
#left #belowChart {
	position: relative;
	width: 691px;
}

#belowChart .pad {
	padding: 20px 0;
}
#belowChart .title {
	float: left;
	background: url(../images/bg-belowChart-title.gif) 0px 11px no-repeat;
}
#belowChart .content {
	margin-left: 200px;
}
#belowChart .info, #overChart .info {
	float: right;
	color: #666666;
}
#belowChart .title h1 {
	margin: 0;
	padding: 0 4px 4px 4px;
	font: 9px/12px arial, sans-serif;
	text-transform: uppercase;
	color: #333333;
	border: 0;
	background: url(../images/bg-belowChart-title-slider.gif) right bottom no-repeat;
}
#belowChart ul {
	float: left;
	margin: 0 30px 10px 0;
	padding: 0;
	font: 10px/12px arial, sans-serif;
}
#belowChart li {
	list-style: none;
	list-style-image: none;
}
#belowChart li a:link, #belowChart li a:visited {
	color: #888888;
}
#belowChart li a:hover,
#belowChart li a:active,
#belowChart li.On1 a:link,
#belowChart li.On1 a:visited,
#belowChart li.On2 a:link,
#belowChart li.On2 a:visited,
#belowChart li.On3 a:link,
#belowChart li.On3 a:visited,
#belowChart li.On4 a:link,
#belowChart li.On4 a:visited,
#belowChart li.On5 a:link,
#belowChart li.On5 a:visited { color: #333333; }
#belowChart li.On1 { list-style-image: url(../images/bullet-circle.gif); }
#belowChart li.On2 { list-style-image: url(../images/bullet-square.gif); }
#belowChart li.On3 { list-style-image: url(../images/bullet-triangle.gif); }
#belowChart li.On4 { list-style-image: url(../images/bullet-star.gif); }
#belowChart li.On5 { list-style-image: url(../images/bullet-diamond.gif); }

#copyright {
	padding-left: 60px;
	font-size: 10px;
	color: #777777;
}

#formInfo {
	float: right;
	margin: 0 15px 10px 15px;
	width: 200px;
}
#formInfo .pad {
	padding: 9px 7px 4px 7px;
	border: 1px solid #cccccc;
	background: #ffffff;
}
#formInfo p { color: #88b838; }

.register a:link, .register a:visited {
	display: block;
	width: 100px;
	border: 1px solid #cccccc;
	background: #eeeeee;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.register a:hover, .register a:active {
	background: #ffffff;
}

.paypal {
	float: left;
	margin: 15px 0;
	width: 200px;
	text-align: center;
}

.clearBoth { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

.message {
	position: absolute;
	top: 1px;
	width: 749px;
	padding: 2px 0;
	background: #88b838;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#previewControls {
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px 0 0 8px;
}

a:link.thumbVid, a:visited.thumbVid {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	width: 120px;
	background: #eeeeee;
	border: 2px solid #eeeeee;
}
a:hover.thumbVid, a:active.thumbVid {
	border: 2px solid #88b838;
}
.thumbVidCopy {
	height: 45px;
	overflow: auto;
}
.thumbVidPad {
	padding: 2px 4px;
	font: 10px/12px arial, sans-serif;
}

#thumbsV {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 640px;
	margin: 0;
	padding: 0;
}
a.thumbV {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #ffffff;
}
a:hover.thumbV, a:active.thumbV, #thumbsV a.On {
	border: 1px solid #88b838;
}
a.thumbV img {
	width: 25px;
	height: 25px;
	border: none;
}

.imageContainer {
	float: left;
	width: 120px;
	height: 210px;
	margin: 15px 15px;
	text-align: center;
	font-size: 10px;
}
.imageContainer .image {
	margin: auto;
	width: 120px;
	height: 120px;
	border: 1px solid #cccccc;
}

.logout { margin: 20px 0 0 0; }

.faqQ {
	cursor: pointer;
	color: #777777;
}
.faqA { display: none; }
.big { font-size: 13px; }
.bigger {
	font-size: 16px;
	line-height: 18px;
}
