@charset "utf-8";
/* CSS Document */

/****** Core HTML Setup ******/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	color:#1c3e95;
	background:#FFF;
	padding-bottom:20px;
}

/****** Links ******/

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#de001a;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#copyright a {
	text-decoration:underline;
	font-weight:bold;
	color:#999999;
}

#copyright a:hover {
	color:#FFF;
}
	

/****** Text ******/

p { 
	margin-top: 0;
	margin-bottom: 0px;
}

/****** Images ******/

img { border: 0 none; }

/****** Forms Boxes ******/

#Button_Submit, #Button1, #Button_BookNow, #Button_ChangeBooking, #btnProcessBooking {
	background:#1c3e95;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	border:none;
	cursor:pointer;
}

/****** Headers ******/

h1 {
	font-size:30px;
	font-weight:bold;
	color:#1c3e95;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #1c3e95;
	padding-bottom:-5px;
	margin-bottom:10px;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#1c3e95;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#1c3e95;
}

h2.alert {
	font-size:18px;
	font-weight:bold;
	color:#C00;
}



/****** Template CSS ******/

#wrapper {
	margin:0 auto;
	width:960px;
}

#header {
	width:960px;
	height:150px;
}

#logo {
	float:left;
}

#menu {
	float:right;
	text-align:right;
}

#banner {
	width:590px;
	height:329px;
	border:20px solid #ececec;
	float:left;
}

#contactInfo {
	width:630px;
	height:369px;
	float:left;
}

#quote {
	float:right;
	width:270px;
	height:329px;
	padding:20px;
	background:#ececec;
}

.clear {
	clear:both;
}

#mainContent {
	width:960px;
	padding-top:20px;
	padding-bottom:20px;
}

#content {
	width:310px;
	padding-right:10px;
	float:left;
}

#images {
	width:300px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

#testimonials {
	width:310px;
	padding-left:10px;
	float:right;
}

#footer {
	width:940px;
	background:#1c3e95;
	color:#FFF;
	padding:10px;
}

#footerMenu {
	float:left;
}

#copyright {
	float:right;
	text-align:right;
	font-size:10px;
}


/****** Menu's ******/

ul #menu, #menu ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

li #menu, #menu li {
	margin: 0;
    padding: 0;
	display:inline;
}

#menu a {
	color:#1c3e95;
	font-weight:bold;
	text-decoration:none;
	width:95px;
	height:118px;
	display:inline-block;
	text-align:center;
	line-height:14;
}

#menu a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background: url(../images/menuHover.jpg);
	width:95px;
	height:118px;
}

#menu .active a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background: url(../images/menuHover.jpg);
	width:95px;
	height:118px;
	display:inline-block;
	text-align:center;
	line-height:14;
}

ul #footerMenu, #footerMenu ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

li #footerMenu, #footerMenu li {
	margin: 0;
    padding: 0;
	display:inline;
	padding-right:20px;
	padding-left:10px;
	line-height:3;
}

#footerMenu a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#footerMenu a:hover {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}

/****** Unordered Lists ******/





