
/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 18px Georgia;
	color: #759bb1;
	margin: 10px 0 12px 0;
}

h1 a:link, h1 a:visited {
	color: #759bb1;
}

h2 {
	font: 22px Georgia;
	color: #9d080d;
	margin: 15px 0 15px 0;
}

h3 {
	font: 18px Georgia;
	color: #759bb1;
	margin: 15px 0 15px 0;
}


h4 {
	font: 16px Georgia;
	color: #759bb1;
	margin: 15px 0 15px 0;
}


h2 a:link, h2 a:visited {
	color: #9d080d;
}

.heading {
	margin: 0 0 10px 0;
}


/* Links */

a:link, a:visited, a:active {
	color: #5082a0;
	text-decoration: underline;
}

a:hover {
	color: #9D080C;
	text-decoration: underline;
}

/* Paragraphs */
 
p {
	margin: 0 0 18px 0;
	line-height: 1.6em;
}
	p a:link, a:visited, a:active {
		color: #5082a0;
		text-decoration: underline;
	}
	
	p a:hover {
		color: #9D080C;
		text-decoration: underline;
	}

p.big {
       font: 16px Georgia; 
       color: #759bb1
}

p.news {
	font: 12px Georgia; 
      margin: 0 0 18px 0;
	line-height: 1.4em;
}

p.main {
	margin: 0 0 18px 0;
	line-height: 1.6em;
}



/* Lists */

ol {
	margin: 0;
}

ol li {
	margin: 0 0 1px 0;
}

ul {
	margin: 0;
       line-height: 1.6em
}

ul li {
	margin: 0 0 1px 0;
        line-height: 1.6em
}

/*Dividers */

hr {
      color: #9D080C;
		
}



/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 14px Georgia;
	color: #759bb1;
}

.strong {
         font-weight: bold
}


.shadow {
	background: url('../i/all_bg.gif') repeat-y 50% 0;
}

.shadow_bottom {
	background: url('../i/all_bg_bottom.gif') no-repeat 50% bottom;
}

.frame {
	margin: 0 auto;
	width: 996px;
}

/* Header */

.header {
	position: relative;
	height: 124px;
}

.logo {
	position: absolute;
	top: 17px;
	left: 4px;
}

/* Top right menu */

.top_menu {
	margin: 0;
	position: absolute;
	top: 47px;
	right: 0;
	overflow: hidden;
}

.top_menu li {
	float: left;
	display: inline;
	margin: 0;
/*	border-left: 1px solid #759bb1;*/
	background: url('../i/sep.gif') no-repeat 0 4px;
	padding: 0 0 0 16px;
	margin: 0 16px 0 -2px;
	text-decoration:underline;
}

.top_menu a:link, .top_menu a:visited {
	color: #759bb1;
	text-decoration:underline;
}

.top_menu a:hover {
	color: #9d080d;
	text-decoration:underline;
}

.top_menu li.current a:visited {
	color: #9d080d;
	text-decoration:underline;
}

.top_menuother{
	color: #9d080d;
}

/* Menu */

.menu {
	margin: 0 0 2px 0;
	width: 100%;
	height: 34px;
	background: url('../i/menu_bg_line.gif') repeat-x 0 100%;
}

.menu li {
	float: left;
	display: inline;
	margin: 0 1px 0 0;
	float: left;
	height: 34px;
	overflow: hidden;
	
}

.menu li a:link, .menu li a:visited {
	display: block;
	float: left;
	height: 34px;
	overflow: hidden;
	background: #7ea0b7 url('../i/menu_bg.gif') no-repeat 0 0;
	height: 68px;
	width: 248px;
	color: #FFF;
	line-height: 28px;
	text-align: center;
	font-size:16px;
	text-decoration:none;
}

.menu li a:hover, .menu li.current a:link, .menu li.current a:visited {
	background: #377499 url('../i/menu_bg.gif') no-repeat 0 -34px;
	color: #9d080d;
}
.menu-h {
	background: #377499 url('../i/menu_bg.gif') no-repeat 0 34px;
	color: #9d080d;
}

/* Columns */

.col_left {
	float: left;
	display: inline;
	width: 749px;
}

.col_right {
	float: left;
	width: 247px;
	display: inline;
	padding: 0 0 40px 0;
}

.top_boxes div {
	float: left;
	display: inline;
	margin: 0 0 0 1px;
}

.top_boxes {
	margin: 0 0 2px 0;
	position: relative;
}

.top_boxes_2 {
	margin: 0 25px 0 20px;
	position: relative;
}

.here_overlay {
	display: block;
	background: url('../i/here_overlay.gif') no-repeat;
	width: 59px;
	height: 20px;
	position: absolute;
	top: 151px;
	left: 177px;
	cursor: pointer;
}

.here_overlay:hover {
	background-position: 0 100%;
}

.here_resource {
	display: block;
	background: url('../i/h_resource_centre_overlay.gif') no-repeat;
	width: 215px;
	height: 17px;
	position: absolute;
	top: 547px;
	left: 894px;
	cursor: pointer;
}

.here_resource:hover {
	background-position: 0 100%;
}

.col_left .top_boxes {
	margin-left: -1px;
}

/* Small columns inside left column */

.col_1 {
	float: left;
	display: inline;
	width: 250px;
}

.col_2 {
	float: left;
	display: inline;
	width: 440px;
	margin: 0 0 0 14px;
}
.col_3 {
	float: left;
	display: inline;
	width: 250px;
      margin: 15px 0 0 3px;
}

.side_box {
	margin: 15px 0 0 20px;
}

.side_box a:link, .side_box a:visited {
	color: #759bb1;
}

.side_box a:hover {
	color: #9d080d;
}



.side_link {
	margin: 12px 0px 0px 15px;
	line-height:25px;
	text-decoration:underline;
}

.side_link a:link, .side_link a:visited {
	color: #759bb1;
	text-decoration:underline;
}

.side_link a:hover {
	color: #9d080d;
	text-decoration:underline;
}

.side_link li.current a:visited {
	color: #9d080d;
	text-decoration:underline;
}

/* Subscribe form */

.subscribe {
	background: #b5cae7 url('../i/box_subscribe_4.jpg') no-repeat;
	width: 247px;
	overflow: hidden;
}

.subscribe form {
	margin: 117px 0 0 35px;
}

label {
	color: #9d080d;
}

.subscribe label {
	height: 22px;
	line-height: 18px;
	font-size: 14px;
	display: block;
	float: left;
	vertical-align: top;
	width: 47px;
}

.text {
	border: 0px solid transparent;
	background: #FFF;
}

input.text {
	height: 20px;
}

.subscribe .text {
	float: left;
	vertical-align: top;
	width: 150px;
}

.line {
	margin: 0 0 7px 0;
}

.button_line {
	text-align: right;
}

.subscribe .button_line {
	margin: -5px 12px 0 0;
}

.button {
	cursor: pointer;
	border: 0px solid transparent;
	padding: -1000px 0 0 0;
	text-indent: -100px;
	overflow: hidden;
	color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.subscribe .button {
	background-image: url('../i/button_submit_3.gif');
	width: 60px;
	height: 17px;
}

#submit_inquiry {
	background-image: url('../i/button_submit.gif');
	width: 58px;
	height: 17px;
}

.button:hover {
	background-position: 0 100% !important;
}

/* Footer */

.footer {
	background: url('../i/footer_bg.gif') no-repeat 50% 0;
	text-align: center;
	height: 95px;
	padding: 16px 0 0 0;
	margin: 5px 0 0 0;
}

/* Inenr pages */

.col_left .wrapper {
	margin: 0 17px 0 17px;
}

/* Inquiry form */

.box {
	background: #b6cbe6 url('../i/box_bg.gif') repeat-x;
	width: 496px;
	margin: 35px 0 13px 0;
	overflow: hidden;
	padding: 0 0 15px 0;
	_padding: 0 0 5px 0;
}

.box .inner {
	margin: 22px 118px 0 30px;
}

.form label {
	float: left;
	display: inline;
	width: 100px;
	text-align: right;
}

.form .text {
	float: left;
	display: inline;
	width: 235px;
	margin: 0 0 0 10px;
}

.form .line {
	margin: 0 0 11px 0;
}

#i_inquiry {
	height: 52px;
}

/* Contact information */

.contacts {
	margin: 0 0 0 15px;
}

.contacts a:link, .contacts a:visited {
	color: #759bb1;
}

.contacts a:hover {
	color: #9d080d;
}


/* heighlight navigation css */

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 1px solid #759bb1;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #AFB0B0; 
color: ##759bb1; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: ##759bb1; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 

