﻿/*Background style - colour blue = 061bb8*/
a{
	text-decoration:none;
	color: black;
}
a:hover{
	text-decoration:underline;
}

a:visited{
	color: blue;
}

a img{
	border:none;
}

img{
border:none;
}

marquee{
	font-family:Verdana; 
	font-weight:bold;
	color:yellow;
}

body {
	background-image: url("images/generic/sky.png"); 
	font-family:Verdana; 
	font-size:14px;  
	text-align:left;
	margin: auto;
	background-repeat: repeat-x;
}	

h1 {
	text-align: center;
	color:#5e5e5e;
	font-size:20px;
	font-weight:bold;
}

h1 a:visited{
	color:black;
} 

h2 {
color:black;
	text-align: center;
	font-size:15px;
}

h2 a:visited{
	color:black;
} 

h3 {
color:black;
	font-size:15px;
}

h3 a:visited{
	color:black;
} 

p{
	padding-left:10px;
}

p a {
color:black;
}

/* canvas area*/
#canvas{
	position:relative;
	width:1100px;
	height:1100px;
	margin:auto;
	margin-bottom:10px;
	margin-top: 10px;
}

.background{
	position:absolute;
	height: 950px;
	width: 100%;
	margin-top: 10px;
}

.background-notmain{
	margin-left:100px;
	position: absolute;
	margin-top: 330px;
	background-color:white;
	height:auto;
	width:900px;
	padding:20px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}

/*-----nav section-----*/
/*nav bar*/
#Available{
	position:absolute;
	margin-top:215px;
	display:block;
	width:175px;
	height:80px;
	background-image: url("images/generic/cloud2available.png");
	text-indent:-9999px;	
	z-index: 50;
}

#Available:hover{
	background-image: url("images/generic/cloud2available-h.png");
	cursor:pointer;
}

#Members{
	position:absolute;
	margin-top:215px;
	margin-left: 200px;
	display:block;
	width:175px;
	height:80px;
	background-image: url("images/generic/cloud2members.png");	
	text-indent:-9999px;
	z-index: 50;	
}

#Members:hover{
	background-image: url("images/generic/cloud2members-h.png");
	cursor:pointer;
}

#What{
	position:absolute;
	margin-top:215px;
	margin-left:725px;
	display:block;
	width:175px;
	height:80px;
	background-image: url("images/generic/cloud2what.png");	
	text-indent:-9999px;	
	z-index: 50;
}

#What:hover{
	background-image: url("images/generic/cloud2what-h.png");
	cursor:pointer;
}

#Owners{
	position:absolute;
	margin-top:215px;
	margin-left:925px;
	display:block;
	width:175px;
	height:80px;
	background-image: url("images/generic/cloud2original.png");	
	text-indent:-9999px;	
	z-index: 50;
}

#Owners:hover{
	background-image: url("images/generic/cloud2original-h.png");
	cursor:pointer;
}

/*banner*/
#banner{
	position:absolute;
	margin-top:0px;
	width:744px;
	height: 160px;
	margin-left:195px;
	margin-top: 20px;
	background-image: url("images/generic/LandJacker.png");
	background-repeat: no-repeat;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}

#mapholder{
	position: absolute;
	margin-top: 300px;
}

.mapsections
{
		position:absolute;
		margin-left:100px;
		margin-right:100px;
}

#footer{
	position: absolute;
	margin-top: 950px;
	height: 110px;
	width: 1100px;
}

#footernotmain{
	position: absolute;
	margin-top: 50px;
	height: 110px;
}

.scroll
{
position: absolute; 
width: 676px;
height: 20px;
margin-left: 205px;
margin-top: 145px;
padding: 7px;
background-color: black;
border-width: 2px;
border-style: solid;
border-color: yellow;
}

.newbottom
{
position: absolute; 
width: 650px;
margin-left: 190px;
}

#newbottom
{
position: absolute; 
width: 650px;
margin-left: 205px;
}

.social
{
position: absolute; 
width: 170px;
height: 70px;
padding:6px;
padding-left:20px;
}

.socialnotmain
{
position: absolute; 
width: 170px;
height: 70px;
padding:6px;
padding-left:5px;
}

.charity
{
position: absolute; 
width: 150px;
height: 70px;
margin-left: 910px;
padding: 20px;
}

.charitynotmain
{
position: absolute; 
width: 150px;
height: 70px;
margin-left: 810px;
padding: 25px;
}



#countrydata{
	position: absolute;
	margin-top: 190px;
	margin-left: 485px;
	width: 110px;
	height: 110px;
}

#countrydata:hover{
	cursor:pointer;
}

#bigimage{
	position: absolute;
	margin-top: 560px;
	width: 195px;
	height: 195px;
	background-image: url("images/generic/tile.png");
	z-index: 99999;
}

#squaredetails{
	position: absolute;
	margin-top: 560px;
	margin-left: 1000px;
	width: 195px;
	height: 195px;
	background-image: url("images/generic/tile.png");
	z-index: 99999;
}

#bigimage-clicked{
	position: absolute;
	margin-left: 150px;
	margin-top: 560px;
	width: 195px;
	height: 195px;
	z-index:100;
	z-index: 99999;
}

#squaredetails-clicked{
	position: absolute;
	margin-top: 560px;
	margin-left: 1000px;
	width: 195px;
	height: 195px;
	z-index:101;
	z-index: 99999;
}

.contactus a{
	color: white;
	font-weight: bold;
}

.bar2 {
color:black;
background-color: #D9D9F3;
padding: 1px;
-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}

.bar2 a{
color:black;
}

/*contact form styles*/




input, textarea {
 padding: 8px;
 border: solid 1px #E5E5E5;
font: normal 12px Verdana, Tahoma, sans-serif;
 width: 200px;

 }

textarea {
 width: 400px;
 max-width: 400px;
 height: 150px;
 line-height: 150%;
 box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*For Mozilla Firefox Browsers*/
-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*For Webkite browsers - Chrome and Safari*/
	
 }

.form label {
 margin-left: 10px;
 color: #999999;
 }

.submit input {
 width: auto;
 padding: 9px 15px;
 background: #617798;
 font-size: 14px;
 color: #F5F5F5;
 cursor:pointer;
 }
#form-div {
background-color:#F5F5F5;
padding:15px;
}

#wrapper {
margin:30px auto;
width:500px;
}

