/* ------------------- */
/*      STRUCTURE      */
/* ------------------- */

#wrapper {
	width: 776px;
	margin: 0px auto 0px auto;
}

#sandwich {
	width: 776px;
}

#header {
	width: 776px;
	height: 210px;
}

#logo {
	float:left;
	}

#topMenu {
	float:right;
	height: 170px;
	width:500px;
	padding-top: 40px;
	padding-right: 30px;
	}

#content {
	width: 776px; /* Not sure I need this style */
}

#contentLeft {
	float: left;
	width: 176px;
	padding-top: 20px;
	padding-bottom: 10px; /* To stop any text running into the footer */
}

#contentPaddingLeft {
	width: 176px;
	padding-left: 47px;
}

#contentRight {
	z-index:1;
	position: relative;
	float: right;
	width: 500px;
	padding-top: 13px;
	padding-bottom: 10px; /* To stop any text running into the footer */
}

#contentPaddingRight {
	width: 434px;
	padding-right: 44px;
	padding-bottom: 10px; /* To stop any p text getting to close to images below */
}

#pageTitle {
	width: 685px;
	line-height: 120%;
	}

#footer {
	clear: both; /* This is really important */
	height: 40px;
	width: 776px;
	padding-bottom: 40px;
	padding-top: 11px;
}

#footerLeft {
	float: left;
	padding-left: 47px;
	width: 175px;
}

#footerRight {
	float: right;
	width: 456px;
	margin-right: 44px;
}

#designed {
	clear: both;
	width: 776px;
	padding: 15px 0px 10px 0px;
}



/* ------------------- */
/*       STYLES        */
/* ------------------- */

body {
	margin: 0px;
	background-color: #FFF;
	font-family: helvetica, arial, sans-serif;
	color: #666;
	font-size: 13px;
	background-image: url('../assets/page_bg.gif');
	background-repeat: repeat-x;
	background-position: center top;
}

#sandwich {
	background-color: #FFFFFF;
	border: solid #C1D6E9; /* line at foot of white page */
	border-width: 0 0 1px 0;
 }

#header {
	background-image: url('../assets/logo_ima.gif');
	background-repeat:no-repeat;
	background-position: left top;
	}
	
#topMenu {
	color:#005BA6;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 140%;
	text-align: right;
	}

#topMenu li {
	list-style-type: none;
	display: inline;
	line-height: 220%;
	letter-spacing: 1px;
}

#topMenu li a,  #topMenu li a:visited,  #topMenu li a:active {
	list-style-type: none;
	display: inline;
	text-decoration: none;
	color:#005BA6;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color:#E0EAF4;
	padding: 0 7px 8px 7px;
}

#topMenu li a:hover {
	list-style-type: none;
	display: inline;
	text-decoration: none;
	color:#CC2299;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color:#CC2299;
	padding: 0 7px 8px 7px;
}

#topMenu li.selected a,  #topMenu li.selected a:visited,  #topMenu li.selected a:active {
	list-style-type: none;
	display: inline;
	text-decoration: none;
	color:#CC2299;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color:#99CCFF;
	padding: 0 7px 8px 7px;
}

#strapline {
	font-size: 28px;
	font-family: Georgia, helvetica, arial, sans-serif;
	font-weight: lighter;
	line-height: 130%;
	color: #69C;
	padding-bottom: 5px;
	padding-top:32px;
}

#logout {
	height: 20px;
	font-weight: normal;
	color: #999999;
}

#sectionHeading {
	font-size: 21px;
	font-family: Georgia, helvetica, arial, sans-serif;
	font-weight: lighter;
	font-style:italic;
	line-height: 160%;
	color: #C1D6E9;
	padding-bottom: 10px;
	padding-top:6px;
}

.imageTop {
	margin-left: 47px;
	}
	
#pageTitle {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color:#99CCFF;
	color:#005BA6;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 32px;
	letter-spacing: -1px;
	margin-left: 47px;
	}

p {
	color: #666;
	font-size: 13px;
	line-height: 155%;
}

a, a:visited, a:active {
	color: #CC2299;
}

a:hover {
	text-decoration: none;
}

span a, span a:visited, span a:active {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC2299;
}

span a:hover {
	text-decoration: none;
}

#contentLeft p {
	color: #999;
	font-size: 12px;
	line-height: 160%;
}

#contentRight h1 { /* first heading in body column*/
	font-size: 19px;
	font-family: helvetica, arial, sans-serif;
	font-weight: lighter;
	line-height: 160%;
	color: #005BA6;
}

#contentRight h2 { /* standfirst paragraph in body column */
	font-size: 15px;
	font-family: Georgia, helvetica, arial, sans-serif;
	font-weight: lighter;
	line-height: 160%;
	color: #999;
}

#contentRight p img {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 0px;
}
	
	
.ImageRightAlign img {
    margin-right: 12px!important;
    margin-left: 0px!important;
    }
	
.emailimage {
    margin-right: 0px!important;
    margin-left: 0px!important;
	margin-bottom: 0px;
    }

#contentRight ul {
	line-height: 130%;
}

#contentRight li {
	margin-bottom: 5px;
}

#contentRight .SlightlyBiggerMargin li {
	margin-bottom: 15px!important;
}

#contentRight ul.none { /* remove all the bullets, borders and padding from the default list styling */
	padding:0;
	margin: 0 0 15px 0;
	list-style-type:none;
	line-height: 130%;
}

/* hack for IE5.5 */
#contentRight ul.none {margin-left:-16px; ma\rgin-left:0;}


.panel1 {
	color: #005B86;
	border: 2px solid #E0EAF4;
	padding: 0 10px 0 10px;
	background-image: url('../assets/panel_bg.gif');
	background-repeat: repeat-y;
	background-position: right top;
	}
	
.panel1 p {
	border-top: 1px solid #E0EAF4;
	padding: 0;
	}
	
.panel1 .subheading {
	color: #005B86;
	font-weight: bold;
	font-size: 110%;
	line-height: 250%;
	padding: 0px;
	}
	
.panel1 a, .panel1 a:active, panel1 a:visited {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
	}

.panel1 label {
	width: 100px;
	}

#footer {
	text-align: left;
	font-size: 10px;
	color:#999;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 150%;
}

#footerRight {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color:#E0EAF4;
	}

#footer a, #footer a:visited, #footer a:active { 
	color: #69C;
	text-decoration: underline;
}

#footer a:hover { 
	color: #005BA6;
	text-decoration: none;
}

#designed {
	text-align: center;
	font-size: 10px;
	color:#999;
}

#designed a, #designed a:visited, #designed a:active {
	color: #999;
	text-decoration: underline;
}

#designed a:hover {
	text-decoration: none;
	color: #005BA6;
}

#oUlClientList li.SectionTitle { font-weight:bold; margin-top:10px; } 
