/* -----------------------------------*/
/* -> COLOUR GLOSSARY <<<-----*/
/* -----------------------------------*/
/*
# Dark Blue: #000066
# Red: #990000
# Mid grey: #CCCCCC
# Yellow: #FFCC33
# */

html, body {
border:0;
margin:0;
padding:0;
}
body {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	background: #000066;
}

/* -----------------------------------*/
/* -> COMMON FORMATING <<<------*/
/* -----------------------------------*/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	letter-spacing:-1px;
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 14px;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

/* -----------------------------------*/
/* ----- LINKS <<<-----------*/
/* -----------------------------------*/

a:link { color: #990000; }
a:visited { color: #990000; }
a:hover {
	color: #000066;
	text-decoration: underline;
}
a:active { color: #000066; }

/* -----------------------------------*/
/* ----- TABLES <<<----------*/
/* -----------------------------------*/

table {
	border:0;
	background: #FFF;
}

	table tr td {
	padding:0;
	}
	
td img {
	display: block;
}

/* -----------------------------------*/
/* ----- STYLING <<<---------*/
/* -----------------------------------*/

.top {
	background: #FFFFFF;
	height: 127px;
	width: 644px;
}
.top_content {
	margin: 5px 0 3px 2px;
	width: 638px;
	height: 120px;
	overflow: auto;
	background-color: #e4e4e4;
}
.top_text {
	padding: 3px;
}
	.top_text p {
	margin: 0;
	text-align: justify;
	}
.top_bar {
	height: 29px;
	width: 858px;
}
	.top_bar div {
	background: #000066;
	margin: 2px 5px;
	padding-right: 15px;
	height: 24px;
	line-height: 24px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
	}
		.top_bar a, .top_bar a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		.top_bar a:hover {
		text-decoration: underline;
		}
#middle_left {
	background: url(images/middle_left.gif) no-repeat;
	height: 249px;
	width: 214px;
}
#middle_left1 {
	height: 249px;
	width: 214px;
	background-image: url(images/middle_left1.jpg);
	background-repeat: no-repeat;
}
#middle_left2 {
	height: 249px;
	width: 214px;
	background-image: url(images/middle_left2.jpg);
	background-repeat: no-repeat;
}


#middle_right {
	height: 249px;
}
.more_boxes {
	height: 228px;
	vertical-align: top;
}
	.more_boxes h1 {
		color: #FFFFFF;
		background: #000066;
		font-size: 14px;
		line-height: 33px;
		height: 33px;
		padding: 0 0 0 7px;
	}
	.more_boxes h1 a, .more_boxes h1 a:visited {
		color: #FFFFFF;
		text-decoration: none;
		display: block;
	}
	.more_boxes h1 a:hover, .more_boxes h1 a:active{
		color: #FFFFFF;
		text-decoration: underline;
		display: block;
	}

	.more_text {
	font-size: 9px;
	background: #E4E4E4;
	padding: 5px 5px 7px 5px;
	height: 97px;
	}
	.more_enter a, .more_enter a:visited {
	height: 32px;
	background: #CCC;
	display: block;
	padding-right: 15px;
	text-align: right;
	text-transform: uppercase;
	font: bold 14px/32px Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	}
	.more_enter a:hover {
		color: #FFFFFF;
		background: #000066;
	}

#rugby_tours {
	width: 208px;
	margin: 2px 2px 0 4px;
}
#cricket_tours {
	width: 208px;
	margin: 2px 2px 0 1px;
}
#corporate_hospitality {
	width: 208px;
	margin: 2px 1px 0 1px;
}
#school_tours {
	width: 211px;
	margin: 2px 3px 0 2px;
}

#footer_left {
	background: url(images/footer_left.gif) no-repeat;
	height: 74px;
	width: 361px;
}
#footer_right {
	background: url(images/footer_right.gif) no-repeat;
	height: 74px;
	width: 497px;
}
.footer p {
	position: absolute;
	left: -5000px;
	top: -5000px;
}
.blue_alt a, .blue_alt a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.blue_alt a:hover, .blue_alt a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

