/* Version 2.1 - contains new fix for #right-col in IE */


html,body
			{
				margin: 0;
				padding: 0;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				color: #003399;
				background-color:#FFFFCC;
				font-size: small;				
			}
			
			#container
			{
				margin: 0px auto;
				background-image: url(images/mainbg.gif);
				background-repeat: repeat-y;
				width: 786px;
				position: relative;
				top: 0px;
			}
			
			#containerhome
			{
				margin: 0px auto;
				width: 800px;
				position:relative;
				top: 0px;
			}


a {
text-decoration:none;
color:#0033FF;
}

a:hover {
text-decoration:none;
color:#FF0000;
}
 
#header{
 height:132px;
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
 }
 
 #homeheader{
 height:180px;
 background-image: url(images/homeheader.jpg);
 background-repeat: no-repeat;
 }
 
 #bitbelowheader{
 margin: 0px 0px 0px 144px;
 padding: 0px 0px 0px 0px;
 height: 57px;
 position: relative;
 }

#left-col{
 position: absolute;
 top: 132px;
 left: 0px;
 width: 144px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 }
 
 #left-col-home{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 129px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 }

#navmenu{
 
 padding: 0px;
 height:auto;
 }

#counter{
background: #FFFFFF;
 }


#right-col{  /* For Mozilla etc */

 margin: 0px 52px 0px 144px;
 padding: 0px 0px 0px 0px;
 position: relative;
 min-height: 400px; /* IE doesn't understand min-height, but other browsers do */
 }

* html #right-col{   /* IE ignores the * html so sees this as #right-col */

 margin: 0px 52px 0px 144px;
 padding: 0px 0px 0px 0px;
 position: relative;
 height: 400px;  /* IE thinks height means min-height */
 }

#right-col-home{  

 margin: 0px 0px 0px 129px;
 padding: 0px 0px 0px 0px;
 position: relative;
 }
 
 #third-col-home{ 
  
 position: absolute;
 left: 642px;
 width: 158px;
 height: 560px;
 top: 0px;
 margin: 0;
 padding: 0;
 }

#healthyschoolslogo {
  
}


#latestnews {
background-image: url(images/latestnews.gif);
background-repeat: no-repeat;
width: 148px;
height: 170px;
padding: 47px 10px 16px 5px;
}


#animation1 {
position:absolute;
left:197px;
top:310px;
width:87px;
height:144px;
z-index:1;
}

#animation2 {
position:absolute;
left:457px;
top:254px;
width:69px;
height:143px;
z-index:1;
}


#clearer {
height: 20px;
clear:both;
}

#footer {
height: 77px;
background-image: url(images/footer.gif);
background-repeat: no-repeat;
clear: both;
}

#small-links{
font-size: x-small;
color: #0000CC;
text-align:center;
width: 700px;
margin: 0 auto;
}

#small-links a {
font-size: x-small;
color: #0000CC;
}

#small-links a:hover {
font-size: x-small;
color: #FF0000;
}



/* VOTING POLL STYLES */



#votingpoll {
	background-color: #ffffff;
	padding: 0px;
	width: 150px;
	border: thin solid #000000;
	margin: 1px;
}
#votingpoll .question {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #0000FF;
}
#votingpoll .option {
}
#votingpoll label {
	color: #0000FF;
}
#votingpoll .thankyou {
	color: #0000FF;
}
#votingpoll .button {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	cursor: hand;
}
#votingpoll a:link {
	text-decoration: none;
	color: #000099;
}
#votingpoll a:visited {
	text-decoration: none;
	color: #000099;
}
#votingpoll a:active {
	text-decoration: none;
	color: #000099;
}
#votingpoll a:hover {
	text-decoration: underline;
	color: #0066FF;
}


#poll {width: 500px; margin: 0 auto; margin-top: 5px;}
#poll a{margin: 0px 0px 0px 150px;}

#main_poll {min-height: 120px;}

#votingpoll {width: 500px; min-height: 105px;}
#votingpoll a{margin: 0 auto;}
#votingpoll p{margin: 0 auto; padding-top: 5px;}
input.option {text-align: center;}
input.button {margin-bottom: 5px;}

div.question {height: 30px; 
padding-top: 10px;
background-color: #219940 !important;}

#MediaBlock .MediaFloat{width:33.3%}
