/* CSS Document */

/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin:0;
	padding:0;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 13px;
	color: #575757;
}
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}

/*browser normalisation*/
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}


/*Main page elements*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #A6A6A6;
}
#container {
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
        overflow: hidden;
}
#topwrapper {
	background-image: url(images/top-background.gif);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	height: 107px;
	width: 990px;
}

#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 107px;
	width: 220px;
}
#menu {
	background-image: url(images/menu-bar.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 770px;
	float: right;
	margin-top: 77px;
}
#menu ul li {
	float: left;
}
#menu a {
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	display: block;
	font-size: 95%;
}
#menu a:hover , .selected{
	display: block;
	background-color: #C41230;
}

#homebut {
	padding-left: 20px !important;
}
#homebut:hover , .homeselected {
	background-image: url(images/homebut-over.gif);
	background-repeat: no-repeat;
}





#main {
	clear: both;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(images/main-background.gif);
	background-repeat: no-repeat;
        width: 990px;
}
#content {
	margin: 0px;
	padding: 30px;
	float: left;
	width: 710px;
	min-height:440px;
}
#content h1 {
	font-size: 200%;
	color: #C41230;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content h2 {
	font-size: 130%;
	color: #C41230;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content h3 {
	font-size: 130%;
	color: #C41230;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content h2 a, #content h3 a {
	color: #C41230;
}
#content h2 a:hover, #content h3 a:hover {
	color: #000;
}
#content h4 {
	font-size: 110%;
	color: #575757;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#content p {
	margin-bottom: 20px;
	line-height: 125%;
}
#content p a, #content li a {
	color: #C41230;
}
#content p a:hover, #content li a:hover {
	color: #FFF;
	background-color: #C41230;
}
#content li {
	margin-bottom: 5px;
}
#content ul {
	padding-left: 30px;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 20px;
	list-style-image: url(images/bullet.gif);
}
#content ul ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 20px;
	margin-top: 20px;
}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 30px;
	margin-bottom: 20px;
}
#content ol ol {
	margin-bottom: 0px;
	margin-top: 5px;
}
#content table {
	margin-bottom: 10px;
}
#content td {
	margin: 0px;
	padding: 0px;
}
#content blockquote {
        clear: both;
	background-color: #F3F3F3;
	margin: 0px 0px 15px 0px;
	padding: 20px;
	border: 1px solid #DDD;
}
#content blockquote p {
	padding: 0px;
	margin: 0px;
}
.imagecaption {
	display: block;
	font-weight: normal;
	margin-top: 5px;
        font-size: 90%;
	color: #575757;
}



/*content form*/
#content p em, #content ol em   {
	color: #F00 !important;
	font-style: normal;
	font-weight: bold;
}
#content form p#validation {
	padding: 10px !important;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F4;
	color: #F00 !important;
	margin-bottom: 30px;
	width: 398px;
}
#content form  {

}
#content form fieldset {
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFF;
	width: 480px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content form fieldset legend span{
	text-transform: none;
	color: #C41230;
	font-size: 150%;
	line-height: 100%;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content form ol {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content form ol li {
	padding: 2px;
}
#content form ol li label {
	vertical-align: middle;
	font-size: 100%;
	display: block;
	text-align: left;
	margin-bottom: 2px;
	color: #333;
}
#content form ol li label em {
	text-transform: uppercase;
	color: #FF0000;
}
#content form ol li select {
	background-color: #FFF !important;
	border: 1px solid #DDD;
	margin: 0px;
	padding: 5px;
	color: #666;
	font-size: 12px;
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
}
#content form ol li input.text {
	border: 1px solid #ddd;
	padding: 5px;
	width: 460px;
	color: #666;
	background-color: #FFF !important;
	margin: 0px;
	font-size: 12px;
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
}
#content form ol li textarea.text {
	border: 1px solid #DDD;
	padding: 5px;
	width: 460px;
	background-color: #FFF !important;
	margin: 0px;
	font-size: 12px;
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
	color: #666;
}
#content form ol li label.checkbox-label {
	display: inline;
	vertical-align: bottom;
	margin:0;
	padding:0;
	padding-left: 2px;
}
#content form ol li input.checkbox {
	vertical-align: bottom;	
	margin:0;
	padding:0;
	display: inline;
}
#content form .submit {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
	background-image: none !important;
	background-color: #FFF !important;
}


#sidebar {
	padding: 0px;
	float: right;
	width: 220px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#submenu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#submenu a {
	background-color: #c41230;
	display: block;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/subnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 7px 10px 7px 30px;
	margin: 0px 0px 1px 0px;
	line-height: 125%;
	font-size: 95%;
}
#submenu a:hover  {
	background-color: #000;
	background-image: url(images/subnav-arrow-over.gif);
}

#newsletterform {
	overflow: hidden;
	width: 190px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#newsletterform label {
	display: block;
	margin-bottom: 10px;
	font-size: 130%;
	color: #000;
}
#newsletterform fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#newsletterform #email-address{
	width: 120px;
	float: left;
	margin-right: 0px;
	font-size: 100%;
	line-height: 18px;
	color: #666;
	height: 18px;
	padding: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}

#newsletterform #signup-button {
	margin: 0px;
	padding: 0px;
	float: left;
}
#newsletterform p {
	float: left;
	width: 190px;
	font-size: 90%;
	line-height: 125%;
	margin-top: 10px;
}






#searchform {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-color: #959595;
}
#searchform form {
	padding: 15px;
	height: 28px;
}

#searchform label {
   left:-2000px; 
   position:absolute; 
   top: 0; 
   z-index: -100;
}
#searchform fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#searchform fieldset ol li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#searchform #search {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
	padding: 4px;
	height: 18px;
	width: 154px;
	float: left;
	margin: 0px;
	vertical-align: middle;
	line-height: 18px;
	font-size: 100%;
	color: #666;
}
#searchform #search-button {
	margin: 0px;
	padding: 0px;
	float: left;
}
#contactdetails {
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-image: url(images/contactdetails-background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#contactdetails h2 {
	font-size: 130%;
	color: #000;
	margin-bottom: 10px;
	font-weight: normal;
}
#contactdetails p {
	margin-bottom: 15px;
}
#contactdetails a {
	color: #C41230;
	text-decoration: none;
}
#contactdetails a:hover {
	color: #FFF;
	background-color: #C41230;
}
#clientlogin {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#clientlogin a {
	background-color: #959595;
	display: block;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/clientlogin-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 7px 10px 7px 30px;
	margin: 0px 0px 1px 0px;
	line-height: 125%;
	font-size: 95%;
}
#clientlogin a:hover  {
	background-color: #000;
	background-image: url(images/subnav-arrow-over.gif);
}
#latestnews {
	background-image: url(images/contactdetails-background.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 15px;
}
#latestnews h2 {
	font-size: 130%;
	color: #000;
	margin-bottom: 10px;
	font-weight: normal;
}
#latestnews li {
	margin-bottom: 15px;
}

#latestnews li a  {
	color: #C41230;
	text-decoration: none;
	font-size: 100%;
}
#latestnews li a:hover {
	color: #FFF;
	background-color: #C41230;
}

















#footer {
	background-image: url(images/footer-background.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	height: 30px;
        width: 990px;
}
#footer #copyright {
	float: left;
	color: #FFF;
}

#footer #red2 {
	float: right;
}
#footer #red2 a {
	color: #C41230;
	text-decoration: none;
}
#footer #red2 a:hover {
	color: #FFF;
	background-color: #C41230;
}
#home-page #content li {
	margin-bottom: 20px;
}
#flasharea {
	clear: both;
	height: 250px;
	width: 710px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
#news-page #content li h2 {
	font-size: 100%;
}
#news-item-page #content h2 {
	font-size: 100%;
	font-weight: normal;
	color: #000 !important;
        margin-bottom: 20px !important;
}





.imageleft {
        float: left;
        margin: 0px 20px 20px 0px;
}
.imageright {
       float:right;
       margin: 0px 0px 20px 20px;
}

.fullwidth {
       overflow: hidden;
       width: 710px;
}

























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
