
body {
	background: url("../i/body-bgmain.gif") repeat-x scroll 0 0 transparent;
	font: 75%/1.4em Lucida Sans Unicode,Lucida Grande,sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	margin: 0 auto;
}

#subwrap {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.left,
.right {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

.left { 
	width: 220px; 	
}

.right { 
	width: 500px; 
	padding: 0 10px;
	float: right;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

a {
	color: #315184;
}
a:visited {
	color: #999999;
}
hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-weight: normal;
	font-size: 2.14em;
}

h2 {
	color:#1053A5;
	font-size: 2em;
	padding: 1em 0;
	font-weight: normal;
	line-height: 1em;
}
h3 {
    color: #7A868E;
    font-size: 1.5em;
    padding: 1em 0;
	font-weight: normal;
}

p { }

#top-tab {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 940px;
	text-align: right;
}
#top-tab p{
	background-color: #163751;
	display: inline;
	color: #bcbdc0;
	padding: 5px 15px;
	line-height: 2em;
	margin: 0;
}
#top-tab a{
	color: #bcbdc0;
	text-decoration: none;
}
#top-tab a:hover{
	text-decoration: underline;
}

#branding {
	height: 117px;
    overflow: hidden;
/*	background: url("../i/balls.gif") no-repeat scroll 100% 0 transparent; */
}

#branding h1 {
	background: url("../i/logo.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 117px;
    text-indent: -9999px;
    width: 190px;
}

#pdf {
	width: 180px;
	height: 80px;
	background-color: #f8f8f8;
	margin-top: 45px;
}
#pdf img {
	margin: 25px auto 0 auto;
}


#footer { 
	background: #f8f8f8 repeat-y 0 0;
	color: #163751;
	font-family: Geneva, Tahoma, sans-serif;
	text-align: center;
	padding: 0;
	margin: 1em;
}
#footer p { 
	padding: 1em 0;
}

#bottom-menu {
	text-align: center;
	padding-bottom: 2em;
}
#bottom-menu a { 
	color: #163751;
	text-decoration: none;
}
#bottom-menu a:hover{
	text-decoration: underline;
}
#bottom-menu img, #footer img {
	padding: 0 5px 2px;
}



/* ----------------------------------------------------------------------------------------------------*/

p {
	overflow: hidden;
	padding: 0 0 .75em 0;
}



#form-intro p {
	font-size: 0.875em;
}

#form-intro img {
	float: right;
	margin: 10px 0 10px 10px;
}

#form-intro p.note {
	font-size: 0.785em;
	color: #666;
}



table.questions {
	width: 420px;
}

table.questions td {
	padding: .5em;
	vertical-align: middle;
}

td.border {
	border-bottom: 1px solid #ccc;

}

table.questions td p {
}

table.questions strong {
	color: #cc0000;
}

table.questions tr.error td,
table.questions td.error {
	background: #ffff7f;
}

p.notes {
	color: #333;
	font-size: .82em;
}
p.notes strong {
	color: #cc0000;
}

table.questions td.input {
	width: 210px;
}

table.questions td .textfield {
	width: 200px;
}

table.questions tr.last td {
	border-top: 1px solid #ccc;
	border-bottom: 0;
	padding-top: 1em;
}

table.questions tr.last td p strong {
	font-size: 1.5em;
}

table.questions dl { 
	width: 135px;
	padding: .5em 0;
	float: left;
	margin-bottom: 0;
}

table.questions dl dt {
	clear: left;
	float: left;
	width: 25px;
	margin: 0;
    padding: 0;
	font-weight: bold;
}

table.questions dl dd {
	float: left;
/* 	margin-left: 25px; */
	width: 110px;
	margin: 0;
	padding: 0 0 2px 0;
}

table.questions dl dd label {
	padding-bottom: 2px;
    width: auto;
	font-size: .91em;
}

table.questions tr.subscr td {
	padding-top: 1em;
	padding-bottom: 1em;
}

input#subscription {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 1em;
}
p.respect {
	font-style: italic;
	text-indent: 0 !important;
	padding: .5em 0 0 2em !important;
}



#privacypledge {
	background-color: #f8f8f8;
	padding: 1em 20px 0.75em 20px;
	width: 380px;
}
#privacypledge h3 {
	color: #cc0000;
}


#error {
	border: 1px solid #cc3333;
	background-color: #ffeeee;
	color: #990000;
	padding: 1.5em 20px 0.75em 20px;
	width: 378px;
	margin: 1em 0;
}



#report {
	border: 1px solid #ccc;
	background-color: #fffff0;
	padding: 1.5em 20px 0 20px;
	margin: 1em 0 2em 0;
	width: 378px;

}

#report h3 {
	font-weight: normal;
	font-size: 1.29em;
	color: #660000;
}

#report dt, #report dd {
	font-size: .875em;
}

#report dt {
	font-weight: bold;
	padding-top: 1em;
	color: #333;
}
#report dd {
	padding-left: .5em;
	color: #443333;
}
#report dd p {
	padding: .5em 0 0 0;
}
#report dd p.descr {
	padding: 0;
	font-size: 10px;
	line-height: 1.2em;
	/*font-style: italic;
	*/color: #666;
}


ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}



.contestrules {
	float: right;
	margin: 10px;
	width: 315px;
	height: 94px;
}

.ruleslink {
	padding-top: 1px;
	width: 315px;
	height: 27px;
	background-color: #f2f2f2;
}
.ruleslink a.rules-en, .ruleslink a.signup-en,
.ruleslink a.rules-fr, .ruleslink a.signup-fr  {
	width: 315px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}
.ruleslink a.rules-en  { background: url('../i/contestrules-en.gif') no-repeat 0 0; }
.ruleslink a.signup-en { background: url('../i/signup-en.gif') no-repeat 0 0; }
.ruleslink a.rules-fr  { background: url('../i/contestrules-fr.gif') no-repeat 0 0; }
.ruleslink a.signup-fr  { background: url('../i/signup-fr.gif') no-repeat 0 0; }
.texttmp { display: none; }