.clearer { clear: both; height: 0; font-size: 0; line-height: 0; }

div.error {
	background-color: #fdd;
	border: solid 1px #f00;
	color: #f00;
	padding: 10px;
}

body {
	font-size: 14px;
	font-family: Arial, Sans-Serif;
	color: #333;
	margin: 0;
	padding: 0px;
	background-color: #f1f2f6;
	background-image: url('/img/shadow.gif');
	background-repeat: repeat-y;
	background-position: center;	
}

/* ========== LINKS ========== */

a, a:visited {
	color: #e5671d;
	text-decoration: none;
	}

a:hover {
	color: #e5671d;
	text-decoration: underline;
	}
	
.link,  a.link {
	color: #e5671d;
	padding: 3px 0px 10px 0px;
	font: normal 10px arial;
	text-decoration: none;
	}

a.link:hover {
	text-decoration: underline;
	}	
	
p, div, td {
	font: normal 12px Arial;
	line-height: 16px;
	color: #3F3F3F;
	}	

/* =========================== */

#footer { 
	margin: 0px auto 80px auto; 
	padding: 5px 0 0 10px; 
	height:41px; 
	background: url('/img/bg-footer.gif') repeat-x top left;
	width: 787px;
	}

#page {
	width: 780px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
}

#header { position: relative; margin-bottom: 10px; }
#header h1 {  
	margin: 0; 
	padding: 0;
	color:#006F82;
	font:bold 20px Arial;
	line-height:20px; 
	}
#header #logo { display: block; margin-bottom:10px; }

.slide p { font-size: 120%; }
.slide { margin-bottom: 20px; }
.slide .notice {
	width: 80%;
	margin: 120px auto;
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}

#navigation {
	clear: both;
	margin: 20px 0 30px 0;
	padding-top: 10px;
	height: 30px;
}
#navigation .left { float: left; }
#navigation .right { float: right; }
#navigation a { font-size: 140%; font-weight: bold; color: #e5691f;}

.form { margin:0; padding:0; }

.form .field {
	clear: both;
	margin: 0; padding: 5px 0 2px 0;
}

.form input.long {
	width: 100%;
}

.form input.text, .form input.textarea, .form input.select {
	border: solid 1px #999 ;
	font-size: 95%;
	font-family: inherit;
	padding: 2px 0;
}

.form .field label {
	display: block;
	font-size: 95%;
	font-weight: bold;
	line-height: 150%;
}

.form .field span {
	float: left;
	margin-right: 5px;
}

.form .field span label {
	font-size: 70%;
	font-weight: normal;
}

.form .submit {
	margin-top: 10px;
}

.errors {
	border: solid 1px #C00;
	background-color: #FDD;
	padding: 0 15px;
	color: #c00;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 15px;
}

#quiz li {
	border: solid 1px #ccc;
	margin-bottom: 20px;
}
#quiz .questions {
	padding: 5px;
	margin-bottom: 5px;
}
#quiz .answers {
	padding: 3px 5px;
	background-color: #ddd;
}
#quiz li.error .answers{
	background-color: #fcc;
}

#shadow {
	background-image: url('/img/bg-wave.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}
	
*html #shadow {
	padding-top: 0;
	}
	
/* ========== FOOTER ========== */

#footer {
	}
	
*html #footer {
	}
	
#footer a, #footer a:hover {
	color: #FFF;
	font: normal 10px arial;
	}
	
#footer .copyright, #footer  a.copyright {
	color: #e65802;
	padding: 3px 0px 10px 0px;
	font: normal 10px arial;
	text-decoration: none;
	}

#footer  a.copyright:hover {
	color: #FFF;
	}		
