* { padding: 0; margin: 0; }

.news-item {
	padding: 5px 20px;
}

.news-over {
	cursor: pointer;
	background: #0C1124 none;
}

#monoSlideshow {
	margin: 20px 0;
}

body {
 background: #000 none;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #fff;
}
#wrapper { 
 margin:0 auto 15px;
 width: 750px;
 border-bottom: 15px solid #fff;
}
#columnbg {
 background: url(../images/columnbg.gif);
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 background: url(../images/top.jpg);
 color: #333;
 width: 750px;
 height: 250px;
 margin: 10px 0px 0px 0px;
 position: relative;
}
#header a {
	background: transparent none;
	bottom: 10px;
	display: block;
	height: 220px;
	left: 18px;
	position: absolute;
	width: 222px;
	border: none;
}
#rightcolumn { 
 display: inline;
 color: #333;
 margin: 0 0 10px 20px;
 padding: 0px;
 width: 239px;
 float: right;
}
#leftcolumn { 
 float: left;
 color: #fff;
 margin: 0 20px 10px;
 padding: 0px;
 width: 447px;
 display: inline;
 position: relative;
}

#rightcolumn h3{ 
	color: #0d1f47;
}
.clear { clear: both; background: none; }

#footer
	{
	margin: 3em 0 0 0;
	font: bold 9px/3em tahoma, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	}
	
#footer a
	{
	background: #30aaf3;
	padding: 2px 5px;
	color: #fff;
	border: none;
	margin: 0;
	text-decoration: none;
	}
	
#footer a:hover
	{
	background: #fff;
	border: none;
	color: #0d1f47;
	text-decoration: none;
	}

h3 {
font-family: Helvetica, Arial, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: -0.1;
line-height: 1.4em;
}
h4 {
	color: #a0d4f4;
	margin: 10px 0;
}
h6 {
font-family: ÒLucida GrandeÓ, sans-serif;
font-size: 11.67px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}
p {
	font-size: 13px;
	margin: 0 0 0.6em 0;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}	
a {
	color: #30aaf3;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #30aaf3;
	color: #fff;
	text-decoration: none;
}
/* ------ LINKS LIST STYLES ----- */

#linkList
	{
	width: 210px;
	}

#linkList h3
	{
	width: 210px;
	height: 25px;
	margin: 1em 0 0 0;
	padding: 0;
	text-transform: none;
	}
	
#linkList p,
#linkList li
	{
	font: x-small/1.6em tahoma, verdana, sans-serif;
	color: #efece3;
	text-indent: 0;
	}
	
#linkList ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#linkList li
	{
	color: #1c6293;
	line-height: 1.5em;
	padding: 0.5em 17px;
	}
	
#linkList li:hover
	{
	background: #11224d;
	cursor: pointer;
	}
	
#linkList li a
	{
	display: block;
	border: none;
	color: #fff;
	font-weight: bold;
	margin-left: -12px;
	padding-left: 12px;
	background: url(../images/arrow.gif) no-repeat 0 60%;
	}
	
#linkList li:hover a
	{
	color: #fff;
	background-position: -300px 60%;
	}

