/* E-FX AWARDS */

/*
Site colors
Orange-ish Red	#DF1B22
Dark navy blue	#000033
*/

body {
	background:#fff url(background.png) repeat center top;
	margin-top:0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
}

#header {
	outline:none;
	border: 0;
	border-bottom:1px solid #999;
	padding: 0;
	margin: 0;
	text-align: right;
	background:#fff url(header.png) no-repeat;
	height: 163px;
}

/* LAYOUT */

#wrapper {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .76em;
	height:auto !important;
	margin:0 auto;
	min-height:100%;
	/*padding:0 20px;
	position:relative;
	text-align:left;
	width:980px;*/
}

h1 {
	border-bottom:1px solid #A3A4A6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	font-size: 1.8em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 16px;
	margin: 0.8em 0em ;
	padding: 0;
}

h3, h4, h5, h6 {
	border: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: transparent;
	font-size: 110%;
	margin: 0;
	padding: 0;
}

p {
	font-size: 100%;
	line-height: 1.5em;
	color: #333;
}

a {color: #FF0000; text-decoration:underline;}
a:hover {color: #8b8d90; text-decoration:none;}

ul, ol {
	padding: 4px 16px 5px 32px;
	margin: 0;
}

/* Block classes */

.sectionBlock {
	border: none;
	margin: 8px 0 8px 0;
	background: #fff;
	padding-bottom: 16px;
}

.sectionBlock h1 {
	background:#fff url(heading_bg.png) no-repeat;
	color:#000000;
	font-size:1.7em;
	font-weight:bold;
	padding: 6px 12px 3px 12px;
}
.sectionBlock h2 {
	border: none;
	background: transparent;
	color: #DF1B22;
	font-size:1.6em;
	margin:0.1em 0;
	padding: 0px;
}

.sectionBlock h3 {
	color: #7f7f7f;
	font-size:1.3em;
	margin:0.1em 0;
	padding: 2px 0px 2px 0px;
}

.sectionBlock h4 {
	color: #000000;
	font-size:1.3em;
	margin:0.2em 0;
	padding: 2px 0px 2px 0px;
}

.sectionBlock h5 {
	color: #333;
	font-size:1.2em;
	margin:0.1em 0;
	padding: 2px 0px 2px 0px;
}

.sectionBlock h6 {
	color: #333;
	font-size:1.2em;
	margin:0.1em 0;
	padding: 0px;
}

.sectionBlock p {
	padding: 3px 0px 8px 0px;
}
.sectionBlock ul, .sectionBlock ol {
	list-style-type: none;
	line-height:1.5em;
	margin: 0.2em 0em 0em 0.1em;
	padding: 0;

}
.sectionBlock li {
	background-image:url(bullet.png);
	background-position:0em 0.2em;
	background-repeat:no-repeat;
	line-height: 1.6em;
	margin:0 1.2em;
	padding:0 4px 0 15px;
}

.item {
	left: 100%;
	background-color: #fff; /* Background colour of centre column */
}
.column {
	margin-bottom: 0;
	padding-bottom: 0;
}

.line {
	float: left;
	width: 100%;
	display: inline;
	position: relative; /*IE fix*/
	overflow: hidden; /* Needed for equal height columns*/
	background-color: #fff;
	border-bottom: 0;
}

#logoItem .blockContent {
	background-color:#333;
	border-bottom: 1px solid #333;
}

#main #leftColumn {
	margin-left: -100%;
	width: 165px;
	border-right: 1px dotted #eee;
	z-index: 100; /*prevent main content from overlapping sidebars */
	background-color:#DF1B22; /* background colour of left column */
}

#main #leftColumn .blockContent {
	padding: 20px 0 0 5px;
}

#main #mainContent {
	margin-left: -100%;
	width: 100%;
	color: #333;
	background-color:#fff; /* background colour of main content */
}

#main #mainContent .blockContent {
	padding: 20px 215px 20px 180px;
}

#main #rightColumn {
	margin-top:  -70px;
	margin-left:  -200px;
	width: 200px;
	border-left: 6px solid #fff;
	z-index: 100; /*prevent main content from overlapping sidebars */
	background-color:#fff; /* background colour of left column */
}

#main #rightColumn .blockContent {
	text-align: center;
	margin: 20px 16px 16px 0; 
}

#footerLine {
	border-top: none;
}

#footer {
	background-color: #000;
}

#footer p {
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	line-height: 1.8em;
}
#footer a {
	color: #fff;
	text-decoration:underline;
}
#footer a:hover {
	color: #fff;
	background-color: #000;
	text-decoration:none;
}

/* LEFT NAVIGATION */

.glossymenu {
	margin: 0;
	padding: 0;
	width: 140px; /*width of menu*/
	border: 0;
	border-bottom-width: 0;
}

.glossymenu a.menuitem {
	background-color:#FFF;
	border-color:#000000;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	color:#000000;
	display:block;
	font-size:0.9em;
	font-weight:bold;
	height:1.2em;
	line-height:1.2em;
	margin:8px;
	padding-left:5px;
	text-decoration:none;
	width:130px;
}

.glossymenu .menuitem:active{
	color: #000;
}

.glossymenu a.menuitem .statusicon{ /*Icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	/*background-image: url(images/glossyback2.gif);*/
	background: #fff;
	color: #FF0000;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #fff;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	background-image:url(http://db.riskwaters.com/global/events/im_imd_awards09/images/nav_bak.gif); 
	border-bottom: 1px solid #DDD;
}

.glossymenu div.submenu ul li a {
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-indent: 10px;
	padding: 4px 0;
	padding-left: 10px;
	width: 113px;
}

.glossymenu div.submenu ul li a:hover{
	background: #fff;
	color: #000;
}

