﻿body 
{
	background: #172e59;
	margin: 0px;
	font-family: Arial, Calibri, "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #c5c5c5;
}
a
{
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}
a:hover
{
	text-decoration: underline;
}
h1
{	
	color: #ffffff;
	font-size: 18px;
	letter-spacing: -1px;
	margin: 20px 0px 0px 0px;
	clear: both;
	font-weight: normal;
}
h2
{
    font-size: 12px;
    color: #ebebeb;
    margin: 5px 0 20px 158px;
    font-weight: normal;
}
h6
{
	margin: 0px;
	font-size: 11px;
}
#content h5
{
	font-size: 14px;
	margin: 0px 82px 4px 158px;
}
#content p, #content ul, #content div.tile, #surnameLetters, #content div.small, #content ol
{
	color: #c5c5c5;
	margin: 0px 82px 10px 158px;
	line-height: 20px;
}
#content p.keepLeft
{
    margin-left: 0;
    margin-right: 10px;
}
#content p.attachment
{
    background: #172e59;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}
#content p.attachment img
{
    border: 0;
    vertical-align: middle;
    margin-right: 15px;
}
#content .profile div.small
{
	margin: 0px;
}
#content ul li p
{
	margin-left: 60px;
}
#content ul
{
	list-style-type: none;
	padding: 0px;
}
#content ul.left
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.left ul
{
	border-top: solid 1px #304670;
}
#content ul.left li ul.left li label
{
	display: block;
}
#content ul.left li
{
	margin: 16px 0px;
}
#content ul.left li li
{
	margin: 8px 0px;
}
div.small
{
	font-size: 12px;
	padding-bottom: 20px;
}
.clearer
{
	clear: both;
	padding: 10px 0px;
	margin-top: 10px;
	background: #172e59 url(/images/template_Bluesy/bg_bottom.gif) no-repeat top;
}
.clear
{
	clear: both;
}
#container
{
	margin: 0 auto;
	padding: 0px;
	background-color: #172e59;
	width: 780px;
}
#head
{
	background: url(/images/template_Bluesy/title.jpg) no-repeat;
	height: 241px;
}
#top
{
	clear: both;
	border-bottom: solid 1px #304670;
	height: 8px;
}
#topLeft
{
	background: url(/images/template_Bluesy/text_topLeft.gif) no-repeat;
	float: left;
	width: 277px;
	height: 27px;
}
.topRight
{
	float: right;
	height: 27px;
	margin-left: 10px;
}
.topRight a
{
	display: block;
	height: 27px;
}
#topRight_home
{
	background: url(/images/template_Bluesy/text_topRight_home.gif) no-repeat;
	width: 78px;
}
#topRight_divider
{
	background: url(/images/template_Bluesy/text_topRight_divider.gif) no-repeat;
	width: 2px;
}
#topRight_sitemap
{
	background: url(/images/template_Bluesy/text_topRight_sitemap.gif) no-repeat;
	width: 45px;
}
#topRight_search
{
	background: url(/images/template_Bluesy/text_topRight_search.gif) no-repeat;
	width: 37px;
}
#topRight_signIn
{
	background: url(/images/template_Bluesy/text_topRight_signIn.gif) no-repeat;
	width: 39px;
}
#topRight_signedIn
{
	background: url(/images/template_Bluesy/text_topRight_signedIn.gif) no-repeat;
	font-size: 11px;
	padding-top: 13px;
	padding-left: 60px;
	height: 14px;
}
#topRight_edit
{
	background: url(/images/template_Bluesy/text_topRight_edit.gif) no-repeat;
	width: 23px;
}
#middle
{
	background: #142951 url(/images/template_Bluesy/bg_gradient.gif) repeat-x;
}
#nav
{
	margin: 4px 0px 0px 0px;
	border-top: solid 1px #304670;
	border-bottom: solid 1px #304670;
	font-size: 12px;
	line-height: 24px;
	padding: 0px;
	list-style: none;
	z-index: 3;
	height: 24px;
}/* - - - ADxMenu: BASIC styles - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

/* move all list items into one row, by floating them */
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
}

/* define new starting point for the nested UL, thus making positioning it a piece of cake */
.menu li:hover {
	position: relative;
}

/* force the submenu items into separate rows, while still keeping float:left (which resolves IE6 white-gap problem) */
.menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus.
	first make sure no horizontal scrollbars are visible on initial page load by sliding them all into top-left corner  */
.menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place the submenu where it should be when shown */
.menu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
.menu ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
.menu li:hover>ul {
	display: block;
}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* IE7 float clear: */
.menu, .menu ul {
	min-height: 0;
}

/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {/*
	background-image: url(empty.gif);/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	/*
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	background: #f00;*/		/* uncomment this if you want to see the "safe" area. you can also use to adjust the safe area to your requirement */
}
/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #eee;
}
.menu li li{
	background: #172e59;
	border-left: solid 1px #304670;
	border-right: solid 1px #304670;
	line-height: normal;
	padding: 5px 0px;
}
.menu ul {
	width: 15em;
	border-bottom: solid 1px #304670;
}
.menu ul ul
{
	border-top: solid 1px #304670;
}

.menu li:hover>a {
	color: #fc3;
}

.menu a {
	text-decoration: none;
	padding: 0em 0.9em;
	display: block;
}

.menu a:hover {
	color: #fc3;
}

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}
.menu li.adxmhover {
	z-index: 10000;
}
.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}
.menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */
	top: 100%;
	left: 0;
}
.menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}
#middlePadded
{
	margin: 0px 20px;
	border-bottom: solid 1px #304670;
	padding-bottom: 20px;
}
#location
{
	font-size: 11px;
	margin-bottom: 30px;
}
.bottom
{
	margin: 6px 20px;
	font-size: 11px;
	text-align: right;
	
}
img.tick
{
    margin: 0px 0px 0px 30px;
    padding: 0px;
    border: 0px;
    cursor: pointer;
}
.newsHeadline
{
	margin: 0px 82px 10px 158px;
	font-size: 20px;
}