/*
Site Colours:

	red				#c60c30
	light blue		#98c6ea
	dark blue		#002c77
	
	other colours:
	mid blue		#007dc3
	light green		#78a22f
	dark green		#00703c

*/

/* initially set margin and padding to zero for all browsers */
* { margin:0; padding:0; }

body {
	background-image:url(images/common/background.png);
	background-repeat: repeat;
	background-color: white;
	font-family: Arial, Tahoma, Verdana;
	font-size:14px;
	color:gray;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	color:#002c77;
	line-height: 1.2em;
	padding-top: 1em;
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.8em;
}

h3 {
	font-size:1.6em;
}

h4 {
	font-size:1.4em;
}

h5 {
	font-size:1.2em;
}
h6 {
	font-size:1em;
	font-weight: normal;
	background-color: #78a22f;
	color: white;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
}
h7 {
	font-size:1em;
	font-weight: normal;
	background-color: #c60c30;
	color: white;
	padding: 5px;
}

p {
	margin-top: 5px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

ul, ol {
	margin-top: 10px;
	line-height: 1.5em;
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 28px;
}
	
a {
	text-decoration: underline;
	color: #002c77;
}

a:hover {
	color: #98c6ea;
}

th {
	text-align: left;
	padding-right: 10px;
}
td {
	text-align: left;
}

#container
{
	width: 1000px;
	margin: 0px auto;
	background-color: #fff;
	color: #333;
	line-height: 130%;
	border-right: 2px solid #007dc3;
	border-left: 2px solid #007dc3;
	border-bottom: 2px solid #007dc3;
}

#header
{
	height: 135px;
	background: url(images/common/waterspace-logo.jpg) no-repeat 50px 25px;
}
#mainmenu.homepage {
	height: 65px;
	width: 1000px;
	background-image: url(images/common/headermenu.jpg);
	border-bottom: 2px solid #007dc3;
}
	
#mainmenu
{
	height: 65px;
	width: 1000px;
	background-image: url(images/common/menu.png);
	border-bottom: 2px solid #007dc3;
}

#mainmenu ul {
	float: right;
	line-height: normal;
	margin: 0px;
	padding: 0px 25px 0px 0px;
}

#mainmenu li {
	float: left;
	padding-top: 30px;
	list-style-type: none;
}

#mainmenu a {
	display: block;
	width: 180px;
	height: 25px;
	margin-left: 10px;
	padding-top: 10px;
	background-color: #002c77;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

#mainmenu a:hover, #menu .current_page_item a {
	text-decoration: none;
	background-color: #98c6ea;
}

#mainmenu .current_page_item a {
	background-color:#007dc3;
	color:white;
	border-left: 10px solid #c60c30;
}

#page {
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}

#leftnav.h2office {
	background: url(images/h2office/h2office-front.png) no-repeat;
	padding-top: 180px;
}

#leftnav
{
	float: left;
	width: 160px;
	margin: 0;
	padding-right: 1em;
	padding-left: 1em;
}
#leftnavmenu {
	margin-bottom: 10px;
}
#leftnavmenu h3 {
	font-size: 1.2em;
}
#leftnavmenu h4 {
	font-size: 1em;
	padding-top: 10px;
}
#leftnavmenu ul {
	list-style-type: none;
}
#leftnavmenu a {
	display: block;
	width: 150px;
	height: 20px;
	background-color: #002c77;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftnavmenu a:hover, #leftnav .current_page_item a {
	text-decoration: none;
	background: #98c6ea;
}
#leftnavmenu .current_page_item a {
	color: #white;
	background: #007dc3;
	border-left: 10px solid #c60c30;
}

#bottommenu {
	font-size: 7pt;
	border-top: 1px solid #98c6ea;
	margin-top: 25px;
	text-align: center;
	color: #555;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 15px;
}
#map {
	border: 2px solid #98c6ea;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#columncontent
{
	margin-left: 200px;
	max-width: 50em;
	border-left: 1px solid gray;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 2em;
}

#columns
{
	width: 200px;
	padding-right: 20px;
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
	float: left;
}
#columns h2 {
	background-color: #78a22f;
	color: white;
	font-size: 1.1em;
	padding: 7px 5px 5px 7px;
}

#clearthefloats {
	clear: both;
}

#content
{
	margin-left: 200px;
	border-left: 1px solid gray;
	max-width: 40em;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 2em;
}

#content h2 { margin: 0 0 .5em 0; }

#movie {
	display: inline-block;
	margin-top: 25px;
}
#movie p {
	border: 2px solid #98c6ea;
	margin: 0;
}
#movie h2 {
	background-color: #78a22f;
	color: white;
	font-size: 1.1em;
	padding: 7px 5px 5px 7px;
	margin-bottom: 10px;
}

#leftcontent
{
	margin-left: 20px;
	padding: 2em;
	max-width: 40em;
}

#footer
{
	color: gray;
	font-size: 0.9em;
	text-align: center;
	background: url(images/common/footer.png) no-repeat;
	clear: both;
	width: 1000px;
	padding-top: 75px;
	padding-bottom: 25px;
}
.imgborder {
	border: 2px solid #98c6ea;
}
#leftpic
{
	float: left;
	padding: 10px;
}
#contact-details p {
	line-height: 1em;
}
