@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
body {
	font-family: 'Lucida Sans Unicode','Lucida Grande',Helvetica,Arial,sans-serif;
	color: #333333;
	height: 100%;
	font-size:12px;
}
.redcopy {
	color: #DC222B;
}
h1 {
	font-size: 18px;
	color: #999999;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: lighter;
	word-spacing: -1px;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
}
h3 {
	font-size: 16px;
	color: #666666;
	padding-bottom: 5px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #4ac5c9;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}
h4 a:link, h4 a:visited, h4 a:active {
	font-size: 12px;
	color: #4ac5c9;
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
	color: #4AC5C9;
}
.blueHighlight {
	color: #4AC5C9;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #DC222B;
	margin-top: 10px;
	margin-bottom: 5px;
}
p {
	font-size: 12px;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 16px;
}
a, a:visited, a:active {
	color: #DC222B;
	text-decoration: none;
}
a:hover {
	color: #DC222B;
	text-decoration: underline;
}
#page {
	background-color: #FFFFFF;
	background-image: url(/assets/template/body_bk.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	position: relative;
	background-position: center top;
}
#container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#container #topmenu {
	height: 31px;
	margin-bottom: 20px;
	background-image: url(/assets/template/menu_btn_bk.jpg);
	background-repeat: repeat-x;
	background-position: 0px 7px;
	padding-top: 7px;
	text-transform: uppercase;
}/* remember to define focus styles! */
#container #topmenu ul {
	margin: 0;
	padding: 0;
}
#container #topmenu li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
#container #topmenu li a {
	display: block;
	list-style-type: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 31px;
	text-align: center;
	float: left;
	text-decoration: none;
	background-image: url(/assets/template/menu_btn_bk.jpg);
	background-repeat: repeat-x;
	width: 130px;
	line-height: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
#container #topmenu li a:hover {
	background-image: url(/assets/template/menu_btn_bk_over.jpg);
	background-repeat: repeat-x;
}
.logo {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.left_nav_top {
	background-image: url(/assets/template/left_nav_top.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
.left_nav_btm {
	background-image: url(/assets/template/left_nav_btm.jpg);
	background-repeat: no-repeat;
	height: 20px;
	background-position: 0px -10px;
}
#left_nav {
	width: 230px;
	float: left;
}
#left_nav #search {
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 5px;
	width: 216px;
}
#left_nav #search .search_box {
	height: 20px;
	width: 172px;
	font-size: 12px;
}
#left_nav #left_nav_menu {
	background-image: url(/assets/template/left_nav_bk.jpg);
	background-repeat: repeat-y;
}
#left_nav #left_nav_menu #news {
	margin-left: 24px;
	width: 178px;
}
#left_nav #left_nav_menu #telephone {
	background-image: url(/assets/template/red-phone.jpg);
	background-repeat: no-repeat;
	margin-left: 25px;
	font-size: 18px;
	color: #dc222b;
	padding-left: 50px;
	line-height: 28px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 5px;
	background-position: 0px 10px;
}
#main {
	background-image: url(/assets/template/main_bk.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	margin-left: 230px;
	padding: 16px;
	width: 738px;
}
#main #banner {
	width: 737px;
	height: 224px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#centre_menu {
	width: 770px;
	margin-left: 230px;
}
.banner {
	border:#999 solid 1px;
}
#centre_menu p {
	width: 370px;
	padding-top: 10px;
}
#footer {
	color: #666666;
	font-size: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	background-image: url(/assets/template/foot_bk.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#footer a {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
	line-height: 13px;
}
#footer a:hover {
	text-decoration: underline;
	color: #DC272F;
}
#footer li {
	list-style-type: none;
}
#footer ul {
	float: left;
	display: block;
	margin-right: 25px;
}
#footer h2 {
	font-size: 14px;
	line-height: 17px;
	color: #DC272F;
	font-weight: lighter;
}
.mainHeading {
	font-size: 30px;
	line-height: 34px;
	color: #DC222B;
	letter-spacing: -2px;
}
#emailbubble {
	background-image: url(/assets/template/bubble.png);
	height: 25px;
	width: 111px;
	position: absolute;
	margin-left: 607px;
	top: 290px;
	text-align: center;
	padding-top: 5px;
	color: #DC222B;
	font-weight: bold;
	visibility: hidden;
}
#callbackbubble {
	background-image: url(/assets/template/bubble.png);
	height: 25px;
	width: 111px;
	position: absolute;
	margin-left: 662px;
	top: 290px;
	text-align: center;
	padding-top: 5px;
	color: #DC222B;
	font-weight: bold;
	visibility: hidden;
}
a.CSLink:link, a.CSLink:active, a.CSLink:visited {
	background-image: url(/assets/template/blue-btn-off.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	display: block;
	width: 70px;
	text-align: center;
	margin-top: 15px;
	font-size: 11px;
	font-weight: bold;
}
a.CSLink:hover {
	background-image: url(/assets/template/blue-btn-on.jpg);
	background-repeat: repeat-x;
}
.CS .CSText {
	float: left;
	width: 360px;
	height: 170px;
	margin-right: 4px;
	background-image: url(/assets/template/dottedline.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.CS .CSImage {
	float: left;
	width: 365px;
	padding-left: 5px;
	height: 170px;
	vertical-align: bottom;
}
.CS .CSImage img {
	border: 1px solid #666666;
	vertical-align: bottom;
}
.CS {
	height: 200px;	
}

.homethumbs {
	width: 282px;
	float: right;
	margin-left: 25px;
}
.homethumbs a {
}
.homethumbs img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
} 
li {
	color: #DC222B;
	list-style-type: circle;
}
ul {
	margin-left: 10px;
}
.colomL {
	float: left;
	width: 349px;
	padding-right: 19px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.colomR {
	width: 330px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 370px;
}
#contactform input, #contactform textarea {
	width: 325px;
	margin-bottom: 10px;
}
.newsL {
	width: 220px;
	float: left;
}
.newsR {
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 25px;
	background-image: url(/assets/template/dottedline.jpg);
	background-position: 20px bottom;
	background-repeat: repeat-x;
	margin-bottom: 25px;
	margin-left: 220px;
}
.newsArchive {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 15px;
}
.colomL ul {
	padding-left: 17px;
}
.width {
	color: #510000;
	background-color: #FFEEE4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.length {
	color: #000033;
	background-color: #D6EBF7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.colomL li {
	list-style-image: url(/assets/template/square.gif);
}
.tcs ol, .tcs ul {
	margin-left:17px;
	margin-bottom:7px;
	
}
.tcs li, .tcs li {
	margin-top:2px;
	margin-bottom:2px;
	
}
.style1 {
font-size: 12px
}
.contactBtns {
	display: block;
	position: absolute;
	left: 483px;
	top: 189px;
	width: 257px;
}
