/*global*/
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
html,body {
	height: 100%;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	background: #0d2137 url(Images/bg.jpg) repeat-x;
}

/*text*/
h1 {font-size: 1.4em;}
h2 {font-size: 1.1em;}

.center {text-align: center;}

.bold {font-weight: bold;}

p {font-size: 1.3em; line-height: 1.4em;padding: 0 10px;}

.small {font-size: 0.8em;line-height: 1.1em;}

a {color: #0066ff;}

a,
a:visited {text-decoration: none;}

a:hover,
a:active {text-decoration: underline;}

hr {
	background: #7db6f1;
	margin: 5px 10px;
}
.top {
	font-size: 0.9em;
	color: #89beff;
	float: left;
}
.domain {
	float: left;
}
.blue {
	color: #89beff;
}
.red {
	color: #ed1c24;
}

/*box classes*/
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.fleft {float: left;}

.fright {float: right;}

/*boxes*/
#top_wrap {
	height: 30px;
	background: #213e5a url(images/top-bg.gif) repeat-x;
}
#top {
	width: 700px;
	margin: 0 auto;
}
#top p {
	line-height: 30px;
}
#top a {
	color: #fff;
	text-decoration: none;
}

#header_wrap {
	background: #fff url(images/hd-repeat.gif) repeat-x bottom;
}
#header {
	height: 276px;
}
#homepage #header {
	background: url(images/header-bg.jpg) no-repeat center;
}
#aboutpage #header {
	background: url(images/header-bg1.jpg) no-repeat center;
}
#servicespage #header {
	background: url(images/header-bg2.jpg) no-repeat center;
}
#contactpage #header {
	background: url(images/header-bg3.jpg) no-repeat center;
}

#nav {
	padding-top: 231px;
	width: 700px;
	margin: 0 auto;
}
#nav ul {
	height: 45px;
	list-style-type: none;
	margin-right: 5px;
}
#nav li {
	float: right;
	display: block;
}

#main_wrap {
	background: #0d2137 url(images/main-bg.jpg) repeat-x;
}
#main {
	width: 700px;
	margin: 0 auto;
	padding: 10px;
}

#left_wrap {
	float: left;
	width: 250px;
}
#left_rep {
	background: url(images/box-repeat.png) repeat-y top left;
}
#left {
	background: url(images/box-top.png) no-repeat top left;
}
#NIC {
	background: url(images/NIC.png) no-repeat top left;
}
#left_in {
	min-height: 150px;
	padding-bottom: 5px;
}
#left_in p.nic {
	font-size: 0.9em;
	padding: 80px 27px 0 78px;
	line-height: 1.2em;
}
#left_in h1 {
	padding: 15px 27px 10px 13px;
	text-align: center;
	color: #89beff;
}
#left_in p {
	padding: 10px 32px 0 18px;
}
#left_bot {
	background: url(images/box-bot.png) no-repeat bottom left;
	height: 15px;
}

#right {
	float: left;
	width: 450px;
	margin-bottom: 30px;
}
#right h1 {
	padding: 15px 0 10px 0;
}
#right h2 {
	padding: 15px 0 0 0;
}
#right p {
	padding: 0 10px;
}
#right ul {
	padding-left: 60px;
}
#right li {
	line-height: 1.4em;
	font-size: 1.2em;
}

#bottom {
	height: 104px;
	background: url(images/bottom-box.png) no-repeat top left;
}
#bottom a.contact {
	display: block;
	height: 104px;
	float: left;
	width: 545px;
}

#footer {
	float: left;
	width: 155px;
	text-align: center;
}
#footer p {
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.1em;
}
#text-links {
	font-size: 0.8em;
}
#text-links a {
	color: #fff;
}

#towns {
	display: none;
}


/* Form Styling */
#form_div {
	padding-left: 40px;
}
#text {
	float: left;
	padding: 0 10px 10px 10px;
}
#map {
	float: left;
	padding: 0 10px 10px 10px;
}
.submit {
    background-color: #fff;
	font-size:11px;
    margin-top: 5px;
    height: 20px;
    width: 80px;
    color: #00648a;
    border: 2px solid #66bad9;
}
.submit:hover {
    border: 2px solid #00648a;
}       
.input {
    color: #66bad9;
	width: 150px;
	height: 15px;
	font-size:11px;
    border: 1px solid #66bad9;
    background-color: #fff;
}
.input:hover {
    color: #00648a;
    border: 1px solid #00648a;
}
.textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #66bad9;
	padding: 0px; line-height: 14px; margin: 0px;
	width: 150px;
	height: 75px;
	line-height: 11px;
	font-size:11px;
    border: 1px solid #66bad9;
    background-color: #fff;
}
.textarea:hover {
    color: #00648a;
    border: 1px solid #00648a;
}
