/* CSS LAYOUT */
.float-left			{ float: left; }
.float-right		{ float: right; }
.clear				{ clear: both; }
.clear-left			{ clear: left; }
.clear-right		{ clear: right; }
.layout-center		{ margin: 0 auto; }
.clear-bottom		{ margin-bottom: 50px; }

/* TEXT STYLING */
.text-center		{ text-align: center; }
.text-right			{ text-align: right; }
.text-left			{ text-align: left; }

h1 { color: #000; font: bold 32pt/52pt Verdana; }
h2 { color: #00639b; font: bold 18pt/30pt Verdana; }
h3 { color: #00639b; font: normal 16pt/26pt Verdana; }
h4 { color: #e0e566; font: bold 26pt/42pt Verdana; }
h5 { color: #00305f; font: normal 14pt/18pt Verdana; }
h6 { color: #bb133a; font: bold 26pt/42pt Verdana; }

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited { color: #00639b; text-decoration: none;}
h2 a:hover, h3 a:hover { color: #bb133a; text-decoration: underline; }
h4 a:link, h4 a:visited { color: #e0e566; text-decoration: none;}
h4 a:hover { color: #00305f; text-decoration: underline; }
h6 a:link, h6 a:visited { color: #bb133a; text-decoration: none;}
h6 a:hover { color: #00305f; text-decoration: underline; }

p { color: #303030; font: normal 12px/24px Verdana, Tahoma; margin: 0; padding: 5px 0 15px 0; text-indent: 35px; }
p.no-indent { text-indent: 0px; }
.info { color: #e0e566; font: normal 12px/20px Verdana, Tahoma; }
.name { color: #fff; font: normal 26px/42px Verdana; }
.address { color: #e0e566; font: normal 14px/20px Verdana, Tahoma; }

.bigger-text { font: normal 12pt/24pt Verdana, Tahoma; }
.red { color: #bb133a; }
.underline { text-decoration: underline; }
.quote { color: #bb133a; background: #e2ebec url(../images/quote.jpg) left top no-repeat; display: block; font: normal 12pt/26pt Verdana; padding: 20px 0 35px 0; margin: 5px; }
.quote span { font: italic 14pt/26pt Verdana; }

/* LINKS & LIST */
a.linked:link, a.linked:visited { color: #00639b; font-weight: bold; text-decoration: none;}
a.linked:hover { color: #bb133a; text-decoration: underline; }
a.email:link, a.email:visited, .credit a:link, .credit a:visited, .copyright a:link, .copyright a:visited { color: #cdd2d5; font-weight: bold; text-decoration: none;}
a.email:hover, .credit a:hover, .copyright a:hover	{ color: #e0e566; font-weight: bold; text-decoration: underline;}
.read-more-news { margin: 0; padding: 5px 10px 0 0; background: #e2ebec url(../images/read-more-news.jpg) top right no-repeat; display: block; }
.read-more-testimonial { margin: 0; padding: 5px 10px 0 0; background: #e2ebec url(../images/read-more-testimonial.jpg) top right no-repeat; display: block; }
.download-register-form { margin: 0; padding: 5px 10px 0 0; background: #e2ebec url(../images/download-register-form-sm.jpg) top right no-repeat; display: block; }
.read-more-news a:link, .read-more-news a:visited, .read-more-testimonial a:link, .read-more-testimonial a:visited, .download-register-form a:link, .download-register-form a:visited { color: #00639b; font-weight: bold; text-decoration: none;}
.read-more-news a:hover, .read-more-testimonial a:hover, .download-register-form a:hover { color: #bb133a; text-decoration: underline; }

ul.linkout { margin: 0 0 0 100px; padding-top: 20px; line-height: 2.0; list-style-type: none; }
html>/**/body ul.linkout { margin-top: -10px; }
ul.linkout li { padding-left: 40px; background:#e2ebec url(../images/list-link.gif) left no-repeat; }
ul.linkout a:link, ul.linkout a:visited { color: #00639b; text-decoration: none; font: normal 12pt/22pt Verdana;  }
ul.linkout a:hover { color: #bb133a; text-decoration: underline; }

.listinside { list-style-type: disc; margin: 0; padding: 5px 0 0 60px; font: normal 12px/24px Verdana, Tahoma;  }

/* TABLE */
#zebra-table {
	margin: 10px;
	border-collapse: collapse;
	font: normal 12px/24px Verdana;
}
#zebra-table th {
	border: #fff 1px solid;
	color: #00639b;
	padding: 10px;
	background: #efe57a;
	font: bold 14px/20px Verdana;
}
#zebra-table td {
	border: #fff 1px solid;
	color: #303030;
	padding: 10px;
	background: #f6f7cd;
}
#zebra-table tr:hover td {
	background: #f2eb9b;
}
#EnquiryForm {
	margin-left: 100px;
}
.btn {
	font: bold 12px/18px Verdana;
	padding: 5px;
}

/* OTHER */
.w430 { width: 430px; }
.w533 { width: 533px; }
.w327 { width: 327px; }
.w662 { width: 662px; }
.w198 { width: 198px; }
.w741 { width: 741px; }
.w129 { width: 129px; }
.w395 { width: 395px; }
.w850 { width: 850px; }

/* AD */
#fix {
	position: fixed;
	left: 80px;
	top: 50px;
	z-index: 9999;
}
* html #fix { /*\*/
	position: absolute;
 	top: expression((50 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');/**/
	left: 80px;
}
#ad {
	color: #000;
	cursor: pointer;
	font: normal 13px/21px Tahoma;
}

/* ------------------------------------------ */
