html, body {
	height: 100%;
	width: 100%;
	display: table;
}
body{
	margin:0;
  	color:#3b3839;
	font:15px/24px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	display: table-cell;
	background:#5d6168 url(../images/bg-body1.png) repeat-x 50% 0; 
}
img{border:0;}
a{
	color:#019adb;
	text-decoration:none;
}
/*a:hover{text-decoration:underline;}*/
a:hover
{
	color : #006bac;
	text-decoration : none;
}

#wrapper {
	overflow:hidden;
	margin:0 auto;
	background:url(../images/bg-main.png) no-repeat 0 30px;
	padding:52px 0 38px 1px;
	width:999px;
}
#wrapper-header
{
    overflow: hidden;
    margin: 0 auto;
    padding: 52px 0 0px 1px;
    width: 999px;
    background: url(../images/bg-main-header.gif) no-repeat 0 30px;
}
#wrapper-mid
{
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/bg-main-mid.png) repeat-y 0 0px;
    padding: 0px 0 0px 1px;
    width: 999px;
}
#wrapper-footer
{
    overflow: hidden;
    margin: 0 auto;
    padding: 0px 0 38px 1px;
    width: 999px;
    background: url(../images/bg-main-footer.gif) no-repeat 0 0px;
}
#header {
	width:100%;
	overflow:hidden;
	margin:0 0 19px;
}
.logo {
	margin:0;
	font-size:20px;
}
.logo a {
	display:block;
	background:url(../images/bg-logo.gif) no-repeat;
	width:177px;
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 30px;
}
#nav {
	float:right;
	margin:13px 0 0;
	padding:0;
	list-style:none;
}
#nav li {
	float:left;
}
#nav a {
	float:left;
	background:url(../images/bg-nav.gif) repeat-x;
	height:44px;
	color:#fff;
	font-size:13px;
}
#nav span {
	float:left;
	background:url(../images/bg-nav-l.gif) no-repeat;
	height:34px;
	padding:10px 19px 0;
	cursor:pointer;
}
#nav li.first span {
	background:url(../images/bg-nav2.gif) no-repeat;
	padding:10px 20px 0 29px;
}
#nav a:hover,
#nav li.active a,
#nav li.first a:hover span,
#nav li.first.active a span  {
	background-position:0 -44px;
	text-decoration:none;
}
#twocolumns 
{
	height: auto;
	width:100%;
	overflow:hidden;
}
#content {
	float:left;
	width:642px;
/*border-right: dotted 1px gray;*/
}
.promo {
	width:100%;
	height:185px;
	overflow:hidden;
}
.promo img {
	float:left;
}
#content .heading {
	background:#009adb url(../images/bg-heading.gif) repeat-x;
	height:49px;
	z-index:88;
	position:relative;
}
.scrollable {
	height:249px;
	z-index:5;
	overflow:hidden;
}
.no_scrollable {
	min-height:235px;
	z-index:5;
}
.vscroll-line
{
    /*background:#e7e7e8;*/
padding:0;
margin:0;
    border: 1px solid #a6a9ad;
    background: #fff;
    border-left: none;
    height: 251px !important;
    overflow: hidden;
}
.sc-inner .vscroll-line {
	height:468px !important;
}
.vscroll-bar img {
	float:left;
}
.vscroll-up {
	z-index:2;
	top:auto !important;
	bottom:19px !important;
}

.sc-inner .vscroll-up
{
	z-index:2;
	top:auto !important;
	bottom:10px !important;
}

* html .vscroll-up {
	bottom:18px !important;
}
* html .sc-inner .vscroll-up {
	bottom:19px !important;
}
.vscroll-slider {
	background:url(../images/slider.gif) repeat-y;
}
.scroll-content
{
    padding: 0 1px 0 0;
    margin: 0;
    width: 156px !important;
    height: 253px !important;
}
.sc-inner .scroll-content {
	width:155px !important;
	padding:0;
	height:253px !important;
}
.scrollable_l .scroll-content {
	padding:19px 16px 0 0px;
	width:918px !important;
	height:270px !important;
}

.medium-scroll-content {
	padding:19px 16px 0 37px;
	width:573px !important;
	height:450px !important;
}
.large-scroll-content {
	padding:19px 16px 0 37px;
	width:573px !important;
	height:550px !important;
}
.no_scrollable h2,
.scrollable h2 {
	margin:0 0 7px;
	color:#86898f;
	font-size:27px;
	line-height:30px;
}
.no_scrollable p, .scrollable p
{
    margin: 0 0 22px;
    line-height: normal;
}
.content_right {
	padding:19px 16px 0 29px;
}
.content {
	padding:19px 16px 0 29px;
	width:573px !important;
}
#sidebar
{
    float: left;
    width: 357px;
	
/*    margin-left: -1px;
border-left: dotted 1px gray;*/
}
.article-long,
.article {
	width:100%;
	min-height:235px;
}
.article-long {
	width:940px;
}

* html .article-long,
* html .article {
	height:300px;
}
.section
{
    width: 357px;
	overflow:hidden;
    background: url(../images/bg-section-nav.png) no-repeat 0 100%;
    color: #026aaa;
    font-size: 13px;
    line-height: 25px;
    height: auto;
    padding-bottom: 7px;
    /*margin-left: -1px;*/
}
.section ul {
	margin:0 0 21px;
	padding:0;
	list-style:none;
}
.section ul a {
	color:#fff;
	padding:13px 0 0 32px;
	background:url(../images/bg-add-nav.png) repeat-x;
	height:36px;
	overflow:hidden;
	display:block;
	line-height:23px;
	font-size:19px;
}
.section ul a:hover {
	background-position:0 -62px;
	text-decoration:none;
}
.section p {
	margin:0 0 0 33px;
}
.section div
{
	text-align: right;
	margin-right: 15px;
}
.section div div
{
    padding: 5px;
    width: 154px;
	height:47px;
	overflow:hidden;
    background: white;
    margin-left: 188px;
    line-height: normal;
    color:Gray;
    border : 1px solid #aeb2b6;
}
.section div a
{
    color: #003399;
}
.section div div a
{
	display: block;
	margin: 0 0 4px;
	color: #1d7cb8;
	font-size : 16px;
	font-weight: 600;
}
#sidebar .heading {
	background:url(../images/bg-heading2.gif) repeat-x;
	height:36px;
	padding:13px 0 0 29px;
   /* margin-left: -1px;*/
}
#sidebar .contact_heading{
	background:#d8eaf9;
	border-bottom:1px solid #fff;
}
#sidebar .active {
	background:url(../images/bg-heading2.gif) repeat-x;
	height:30px;
	padding:19px 0 0 29px;
}
#sidebar ul.menu{
	list-style:none;
	margin:0;
	padding:0;
} 
#sidebar ul.menu li{
	height:30px;
	padding:19px 0 0 29px;
	background:#d8eaf9;
	border-bottom:1px solid #fff;
	font-size:14px;
	color:#5d6167;
	line-height:16px;
}
#sidebar ul.menu li.active{
	background:url(../images/bg-heading2.gif) repeat-x;
}
#sidebar ul.menu li.active a{
	color:#fff;
}
#sidebar ul.menu li a{
	color:#6e6e6f;
}

#content .heading h2,
#content .heading a.link,
#sidebar .heading h2 {
	margin:0;
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
#content .heading a.link:hover
{
    color: #002e5e;
}

#content .heading {
    padding-top: 13px;
    padding-left: 29px;
    height: 36px;
}

#sidebar .contact_heading h2{
	font-size:14px;
	color:#5d6167;
	line-height:16px;
}
#sidebar .contact_heading h2 a{
	color:#5d6167;
}
ul.news {
	margin:0;
	padding:20px 17px 0  28px;
	list-style:none;
	height:278px;
	overflow:hidden;
	font-size:13px;
}
ul.news li {
	margin:0 0 12px; /* 13px */
	color:#6e6e6f;
	width:100%;
	overflow:hidden;
	float:left;
}
ul.news h3 {
	margin:0 0 0px;
	font-size:14px;
        font-weight:600;
}
ul.news h3 a {
	color:#1f1b1c;
}
ul.news p {
	margin:0 0 2px;
	line-height:16px;
}
ul.news p a {
	font-size:11px;
	font-weight:bold;
}
#footer {
	height:1%;
	padding:4px 2px 0px 18px;
	overflow:hidden;
}
.footer-logo a {
	float:right;
	background:url(../images/bg-logo2.png) no-repeat;
	width:197px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	margin:18px 33px 33px 0;
	cursor: default;
}
.footer-logo2 a {
	float:left;
	background:url(../images/bg-logo3.png) no-repeat;
	background-position: 14px 10px;
	color:#fff;
	padding:19px 0 20px 77px;
	font-size:13px;
	cursor: default;
}

.footer-logo2 a:hover {
	color:#fff;
}
.footer-logo3 {
	float:left;
	color:#fff;
	padding:20px 0 10px 27px;
	font-size:11px;
	color: #0067aa;
}
#footer ul {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	text-align:right;
	font-size:13px;
}
#footer ul li {
	display:inline;
	color:#2f2c2e;
	padding:0 0 0 12px;
}
#footer ul li.copyright {
	padding:0 0 0 29px;
}
#footer ul a {
	color:#2f2c2e;
}
ul.year, 
ul.year ul{
	margin:0;
	padding:0;
	list-style:none;
}
ul.year li{
	font-size:15px;
	padding: 0 0 25px;
}
ul.year li li{
	font-size:14px;
	padding:0;
	line-height:21px;
}

ul.year li a{
	color:#00aae7;
}
ul.year li li a{
	color:#231f20;
}

.select_block
{
    padding: 5px 0 0 5px;
    margin-top: -19px;
    margin-left: -29px;
}
.select_block p{
	font-size:11px;
	color:#fff;
	margin:0;
	padding:0;
}
.select_block .select{
	
	width:157px;/*137px;*/
	float:left;
	margin:0 16px 0 0;
	position:relative;
}
.select_block .select span{
	background:#fff;
	height:17px;
	cursor:pointer;
	color:#019ADB;
	float:left;
	font-size:9px;
	line-height:18px;
	padding:0 0 0 4px;
	overflow:hidden;
	width:115px;
	overflow:hidden;
}
.select_block .select a.open{
	float:right;
	font-size:9px;
	padding:0 0 0 4px;
	line-height:17px;
	width:149px;/*129px*/
	background:#FFF url(../images/open.gif) no-repeat 100% 0;
}
.select_block .select a.open:hover{
	text-decoration:none;
}
.select_block .select .sub{
	position:absolute;
	top:17px;
	left:3PX;
}
.select_block .select input
{
	cursor:pointer;
	color:#019ADB;
    position: absolute;
    left: 7px;
    top: 3px;
    font-size: 9px;
    width: 128px; /*129px*/
    height: 12px;
    border: 0;
    background: #FFF;
}

.hide
{
	display: none;
}
.show
{
	display: block;
}
.select_block .select .sub ul{
	margin:0;
	padding:0;
	background:#fff;
	list-style:none;
	
	position:relative;
	border-top:1px solid #a6a9ad;
	z-index:888;
	width:136px;
}
.select_block .select .sub ul li{
	font-size:9px;
padding:0;
margin:0;
	border:1px solid #a6a9ad;
	
	overflow:hidden;
	float:left;
	background:#fff;
	
	text-transform:uppercase;
	border-top:none;
}
.select_block .select .sub ul li a{
	display:block;
	height:20px;
	overflow:hidden;
	padding:0 0 0 3px;
	width:131px;
	float:left;
}
.select_block .select .sub ul li a:hover{
	background:#04a2de;
	color:#fff;
	text-decoration:none;
}
td{
	font-size:11px;
	padding:0;
	margin:0;
	height:10px;
	line-height:13px;
}
.holder td strong.title{
	font-size:15px;
	font-family:Arial Black;
	color:#0069aa;
	line-height:18px;
}
.holder{
	padding:22px 0 0 30px;
}
.holder h2{
	color:#86898F;
	font-size:27px;
	line-height:30px;
	margin:0 0 0px;
}
td.column{
	width:265px; 
	padding:20px 20px 0 7px;
}
td.column strong.title{
	color:#0069aa;
	font-size:12px;
}
.divide {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    height:1px;
}
.titles {
    padding-bottom: 10px;
}

.titles h3{
	font-size:12px;
	margin:0;
	padding:0;
	font-weight:normal;
	width:270px;
	color:#0072b2;
	float:left;
	padding:0 0 0 7px;
	margin:9px 10px 0 0;
	background:#8ac5ec;
}

.titles_2 h3{
	font-size:12px;
	margin:0;
	padding:0;
	font-weight:normal;
	width:270px;
	color:#0072b2;
	float:left;
	padding:0 0 0 7px;
	margin:9px 5px 0 0;
	background:#8ac5ec;
}

.logo_img {
	position:absolute;
	right:10px;
	top:10px;
	width:41px;
	height:23px;
}
#sidebar .active h2 a{
	color:#fff;
}

h3{
	margin:0;
	padding:0;
	font-size:19px;
	color:#878990;
	font-weight:normal;
}
h4
{
    padding: 0;
    font-size: 13px;
    color: #009ddc;
    font-weight: bold;
    line-height: 18px;
}
h5
{
    margin:0;
    padding: 0;
font-size: 12px;    
color: #009ddc;
    line-height: 17px;
}
.blue
{
    color: #009ddc;
}
.group
{
    overflow: hidden;
}
.box{
	
	padding:10px 0 10px 0;
	width:300px;
}

.article-long,
.article{
	font-size:12px;
}
.article-long ul.pdf,
.article ul.pdf{
	margin:0;
	padding:0;
	list-style:none;
}
.article-long ul.pdf li,
.article ul.pdf li{
	/*font-size:13px;
	color:#000;*/
	background:url(../images/ico_pdf.jpeg) no-repeat 0 0;
	/*background:url(../images/ico_pdf.gif) no-repeat 0 0;*/
	padding:0 0 0 50px;
	line-height:50px;
}
.article-long ul.pdf li a,
.article ul.pdf li a
{
	/*color: Black;*/
}
.line{
	line-height:18px;
}
.line {
	font-size:11px;
}
.grey_box{
	padding:10px 5px;
	background:#f2f9ff;
	overflow:hidden;
	border-bottom:1px dotted #c9d1e9;
}
.grey_box .name{
	font-weight:bold;
	color:#95c8fe;
}
.grey_box .img{
	float:left;
}
.grey_box .text{
	float:left;
	color:#353792;
	width:400px;
	padding:0 0 0 30px;
}
.grey_box .text a{
	color:#353792;
}
.white_box{
	padding:10px 5px;
	background:#FFFFFF;
	overflow:hidden;
	border-bottom:1px dotted #c9d1e9;
}
.white_box .name{
	font-weight:bold;
	color:#019adb;
}
.white_box .img{
	float:left;
	width:120px;
}
.white_box .text{
	float:left;
	color:#353792;
	width:350px;
	padding:0 0 0 30px;
}
.white_box label
{
    width: 85px;
    padding-right: 30px;
    color: Black;
    font-weight: normal;
}

strong.title{
	color:#0069AA;
	font-size:13px;

}

.scroller{
padding:0;
margin:0;
	height:291px;
	width:154px;
	position:relative;
	overflow:hidden;
	z-index:999;
}
.scroller .upbutton,
.scroller .downbutton{
	position:absolute;
	left:0;
	height:21px;
	width:155px;
	overflow:hidden;
	z-index:1001;
}

.scroller .upbutton{top:0;}

.scroller .downbutton{top:270px;}

.scroller .upbutton div,
.scroller .downbutton div{
	height:21px;
	width:155px;
	overflow:hidden;
}

.scroller .upbutton div{background:url(/images/arrow_top.jpg) no-repeat;
}

.scroller .downbutton div{background:url(/images/arrow_bottom.jpg) no-repeat;
}

.scroller .upbutton a,
.scroller .downbutton a{
	display:block;
	height:21px;
	width:155px;
	text-indent:-9999px;
	position:relative;
	background:url(/images/arrow_top.jpg) no-repeat;
}

.scroller .downbutton a{
	background:url(/images/arrow_bottom.jpg) no-repeat;
}
.sc-inner{
	height:708px;
}
.column{
	width:100%;
	overflow:hidden;
}
.column .image-h{
	width:100%;
	overflow:hidden;
}
.column .image-h img{
	display:block;
}
.week-box{
	width:573px;
	overflow:hidden;
	margin:12px 0 0;
	background:#a5a9ad url(../images/bg-week-t.gif) no-repeat;
}
.week-box .holder{
	width:513px;
	overflow:hidden;
	padding:16px 30px 0 30px;
	background:url(../images/bg-week-b.gif) no-repeat 0 100%;
}
.week-box h2{
	margin:0;
	font-size:14px;
	line-height:16px;
	color:#0c6bad;
	font-weight:normal;
}
.week-box .c-links{
	width:100%;
	overflow:hidden;
	padding:12px 0 13px;
}
.week-holder{
	float:left;
	display:inline;
	width:393px;
	margin:0 0 0 -23px;
	background:url(../images/bg-week-h.gif) repeat-y 100% 0;
}
.week-holder .box{
	float:left;
	width:173px;
	min-height: 0;
	display:inline;
	margin:0 0 0 23px;
	padding:0;
}
.week-holder .box h3{
	font-size:12px;
	line-height:13px;
	font-weight:normal;
	margin:0;
	/*color:#0c9cdd;*/
	color:#0c6bad;
	text-transform:uppercase;
}
.week-box .c-links ul{
	margin:0;
	padding:1px 0 11px;
	list-style:none;
	overflow:hidden;
}
.week-box .c-links ul li{
	overflow:hidden;
	height:1%;
	vertical-align:top;
	font-size:12px;
	line-height:14px;
	padding:6px 0 0;
}
.week-box .c-links ul li a{
	color:#fff;
}
.week-box .r-box{
	float:right;
	width:120px;
	padding:13px 0 0;
}
.t-box{
	overflow:hidden;
	height:1%;
	padding:29px 20px 23px 31px;
}
.t-box h3{
	margin:0 0 11px;
	font-size:12px;
	line-height:14px;
	color:#0c9cdd;
	font-weight:normal;
}
.t-box h3 a{
	color:#0c9cdd;
}
.t-box p{
	margin:0 0 17px;
	font-size:12px;
	line-height:17px;
	color:#39373b;
}
.signature{
	width:100%;
	float:left;
	margin:-12px 0 0;
}
.text-andrew{
	display:block;
	margin:0 0 7px 1px;
	width:97px;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/text-andrew.gif) no-repeat;
}
.signature span{
	display:block;
	font-size:10px;
	line-height:12px;
	color:#39373b;
}
.container{
	width:100%;
	overflow:hidden;
	padding:0 0 30px;
}
.container .box{
	overflow:hidden;
	height:1%;
	padding:16px 0 15px;
	background:url(../images/separator1.gif) repeat-x;
}
.container .image{
	float:left;
	border-left:11px solid #0c9cdd;
}
.container .image img{
	display:block;
}
.container .text{
	float:right;
	width:381px;
	padding:6px 0 0;
}
.container h3{
	margin:0 0 2px;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#0c9cdd;
}
.container h3 a{
	color:#0c9cdd;
}
.container p{
	margin:0;
	font-size:12px;
	line-height:17px;
	color:#39373b;
}
.container p strong,
.container p strong a{
	color:#0c9cdd;
}
.container .text ul{
	margin:0;
	padding:0;
	list-style:none;
}
.container .text ul li{
	overflow:hidden;
	height:1%;
	vertical-align:top;
	font-size:12px;
	line-height:17px;
	color:#39373b;
}
.container .text ul li a,
.container .text ul li strong{
	color:#0c9cdd;
}
.threcolumns{
	width:570px;
	margin:1px 0 0;
	padding:1px 0 28px;
	overflow:hidden;
	background:url(../images/separator2.gif) repeat-y 100% 0;
}
.threcolumns .aside1{
	float:left;
	width:168px;
	padding:0 10px 0 2px;
}
.threcolumns .aside2{
	float:left;
	width:170px;
	padding:0 10px 0 18px;
}
.threcolumns .aside3{
	float:left;
	width:166px;
	padding:0 0 0 22px;
}
.columns{
	width:100%;
	overflow:hidden;
	padding:18px 0 0;
}
.bside1{
	float:left;
	width:174px;
	padding:1px 0 0;
}
.columns .image{
	float:left;
	border-left:11px solid #0c9cdd;
}
.columns .image img{
	display:block;
}
.bside1 .text:after{
	content:"";
	clear:both;
	display:block;
}
.bside1 .text{
	width:167px;
	float:left;
	padding:20px 0 0 7px;
}
.bside1 .text p{
	margin:0;
	font-size:14px;
	line-height:22px;
	color:#0c6bad;
}
.bside1 .text span{
	float:left;
	position:relative;
	display:inline;
	margin:0 0 0 -5px;
}
.bside2{
	float:right;
	width:381px;
}
.bside2 h2{
	margin:0 0 19px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#0c9cdd;
}
.bside2 h2 a{
	color:#0c9cdd;
}
.bside2 p
{
    margin: 0 0 18px;
    font-size: 11px;
    line-height: normal;
    color: #39373b;
}

a:hover
{
    /*font-weight: bold;*/
    color: #002e5e;
}

.section ul li.submenu
{
    background: url(../images/bg-heading.gif) #009adb repeat-x;
}
.section ul.submenu {
	margin:0;
    padding-top: 0px;
    padding-bottom: 3px;
	list-style:none;
}
.section ul.submenu  li{
	
}
.section ul.submenu a{
	background:url(../images/bg_ar.gif) no-repeat 35px 13px;
    color: #fff;
    padding: 5px 0 0 50px;
    height: auto;
    display: block;
    font-size: 12px;
 font-weight:bold;

	line-height:23px;
}
.section ul.submenu a:hover {
	text-decoration:none;
    color: #002e5e;
	background:url(../images/bg_ar_h.gif) no-repeat 35px 13px;
}
.section ul.submenu a.active_submenu
{
    color: #002e5e;
}
.quotes
{
    font-size: 26px;
    color: #0c9cdd;
    line-height : 28px;
    padding-top:10px;
    width:auto;
}
.grey_b{
	background:#eceded;
	overflow:hidden;
	position:relative;
	margin:0 0 0 2px;
	padding:19px 50px 10px 46px;
}
.quotes div.start
{
    background: url(../images/quote_start.png);
    background-repeat: no-repeat;
    width:26px;
    height:26px;
	position:absolute;
    margin: 0px 0 0 0px;
	left:20px;
	top:20px;
	
}
.quotes div.end
{
    background: url(../images/quote_end.gif) no-repeat 100% 0;

  /*  width:237px;*/
    height:26px;
	position:relative;
    margin: -8px 0 0 0px;
}


div.top_1{
	background:url(../images/bg_top_1.gif) no-repeat 0 0;
	width:593px;
}
div.mid_1
{
    background-position: 0 0;
    background: url(../images/bg_mid_1.gif) repeat-y 0 0;
    width: 593px;
    padding: 0px 0 0px 23px;
}
div.botoom
{
    background: url(../images/bg_bottom_1.gif) no-repeat 0 100%;
    width: 570px;
    padding: 0px 0 0px 23px;
}
td.list_checkbox{
	text-align:right;
	white-space:nowrap;
	width:170px;
}
td.list_checkbox table{
	float:left;
	width:132px;
}
td.list_checkbox input{
	float:right;
}
td.input input{	
	background:url(../images/bg_input.gif) repeat-x 0 0;
	width:146px;
	border:1px solid #eeefef;
}
td.input_standart input{	
	width:146px;
}
td.input_standart select{	
	width:154px;
}
input.btnsign_up{
	background:url(../images/btn_send.gif) no-repeat 0 0;
	width:49px;
	height:17px;
	border:0;
	padding:0;
	margin:0 41px 0 0;
}
a.grey_link{
	color:#b8bcc6;
}
div.white_box_2,
div.white_box_2 .text{
	color:#000;
}

.map_link_box
{
    padding: 0px;
	margin:0 auto;
    position: absolute;
    top: 148px;
}
.map_link_b
{
    margin: 0 0px 0 347px;
    height: 26px;
    width: 82px;
    display: block;
    border: black 1px solid;
}
.map_link
{
    height: 24px;
    width: 80px;
    display: block;
    background-color: #FFFFFF;
    border-bottom: #6c9ddf 1px solid;
    border-left: #345684 1px solid;
    font-size: 12px;
    border-top: #345684 1px solid;
  /*  font-weight: bold;*/
    border-right: #6c9ddf 1px solid;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color:Black;
}
.map_link:hover {
/*	text-decoration:none;
    color: #002e5e;*/
}


ul.contact-details-links
{
    padding: 10px 0px 3px 0px;
    margin: 0;
    list-style: none;
}
ul.contact-details-links li
{
	background:url(../images/bg_ar_blue.gif) no-repeat 0px 8px;
	padding: 0 0 0 0;
}
ul.contact-details-links a{
    padding: 0;
}
ul.contact-details-links strong {
    padding: 0 0 0 15px;
}
ul.contact-details-links a:hover {
	text-decoration:none;
    color: #002e5e;
}
.week-box .c-links  ul.grey_box_list li{
	background:url(../images/bg_arrow_3.gif) no-repeat 0 4px;
	padding:0 0 0 15px;
	margin:5px 0 0 0;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
