@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
}
body {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0;
}
#clear {
	clear: both;
}
.intro {
	width:100%;
	height: 390px;
	background-color: #202A53;
	background-image: url(images/IntroBG.jpg);
	background-repeat: repeat-x;
}
.introcontent {
	width:100%;
	min-height: 480px;
	background-color: #172554;
	background-image: url(images/IntroBG.jpg);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}
.introhc {
	width:100%;
	height: 390px;
	background-color: #FFF;
}
.testimonials {
	width:100%;
	background-color: #162554;
	background-image: url(images/IntroBG.jpg);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}
.header {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	z-index: -50;
}
.logo {
	float: left;
	width: 640px;
}
.navbg {
	width:100%;
	background-image: url(images/navbg.jpg);
	clear: both;
}
.nav {
	background-color: #232E58;
	background-image: url(images/navbg.jpg);
	height: 28px;
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 8px;
	position:relative;
	left:-35px;
}
a.nav:link {
	color: #98cee6;
	text-decoration: none;
}
a.nav:visited {
	color: #98cee6;
	text-decoration: none;
}
a.nav:hover {
	color: #FFF;
	text-decoration: none;
}
a.nav:active {
	color: #98cee6;
}
.nav ul {
	list-style-type: none;
	height: 24px;
	width: 960px;
	margin: auto;
}
.nav li {
	float: left;
}
.nav ul a {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 35px;
	padding-left: 35px;
	display: block;
	line-height: 16px;
	text-decoration: none;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #98cee6;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: 0px 0px 1px #245483;
}
.nav ul a:hover {
	color: #FFF;
	text-decoration:none;
	text-shadow: 0px 0px 1px #40a9d7;
}
.nav ul a.selected {
	color: #FFF;
	text-decoration:none;
	text-shadow: 0px 0px 1px #40a9d7;
}
.email {
	width:280px;
	background-image:url(images/columnbg.jpg);
	background-repeat:no-repeat;
	float:right;
	background-position:top;
	position: relative;
	top: 0px;
	right: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h1 {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 20px;
	text-shadow: 0px 0px 1px #245483;
}
h2 {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 21px;
	line-height: 24px;
	color: #40b0e0;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
h3 {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #29628F;
	font-weight: bold;
}
h4 {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
h5 {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-shadow: 0px 0px 1px #245483;
	font-weight: bold;
}
h6 {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #40b0e0;
	padding-bottom: 10px;
	font-weight: lighter;
}
p {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
p.white {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
.img {
	float: left;
	margin-right: 20px;
	padding: 10px;
	border: 1px #FFFFFF solid;
}
a:link {
	color: #29628F;
	text-decoration: none;
}
a:visited {
	color: #29628F;
	text-decoration: none;
}
a:hover {
	color: #40b0e0;
	text-decoration: none;
}
a:active {
	color: #29628F;
}
a.white:link {
	color: #fff;
	text-decoration: none;
}
a.white:visited {
	color: #fff;
	text-decoration: none;
}
a.white:hover {
	color: #98cee6;
	text-decoration: none;
}
a.white:active {
	color: #fff;
}
#slideshow {
	position:relative;
	height:390px;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
hr.white {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#container {
	width: 960px;
	clear:both;
	margin-left: auto;
	margin-right: auto;
}
.content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.contentnews {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #202A53;
	background-image: url(images/IntroBG.jpg);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
.content p {
	color: #FFF;
	font-size: 13px;
	line-height: 18px;
	text-shadow: 0px 0px 1px #245483;
}
.left {
	width: 470px;
	float: left;
}
.right {
	width: 470px;
	float: right;
}
.column {
	width:280px;
	background-image: url(images/columnbg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
	background-position: top;
}
.columnblank {
	width:280px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}
.input {
	width: 270px;
	height:20px;
	padding:5px;
	background-image: url(images/formbg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	color: #999999;
}
.enquiry {
	width: 460px;
	height:20px;
	padding:5px;
	background-image: url(images/formbg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	color: #999999;
}
.textarea {
	width: 460px;
	height:80px;
	padding:5px;
	background-image: url(images/formbg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	color: #999999;
	background-color: #FFFFFF;
	font-size: 11px;
}
.footer {
	width:960px;
	background-image: url(images/FooterBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 20px;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 120px;
	margin-bottom: 10;
	clear: both;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
}
.subnav {
	width: 510px;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #999999;
	margin-bottom: 0;
	margin-left: 225px;
	margin-right: 225px;
	position: relative;
}
a.footer:link {
	color: #666666;
	text-decoration: none;
}
a.footer:visited {
	color: #666666;
	text-decoration: none;
}
a.footer:hover {
	color: #41b0de;
	text-decoration: none;
}
a.footer:active {
	color: #666666;
}
.footer ul {
	list-style-type: none;
	height: 24px;
	width: 960px;
	margin: auto;
}
.footer li {
	float: left;
}
.footer ul a {
	background-image: url(images/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
	padding-left: 12px;
	display: block;
	line-height: 16px;
	text-decoration: none;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: lighter;
}
.footer ul a:hover {
	color: #41b0de;
	text-decoration:none;
}
.footer ul a.selected {
	color: #41b0de;
	text-decoration:none;
}
