rset "utf-8";
/* CSS Document */

header, nav, footer, section, aside, article {
	display: block;
}
* {
	margin: 0px;
	padding: 0px;
}

html { 
  background: url(images/backgroundcolourblue.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align:center;
	color: #33F;
}

#wrapper {
	width: 960px;
	max-width: 960px;
	color: #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	position: relative;
	width: auto;
	}
}
.navwrapper {width: 960px;
}
#nav {  
    list-style:none;  
    width:959px;  
    height:43px;  
  
    /* Rounded Corners */  
      
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;  
  
    /* Background color and gradients */  
      
    background: #2a3983;  
    background: -moz-linear-gradient from(#2a3983), to(#2f4092));  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a3983), to(#2f4092));  
      
    /* Borders */  
      
    border: 1px solid #002232;  
  
    -moz-box-shadow:inset 0px 0px 1px #edf9ff;  
    -webkit-box-shadow:inset 0px 0px 1px #edf9ff;  
    box-shadow:inset 0px 0px 1px #edf9ff;  
}  
  
#nav li {  
    float:left;  
    display:block;  
    text-align:center;  
    position:relative;  
    padding: 4px 10px 4px 10px;  
    margin-right:30px;  
    margin-top:7px;  
    border:none;  
}  
  
#nav li:hover {  
    border: 1px solid #777777;  
    padding: 4px 9px 4px 9px;  
      
    /* Background color and gradients */  
      
    background: #F4F4F4;  
    background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));  
      
    /* Rounded corners */  
      
    -moz-border-radius: 5px 5px 0px 0px;  
    -webkit-border-radius: 5px 5px 0px 0px;  
    border-radius: 5px 5px 0px 0px;  
}  
  
#nav li a {  
    font-family:Arial, Helvetica, sans-serif;  
    font-size:14px;   
    color: #EEEEEE;  
    display:block;  
    outline:0;  
    text-decoration:none;  
    text-shadow: 1px 1px 1px #000;  
}  
  
#nav li:hover a {  
    color:#161616;  
    text-shadow: 1px 1px 1px #FFFFFF;  
}  
#nav li .drop {  
    padding-right:21px;  
    background:url("img/drop.png") no-repeat rightright 8px;  
}  
#nav li:hover .drop {  
    background:url("img/drop.png") no-repeat rightright 7px;  
}  




#contactform {
	border:5px solid #cccc;
	width:440px;
	margin:25px;
	padding:5px;
}

label {
	float:left;
	width:100px;
	text-align:right;
}

input, textarea {
	width:310px;
	padding:5px;
	margin:0px 0px 10px 0px;
}

input.submit {
	width:100px;
	margin-left:70px;
}

p.error {
	color:red;
	text-transform:uppercase;
}

p.sent {
	color:green;
}

#main {
	background-color: #E9E9E9;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 0%;
	text-align:center;
	padding-left: 1%;
	}

	.centerbox {
	text-align: center;
	}	
	
	
	
.headerfont{color:#3c3b3c;
}





#footer {
background-color: #2a3983;
	color: #FFF;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	vertical-align: baseline;
	padding-top: 4px;
	padding-bottom: 4px;
	
	
	 -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;  
    border-radius: 3px;  
	
}
	
.emaillink{
	position:relative;
	left: 571px;
	bottom:136px;
	height:19px;
	width:267px;

}


.alink1 a {text-decoration:none;
			color: #666;

}


.bottomtext{color:#2a3983;
}