﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #81B7DE;
	color: #555555;
	margin: 0;
}

h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #13487E;
}

h1
{
	font-size: 250%;
}

h2
{
	font-size: 200%;
}

h3
{
	font-size: 150%;
}

p
{
	
}

#wrapper
{
	min-width: 980px;
	max-width: 980px;
	margin: auto;
	background-color: #fff;
}

#header
{
	min-width: 600px;
	display: inline;
	background-color: #fff;
	height: 120px;
}

#logo
{
	float: left;
	width: 20%;
	overflow: hidden;
	width: 140px;
	background: #fff url(../images/header_filler.jpg) repeat-x;
	margin: 0;
	z-index: 10;
}

#right
{
	top: 0;
	left: 100px;
	float: left;
	width: 80%;
	overflow: hidden;
	background-color: #fff;
}

#menu
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 1px 0 0 0;
	background: #13487E url(../images/nav_bg.gif) repeat-x bottom left;  
	height:40px; 
}

#menu ul
{
	margin-left: 100px;
	margin-right: 50px;
	width: 80%;
}

#menu li
{
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	font-weight: bold;
	/* color: #9B8748; */
	color: #13487E;
}

#menu a
{
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #9B8748;
	background: #F9E9A9 url(../images/off_bg.gif) repeat-x top left;
}

body#index #index a, body#our_services #our_services a, body#about_us #about_us a, body#faqs #faqs a, body#whats_included #whats_included a, body#programme_options #programme_options a, body#safety_backup #safety_backup a, body#links #links a
{
	color: #333;
	padding-bottom: 4px;
	border-color: #727377;
	border-bottom: solid 1px #fff;
	background: #fff url(../images/on_bg.gif) repeat-x top left;
}

#menu a:hover
{
	color: #fff;
	padding-bottom: 4px;
	border-color: #727377;
	border-bottom: solid 1px #84B4E4;
	background: #84B4E4 repeat-x top left;
}

#content
{
	clear: both;
	margin: 0px 30px 0 30px;
	min-height: 380px;
}

#content_left
{
	clear: both;
	float: left;
	margin: 20px 20px 20px 100px;
	width: 75%;
}

#content_right
{
	float: right;
	width: 15%;
	margin: 20px 100px 20px 20px;
	border: 2px solid #666;
}

.index_box
{
	min-width: 280px;
	min-height: 300px;
	width: 30%;
	height: 40%;
	float: left;
	padding: 15px;
	margin: 10px;
	text-align: left;
	border: 2px solid #666;
}

.index_box h3
{
	background-color: #4F73A7;
	color: #FFF;
	padding: 15px 30px;
	overflow: hidden;
}
 
.index_box img
{
	float: left;
	margin-right: 12px;
	margin-top: 4px;
}

table img
{
	margin-left: 20px;
}
	
}#line_of_logos img
{
	padding: 20px;
}

#footer
{
	float: left;
	width: 100%;
	height: 40px;
	margin: 0;
	margin-top: -20px;
	padding: 0;
	font-size: 140%;
	background-color: #13487E;
}
