@charset "UTF-8";

body {
	padding: 0;
	margin: 0 auto;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	max-width: 640px;
	background: #3B3B3B;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
h1 {
	color: #030B6B;
	font: 30px/35px "Trebuchet MS", Arial, sans-serif;
}
h2 {
	color: #112764;
	font: 25px/30px "Trebuchet MS", Arial, sans-serif;
}
h3 {
	color: #FFF;
	font: 25px/30px "Trebuchet MS", Arial, sans-serif;
}
h4 {
	font: 20px; "Trebuchet MS", Arial, sans-serif;
}
.textlarge {
	font-size: 22px;
	line-height: 28px;
	text-shadow: 1px 1px 2px #000;
}
.textxsmall {
	font-size: 12px;
	line-height: 18px;
}
a:link, a:visited  {
	color: #030C6D;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #7150AD;
}
header {
}
header img {
	width: 100%;
	height: auto;
	display: block;
}
.phone {
	line-height: 55px;
	font-size: 28px;
	background: url(../images/bg-phone.jpg);
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	border-bottom: 1px solid #FFF;
}
a#phone {
	color: #FFF;
	display: block;
}
nav#home {
}
nav#home ul li {
	list-style: none;
}
nav#home a:link, nav#home a:visited {
	display: block;
	line-height: 80px;
	font-size: 25px;
	background-color: #13294e;
	border-bottom: 1px solid #ccc;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	background-image: -webkit-linear-gradient(180deg,rgba(19,41,78,1.00) 0%,rgba(47,69,152,1.00) 51.30%,rgba(19,41,78,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(19,41,78,1.00) 0%,rgba(47,69,152,1.00) 51.30%,rgba(19,41,78,1.00) 100%);
}
.wrapper {
	background: #FFF;
}
.content {
	background: #FFF;
	padding: 5% 0 5% 0;
}
.contentblue {
	background: #2f4598;
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
	padding: 5%;
}
.contentnavy {
	background: #13294e;
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
	padding: 5%;
}
.content ol, .content ul, .contentblue ol, .contentblue ul, .contentnavy ol, .contentnavy ul {
	margin: 0 0 0 30px;
}
.contentblue a:link, .contentblue a:visited, .contentnavy a:link, .contentnavy a:visited {
	color: #D5BCAA;
}
.enquirebtn a:link, .enquirebtn a:visited {
	display: block;
	background: #c4c6c9;
	line-height: 40px;
	font-size: 20px;
	margin: 15px auto 0 auto;
	text-shadow: 1px 1px 1px #000;
	border-radius: 5px;
	width: 80%;
	text-align: center;
	color: #2F4598;
}
footer {
	overflow: hidden;
	text-align: center;
	color: #FFF;
	padding: 15px 0px 0px 0px;
	background-image: -webkit-linear-gradient(181deg,rgba(42,42,42,1.00) 0%,rgba(79,79,79,1.00) 46.63%,rgba(42,42,42,1.00) 100%);
	background-image: linear-gradient(269deg,rgba(42,42,42,1.00) 0%,rgba(79,79,79,1.00) 46.63%,rgba(42,42,42,1.00) 100%);
}
footer a:link, footer a:visited {
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
}
.actionswrapper {
	width: 80%;
	margin: 10px auto 20px auto;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}
.actions {
	width: 33.33%;
	font-size: 13px;
	text-align: center;
	float: left;
	margin: 0px 0px 20px 0px;
}
.actions img {
	width: 30px;
	height: 30px;
}
.actions a:link, .actions a:visited {
	color: #FFF;
	display: block;
	text-shadow: 1px 1px 2px #000;
}
#Submit {
	background: #030B6B;
	color: #FFF;
}
form {
	width: 92%;
	margin: 0 auto;
}
form input, form select, form textarea {
	background: #FFF;
	width: 95%;
	padding: 1% 0 1% 5%;
	font-size: 15px;
	border-radius: 5px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #A7A7A7;
}
.fltrt {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.fltlft {
	float: left;
	margin-right: 12px;
}