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

/*HTML ELEMENTS*/

body{
	margin: 0 2em 0 2em;
	background: #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: justify;
}

a{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a:hover, a:active{
	font-weight: normal;
	text-decoration: underline;
}

br{
	clear: both;
}

form{
	padding: 0px;
	margin: 0px;
}

p{
	padding: 0px;
	margin: 0px;
	margin-top: 0.5em;
}

a img{
	border: none;
}

/*IDs*/

#header{
	background: url(images/header_back.gif) repeat-y right #FFF;
	width: auto;
	padding: 1.5em;
	padding-top: 1.3em;
	display: block;
	overflow: auto;
	margin: auto;
}

#header a{
	text-decoration: none;
}

#title{
	float: right;
	margin: 1em;
	color: #060;
}

#id a:hover{
	text-decoration: none;
}

#nav{
	display: block;
	width: 100%;
	overflow: auto;
	margin-bottom: 5px;
}

#navLinks{
	background: #060;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	width: 100%;
	color: #000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navLinks li{
	margin: 0px;
	padding: 0.7em;
	padding-top: 0.6em;
	border-right: 1px solid #DEDEDE;
	float: left;
	list-style: none;
	display: inline;
}

#navLinks li:hover{
	background: #404040;
}

#navLinks li.here:hover{
	background: #FFF;	
}

#navLinks a{
	text-decoration: none;
}

#headLinks{
	display: block;
	margin: 0px;
	margin: 2.5em;
	font-size: 12px;
}

#headLinks li{
	display: inline;
	list-style: none;
	float: left;
	margin-left: 2em;
	margin-top: 2px;
}

#headLinks a{
	color: #000;
}

#headLinks a:hover{
	text-decoration: none;
	color: #060;
}

#subLinks{
	margin: 1em;
	font-size: 12px;
}

#main{
	background: #FFF;
	padding: 1em;
	border-top: 2px solid #060;
	border-bottom: 2px solid #060;
	margin-bottom: 15px;
}

#wrapper{
	width: 100%;
	overflow: auto;
}

#ml{
	float: left;
	width: 60%;
}

#mr{
	float: right;
	width: 35%;
	border-left: 1px solid #7D7D7D;
	padding-left: 1em;
}

#footer{
	background: url(images/seal.gif) no-repeat #FFF;
	color: #DEDEDE;
	border-top: 1px solid #7D7D7D;
	padding: 2em;
	padding-left: 100px;
	font-size: 11px;
	overflow: auto;
}

/*CLASSES*/

.right{
	float: right;
}

.left{
	float: left;
}

.here, .here a{
	background: #FFF;
	color: #C82D44;
}

.input{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: none;
	border-right: none;
	font-size: 12px;
	vertical-align: middle;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 17px;
}

.roundedcornr_box {
   background: #DEDEDE;
   margin-top: 5px;
   font-size: 11px;
}
.roundedcornr_top div {
   background: url(images/roundedcornr_650544_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(images/roundedcornr_650544_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(images/roundedcornr_650544_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(images/roundedcornr_650544_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 5px;
   font-size: 1px;
}
.roundedcornr_content{
	margin: 0 5px;
	color: #404040;
}

.roundedcornr_box_grey {
   background: #404040;
}
.roundedcornr_top_grey div {
   background: url(http://m3net.co.uk/images/roundedcornr_947101_tl.png) no-repeat top left;
}
.roundedcornr_top_grey {
   background: url(http://m3net.co.uk/images/roundedcornr_947101_tr.png) no-repeat top right;
}
.roundedcornr_bottom_grey div {
   background: url(http://m3net.co.uk/images/roundedcornr_947101_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_grey {
   background: url(http://m3net.co.uk/images/roundedcornr_947101_br.png) no-repeat bottom right;
}

.roundedcornr_top_grey div, .roundedcornr_top_grey, 
.roundedcornr_bottom_grey div, .roundedcornr_grey_947101 {
   width: 100%;
   height: 5px;
   font-size: 1px;
}
.roundedcornr_content_grey{
	margin: 0 5px;
	color: #FFF;
}

.sublink{
	padding-top: 0;
}

.story{
	width: 100%;
	overflow: auto;
}

.points{
	font-weight: bold;
	color: #FFF;
	background: #7D7D7D;
	padding: 2px;
	margin-right: 1em;
}

.storySeperator{
	height: 2em;
	width: 100%;
}

.storyLink a{
	color: #404040;
	margin-right: 1em;
}

.storyLink a:hover, .storyLink:active{
	color: #C82D44;
}

.footerPane{
	float: left;
	margin-right: 5em;
}

.footerPane ul{
	display: block;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.footerPane li{
	list-style: none;
}

.footerPane a{
	color: #7D7D7D;
}

.titleLine{
	margin: 1.4em;
	height: 1px;
	float: left;
	width: 290px;
	background: url(http://m3net.co.uk/images/line2.gif) right;
}

.titleUpdate, .titleUpdate a{
	float: right;
	color: #7D7D7D;
	margin-top: 0.4em;
}

/*HEADERS*/

h1{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #4FB6E1;
}

h2{
	padding: 0px;
	margin: 0 0 1em 0;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #404040;
}

h3{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #C82D44;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 a{
	text-decoration: none;
	font-weight: normal;
	color: #C82D44;
}

h3 a:hover{
	color: #404040;
}

/*FONTS*/

.whiteLink, .whiteLink a{
	color: #FFF;
}

.red, .red a{
	color: #C82D44;
}

.green, .green a{
	color: #090;
}

.blue, .blue a{
	color: #3A6ADC;
}

.purple, .purple a{
	color: #9858B4;
}

.greyDark{
	color: #404040;
}

.greyLight{
	color: #7D7D7D;
}