@charset "utf-8";
/* CSS Document */

/* top elements____________________________________________________________ */

html, body { height: 100%; margin: 0; padding: 0; }
body {
	color: #606163;
	background: #fff;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 9pt;
	line-height: 1.8em;
}
#clearFloats {
	clear:both
}

/* formating_______________________________________________________________ */

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 1.7em;
	font-size: 1em;
	margin-top: 0.7em;
}
p a:link { 
	color: #666; 
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #6B9EBC;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #447BB9;
	line-height: 1em;
	margin-top: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #6b9ebc;
	line-height: 1em;
	margin-top: 20px;
}
.downloadHeading { clear: both; margin-top: 10px; margin-bottom: 10px; padding-top: 10px; border-top: 1px dashed silver; }
/* page structure__________________________________________________________ */

/* header home_____________________________________________________________ */

.homeTitle {
	margin-top: 25px;
	float: left;
}
#headerSection {
	background-color: #003;
	height: 350px;
	width: 100%;
	background-image: url(../images/headerPanel_bg.jpg);
	position: relative;
	text-align: center;
	background-repeat: repeat-x;
}
#headPanel {
	text-align: left;
	width: 960px;
	height: 350px;
	background-image: url(../images/home_head_bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}


/* header common___________________________________________________________ */

#headerSectioncommon {
	height: 90px;
	width: 100%;
	background-image: url(../images/headerPanelCommonBG.gif);
	position: relative;
	text-align: center;
	background-repeat: repeat-x;
}
#headPanelcommon {
	text-align: left; 
	width: 960px; 
	height: 90px; 
	background-image: url(../images/common_head_bg.jpg); 
	margin: 0 auto; 
}

/* content_________________________________________________________________ */

#contentSection {
	width: 100%;
	background-color: #FFF;
	position: relative;
	text-align: center;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
}
#contentWrapper { text-align: left; width: 930px; margin: 0 auto; }
#text_oneColumn {
	width: 680px;
	float: left;
	margin-top: 25px;
	margin-bottom: 40px;
	/* hasLayout trigger */;
}
#text_oneColumnFull { margin-top: 25px; margin-bottom: 40px; width: 100%; float: left; }
#text_oneColumn_T10 {
	width: 680px;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
}
#text_oneColumn_CR { margin-top: 10px; margin-bottom: 40px; width: 680px; float: left; margin-right: 240px; }
#text_oneColumn_B20 {
	width: 680px;
	float: left;
	margin-top: 25px;
	margin-bottom: 15px;
}
#text_twoColumn { height: auto; width: 332px; float: left; margin-bottom: 30px; margin-top: -15px; padding-top: 0; margin-right: 18px; border-top: 1px dashed #ccc; }
#text_twoColumnNoBorder {
	height: auto;
	width: 332px;
	float: left;
	margin-bottom: 0;
	margin-top: -20px;
	padding-top: 0;
	margin-right: 18px;
}
#text_twoColumnNoBorder_B40 {
	height: auto;
	width: 332px;
	float: left;
	margin-bottom: 40px;
	margin-top: -20px;
	padding-top: 0;
	margin-right: 18px;
}
#text_threeColumn { height: auto; width: 198px; float: left; margin-bottom: 30px; margin-top: -25px; padding-top: 0; margin-right: 18px; padding-left: 0; }
#text_threeColumn ul { margin-left: 0; padding-left: 0; list-style-type: square; list-style-position: inside; }
#text_fourColumn {
	height: auto;
	width: 164px;
	float: left;
	margin-bottom: 40px;
	padding-top: 0px;
	margin-right: 10px;
	clear: none;
	margin-top: -10px;
}
#ISSUUcontentSection {
	margin: 0 auto;
	width: 100%;
	height: 85%;
}

/* right panels____________________________________________________________ */

#panelRightTransparent { width: 225px; float: right; margin-top: 25px; clear: none; margin-bottom: 40px; }
#panelRight {
	width: 225px;
	float: right;
	margin-top: 25px;
	clear: none;
	background-image: url(../images/rightPanel_centre_grey.gif);
	background-repeat: repeat-y;
}
#rightPaneltop {
	height: 10px;
	width: 100%;
	background-image: url(../images/rightPanel_top_grey.gif);
	background-repeat: no-repeat;
}
#rightPanelcentre {
	width: 100%;
	background-image: url(../images/rightPanel_centre_grey.gif);
	background-repeat: repeat-y;
	height: 100%;
}
#rightPanelbottom {
	height: 20px;
	width: 100%;
	background-image: url(../images/rightPanel_bottom_grey.gif);
}
p.rightPanel {
	width: 195px;
	line-height: 1.7em;
	padding-right: 0px;
	padding-left: 15px;
	margin: 0px;
	color: #333;
}
p.rightPanelHead {
	width: 195px;
	line-height: 2em;
	padding-right: 0px;
	padding-left: 15px;
	margin: 0px;
	color: #437694;
	font-size: 1.5em;
	font-weight: bold;
}
p.rightPanel a:link{
	color: #333;
}
p.rightPanel a:hover{
	color: #999;
}
.panelImage { margin-top: 5px; border-width: 0; }
/* footer__________________________________________________________________ */

.footerDetails { text-align: right; float: right; width: 200px; margin-right: 15px; }
.footerDetails img { margin-top: 10px; }
.footerDetails p { font-size: 0.9em; text-align: right; }
.footerMag {
	border: 1px solid #FFF;
}

#footerSection {
	float: left;
	clear: both;
	width: 100%;
	background-color: #191919;
	text-align: center;
}

#footer {
	font-size: .925em;
	color: #666;
	text-align: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#footer hr {
  display: none;
}
#footer h4 {
	margin-bottom: 15px;
	font-size: 1.2em;
	color: #FFF;
}
#footer p { color: #acb1aa; margin-top: 8px; padding-top: 6px; }
#footer a {
  border-bottom: 0;
  font-weight: normal;
}
#footer a:link {
  color: #e2f1cf;
}
#footer a:visited {
  color: #7a8a67;
}
#footer a:hover, #footer a:active {
  background-color: #e2f1cf;
  color: #191919;
}
#footer #runner {
  clear: both;
  margin-top: 20px;
  padding-top: 19px;
  border-top: 1px solid #444;
  color: #444;
}
#footer #runner .sitemap_primary,
#footer #runner .sitemap_secondary,
#footer #runner p {
  text-align: right;
}

#footer #runner .sitemap_primary li,
#footer #runner .sitemap_secondary li {
  display: inline;
  margin-left: 20px;
}
#footer #runner .sitemap_primary li a {
	font-weight: normal;
	color: #999;
}

/* navigation______________________________________________________________ */

#navMenu_top {
	clear:left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.95em;
	background-repeat: repeat-x;
	background-position: left center;
}
#navMenu_top ul {
	margin: 0 auto;
	width: 82.475em;
	height: 44px;
}
#navMenu_top ul li {
	list-style: none;
	background: url(../images/bg-menunav-li.gif) no-repeat left 6px;
	float:left;
}
#navMenu_top ul li:before { 
	content:''; 
}
#navMenu_top ul li.first { 
	background-image: none; 
	margin-left: -12px; 
}
.panelImageBottom { 
	margin-top: 7px; 
	margin-bottom: 40px; 
	margin-left: 12px; 
}
#navMenu_top ul li.last { 
	margin-right: -4.5em; 
}
#navMenu_top ul a:link, #navMenu_top ul a:visited { 
	color: #fff; 
	text-decoration: none; 
	padding: 0 16px 4px; 
	line-height: 40px; 
	display: block; 
	display: inline-block; 
}
#navMenu_top ul a:hover, #navMenu_top ul a:active, #navMenu_top ul a:focus {
	background: url(../images/bg-menunav-li-a.gif) no-repeat center 37px;
	color: #FF9;
}
#navMenu_top ul a.active {
	background: url(../images/bg-menunav-li-a.gif) no-repeat center 37px;
	color: #FFF;
}

/* Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.grid_2,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 15px;
	margin-right: 5px;
}
.container_16 .grid_4 {
	width: 160px;
}
.container_16 .grid_16 {
	width: 940px;
}
.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}
.container_16 .grid_2 {
	width: 100px;
}
.imageCentre {
	text-align: center;
	display: inline;
	margin-left: 35px;
}
p a:visited { color: #244167; }
#documentContainer {
	background-color: #d2e6ff;
	text-align: center;
	width: 120px;
	height: 155px;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#archiveContainer { 
	text-align: center; 
	margin-top: 5px; 
	margin-right: 60px; 
	margin-bottom: 10px; 
	width: 120px; 
	height: 190px; 
	float: left; 
}
#documentContainerLast { 
	background-color: #d2e6ff; 
	text-align: center; 
	margin-top: 5px; 
	margin-right: 15px; 
	margin-bottom: 10px; 
	width: 120px; 
	height: 155px; 
	float: left; 
	clear: both; 
}
#telephoneNumber { color: white; font-size: 2em; float: left; clear: right; }
#documentContainer p {
	text-align: center;
	font-size: 1em;
	line-height: normal;
}
#documentContainer img {
	margin-top: 15px;
}
#contentSection #contentWrapper #text_oneColumn_B20 p img {
	margin-left: 50px;
}
