/*
site wide style

*/

*
{
	margin: 0px;
	padding: 0px;
}

div.page_container
{
	margin: 5px;
	height: auto;
	background-color: black;
	width: 758px;
}

img.logo
{
	border-bottom: 5px solid white;
}

input.submit
{
	border: 1px solid #003F8F;
	background-color: #0879C5;
	font-family: Arial;
	font-size: 12px;
	color: white;
}

/*
left column
*/

div.left_col
{
	width: 201px;
	height: 100%;
	float: left;
	background-color: #000000;
	position: relative;
}

div.left_nav
{
	width: 201px;
	margin-top: 5px;
	float: left;
}

div.nav
{
	height: 100%;
	padding-top: 20px;
}

div.nav a
{
	display: block;
	color: #FFFFFF;
	padding: 3px 0 3px 37px;
	border-top: 1px solid #003F8F;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div.nav a:hover
{
	background-color: #003F8F;
	color: #FFFFFF;
}

div.nav a.selected
{
	background-color: #003F8F;
	color: #FFFFFF;
	background-image: url(/content/images/menu_arrow_left.gif);
	background-repeat: no-repeat;
	background-position: 14px center;
}

div.nav a.selected.expand
{
	background-image: url(/content/images/menu_arrow_down.gif);
}

div.nav a.selected.singleItem
{
	background-image: url(/content/images/menu_arrow_left.gif);
}

div.nav div.sub_nav
{
	margin-left: 20px;
}

div.nav div.sub_nav a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	border-width: 0px;
	margin: 4px 0;
}

div.nav div.sub_nav a:hover
{
	background-color: #000000;
	text-decoration: underline;
}

div.nav div.sub_nav a.selected
{
	background-repeat: no-repeat;
	background-position: 14px center;
	background-image: url(/content/images/menu_arrow_left.gif);
	background-color: #000000;
	color: #003F8F;
}

/*
left nav alt links
*/

div.alt_links
{
	border: 1px solid #FFFFFF;
	margin-left: 25px;
	width: 140px;
	position: absolute;
	bottom: 180px;
	left: 0px;
}

div.alt_links a
{
	display: block;
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px;
	border-top: 1px dashed #FFFFFF;
	color: #58AAFE;
}

div.alt_links a.first_link
{
	border-top: 0px solid #FFFFFF;
}

div.alt_links a:hover
{
	color: white;
	background-color: #58AAFE;
}

div.alt_links h3
{
	display: block;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px;
	border-top: 1px dashed #FFFFFF;
	color: #58AAFE;
}

div.alt_links p
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	padding: 2px 0;
}

div.alt_links input
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0px;
}

div.alt_links input.text
{
	width: 125px;
	margin: 2px 0;
	color: #B1D8FF
}

div.alt_links div.pad
{
	padding: 0 5px 5px 5px;
}

/*
right column
*/

/*
Jonny 19/06/08
Added min-height and right_col_home
*/

div.right_col
{
	float: left;
	width: 552px;
	background-color: #FFFFFF;
	border-left: 5px solid white;
	min-height:600px;
	height:auto !important;
	height:600px;
}

div.right_col_home
{
	float: left;
	width: 552px;
	background-color: #FFFFFF;
	border-left: 5px solid white;
}

div.header
{
	height: 168px;
	overflow: hidden;
}

div.header.home
{
	height: 342px;
	overflow: hidden;
}

div.header img
{
	float: left;
}

div.header div.blue_bar_right
{
	float: right;
	background-color: #014090;
	height: 342px;
	width: 33px;
}

h1
{
	width: 170px;
	background-color: #0261A5;
	text-transform: uppercase;
	color: #FFFFFF;
	font: bold 14px Arial;
	text-align: center;
	vertical-align: middle;
	line-height: 168px;
	height: 100%;
	float: left;
	margin-right: 5px;
}

div.header div.sub_header
{
	background-color: #000000;
	width: 514px;
	height: 82px;
	padding: 0px;
	float: left;
	margin-bottom: 5px;
}

div.header div.sub_header h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-family: Arial;
	font-size: 35px;
	vertical-align: middle;
	padding-top: 24px;
}

/*
main body fonts and headings
*/

h2
{
	clear: both;
	font: bold 13px Arial;
	color: #013E91;
	text-transform: uppercase;
	padding: 15px 0;
}

div.content
{
	clear: both;
	margin: 0 35px 0 15px;
	min-height: 200px;
}

div.content p
{
	font: normal 12px Arial;
	color: #000000;
	padding-bottom: 15px;
}

div.content p img
{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

div.content p a
{
	color: #3E77CE;
}

div.content p a:hover
{
	color: #FFFFFF;
	background-color: #FF950A;
}

hr
{
	border: 0px solid white;
	border-top: 2px dotted #000;
	color: #fff;
	background-color: #fff;
	height: 2px;
	padding: 0px;
	margin: 10px 0;
}

div.content label
{
	font: bold 12px Arial;
	display: block;
	margin: 10px 0;
}

div.content select
{
	width: 300px;
	margin-bottom: 5px;
}

ul
{
	padding: 5px 0 15px 20px;
}


ul li.pdf
{
	list-style-image: url(/content/images/bullet_pdf.gif);
	font: bold 13px Arial;
	color: #8A8A8A;
}

ul li.pdf a
{
	color: #003F8C;
}

ul li.update
{
	padding-top: 3px;
	color: #8A8A8A;
	list-style-type: none;
	font: normal 10px Arial;
}

/*
footer
*/


div.footer
{
	overflow: visible;
	position: relative;
	clear: both;
	height: 26px;
}

div.footer.large
{
	height: 177px;
}

div.footer div.address
{
	position: absolute;
	bottom: 0px;
	margin-left: 30px;
	left: 0px;
}

div.footer div.address p
{
	margin-bottom: 10px;
}

div.footer p
{
	font: normal 11px Arial;
	color: #FFFFFF;
}

div.footer div.footer_bar
{
	height: 26px;
	width: 516px;
	border-left: 5px solid white;
	border-right: 5px solid white;
	margin-left: 201px;
	background-color: #003F8F;
}

div.footer div.footer_bar span
{
	color: #FFFFFF;
	font: normal 10px Arial;
	padding: 7px;
}

div.footer div.footer_bar span.copyright
{
	float: left;
}

div.footer div.footer_bar span.links
{
	float: right;
}

div.footer div.footer_bar span.links a
{
	color: #FFFFFF;
	text-decoration: none;
}

div.footer div.footer_bar span.links a:hover
{
	text-decoration: underline;
}

/*
Latest News
*/

div.footer div.latest_news
{
	width: 516px;
	border-left: 5px solid white;
	border-right: 5px solid white;
	margin-left: 201px;
	height: 146px;
	background-color: #3B79CC;
	border-bottom: 5px solid #FFFFFF;
}

div.footer div.latest_news div
{
	padding: 10px;
}

div.footer div.latest_news H3
{
	color: #FFFFFF;
	font-weight: bold;
	font: bold 13px Arial;
	margin-bottom: 8px;
}

div.footer div.latest_news P
{
	color: #FFFFFF;
	font: normal 11px Arial;
	line-height: 16px;
}

div.footer div.latest_news img
{
	border-right: 5px solid #FFFFFF;
	float:left;
	margin-right: 15px;
}

div.footer div.latest_news a
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* LT'addition */

div.content h3
{
	clear: both;
	font: bold 12px Arial;
	color: #013E91;
	padding: 0px 0px 5px 0px;
}

div.content h3 a {
	color: #013E91;
}

div.content ul
{
	font: normal 12px Arial;
	color: #000000;
	margin: 0px 0px 0px 10px;
}

div.content ul li
{
	padding: 0px 0px 2px 0px;
}

div.home-list ul
{
	font: normal 12px Arial;
	color: #013E91;
	margin: 0px 0px 0px 10px;
}

div.home-list ul li
{
	padding: 0px 0px 2px 0px;
}

div.home-list ul a
{
	color: #003F8C;
	text-decoration: none;
}

div.home-list ul a:hover
{
	color: #FFFFFF;
	background-color: #FF950A;
}

div.services-list ul
{
	font: normal 12px Arial;
	color: #000000;
	margin: 0px 0px 0px 10px;
}

div.services-list ul li
{
	padding: 0px 0px 2px 0px;
}

div.services-list ul a
{
	color: #003F8C;
}

div.services-list ul a:hover
{
	color: #FFFFFF;
	background-color: #FF950A;
}

div.content p img.download
{
	float: left;
	border: 0;
	padding-left: 0px;
	padding-bottom: 0px;
}


div.content ul li.news
{
	padding:5px 5px 2px 0px;
}

.address-label
{
	float:left;
	width: 95px;
}

.address-item
{
	float:left;
}

.address-item-break
{
	line-height:80%;
}

.partner {
	clear: both;
	float: none;
	margin-bottom: 22px;
}
.partner:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.partner .image {
	width: 150px;
	float: left;
	margin-right: 18px;
}
.partner .desc {
	width: 330px;
	float: left;
}

div.content p img.reset {
	float: left;
	padding: 0;
        border: 0;
}

#client-area{
    border-width: 0;
}

span.home{
  color: #013E91;
}
