@charset "utf-8";
/* CSS Document */

/** Clear Floats Without Structural Markup: 
---------------------------------
*  http://www.positioniseverything.net/easyclearing.html
*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

#limiter {
	width: 770px;
}

#top h1 a {
	display: block;
	width: 770px;
	height: 85px;
	text-indent: -999em;
	background: url(images/scotbanner.png) center no-repeat;
}

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

#footer {
	clear: both;
	border-top: 20px solid white;
}

p.footerbar {
	padding: 5px;
	background: #00225f;
	text-align: left;
}

p.footerbar a {
	color: white;
}

p.footerbar a.goleft {
	/*float: left;*/
}

p {
	font-size: 12px;	
}

p.thanks {
	font-size: 14px;
}

p.thanks strong {
	border-bottom: 3px solid black;
}

a {
	color: #986699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.borderleft {
	border-bottom: 1px dotted black;
}

.leftborder {
	border-bottom: 1px dotted black;
}

.homewrapper {
	position: relative;
	padding-bottom: 10px;
	margin: 0 8px;
	border-bottom: 1px dotted black;
}

.homeleft, .homeright {
	float: left;
	margin-top: 5px;
	display: inline;
}

.homeleft {
	width: 243px;
	padding-right: 8px;
}

.homeright {
	border-left: 1px solid #a59c9f;
	width: 492px;
	padding-left: 8px;
}

* html .homeleft {
	position: absolute;
}

* html .homeright {
	float: right;	
}

h2 {
	font-size: 14px;
	padding: 3px 5px;
	color: white;
}

h2.pink {
	background: #0066cc url(images/brightbluecorner.png) top right no-repeat;
}

h2.pink a {
	color: white;
}

h2.blue {
	background: #00225f url(images/dbcorner.png) top right no-repeat;
}

div#front {
	border: 1px solid #00225f;
	font-size: 12px;
	text-align: left;
}

label {
	font-size: 12px;
	font-weight: bold;
    margin: 5px 0;
    display: block;
}

form {
	padding: 8px;	
}

fieldset {
	padding: 20px;
	border: 1px solid #CCC;
}

fieldset#part-b {
	margin-top: 20px;	
}

ul.errors li {
    color: red;
    margin-left: 20px;
}

textarea {
	width: 100%;	
}

#front fieldset {
	margin-bottom: 10px;	
}

p#statement {
	padding: 8px;
	clear: both;
	text-align: justify;
}

input.form-error, textarea.form-error {
	border: 1px solid red;	
}

label span {
	color: red;	
}

form p, .email-usage {
	font-style: italic;
	margin: 10px 0;
}

ul.errors {
	margin-top: 5px;
	margin-bottom: 5px;
}

#scotland-logo {
	float: right;	
	margin-right: 8px;
	margin-top: 8px;
}

#british-council {
	margin-left: 8px;
	margin-top: 8px;
	position: absolute;
}

#exposure-element label {
	margin: 0;	
}

#exposure-element label input {
	margin: 0 5px 0 0;	
}

#front p.thanks {
	padding: 8px;	
}

.flash-message {
	padding: 8px;
	background: #FF9;
	border: 1px solid black;
	margin-bottom: 8px;
}

.homeleft form {
	border: 1px solid #0066cc;
	padding: 10px 20px;
}

#front form {
	position: relative;
	padding-bottom: 30px;
}

#submit-label, #save-label {
	display: none;	
}

#save-element {
	position: absolute;
}

#submit-element {
	float: right;
}

/* * html #save-element, * html #submit-element {
	position: relative;
	display: inline;
	right: auto;
	bottom: auto;
	left: auto;
	top: auto;
} */

.homeleft ul, .homeright ul {
	margin-top: 10px;
	margin-left: 20px;
	font-size: 12px;	
}

.homeleft ul span {
	color: red;	
}

.homeleft ul li, .homeright ul li {
	margin-bottom: 5px;
}

/*#save-retrieve-wrapper input.save, #save-retrieve-wrapper input.retrieve {
	display: block;	
	background: url(images/brightbluearrow.png) center left no-repeat;
	border: none;
	padding-left: 10px;
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 8px;
	cursor: pointer;
}*/

.partb-explanation p {
	font-style: normal;
	margin-top: 0;
}

#uniA-label, #uniB-label, #uniC-label, #partA-label {
	display: none;
}

.homeright h2.big {
	font-size: 30px;	
}
