﻿/* CSS layout */
body {
	background-position: 0px 0px;
	padding: 0;
	margin: 0;
	background-color: #EEEEEE;
	font-family: Arial,Helvetica,sans-serif;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	min-width: 960px;
}

h1,h2,h3,h4,h5,h6{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color: #007FB7
}

h1 {
	margin-right: 10px;
	margin-bottom: 12px;
	color: #002B59;
	font-size: 30px;
}
h2{
	color: #007FB7;
	font-size: 16px;
	margin-bottom: 10px
}

h3{
	color: #007FB7;
	font-size: 14px
}

p{
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
}

ul{
	font-size:14px
}

#MastHead {
	float: left;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #007FB7;
	padding-top: 15px;
}
#top_nav {
	float: left;
	width: 960px;
}
#Container {
	float: left;
}

#RightColumn {
	margin: 20px 20px 20px 0px;
	width: 180px;
	float: right;
	overflow: hidden;
	padding-left: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #007FB7;
}
#PageContent {
	margin: 20px 10px 20px 20px;
	float: left;
	width: 720px;
}

#Footer {
	margin: 10px auto 0px auto;
	clear: both;
	float: left;
	width: 960px;
	position: relative;
	height: 75px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #007FB7;
}
#leftimage {
	float: left;
}
#rightimage {
	float: right;
}

#top_nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#top_nav li {
	float: left;
	margin: 0px;
	width: 120px;
	position: relative;
}
#top_nav li a {
	display: block;
}

#top_nav ul ul,
#top_nav ul li:hover ul ul {
	display: none;
}

#top_nav ul li:hover ul,
#top_nav ul ul li:hover ul {
	display: block;
}

#top_nav ul ul {
	position: absolute;
	z-index: 500;
}

#top_nav ul ul a {
	background-image: none;
	background-color: #007FB7;
	text-indent: 10px;
	height: 18px;
	width: 160px;
	font-size: 14px;
	color: white;
	text-decoration: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}

#top_nav ul ul a.long-li {
	width: 200px;
}

#top_nav ul ul a:hover{
	background-color: #002B59;
}

#MainContainer {
	background-position: 0px 0px;
	width: 960px;
	background-color: #FFFFFF;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#MainImage{
	float: left;
	width: 720px;
	height: 235px;
	background-image: url('images/ISP-5322763-HOME.jpg');
	background-repeat: repeat;
	margin-bottom: 20px;
}
#phonenumber{
	float:left;
	margin-left:300px;
}
#MainText {
	float: left;
}
#FooterWords {
	float: left;
	width: 330px;
	position: absolute;
	left: 0px;
	font-size: 10px;
	bottom: 10px;
}
#PartnerLogo {
	float: right;
	position: absolute;
	bottom: 10px;
	right: 0px;
}
#PartnerLogo img {
	border-style: none;
}

#nav1 a {
	background-position: 0px 0;
}

#nav2 a {
	background-position: -120px 0;
}

#nav3 a {
	background-position: -240px 0;
}

#nav4 a {
	background-position: -360px 0;
}

#nav5 a {
	background-position: -480px 0;
}

#nav6 a {
	background-position: -600px 0;
}

#nav7 a {
	background-position: -720px 0;
}

#nav8 a {
	background-position: -840px 0;
}

#nav1 a, #nav2 a, #nav3 a, #nav4 a,
#nav5 a, #nav6 a, #nav7 a, #nav8 a,
#nav1b a, #nav2b a, #nav3b a, #nav4b a,
#nav5b a, #nav6b a, #nav7b a, #nav8b a {
	background-image: url('images/DC-Nav-bar.gif');
	text-indent: -2000px;
	height: 45px;
	width: 120px;
}

#nav1 a:hover {
	background-position: 0px -92px;
}

#nav2 a:hover {
	background-position: -120px -92px;
}

#nav3 a:hover {
	background-position: -240px -92px;
}

#nav4 a:hover {
	background-position: -360px -92px;
}

#nav5 a:hover {
	background-position: -480px -92px;
}

#nav6 a:hover {
	background-position: -600px -92px;
}

#nav7 a:hover {
	background-position: -720px -92px;
}

#nav8 a:hover {
	background-position: -840px -92px;
}
.rightimage {
	float: right;
}
.text-separator {
	margin: 200px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #007FB7;
}
#EnquiryForm {
	padding: 20px;
	border: 1px solid #808080;
	background-color: #CCCCCC;
	width: 680px;
}

label {
	width: 120px;
	float:left
}
.Center {
	text-align: center;
}
.ColumnSeparator {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #007FB7;
	margin: 10px;
}
