@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Helvetica, Arial, sans-serif;
}

#header {
	height: 180px;
	width: 100%;
	
	margin-right: auto;
	margin-left: auto;
}

#logo {
	
	height:150px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	
}

#nav {
	
	background-color:#24cae5;
	height:35px;
	
}

#navlinks{
	
width:960px;
height:40px;
margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:16px;
	font-weight:400;
	color:#FFF;
line-height:35px;
    vertical-align: middle;

}

#navlinks ul {
    width: 100%;
    overflow: hidden;
}

#navlinks li {
    float: left;
    list-style: none;
	margin-left:0px;
	margin-right:24px;
	
}

#navlinks li a {
    float: left;
    
    text-decoration:none;
    color: white;
}
#navlinks li a:hover {
    font-weight:400;
    color: #000;
}

#navlinks li  a.active {
    font-weight:400;
    color: #000;
}

#imagehead1 {

	height:320px;
	background-image:url(../images/header-what-2.jpg);
	background-position:center;

   
}
#imagehead2 {

	height:320px;
	background-image:url(../images/header-who-3.jpg);
	background-position:center;

   
}
#imagehead3 {

	height:320px;
	background-image:url(../images/header-where-2.jpg);
	background-position:center;

   
}
#imageheadhome {

	height:700px;
	background-image:url(../images/header-home-2.jpg);
	background-position:center;

   
}

#imageheadhome2 {

	height:600px;
	background-image:url(../images/header-home-2.jpg);
	background-position:center;

   
}

#imagetext {
	

	font-size:42px;
	color:#fff;
	width:960px;
	font-weight:500;

	margin-right:auto;
	margin-left:auto;
	padding-top:60px;
	 line-height:60px;
height:404px;
  
text-shadow:3px 3px 1px black;



}





#content {
width:960px;
margin-top: 55px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	border:thin #fff solid;
	
}

#content a {
color:#24cae5;
text-decoration:none;
}
#leftcolumn {
	float:left;
width:250px;
font-size:46px;
font-weight:700;
}

#rightcolumn {
	float:left;
width:710px	;
color:#999;
font-size:14px;
line-height:24px;
}

#questionmark{
	color:#24cae5;
}
h1{
	font-size:28px;
	color:#000
}

#blacktexthead{
	font-size:30px;
	color:#000
}

#greytexthead{
	font-size:32px;
	color:#ccc;
	line-height:48px;
}
#blacktext{
	
	color:#000;
}

#quotes{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
	font-size:22px;
	line-height:32px;
	
}
  
  .footer{
width:100% ;
height:80px;
background-image:url(../images/footer-bg.jpg);
	  background-repeat:repeat-x;
	float:left;
	
	padding-top:50px;
	clear:both;
  }
  
#footercontainer{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
}
  #footerleft {
color:#999;
	float:left;
width:300px;
font-size:12px;
font-weight:100;
}

#footerright {
	float:left;
width:660px	;

text-align:right;

}



#footerright ul {
    width: 100%;
    overflow: hidden;
	margin-left:-10px;
}

#footerright li {
    float: right;
    list-style: none;
	margin-left:10px;
	margin-right:30px;
	
}

#footerright li a{
	font-size:13px;
color:#fff;
text-decoration:none;
}
#footerright li a:hover{
	color:#999;
text-decoration:none;
}

