/* ***** HOMEPAGE ***** */

/* ***** NEWS PANEL **** */
#iNews #newsPanel {
	float:right;
	display:inline; /* fix for IE */
	background-color:#9B9BC6;
	width:140px;
	padding:10px;
	margin-right:8px;
	color:#484848;
	font-size:85%;
}
#iNews #newsPanel h2 {
	margin:0;
	padding:0;
}
#iNews #newsPanel .entry {
	border-bottom:1px solid #000;
}
#iNews #newsPanel .entry h3 {
	font-size:1.3em;
	font-weight:bold;
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0 0.5em 0;
}
#iNews #newsPanel .entry  p {
	margin:0.5em 0;
}
#iNews #newsPanel .entry  p.link {
	margin:0.5em 0 1.5em 0;
}
#iNews #newsPanel .entry a {
	color:#56575A;
	font-weight:bold;
}

/* ***** MAIN CONTENT **** */

#iNews .storyContent {
	margin-right:178px;
	font-size:85%;
	padding-bottom:30px;
}
#iNews .storyContent .entry {
	border-top:1px solid #000;
}
#iNews .storyContent .entry h2 {color:#015694;font-size:1.5em;}
#iNews .storyContent .entry h2 strong {color:#015694;font-size:1.1em;}

#iNews .storyContent p.link {
	color:#004DBE;
}

/* **** SPONSORS **** */
#mainBlock {
	position:relative;
	padding-bottom:150px !important;
}
#sponsors {
	clear:both;
	position:absolute;
	bottom:0;
	left:0;
	height:150px;
	width:600px;
	font-size:0.8em;
}
#sponsors span {
	padding-left:5px;
}
#sponsors p {
	clear:both;
	margin:0;
	padding:5px 25px 0 25px;
	text-align:center;
}
#sponsors ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sponsors ul li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	display:inline; /* explorer fix */
	width:auto;
	height:105px;
}
#sponsors a {
	display:block;
	background-repeat:no-repeat;
	width:100%;
	height:105px;
	text-decoration:none !important;
}
#sponsors a:hover {
	text-decoration:none !important;
}

#logoQLD a		{width:110px;}
#logoNRMA a		{width:115px;}
#logoPeerless a	{width:80px;}
#logoQDM a		{width:130px;}
#logoGTP a		{width:120px;}

#logoQLD a		{background-position:50%  5px;background-image:url(../statimages/logo_qld.gif);}
#logoNRMA a		{background-position:50% 15px;background-image:url(../statimages/logo_nrma.gif);}
#logoPeerless a	{background-position:50% 10px;background-image:url(../statimages/logo_peerless.gif);}
#logoQDM a		{background-position:50% 30px;background-image:url(../statimages/logo_quantum.gif);}
#logoGTP a		{background-position:50% 30px;background-image:url(../statimages/logo_gtp.gif);}