/* CSS Document */
/* Health & Wellnesss Trust Fund - Power of Prevention Awards landing page */
/*
Colors
define all colors here
	BG blue: 			#001D3E
	copy:				#FFFFFF
	link: 				#FFFFFF
	border: 			#576A80
	link selected:	#
*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
* {
	margin: 0;	
	padding: 0;
}

html, body {
	background-color:#001D3E;
	text-align:center;
	font-size: 100%;
}

body 
{
	font-weight:normal;
	font-size: 70%;
	color: #ffffff;
	background-position: center top;
	font-family: Arial, Helvetica, Sans-Serif; 
}

p {
	font-size: 14px;
	padding: 0;
	margin: 0 0 14px 0;
}

.footnote
{
	font-size: 11px;
	padding: 0;
	margin: 0 0 14px 0;
	line-height: 13px;
}

td {
	font-size: 1em;
	padding: 3px;
	margin: 0;
	vertical-align:top;
}

h1 {
	margin: 0 0 0 0;
	padding: 30px 0 20px 0;
	font-size: 18px;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:8px;
	line-height: 24px;
}

h2 {
	margin: 30px 0 2px 0;
	padding:0;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing:6px;
	text-transform:uppercase;
}

.h2alt {
	margin: 30px 0 2px 0;
	padding:0;
	font-size: 14px;
	line-height: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing:normal;
	text-transform:none;
	font-weight:bold;
}

.nomargintop
{
	margin-top:0;
}

.h1h2
{
	margin: 30px 0 2px 0;
	padding:0;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing:6px;
	text-transform:uppercase;
	margin-top:0;
}


h3 {
	margin: 18px 0 2px 0;
	padding:0;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
}

h4 {
	margin: 1.5em 0 0 0;
	padding: 10px 0 10px 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;
}

/* DIV LAYOUT */
#container {
	width: 600px;
	padding:0;
	margin: 0 auto;
}

#header {
	width: 600px;
	height: 201px;
	padding:0;
	margin: 0;
	text-align:left;
	background: url(images/headerNEW.jpg) no-repeat;
}

#nav-column {
	width: 162px;
	height: 225px;
	float:left;
	padding:0;
	margin: 0;
	background:url(images/nav-columnBG.gif) no-repeat;
}

#content-column {
	width: 396px;
	float: left;
	padding:26px 0 0 36px;
	margin: 0;
	text-align:left;
	display:block;
	border-left:1px;
	border-left-style:solid;
	border-left-color: #576A80;
	background:url(images/content-columnBG.gif) no-repeat;
	line-height:20px;
}

#footer {
	width: 600px;
	height: 34px;
	padding:0;
	margin: 0;
	background:url(images/footer.gif) no-repeat;
	clear:both;
}

		
/* MISC STYLES */

#content-column a:link, #content-column a:visited, #content-column a:hover {
	font-size:12px;
	font-weight:normal;
	color: #ffffff;
	text-decoration:underline;
	font-family:Arial, Helvetica, Sans-Serif; 
}



#content-column ul {
	font-size: 14px;
	line-height: 16px;
	margin:0;
	padding:0;
	margin-left:25px;
	margin-bottom:14px;
}

#content-column ul li {
	list-style-type:disc;
	margin:0;
	padding:0;
}

#content-column ul li.wrap {
	font-size: 1em;
	line-height: 1.2em;
	list-style-type:none;
}

.audioicon {
	border:0;
}
.winnerimage {
	float:left;
	padding:0 10px 10px 0;
}

.addbottomspace
{
	height:150px;
}

.addbottomspace50
{
	height:50px;
}

