/* CSS Document 
Colours
blue 00adce
light grey 8a8a8a
dark grey 13242c
*/




body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #84c9d9;
	}
	
p  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13242c;
	margin-top: 0px;
	}
	
a  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	float: right;

	}
	
h1	{
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #44C3E6;
	font-weight: bold;
	margin-bottom: 5px;

	}
	
h2  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1c1d15;
	margin-top: 5px;
	background-image: url(images/h2-img.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	}
	
h3  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #1c1d15;
	font-weight: bold;
	margin-bottom: 0px;
	}
	
.class1 {
	color: #ffffff;
	background-color: #8dbf10;
	font-weight: bold;
    }
	
#nav li {
	float: left;
	margin: 3px;
	list-style : none;
	color: #FFF;
}
#nav ul {
	list-style : none;
	position: relative;
	float: right;
	margin-right: 25px;
	margin-top: 28px;
}
#nav a {
	color: #fff;
	text-decoration : none;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	font-weight: bold;
	top: 50px;
	float: none;

}
#nav a:hover, #nav .active, #nav a:focus, #nav a:active {
	color: #42C3E7;
	text-decoration : none;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	font-weight: bold;
	float: none;
}

#wrapper {
	width: 789px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
}

#nav {
	height: 65px;
	width: 789px;
	background-image: url(images/nav-br.png);
	background-repeat:no-repeat;

}

#content {
	width: 100%;
	background-image: url(images/content-bg.png);
	background-repeat:no-repeat;
	clear: both;
	overflow: auto;
	
}

#left {
	float: left;
	width: 335px;
}

#img {
	padding: 15px;
}

#email-btn {
	padding-right: 15px;
	padding-left: 25px;
	width: 284px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

#text1 {
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15px;

}

#text1-ul li {
	line-height: 18px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	list-style-type: none;
}
#text1-ul ul {
	
}

#text1 p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #1c1d15;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
#text1 a {
	padding-top: 0px;
	padding-bottom: 10px;
	color: #68C8E1;
	text-decoration : none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: none;
	
}

#right {
	width: 445px;
	float: right;

}

#footer {
	width: 789px;
	background-image: url(images/footer-img.png);
	height: 43px;

}
#footer p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	color: #fff;
	margin-top: 14px;
	margin-right: 20px;
	font-weight: bold;
	}

