@charset "UTF-8";
/* MoL CSS */

body {
	text-align: center;	
	background: #999;
}

/* 
 * Wrapper 
 */
#wrapper {
	width: 990px; 
	margin: 0 auto;
	text-align: left;
	border-left: solid 25px #F2DEA2;
	border-right: solid 25px #F2DEA2;	
	background: #FFF;
}

/*
 * Header 
 */
#header.global {
	position: relative;
	padding-top: 25px;
	background: #333;
}

#header a#skip-nav {
	display: none;
	position: relative;
	left: -999px;	
}

#header.global span {
	display: none;	
}

#header.global h1 {
	padding-left: 35px;
}

#header.global h1 a#logo {
  display: block;
  width: 365px;
}

#header.global #search {
	position: absolute;
	top: 0;
	right: 32px;	
	width: 320px;
	height: 65px;
}

/*
 * Seach
 */
#header.global #search label {
	color: #F2DEA2;
	display: block;
	float: left;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 11px 10px 0 0;
	text-align: right;
	width: 80px;
}

#header.global #search input {
	vertical-align: top;
}

#header.global #search input.input {
	margin-top: 9px;
	margin-right: 15px;
	padding: 3px 5px;
	border: 1px solid #999;
	background-color: #F2DEA2;
	width: 159px;
}

/*
 * Section
 */
#section {
	margin: 22px 35px 20px;
}

#section h1 {
	margin-bottom: 18px;	
}

#section p, #section ul, #section ol {
	margin-top: 0.840em;
	margin-bottom: 0.840em;	
}

#section dl dt {
	margin-bottom: 2px;
	font-weight: bold;	
}

#section dl dd {
	margin-bottom: 15px;	
}

#section dl dd p {
	margin-top: 0;
}

#section h2 {
	margin-bottom: 23px;	
}

#section h3 {
	margin-bottom: 18px;
}

#section h4, #section h5, #section h6 {
	margin-bottom: 12px;
}

h1 {
	font: normal 25px Georgia, "Times New Roman", Times, serif;
	color: #333;	
}

h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333;	
}

h3 {
	font: bold 13px/1.3em Arial, Helvetica, sans-serif;
	color: #333;	
}

h4, h5, h6 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #333;	
}

#section ul, #section ol, #section ul li ul, #section ol li ol {
	margin-left: 40px;	
}

#section ul li ul, #section ol li ol {
	margin-top: 0;	
	margin-bottom: 0;
}

#section ul li {
	list-style-type: disc;	
}
#section .sitemap-links ul li {
	list-style-type: square;	
}

#section ol li {
	list-style-type: decimal;	
}

#section #quiz_progress p {
	font-weight: bold;	
}

/*
 * Footer
 */
#footer.global {
	position: relative;
	padding: 91px 58px 38px 35px;
	background: url('../images/css/colour-ban.gif') #333 0 0 repeat-x;	
}

#footer.global h1, #footer.global h2, #footer.global h3, #footer.global p {
	color: #F2DEA2;
}

#footer.global p {
	margin-top: 0.750em;
	margin-bottom: 0.750em;	
}

#footer.global #intro {
	width: 465px;
	height: 130px;
	padding-top: 10px;
}

#footer.global #promotion {
	position: absolute;
	top: 30px;
	right: 30px;
	background: #333;
	padding: 10px;
	width: 425px;
}

#footer.global #intro h1, #footer.global #promotion h2 {
	margin-bottom: 15px;
	font: normal 20px Georgia, "Times New Roman", Times, serif;	
}

#footer.global #promotion h2 {
	padding-top: 10px;	
}

#footer.global #promotion img {
	float: left;
	margin: 5px 10px 5px 0px;
}

form div {
	margin-bottom: 20px;	
}

form div label, form.contact-form label {
	display: block;
	float: left;
	margin: 5px;
	width: 125px;
	font-weight: bold;
	cursor: pointer;	
}

form#search-form .form-wrapper label {
  float: none;
  line-height: 22px;
}

form.contact-form .form-textarea-wrapper, form.contact-form .form-actions input {
	padding-left:135px;
}
form.contact-form .form-textarea-wrapper textarea, form.contact-form .form-textarea-wrapper .grippie {
	width:55%;
}
form.contact-form .form-textarea-wrapper .grippie {
	border:none;
}

