/* CSS Document */
body {
	margin:0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(/images/imgBodyBackground.png);
	background-repeat: repeat-x;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	margin-top: 0px;
	width: auto;
	padding: 0px;
    width: 990px;
}
#Header {
	margin: 0px;
	padding: 0px;
	height: 8px;
	position: static;
	text-align: right;
}
#menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
    z-index: 90;
	width: 400px;
	right: 20px;
	top: 20px;
	background-image: url(/images/imgSpacer.gif);
	background-repeat: repeat;
}
#menu #nav {
	margin: 0;
	padding: 0px 5px 0;
	line-height: 100%;
	background: #fff; /* for non-css3 browsers */
	float:right;
	
}
#menu #nav li {
	padding: 0px 0px 5px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#menu #nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: none;
	color: #848484;
	text-decoration: none;
	display: block;
	padding: 0px 8px 0px 8px;
	margin: 0;
	
}
/* main level link hover */
#menu #nav li:hover > a {
	background: #fff; /* for non-css3 browsers */
	color: #B0002F;
}
/* sub levels link hover */
#menu #nav ul li:hover a, #menu #nav li:hover li a {
	background: none;
	font-size:11px;
	border: none;
	color: #848484;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#menu #nav ul a:hover {
	background: #e5e3de !important; /* for non-css3 browsers */
	color: #848484 !important;
}
/* level 2 list */
#menu #nav ul {
	background: #fff; /* for non-css3 browsers */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 20px;
	left: 0;
	border: solid 1px #e5e3de;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#menu #nav li:hover > ul {
	display: block;
}
#menu #nav ul li {
	float: none;
	margin: 0;
	padding-left: 0px;
		
}
#menu #nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}

/* clearfix */
#menu #nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu #nav {
	display: inline-block;
}
html[xmlns] #menu  #nav {
	display: block;
}
* html #menu #nav {
	height: 1%;
}

#HomeBigQuote 
{
    position: absolute;
	margin: 0px;
	padding: 0px;
    z-index: 50;
    left: 620px;
    top: 80px;

}
#HomeBigQuote h2 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #B0002F;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-decoration: none;
	margin: 0px;
	padding: 0px;   
}
#HomeBigQuote a {
	text-decoration:none;
	color: #B0002F;
} 
#HomeBigQuote a:hover {
	text-decoration: underline;
}

#SharePrice 
{
    position: absolute;
	margin: 0px;
	padding: 0px;
    z-index: 300;
    right: 10px;
    top: 460px;

}
#SharePrice h3 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B0002F;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;   
}
#SharePrice a {
	text-decoration:none;
	color: #B0002F;
} 
#SharePrice a:hover {
	text-decoration: underline;
}

#Coal4Kids 
{
    position: absolute;
	margin: 0px;
	padding: 0px;
    z-index: 150;
    left: 782px;
    top: 439px;
    text-align: center;
}
#Coal4Kids p 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B0002F;
	font-weight: normal;
	text-decoration: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;   
}
#Coal4Kids a 
{
	color: #B0002F;
	text-decoration: none;
}
#Coal4Kids a:hover 
{
	text-decoration: underline;
}

#subscribe 
{
    position: absolute;
	margin: 0px;
	padding: 0px;
	width: 165px;
    z-index: 200;
    left: 620px;
    top: 440px;
	

}
#subscribe .subscribebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #9E8D63;
	width: 100px;

}
#subscribe .subscribebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #9E8D63;
}
#subscribe h3 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;   
}

#subscribe p 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;   
}
#subscribe a {
	text-decoration:none;
	color: #CCCCCC;	

} 
#subscribe a:hover {
	color: #CC0033;

}
#subscribe .GoButton {
	font-size: 9px;

}

#ContentWrapper {
	margin: 0px;
	padding: 0px;
	position: static;
    min-height: 300px;
}
.ContentWrapperTable 
{
    width: 990px;
    height: 240px;
    border: none;   
}
.ContentWrapperTable td 
{
    vertical-align: top;
}
.ContentWrapperTable td.R1C1 
{
    width: 240px;
}
.ContentWrapperTable td.R2C2 
{
    width: 20px;
    border-top:1px solid #E5E3DE;
    border-left:1px solid #E5E3DE;
    border-bottom:1px solid #E5E3DE;
    background-color: #FFFFFF;
}
.ContentWrapperTable td.R2C3 
{
    width: 730px;
    border-top:1px solid #E5E3DE;
    border-right:1px solid #E5E3DE;
    border-bottom:1px solid #E5E3DE;
    background-color: #FFFFFF;
}

.content {
	margin: 0px;
	padding: 0px;
}
#HomeFeatureImage
{
    position: static;   
}
#HomeFeatureImage img {
    margin: 35px 0px 10px 100px;
    padding: 0px;   
}
#HomeLatestNews 
{
    float: right;
    width: 380px;   
}
#HomeLatestNews h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #827A7A;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 10px 10px 10px;
	padding: 0px;	
}
#HomeLatestNews #HomePageNewsTable {
      margin: 0px 0px 0px 10px;

}
#HomeLatestNews #HomePageNewsTable td {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 11px;
	margin: 0px;
	padding: 3px 15px 3px 0px;
}
#HomeLatestNews #HomePageNewsTable td a {
	color: #B0002F;
	text-decoration: none;
	
}
#HomeLatestNews #HomePageNewsTable td a:hover {
	text-decoration: underline;
}
.content h1, .content h2, .content h3, .content p, .content ul, .content ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #827A7A;
	font-size: 12px;
	margin: 15px 10px 10px 10px;
	padding: 0px;
}
.content p {

}

.content ol {
	margin-left: 30px;
}
.content ul {
	margin-left: 25px;
}
.content li {
	margin: 0px 20px 8px 0px;
}
.content h1 {
	font-size: 16px;
	font-weight: bold;
    color: #000000;
}
.content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.content h3 {
	font-size: 12px;
	font-weight: bold;
    color: #000000;
}

.content a {
	color: #B0002F;
	text-decoration: none;
	
}
.content a:hover {
	text-decoration: underline;
}
#Footer {
	margin: 10px 0px 0px 240px;
	padding: 0px;
	clear: both;
	position: static;
}
#Footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#Footer a {
	color: #666666;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration:underline;
}
#Credit {
	margin: 0px;
	padding: 0px;
	clear: both;
	position: static;
}
#Credit p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin: 0px 10px 0px 240px;
	padding: 0px;
}
#Credit a {
	color: #CCCCCC;
	text-decoration: none;
}
#Credit a:hover {
	text-decoration:underline;
}

.CellBorderR {
	border-right: 1px solid #999999;
}
.CellBorderLR {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;

}
.CellBorderLRT {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
.CellBorderLRTB {
	border: 1px solid #999999;
}
.CellBorderRT {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
.CellBorderLT {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.CellBorderT {
	border-top: 1px solid #999999;
}
.CellBorderTB {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;

}
.CellBorderRTB {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;

}

.ShareTable {
    margin: 15px 10px 10px 10px;
	padding: 0px;
	border: 1px solid #DDDDDD;
}
.ShareTable p {
	margin-top: 2px;
	margin-bottom: 2px;
}	

.RightImageMargin {
    margin-left: 15px;
	margin-bottom: 10px;
}
.LeftImageMargin {
    margin-right: 15px;
	margin-bottom: 10px;
}

.DirectorTitleQualifications {
	color: #827A7A;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

p.formerror {
    color: #CC0000;
}
.formerror {
    color: #CC0000;
}
.FormAjax
{
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

