/* CSS RESET */
/* ---------------------------------------------------------------------------------------------------*/
html, body, div, span,  h1, h2, h3, h4, h5, h6, p,  a, em, img, ol, ul, li, form, table, tr, th, td, *{
	margin:0;
	padding:1;
	border:0;
	outline:0;
}

/* GENERAL */
/* ---------------------------------------------------------------------------------------------------*/

body{
	background: url(../images/bg-main.jpg) top fixed no-repeat #3888a9;
	color: #FFF;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p{margin-bottom: 10px}

a{text-decoration:none;	color: #124b71;}

a:hover{color:#000;}

.clear{clear: both;}

#container{
	width: 960px;
	margin: 0 auto 20px auto;
	z-index: 0;
}

/* HEADER */
/* ---------------------------------------------------------------------------------------------------*/
#header{
	width: 960px;
	height: 450px;
	clear: both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(../images/bg-heade2.png);
	background-repeat: no-repeat;
}
#header2{
	width: 960px;
	height: 950px;
	clear: both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(../images/bg-heade2.png);
	background-repeat: no-repeat;
}

.logo{

	float: left;
	margin-left: 10px;
}

.slogan h1{
	float: right;
	text-align: right;
	margin-top: 50px;
	border: none;
}

.header-column{
	width: 230px;
	height: 252px;
	float: left;
	padding-right: 10px;
	display: inline;
	position:relative;
	z-index:1;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px;
}
.header-column2{
	width: 640px;
	height: 252px;
	float: left;
	border-right: 1px dotted #5399b7;
	padding-right: 15px;
	display: inline;
	position:relative;
	z-index:1;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 15px;
}
.header-column3{
	width: 230px;
	height: 252px;
	float: left;
	border-right: 1px dotted #5399b7;
	padding-right: 15px;
	display: inline;
	position:relative;
	z-index:1;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 15px;
}

.header-column-last{
	width: 285px;
	float: left;	
	margin: 20px 10px;
}
.header-column-last3{
	width: 485px;
	float: left;	
	margin: 20px 10px;
}

.header-column ul{
	list-style-type: none;
	color: #FFF;
}

.header-column ul li{
	margin-bottom: 6px;
	padding-left: 10px;
	background: url(../images/bullet.png) no-repeat;
	position:relative;
	z-index:1;
}

/* MAIN CONTENT */
/* ---------------------------------------------------------------------------------------------------*/

.project{
	width: 960px;
	height: 222px;
	margin-bottom: 50px;
}

.project-image{
	float: left;
	width: 545px;
	height: 222px;
}

.project-info{
	float: left;
	background: url(../images/bg-projectText.png);
	width: 415px;
	height: 222px;
}

.project-info-text{
	width: 340px;
	height: 145px;
	margin-top: 30px;
	margin-left: 40px;
	font-size: 14px;
	position:relative;   
	z-index:1;  
}

.button{
	font-size: 16px;
	color: #124b71;
	font-weight: bold;
	width: 104px;
	height: 40px;
	float: right;
	text-align: center;
	padding-top: 9px;
	margin-right: 20px;
	margin-top: -20px;
	background: url(../images/button.png) no-repeat;
	position:relative;   
	z-index:1;
}

.button a{text-decoration:none}

/*FOOTER */
/* ---------------------------------------------------------------------------------------------------*/

#footer{
	width: 100%;
	height: 150px;
	color: #124b71;
	clear: both;
	position:relative;
	z-index:2;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footer-content{
	width:960px;
	color: #124b71;
	margin: 0 auto;
	text-align: right;
}

.footer-content p{
	float: right;
}

#footer a{color:#fff}

#footer a:hover{color:#000}

.colour-lines{
	width:478px;
	height:67px;
	clear: right;
	float: right;
	margin-right: -80px;
	margin-top: -15px;
	background:url(../images/colour-lines.png) no-repeat top right;
}

/* HEADINGS */
/* ---------------------------------------------------------------------------------------------------*/

h1{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px;
	border-bottom: 1px dashed #fcee1f;
	padding-bottom: 5px;
}

h2{
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 5px;
	border-bottom: 1px dashed #fcee1f;
	padding-bottom: 5px;
}

.text-yellow{
	color: #fcee1f;
	}

/* FORM */
/* ---------------------------------------------------------------------------------------------------*/

label{
	float: left;
	clear: left;
}

input, textarea{
	clear: left;
	float: left;
	margin-bottom: 10px;
	width: 288px;
	background: url(../images/bg-field.png);
	border: 1px solid #5399b7;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
	position:relative;   
	z-index:1;  
}

textarea{height: 60px}

#submitinput {
	padding:3px 6px;
	color: #124b71;
	width: 104px;
	height: 40px;
	border: none;
	font-weight: bold;
	background: url(../images/button.png) no-repeat;
	position:relative;   
	z-index:1;
	cursor: pointer;
}

#submitinput:hover {
	color: #000;
	cursor: pointer;
}

#error, #badserver,#success{
	display:none;
	font-weight:bold;
	color:#FF0;
}
