/* Basic Styles */
/* Link Styles */

a { color:#FF0000; }
a:visited { color:#FF0000; }
a:hover { color:#51869d; }
a:active { color:#FF0000; }

/* Template Layout */
.container { 
	background-color:#ffffff; 
	text-align: left;
	position: relative; 
	width: 850px;
	margin: 10px; 
	padding: 10px;
	border: solid 2px #0a3649; }
.header { }

#menu a { 
	background-image:url(../images/menuBG.jpg);
	background-repeat:repeat-x;
	text-align: left; 
	width: 166px; 
	float: left; 
	padding: 5px 10px; 
	border: solid 1px #0a3649; 
	border-top: 2px solid #0a3649;
}

#menu a:hover { 
	background-color:#0ca6ba;
	background-image:none;
}
	
#menu.left a { 
	background-color: #51869d; 
	text-align: left; 
	padding: 5px 10px; 
	width: 166px; 
	float: left; 
	border: none;
	border-top: 2px solid #0a3649; 
	border-right: 1px solid #0a3649; 
	border-bottom: 1px solid #0a3649; 
}

#menu.left a:hover { 
	background-color:#0ca6ba;
	background-image:none;
}

#menu.right a { 
	background-color: #51869d; 
	text-align: left; 
	padding: 5px 10px; 
	width: 166px; 
	float: left; 
	border: none;
	border-top: 2px solid #0a3649; 
	border-left: 1px solid #0a3649; 
	border-bottom: 1px solid #0a3649; 
}

#menu.right a:hover { 
	background-color:#0ca6ba;
	background-image:none;
}

.mText { 
	color: #ffffff; 
	text-decoration: none; 
	font-size:14px;
}

.content { 
	width: 550px; 
	float: left; 
	margin:0px 20px 10px 0px; 
	padding: 0px 10px 0px 0px;
}

.enquiry {
	 width: 250px; 
	 float: left; 
	 padding-top: 10px; 
	 padding-bottom: 10px; 
}

.footer { 
	color: #fff; 
	font-size: 10pt; 
	font-weight: bold; 
	background-color: #399cbd; 
	text-align: center; 
	height: 16px; 
	clear: left; 
	padding: 5px 10px; 
}

/* Enquiry Form Styling*/
.enquiry-colour { 
	background-color:#017db0;
	background-image:url(../../st-kitts/images/menuBG.jpg);
	background-repeat:repeat-x;
}

.enquiry-header { 
	color: #fff; 
	font-size: 11pt; 
	font-weight: bold; 
	background-color:#FF0000;
	text-align: center; 
}

.enquiry-text { 
	color: #fff; 
	font-size: 10pt; 
}

.enquiry-gap { 
	background-color: #fff; 
}

.enquiry-valid-colour { 
	background-image:url(../../st-kitts/images/menuBG_hover.jpg);
	background-repeat:repeat-x;
	background-color:#017471;
}

.enquiry-img { 
	background-image: url(../../st-kitts/images/valid.gif); 
	background-repeat: no-repeat; 
	background-position: 0 1px; 
}

/*Content styling*/
body { 
	color:#333333;
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif; 
	background-image:url(../../st-kitts/images/bodyBG.jpg);
	background-repeat:repeat-x;
	background-color: #2d6780; 
	text-decoration: none; 
}

p { 
	margin: 8px 10px 8px 10px;
	color:#333333;
}

td { 
	color: #000; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}

h1 { 
	color: #51869d; 
	width:550px;
	padding:4px 10px 3px 10px;
	font-size: 14pt; 
	font-weight: bold; 
	margin: 10px 0px 12px 0px;
}

h2, h3, h4, h5 { 
	color: #51869d; 
	width:550px;
	padding:4px 10px 3px 10px;
	font-size: 12pt; 
	font-weight: bold; 
	margin: 10px 0px 12px 0px;
}

h6 {
	color: #51869d; 
	width:550px;
	padding:4px 10px 3px 10px;
	font-size: 11pt; 
	font-weight: normal;
	margin: 10px 0px 12px 0px;
}

hr { 
	margin:12px 0px 10px 12px;
	border:none;
	border-top: #49bfbd dotted 1px; 
}

/*link block styling*/
.link { 
	font-size: 8pt;
	color:#FFFFFF; 
}

.image { 
	border: solid 1px #399cbd; 
}

.table { 
	border: solid 1px #000; 
}

form {
	margin: 0px 0px 0px 0px;
}

.emphasis { 
	color: #c00; 
	font-size: 10pt; 
	font-weight: bold; 
}

.border {
	 padding: 10px; 
	 border: solid 1px #72b105; 
}
.error {color:#FF0000;}
