/*--------------------------------
SITE COLOURS
---------------------------------
Background : #1b1873
Headings: #70A553

*/
@import "../fonts/stylesheet.css";

/*--------------------------------
       GLOBAL
--------------------------------*/

html, body {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'PTSansNarrowRegular', Helvetica, sans-serif;
	font-size: 67.5%;
	background: transparent url(../images/whitey.gif) right top;
	text-align: center;
}
a {
	color:#5D5F59;
}
/*--------------------------------
       LAYOUT
---------------------------------*/
/*Allocation of correct class to the body tag determines the banner image*/
div#main_wrapper {
	width: 700px;
	margin: 40px auto 0 auto;
}
body.form div#container {
	width: 860px;
	margin: 0 auto;
}
body.form div#content-wrapper {
	margin: 0 auto;
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
}
div#header {
	position: relative;
}
div#navigation {
	font-size:1.8em;
	position: absolute;
	right:0;
	bottom: 0;
}
div#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div#navigation ul li {
	float:right;
	margin: 2px 5px;
}
#form-area {
	padding:5px 10px 5px 10px;
	text-align:left;
}
#form-area h1{
	display:block;
	background:url(../images/logo.png) no-repeat left;
	text-indent:-9999px;
	height:102px;
	margin:0 0 10px 0;
	width:100%;
}
#formarea h1 a {	
	overflow:hidden;
	width:306px;
	height:112px;
	text-indent:-9999px;
}

body.reg div#container {
	background: url(../images/reg-logo.jpg) no-repeat;
	width: 700px;
	height: 400px;
	background: #fff url(../images/reg-logo.jpg) no-repeat right top;
	margin: 0 auto;
}

#welcome {
	float: left;
	width: 250px;
	padding-top: 20px;
	padding-left: 30px;
}

#formarea {
	width: 760px;
}

#footer {
	width: 500px;
	margin: 0 auto;
}

/*--------------------------------
       NAVIGATION
---------------------------------*/

/*
Alerts and Messages
*/
.error, .info, .alert {
	font-weight: bold;
	color: #323232;
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 40px;
}
div.alert {
	background: url("/assets/images/alert.png") no-repeat scroll 8px 5px #FFE6DF;
    border-bottom: 1px solid #FFD9CF;
    border-top: 1px solid #FFD9CF;
}

div.info {
	background: url("/assets/images/info.png") no-repeat scroll 8px 5px #E4EBF1;
    border-bottom: 1px solid #D4D9DE;
    border-top: 1px solid #D4D9DE;
}


/*--------------------------------
       TEXT STYLES
---------------------------------*/
#form-area h2 {
	margin:0px 0px 3px 0px;
	color:#70A553;
	font-size:2.8em;
	letter-spacing:0.2em;
	font-weight: normal !important;
	letter-spacing: normal !important;
	border-bottom: 1px solid #cccccc;
	/*
	font-size: 2.6em;
	*/
}
#welcome {
	font-size: 1.4em;
	color: #333;
	text-align: center;
	line-height: 1.4;
}
.large {
	font-size: 1.3em;
}
#footer {	
	font-size: 1.1em;
}


/*--------------------------------
       HEADINGS
---------------------------------*/



/*--------------------------------
       LINKS
---------------------------------*/

#footer a {	
	padding: 0 4px;
	text-decoration:none;
}


/*--------------------------------
       LISTS
---------------------------------*/
.box ul {
	color: #fff;
	list-style-image: url(../images/bullet1.gif);
	padding-top: 0;
	margin-top: 0;
}

/*--------------------------------
       IMAGES
---------------------------------*/



/*--------------------------------
       FORMS
---------------------------------*/

form fieldset {
	border:1px solid #999999;
	margin-top:5px;
	padding:5px 0 5px 5px;
}
form p label {
	display:block;
	float:left;
	clear:left;
	width:165px;
	font-size:1.1em;
	font-weight:bold;
}
form p input {
	border:1px solid #999999;
}
form p textarea {
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
form p select {
	border:1px solid #999999;
}
.error {
	background-color:#FFFFDD;
	border:1px solid #FFD700;
	color:#000;
	font-weight:bold;
	padding:5px;
}

form.xform div.formrow label {
	display:block;
	float:left;
	clear:left;
	width:165px;
	font-size:1.1em;
	font-weight:bold;
}
form.xform div.formrow input {
	border:1px solid #999999;
}
form.xform div.formrow textarea {
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
form.xform div.formrow select {
	border:1px solid #999999;
}

/*--------------------------------
       OTHER
---------------------------------*/

.box {
	float: left;
	width: 289px;
	background: url(../images/box-bg.jpg) no-repeat bottom left;
	margin: 0;
	padding: 0;
	text-align: left;
	}

.box h3 {
	background: url(../images/box-top.jpg) no-repeat top left;
	margin: 0;
	text-indent: -9999px;
}

.box h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: right;
	padding: 0;
	margin: 0;
	padding-right: 30px;
	margin-right: 10px;
	background: url(../images/bullet2.gif) no-repeat top right;
}

.clearfix {
	clear:both;
}
.clearfix:after {
	clear:both;
	display: block;
	content: '.';
	height:0;
	visibility: hidden;
}

.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
