/*  Tags Declaration  */
BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #EBEBEB url("/media/image/design/backgrounds/body-bg.jpg") repeat-x left top;
    font-family: Arial, sans-serif;
}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}

.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.black-border{
  border:1px solid black;
}
/*  Page  */
#page {
    margin: auto;
    text-align: left;
    width: 912px;
}
/**.page-container {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}*/

/*  Header  */
.header {
    float: left;
    width: 100%;
    background-color: #005D99;
    padding-bottom: 16px;
    height: 80px;
    *height: 100px;
    overflow: hidden;
}
.header .logo {
	margin: 16px 0 0 36px;
	font-size: 12px;
	line-height: 14px;
}

.header .strapline {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	padding-right: 10px;
	width: 300px;
    float: right;
    margin-top: -30px;
    margin-bottom: 0px;
}

.header .box-form {
	float: right;
	width: 221px;
	background-color: #7094B1;
	margin: 0 24px 0 0;
	display: inline;
}
.header .box-form .bl, .header .box-form .br {
	float: left;
	width: 100%;
}
.header .box-form .bl {background: url("/media/image/design/backgrounds/box-form-bl.gif") no-repeat bottom left;}
.header .box-form .br {background: url("/media/image/design/backgrounds/box-form-br.gif") no-repeat bottom right;}
.header .box-form FORM {
	padding: 0 0 11px 0;
	margin: 11px 14px 0 16px;
}
.header .box-form FORM INPUT.input-text {
	background-color: #fff;
	border: 0;
	width: 105px;
	font-size: 12px;
	float: left;
	margin-top: 2px;
}
.header .box-form FORM INPUT.input-button,
.blue-button,
.blue-button-big,
.blue-button-link,
.blue-button-link-big {
	background: url("/media/image/design/buttons/search-button.jpg") no-repeat center left;
	width: 68px;
	height: 21px;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 1px;
	font-weight: bold;
	border: 0;
	float: right;
	cursor: pointer;
	display: block;
	text-align: center;
}

.content .blue-button,
.content .blue-button-link {
}

.content .blue-button-big,
.content .blue-button-link-big {
	width: 150px;
	color: #fff;
    background: url("/media/image/png/bg.button.png") no-repeat center left;
}

/*  Content  */
.content {
    float: left;
    width: 100%;
    background-color: #fff;
}

/* Main Nav */
.main-nav {
	background: url("/media/image/design/backgrounds/main-nav-bg.gif") repeat-x bottom left;
	float: left;
	width: 100%;
}
.content .main-nav UL {
	padding: 0;
	margin: 0 0 0 10px;
}
.content .main-nav UL LI {
	list-style: none;
	float: left;
	/*font-size: 12px;*/
	line-height: 12px;
	color: #2C2C2C;
}
.main-nav UL LI A {
	color: #2C2C2C;
	background: url("/media/image/design/backgrounds/main-nav-selector.gif") no-repeat right top;
	float: left;
	margin: 6px 0 0 0;
	position: relative;
	cursor: pointer;
}
.main-nav UL LI A SPAN {
	float: left;
	display: block;
}
.main-nav UL LI A SPAN.shadow {
	width: 41px;
	height: 23px;
	position: absolute;
	right: -41px;
	top: 0px;
}
.main-nav UL LI A:HOVER SPAN.shadow, .main-nav UL LI.selected A SPAN.shadow {
	background: url("/media/image/design/backgrounds/main-nav-shadow.jpg") no-repeat left top;
	width: 41px;
	height: 23px;
	position: absolute;
	right: -41px;
	top: 11px;
}
.main-nav UL LI A SPAN.right {padding: 4px 8px 5px 8px;}
.main-nav UL LI:HOVER, .main-nav UL LI.selected {}
.main-nav UL LI A:HOVER, .main-nav UL LI.selected A {
	background: url("/media/image/design/backgrounds/main-nav-hover-c.gif") repeat-x bottom left;
	margin: -6px 0 0 0;
	border: 0;
	text-decoration: none;
}
.main-nav UL LI A:HOVER SPAN.left, .main-nav UL LI.selected A SPAN.left {background: url("/media/image/design/backgrounds/main-nav-hover-l.gif") no-repeat bottom left;}
.main-nav UL LI A:HOVER SPAN.right, .main-nav UL LI.selected A SPAN.right {
	background: url("/media/image/design/backgrounds/main-nav-hover-r.gif") no-repeat bottom right;
	padding: 16px 10px 5px 10px;
}

.navsearch {
    float: right;
    text-align: right;
}

.navsearch form {
    margin: 0px;
    padding:0px;
}

.navsearch INPUT.input-text {
	background-color: #fff;
	border: 1px solid #dddede;
	width: 120px;
	font-size: 12px;
	float: left;
	height: 20px;
	margin-top: 4px;
	margin-left: 2px;
}
.navsearch INPUT.input-button {
	background: url("/media/image/design/buttons/search-button.jpg") no-repeat center left;
	width: 68px;
	height: 20px;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	border: 0;
	float: left;
	cursor: pointer;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
}

/* Content Container */
.content .container {
	background: url("/media/image/design/backgrounds/content-box-shadow.gif") repeat-x top left;
	float: left;
	width: 100%;
	padding: 10px 0 13px 0;
}
.content .container .inner {
	/*background: url("/media/image/design/backgrounds/content-border.gif") repeat-y top left;*/
	background: url("/media/image/png/bg.innerpages.png") repeat-y top left;
	float: left;
	width: 100%;
	font-size:11px;
}
.home .content .container .inner {
	background: none;
}
.content .left-col {
	float: left;
	/*width: 201px;*/
	width:140px;
	margin: 0 0 0 10px;
	*margin-right: 10px;
	display: inline;
	padding-left:10px;
	padding-bottom:1px;
}
.content .left-col h2{
  font-size:14px;
  color: #000;
}
.content .left-col p,
.content .left-col li{
  margin-top:5px;
  color: #fff;
  border-bottom: 1px solid #f6f9fa;
}
.content .left-col a{
  color: #000;
}
.content .left-col ul{
  color: #fff;
}
.content .left-col blockquote{
   /*border:1px solid green;*/
   margin:5px 0 0 20px;
}
.content .left-col blockquote p{
  margin-top:5px;
}
.content .left-col blockquote blockquote p{
  margin-top:5px;
}
.content H1 {
	padding: 0;
	margin: 12px 0 0 0;
	font-size: 21px;
	font-weight: bold;
	color: #2C2C2C;
}

.content H2 {
	padding: 0;
	margin: 12px 0 0 0;
	font-size: 19px;
	font-weight: bold;
	color: #2C2C2C;
}

.content H3 {
	padding: 0;
	margin: 12px 0 0 0;
	font-size: 17px;
	font-weight: bold;
	color: #2C2C2C;
}

.content H4 {
	padding: 0;
	margin: 12px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #2C2C2C;
}

.content H3.no-indent {margin: 0;}


.content .lefthtmlbox ul {
	width: 190px;
}

.content .searchresults ul {
	width: 100%;
}

.content .lefthtmlbox ul ul {
	margin: 0;
	margin-left: 10px;
}

.content UL.content-list.news{
	/*width: auto;*/
	width:100%;
	border:0px solid red;
	list-style:none;
	padding: 0;
	margin: 6px 0 0 0px;
	/*float: left;
	display:block;*/
}
.content UL.content-list.news li{
	list-style: none;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 4px;
	/*float: left;
	display:block;*/
	width: 100%;
	/*width:300px;*/
	border:0px solid green;
}
.content UL.content-list, .content .lefthtmlbox ul{
	padding: 0;
	margin: 6px 0 0 0px;
	/*width: 120px;*/
	float: left;
	display:block;
}
.content .middlehtmlbox ul {
	width:100%;
	padding-left:0px;
	margin-bottom:10px;
	margin-left:0px;
	float:left;
}

.content UL.content-list LI, .content .lefthtmlbox li {

	list-style: none;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin-top: 4px;
	float: left;
	width: 100%;


}
.content .middlehtmlbox ul li{
	font-size: 11px;
	font-weight: normal;
	/*float:left;*/
	background: url("/media/image/design/icons/arrow.gif") no-repeat left 4px;
	/*width: 100%;*/
	/*list-style-type:none;*/
	padding-left:20px;
	display:block;
	width:94%;
	float:left;
}

.content UL.content-list.large LI, .content .lefthtmlbox ul li {font-size: 12px;}
.content UL.content-list LI A, .content .lefthtmlbox ul li a {

	padding-left: 16px;
	display: block;
	float: left;
	color: #005295;
	font-weight:bold;
}
.content .middlehtmlbox ul li a {
	display: block;
	float: left;
	color: #005295;
	font-weight:bold;
}
.content UL.content-list.news LI A {color: #616161;}
.content .hor-line {
	background-color: #D1D2D2;
	font-size: 1px;
	line-height: 0;
	height: 1px;
	margin-top: 10px;
}
.content .hor-line-blue {
	background-color: #8798A9;
	font-size: 1px;
	line-height: 0;
	height: 1px;
	margin-top: 10px;
}
.content P {
	padding: 0;
	margin: 14px 6px 0 0;
	font-size: 11px;
	line-height: 16px;
	color: #2C2C2C;
}

.latest-news-home P {
	margin: 10px 6px 0 0;
}

.content td {
	font-size: 11px;
	line-height: 16px;
	color: #2C2C2C;
}

.content ol,
.content ul {
	padding: 0;
	margin: 14px 6px 0 20px;
}

.content ol li,
.content ul li {
	font-size: 11px;
	line-height: 16px;
	color: #2C2C2C;
}

.content a,
.content a {
	color: #005295;
}

.content .center-col {
	float: left;
	width: 400px;
	margin: 0 0 0 11px;
	display: inline;
}
.content .center-col a{
  font-weight:bold;
}
.content .center-col.large {
  width:720px;
}
.box-white {
	background-color: #fff;
	padding-bottom: 13px;
}
.content .center-col .box-photo {
	border: 1px solid #D1D2D2;
	font-size: 1px;
	line-height: 0px;
}
.content .center-col .box-photo .tl, .content .center-col .box-photo .tr,
.content .center-col .box-photo .bl, .content .center-col .box-photo .br {position: relative;}
.content .center-col .box-photo .tl {
	background: url("/media/image/design/backgrounds/box-photo-tl.gif") no-repeat top left;
	top: -1px;
	left: -1px;
}
.content .center-col .box-photo .tr {
	background: url("/media/image/design/backgrounds/box-photo-tr.gif") no-repeat top right;
	right: -2px;
}
.content .center-col .box-photo .bl {
	background: url("/media/image/design/backgrounds/box-photo-bl.gif") no-repeat bottom left;
	bottom: -2px;
	left: -2px;
}
.content .center-col .box-photo .br {
	background: url("/media/image/design/backgrounds/box-photo-br.gif") no-repeat bottom right;
	right: -2px;
	padding: 3px 0 4px 0;
}
.content .center-col .box-photo IMG {margin-left: 2px;}
.content .center-col .box-photo P {
	padding: 12px 60px 13px 16px;
	margin: 0 4px 0 2px;
	font-size: 17px;
	line-height: 18px;
	background-color: #005295;
	color: #fff;
	font-weight: bold;
}
.content .center-col .box-photo P A {color: #fff;}
.content .center-col .box-text, .content .center-col .middlehtmlbox {
	/*border-left: 1px solid #D1D2D2;
	border-right: 1px solid #D1D2D2;*/
	border:0px solid pink;
	margin: 0;
	padding: 0 14px 40px 14px;
}
.right-col {
	width: 256px;
	float: right;
	display: inline;
	margin: 0 10px 0 0;
}
.right-col a{
  font-weight:bold;
}
/*  Footer  */
.footer {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    background-color: #456078;
}
.footer P {
	padding: 0;
	margin: 16px 0 0 0;
	font-size: 11px;
	color: #FFF;
	text-align: right;
	padding-right: 10px;
}

.footer a {
	color: #fff;
	font-weight: bold;
}

#marketGroupList {
	margin: 20px 0;
	width: 430px;
	border-collapse: collapse;
}

#marketGroupList tr {

}

#marketGroupList td {
	vertical-align: top;
	padding: 5px;
	width: 33%;
}

#marketGroupList td ul {
	padding: 0;
	margin: 0;

}

#marketGroupList td ul li {
	font-weight:bold;
	/*line-height:14px;*/
	border:1px solid white;

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:12px;
	margin-top: 4px;
}

#marketGroupList td ul li a {
	background:transparent url(/media/image/design/icons/arrow.gif) no-repeat scroll left 4px;
	color:#005295;
	display:block;
	padding-left:16px;
	font-size:12px;

}

#serviceList {
	margin: 20px 0;
	width: 430px;
	border-collapse: collapse;
}

#serviceList td {
	vetical-align: text-top;
	padding: 5px;
	width: 33%;
}

#serviceList td ul {
	padding: 0;
	margin: 0;
	float:left;
	display:block;
}

#serviceList td ul li {
	line-height:14px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:12px;
	margin-top: 4px;
	margin-left: 6px;
	/*float: left;*/
	display:inline;
	float:none;
}

#serviceList td ul li a {
	background:transparent url(/media/image/design/icons/arrow.gif) no-repeat scroll left 4px;
	color:#005295;
	/*display:block;*/
	padding-left:16px;
	font-size:12px;
	font-weight: bold;
	float:none;
}


#serviceList td ul li a.smallest {
	font-size:10px;
}

#serviceList td ul li a.smaller {
	font-size:11px;
}

#serviceList td ul li a.larger {
	font-size:13px;
}

#serviceList td ul li a.largerer {
	font-size:14px;
}


#serviceList td ul li a.largest {
	font-size:15px;
}

/* FORM */

form {
    margin-bottom: 10px;
}

fieldset {
    border: none;
    border-top: 1px solid #5C5B59;
    margin-top: 20px;
}

legend {
    color: #A4A4A4;
    font-size: 1.33em;
    font-weight: bold;
    padding-right: 5px;
    margin-bottom: 10px;
}

input {
    vertical-align: middle;
}

label {
    width: 120px;
    float: left;
    margin-right: 10px;
}

div.frm_element {
    width: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #5C5B59;
    overflow: auto;
}

    div.frm_element_sub {
        clear: left;
        padding-left: 200px;
        overflow: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        div.frm_element_sub label {
            width: auto;
            display: inline;
            /*padding-left: 5px;*/
            padding-right: 5px;
            margin-right: 0px;
            float: none;
        }

.input {
    text-align: left;
    display: block;
}

	.input .frm_txt,
	.input .frm_sel,
	.input .frm_txt_date,
	.input .frm_txt_sml,
	.input .frm_txt_med,
	.input .frm_txt_sml_x {
        width: 195px;
	    padding: 5px;
	    border: 1px solid #5C5B59;
	    font-weight: normal;
	    background-color: #fff;
	    color: #3D3C3A;
	    font-family: Arial;
	    font-size: 1em;
	}

	.input .frm_sel {
	width: 205px;
	padding: 0;
	}

	.input .frm_txt_date {
        width: 80px;
	}

	.input .frm_txt_sml {
        width: 40px;
	}

	.input .frm_txt_sml_x {
        width: 20px;
	}

	.input .frm_txt_med {
        width: 140px;
	}

	.input .frm_rad {

	}

	.input .frm_rad_txt {
	   padding-left: 5px;
	   vertical-align: middle;
	}

	.input textarea {
        width: 195px;
	    padding: 5px;
	    border: 1px solid #5C5B59;
	    font-weight: normal;
	    background-color: #fff;
	    height: 100px;
	    color: #3D3C3A;
	    font-family: Arial;
	    font-size: 1em;
	}

	.input select {
	    padding: 5px;
	    padding-bottom: 0px;
	    background-color: #fff;
	    font-weight: normal;
	    color: #3D3C3A;
	}

	.input option {
	    padding: 5px;
	    background-color: #fff;
	    color: #3D3C3A;
	    font-weight: normal;
	    border-top: 1px dotted #5C5B59;
	}

.option {
    text-align: left;
    display: block;
}

	.option .frm_but {
background:transparent url(/media/image/design/buttons/search-button.jpg) no-repeat scroll left center;
border:0 none;
color:#FFFFFF;
cursor:pointer;
font-size:11px;
font-weight:bold;
height:21px;
line-height:16px;
padding-bottom:1px;
width:68px;
margin-left: 130px;
	}

	.option .frm_but:hover {
	   text-decoration: none;
	   color: #005295;
	}

span.help {
    color: #B78409;
    padding-left: 5px;
}

.errors ul li {
    color: #B78409;
    font-size: 110%;
}

.frm_req {
    color: #B78409;
    font-weight: bold;
    padding: 5px;
}

.frm_not_req {
    color: #fff;    /* background-color of page */
    font-weight: bold;
    padding: 5px;
}

.frm_example {
    color: #666;
}

.ui_error ul {
	width: 100% !important;
	float: none !important;

}

.ui_error li {
	float: none !important;
}
.bottom_wrapper{
	float:left;
	width:100%;
	background-color:#FFFFFF;
	margin:0px 0 10px 0;
}
.bottom_graphic {
	border-top:1px solid #D1D2D2;
	text-align: center;
	padding-top:10px;
	margin:10px 0 10px 0;
}


/* CSS tidying */
#slideshowpro_wrapper{
  float:left;
}
.full-width{
  margin-left:10px;
  margin-right:10px;
}
.bottom-left{
  float:left;
  width:50%;
  border-right:1px solid #D1D2D2;
  margin-top:10px;
}
.bottom-left h2, .bottom-right h2{
  margin-top:0px;
}
.bottom-right{
  float:right;
  width:48%;
  *width:46%;
  margin-top:10px;
}
.latest-news-home{
  float:right;
  padding-left:10px;
  width:280px;
}
.latest-news-home h2{
  margin-top:0px;
}
.footer p{
  margin-top:10px;

}

.main_content_section {
    float: left;
    width: 600px;
    border-right:1px solid #D1D2D2;
    margin-top: 10px;
}

.main_content_section p {
    font-size: 1.10em;
}

table.contacts td {
    border-bottom: 1px solid #dddede;
    padding-bottom: 5px;
}

.center-col p {
    *text-indent:1px;
}