@charset "UTF-8";

img, a, h1, h2, h3, #formtop, #formbottom {
	behavior: url("iepngfix.htc");	
}

body {
	background-color: #EDEDED;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color:#333333;
}

p, ul {
	font-size: 13px;
	line-height: 16px;
	margin-top:5px;
	margin-bottom:15px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

h1 {
	font-size:20px;
	margin-top:25px;
	margin-bottom:0;
}

h2 {
	font-size:17px;
	margin-top:25px;
	margin-bottom:0;
	line-height: 20px;
}

h3 {
	font-size:16px;
	font-weight:normal;
}

a {
	color:#336699;
	text-decoration:none;
	overflow:hidden;
}

a:hover {
	text-decoration:underline;
}

#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	position:relative;
	margin-bottom:40px;
	width:810px;
}

/* Navigation styling */

#nav {
	position:absolute;
	width:570px;
	top:50px;
	left:168px;
	list-style-type: none;
	margin:0;
	padding:0;
}

#nav li {
	float:left;
	margin-right:27px;
}

#nav li a {
	display: block;
	text-indent: -1000em;
	width:163px;
	height:31px;
}

#info a {
	background:url(images/btn_contest.png) transparent top left no-repeat;
}

#contestinfo #info a {
	background-position:0 -62px;
}

#sponsors a {
	background:url(images/btn_about.png) transparent top left no-repeat;
}

#sponsorpage #sponsors a {
	background-position:0 -62px;
}

#nav li a:hover {
	background-position:0 -31px;
}

/* Nominate a Champion callout section */

#nomcallout {
	position:relative;
}

#nomcallout h2 {
	margin:35px 0 5px 50px;
}

#nomcallout h3 {
	margin:0 0 0 50px;
}

#nomcallout #nombutton a {
	background:url(images/btn_nominateLG.png) transparent top left no-repeat;
	position:relative;
	top:-52px;
	left:360px;
	display: block;
	text-indent: -1000em;
	width:317px;
	height:56px;
}

#nomcallout #nombutton a:hover {
	background-position:0 -57px;
}

/* Bottom Banner styling */

#banners {
	width:725px;
	list-style-type: none;
	margin:0px 0 0 10px;
	padding:0;
	clear:both;
}

#banners li {
	float:left;
	margin-right:10px;
}

#banners li a {
	display: block;
	text-indent: -1000em;
}

#banners li#share {
	background:url(images/banner_share_bg.gif) transparent top left no-repeat;
	width:213px;
	height:76px;
	position: relative;
	text-indent:-1000em;
}

#contestinfo #banners li#share {
	background:url(images/banner_share_bgLG.gif) transparent top left no-repeat;
	width:450px;
	height:76px;
	position: relative;
	text-indent:-1000em;
}

#banners #prizes a {
	background:url(images/banner_prizes.gif) transparent top left no-repeat;
	width:235px;
	height:92px;
	margin-top:-11px;
}


#banners #strength a {
	background:url(images/banner_strength.gif) transparent top left no-repeat;
	width:115px;
	height:76px;
}

#banners li#share a#twitterlink {
	background:url(images/btn_twitter.gif) transparent top left no-repeat;
	width:58px;
	height:20px;
	position:absolute;
	top:37px;
	left:14px;
	text-indent:-1000em;
}

#banners li#share a#facebooklink {
	background:url(images/btn_fb.gif) transparent top left no-repeat;
	width:55px;
	height:20px;
	position:absolute;
	top:37px;
	left:80px;
	text-indent:-1000em;
}

#banners li#share a#emaillink {
	background:url(images/btn_email.gif) transparent top left no-repeat;
	width:55px;
	height:22px;
	position:absolute;
	top:37px;
	left:141px;
	text-indent:-1000em;
}

#contestinfo #banners li#share a#twitterlink {
	top:27px;
	left:220px;
}

#contestinfo #banners li#share a#facebooklink {
	top:27px;
	left:290px;
}

#contestinfo #banners li#share a#emaillink {
	top:27px;
	left:354px;
}

/*Footer Styling*/

#footer {
	clear:both;
}

#footer p {
	padding-top:5px;
	color: #938561;
	text-align:center;
	font-size:10px;
	border-top:#938561 solid 1px;
}

#footer #copyright {
	margin-left: 30px;
}

#footer a {
	/*color:inherit;*/
	color: #938561;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.ruled {
	float:left;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:30px;
	border-top:#938561 solid 1px;
	border-bottom:#938561 solid 1px;
	padding: 5px 0 0 5px;
	width: 400px;
}

/* page specific styling */

#homepage #content {
	background:url(images/paperbg.jpg) transparent top left no-repeat;
	display: block;
	width:705px;
	height:637px;
	margin:0 auto 40px auto;
}
#homepage h1
{
	text-indent:-1000em;
}
#homepage #you_voted {
	background:url(images/you_voted.gif) transparent top left no-repeat;
	display: block;
	width:623px;
	height:243px;
	margin:25px auto;
}
#homepage #congratulations
{
	background:url(images/congratulations.gif) transparent top left no-repeat;
	display: block;
	width:432px;
	height:24px;
	margin:40px auto auto 40px;
}
#homepage #winner_container
{
	width:650px;
	height:200px;
	margin:20px auto auto 40px;
	display:inline-block;
}
#homepage #winner_info
{
	float:left;
	display:inline;
	margin-left:25px;
	width:475px;
}
#homepage #winner_info p
{
	margin-top:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#6C6B69;
	font-weight:bold;
}

#contestinfo h1 {
	background:url(images/head_info_2.gif) transparent top left no-repeat;
	display: block;
	text-indent: -1000em;
	width:620px;
	height:205px;
	margin:0 auto;
}

#contestinfo #content {
	padding:0 50px;
}

#contestinfo #content #logoSOS {
	float:right;
	margin: 20px 20px 0 30px;
}

#contestinfo #statue {
	float:left;
	margin-top:5px;
	/*position:relative;
	z-index:10;*/
}

#sponsorpage h1 {
	background:url(images/head_sponsors.gif) transparent top left no-repeat;
	display: block;
	text-indent: -1000em;
	width:603px;
	height:114px;
	margin:0 auto;
}

#sponsorpage #content img {
	float:left;
	clear:left;
}

#sponsorpage #content p, #sponsorpage #content h2 {
	margin-left:300px;
	width:375px;
}

#sponsorpage #content #logoCFF {
	margin-left:60px;
	margin-top:25px;
}

#sponsorpage #content #logoSOS {
	margin-left:80px;
	margin-top: 15px;
}


body #formpage {
    background-color: #EDEDED;
    background-image: url(images/bg.jpg);
    background-repeat: repeat;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    color:#333333;

}

#formpage #vote a {
	background-position:0 -62px;
}

#formpage #voting {
	width:810px;
	height:820px;
	padding:0;
}

#formpage h1 {
	background:url(images/vote_text.png) transparent top left no-repeat;
	display: block;
	text-indent: -1000em;
	width:565px;
	height:53px;
	margin:5px auto;
}

#formpage #votingapp {
	width:810px;
	height:700px;
	border:#E1DAC7 solid 1px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#formpage #content {
	margin-bottom:30px;
}
#formpage .ruler {
	height:1px;
	border-top:#E1DAC7 solid 2px;
	width: 770px;
	margin:20px;
}
#formpage #content, #formpage #header, #formpage #container {
	width:810px;
	margin:0 auto;
}
#formpage #header {
	position:relative;
	left:45px;
	margin-bottom:20px
}

#formpage #content #voting {
	background:url(images/formtile.png) transparent top left repeat;
	border:#D7D4CB solid 1px;
	padding:5px;
}

#formpage #formtop {
	height:18px;
	width:617px;
	margin:0;
}

#formpage #formbottom {
	height:18px;
	width:617px;
	margin:0;
	margin-top:-1px;
}

/* vote mods */
.visit {
	position:absolute;
	top:0px;
	left:525px;
	width: 175px;
	height: 32px;		
}

#vote a {
	background:url(images/btn_vote.gif) transparent top left no-repeat;
}
#nomcallout #nombutton a.vote {
	background:url(images/btn_voteLG.png) transparent top left no-repeat;
	width:317px;
	height:55px;
}
#nomcallout #nombutton a.vote:hover {
	background-position:0 -55px;
}
#banner_div {
 height:100px;
 width:720px;;
 }

/* contest */
.spaced li {
	padding-top: 4px;
}

#c_sos {
	margin-bottom:40px;	
}
#c_sos h2 {
	margin-top: 40px;
}
#contestinfo #container #content {
	height:750px;
}
#banners #conagrafb a {
	background:url(images/banner_conagrafb.gif) transparent top left no-repeat;
	width:115px;
	height:76px;
}
#footnote p {
	clear:both;
	font-size: 9px;
	margin: 0 0 20px 50px;
}
