@charset "UTF-8";

*html {
	background-color:#464d45;
}

html {
	background-color:#464d45;
}

body {
	font: 1.2em Helvetica, Arial, sans-serif;
	background:url(../media/main_background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#464d45;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000;
}
img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0; 
	padding:5px 0 15px 0;
}
h1 {
	font-size:100%;
}
h2 {
	font-size:95%;
}
h3 {
	font-size:90%;
}
h4 {
	font-size:85%;
}
h5 {
	font-size:80%;
}
h6 {
	font-size:75%;
}
p {
	margin:0;
	padding:0 0 10px 0; 
	font-size:65%;
	line-height:130%;
}

#hydration li {
	margin:0;
	padding:10px;
	font-size:65%;
}

/*  LAYOUT */

.nhc #container {
	width: 960px;
	margin: 15px auto;
	text-align: left; 
}
.nhc #header {
	background: #000; 
	height:90px;
	padding:10px 10px 0 10px;
	position:relative;
}

.nhc #mainContent {
	height: 400px;
	background-image:url(../media/content_background.jpg);
	width:440px;
	position:relative;
	float:left;
	z-index:100;
}
.nhc #mainContent2 {
	height: 400px;
	background-image:url(../media/content_background.jpg);
	width:500px;
	position:relative;
	float:right;
	background-repeat: no-repeat;
	background-position: right top;
}
.nhc #mainContent3 {
	height: 400px;
	background-image:url(../media/content_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:960px;
	position:relative;
	float:left;
}
#leftClmn {
	width:440px;
	height:380px;
	padding:10px;
	position:absolute;
	bottom:0px;
	left:0px;
	background-color:#c4ccae;
	/*background-image: url(../media/trans-bg.png);
	background-repeat: repeat;*/
}
#leftClmn_competition {
	width:440px;
	height:380px;
	padding:10px;
	position:absolute;
	bottom:0px;
	left:0px;
	background-color:#c4ccae;
	/*background-image: url(../media/trans-bg.png);
	background-repeat: repeat;*/
}
#leftClmn_competition p{
	padding-bottom:0;
}
.scroll-pane {
	height:370px;
	overflow:auto;
	padding:0 10px 0 0;

}
.panel {
	display:block;
	margin:0 0 10px 0;
	clear:both;
	padding:0 0 5px 0;
}
.panel img {
	float:left;
	margin:0 10px 5px 0;
}
.panel h4 {
	margin:0;
	padding:10px 0 5px 0;
}
	
#rightClmn {
	width:422px;
	height:400px;
	position:relative;
}
	#rightClmn img {
		bottom:0px;
		left:40px;
		position:absolute;
	}

.nhc #footer {
	background: #000000;
	height:55px;
	text-align:centre;
	padding:10px 10px 0px 10px;
	 z-index:-400;
	 clear:both;
}
.nhc #footer p {
	margin: 0;
	padding: 10px;
	z-index:-400;
	
}
.nhc #footer img#text {
	float:right;
	}
	
.nhc #footer img#logo {
	float:left;
	}
	
.nhc #copyright {
	text-align:center;
	font-size:70%;
	padding:20px 0 20px 0;
	color:#FFFFFF;
	}
	
a:link, a:visited{
 color:#333300;
}
a:hover, a:active{
 color:#330000;
}

/* HEADER CONTENT */

.nhc #header a img {
    float:left;
	margin:5px 0 0 5px;
	
	}



/* HOMEPAGE STYLES */

.nhc #homeflash {
	width:960px;
	height:400px;
	margin:0 auto 0 auto;
	padding:0;
	position:absolute;
}


#thumbs2 {
	padding:5px 5px 0 5px;
	margin-right:10px;
	display:block;
	width:100px;
	float:left;
	z-index:100;
}

#thumbs a{
	background-color:#464d45;
	padding:5px 5px 0 5px;
	margin-right:10px;
	display:block;
	width:100px;
	float:left;
	z-index:100;
	
}

#thumbs a:hover {
	background-color:#c4ccae;
	width:100px;
	height:100px;
	}
.teethBox {
	left:10px;
	position:absolute;
	bottom:0px;
}
.mindBox {
	left:130px;
	position:absolute;
	bottom:0px;
}
.perfBox {
	left:250px;
	position:absolute;
	bottom:0px;
}

/* COMPETITION STYLES */
.terms {
	font-size:60%;
	padding:1px 1px 1px 0;
	clear:both;
	margin:5px 0 0 0;
	display:block;
}
.complete {
	font-size:250%;
	padding:1px 1px 1px 0;
	color:#CC0000;
}
.incomplete {
	display:block;
	float:right;
	margin-top:-20px;
	color:#CC0000;
	font-size:70%;
}
.nhcTextBox {
	width:220px;
	height:13px;
	font-size:11px;
	border:none;
	padding:0;
	float:left;
}
label.labelName {	
	width:160px;
	display:block;
	float:left;
}
.leftClmn_competition p {
	clear:both;
	display:block;
}