/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS RESET END */

/* MAIN */
html { height: 100%; }
body {
	font-family: georgia, verdana, helvetica, arial;
	font-size: 14px;
	height: 100%;
	line-height: 20px;
}
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;/
}
a:link { color:#000; }
a:visited { color:#000; }
a:hover { color:#666; }
a:active { color:#777; }
a.nounderline { text-decoration: none; }
em { font-style: oblique; }
strong {
	font-weight: bold;
	color: #222;
}
#superwrap { 
	min-height: 100%; 
	width: 100%;
}
#wrapper {
	width: 978px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
	padding-bottom: 41px;
	padding-top: 30px;
}

/* HEADER */
#headerwrapper {
	width: 100%;
	position: relative;
}
#header {
	width: 978px;
	margin: 0 auto;
	position: relative;
	height: 150px;
}
#logo {
  	background-image: url('../images/logo.gif'); 
	float: left;
	width: 590px;
	height: 150px;
}
#logo:hover { cursor: pointer; }
#strapline {
	float: right;
	text-align: right;
	width: 388px;
}
#strapline .t1 {
	font-weight: bold;
	font-size: 14px;
	color: #EEE;
 	display: block;
	padding-top: 85px;
}
#strapline .t2 {
	font-weight: bold;
	font-size: 13px;
	color: white;
}
#headerline {
	padding-top: 5px;
	border-bottom: 4px solid white;
	width: 90%;
	float: right;
}
/* NAV PANEL */
#navcontainer {
	width: 222px;
	position: relative;
	float: left;
}
#navcontainer .rightpanel {
	font-family: Verdana;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	border-radius: 6px;
	position: relative;
	background-color: #FFF;
	width: 100%;
	opacity: 0.9;
}
#navcontainer p {
	margin-bottom: 12px;
	font-size: 14px;
	margin-left: 6px;
}
#navcontainer h1 {
	background-color: #EE1C25;
	color: #FFF;
	font-family: Georgia;
	margin: 0 0 12px 0;
	padding: 0 6px 0 6px;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
}
#navcontainer label {
	font-family: Verdana;
	font-size: 14px;
	margin: 12px 6px 0 6px;
	font-style: oblique;
	color: #666;
	display: block;
}
#navcontainer select {
	font-family: Verdana;
	font-size: 14px;
	margin-left: 6px;
	width: 210px;
	background: #FEE;
	border: 1px solid #EE1C25;
	outline: none;
	border-radius: 2px;
	height: 35px;
	line-height: 35px;
	padding: 6px;
}
#navcontainer .spacer {
	height: 20px;
}
#navcontainer .navsubmit {
	float: right;
	margin-top: 6px;
	margin-right: 5px;
	background-color: #FEE;
	border: 1px solid #EE1C25;
	border-radius: 2px;
	line-height: 25px;
	height: 25px;
	padding: 0 6px 2px 6px;
}
#navcontainer .navform { padding-bottom: 50px; }
#navcontainer .tag14 { font-size: 14px; }
#navcontainer .tag15 { font-size: 15px; }
#navcontainer .tag16 { font-size: 16px; }
#navcontainer .tag17 { font-size: 17px; }
#navcontainer .tag18 { font-size: 18px; }
#navcontainer .tag19 { font-size: 19px; }
#navcontainer .tag20 { font-size: 20px; }
#navcontainer .tag21 { font-size: 21px; }
#navcontainer .tag22 { font-size: 22px; }
#navcontainer .tag23 { font-size: 23px; }
#navcontainer .tag24 { font-size: 24px; }

/* CONTENT */
#articlewrapper {
	width: 725px;
	margin-right: 30px;
	padding-bottom: 30px;
	float: left;
}
#article { 
	padding: 6px;
	font-family: Verdana;
	background-color: #FFF;
	border-radius: 0 0 6px 6px;
	opacity: 0.9;
}
#article p {
	padding-bottom: 12px;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	word-spacing: 6px;
	color: #222;
}
#article .standardtable {
        width: 100%;
        margin: 0 5px 12px 5px;
}
#article .standardtable td {
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        word-spacing: 2px;
        color: #222;
        padding: 4px 0 4px 0;
}
#article .tableborderbottom {
       border-bottom: 1px solid black;
}
#article tbody {
	padding-bottom: 12px;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	word-spacing: 4px;
	color: #222;
}
/* Article Title */
#articlewrapper h1 {
	font-size: 20px;
	padding-bottom: 12px;
	font-family: Georgia;
	background-color: #EE1C25;
	color: #FFF;
	margin: 0;
	padding: 0 6px 0 6px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
}
/* Article Author */
#article h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana;
	padding-bottom: 12px;
}
/* Article Date */
#article h3 {
	font-size: 15px;
	font-style: oblique;
	font-weight: normal;
	font-family: Verdana;
	padding-bottom: 12px;
}
/* Article Sub-Heading */
#article h5 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana;
	padding-bottom: 4px;
	padding-top: 6px;
	color: #222;
}
/* Article Footer */
#article h6 {
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana;
	font-style: oblique;
	line-height: 20px;
	padding-top: 6px;
	padding-bottom: 12px;
}
#article blockquote {
	padding-bottom: 12px;
	font-family: Verdana;
	font-size: 15px;
	line-height: 22px;
	word-spacing: 6px;
	margin-left: 12px;
}
#article .divider {
	width: 80%;
	padding-bottom: 12px;
	border-top: 1px dotted #EE1C25;
}
#article .breadtrail {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana;
	line-height: 12px;
	word-spacing: 1px;
	color: #444;
	float: right;
}
#article .imgleft {
	float: left;
	margin: 6px 30px 0 0;
	width: 306px;
}
#article .imgright {
	float: right;
	margin: 6px 0 0 30px;
	width: 306px;
}
#article .imgfull {
	margin-top: 6px;
	width: 713px;
	display: block;
}
#article .pullquote {
  padding: 32px 24px 32px 24px;
  color: #270E52;
  font-family: Georgia;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  width: 33%;
  float: left;
  position: relative;
}
#article .right { float: right; }
#article .pullquote:before {
  content: url('../images/icons/open_quote.jpg');
  margin-right: 6px;
}
#article .pullquote:after {
  content: url('../images/icons/close_quote.jpg');
  margin-left: 6px;
}
#article .youtube {
	width: 713px;
	height: 408px;
	border: 0;
	margin: 0;
	display: block;
}
#article .fullcaption {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia;
	font-style: oblique;
	line-height: 18px;
	background-color: #F6F6FF;
	padding: 6px 2px 6px 2px;
	margin-bottom: 6px;
	display: block;
	clear: both;
	word-spacing: 2px;
}
#article .leftcaption {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia;
	font-style: oblique;
	line-height: 18px;
	background-color: #F6F6FF;
	padding: 6px 2px 6px 2px;
	float: left;
	margin: 0 30px 6px 0;	
	width: 302px;
	word-spacing: 2px;
	display: block;
	clear: both;
}
#article .rightcaption {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia;
	font-style: oblique;
	line-height: 18px;
	background-color: #F6F6FF;
	padding: 6px 2px 6px 2px;
	margin: 0 0 6px 30px;
	width: 302px;
	float: right;
	word-spacing: 2px;
	display: block;
	clear: both;
}
#article .subheading {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
	padding-bottom: 4px;
	padding-top: 12px;
	color: #222;
}
#article .prevheader {
	font-size: 18px;
	font-family: Georgia;
	background-color: #EE1C25;
	color: #FFF;
	margin: 6px 0 0 0;
	padding-left: 2px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	display: block;
}
li {
	padding-bottom: 6px;
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	word-spacing: 2px;
}
ul {
	padding: 12px 0 12px 36px;
	list-style-type: disc;
}
#navleft {
	float: left;
	width: 50%;
	padding-bottom: 6px;
}
#navleft img {
	width: 30px;
	height: 30px;
}
#navright {
	float: right;
	width: 50%;
	text-align: right;
	padding-bottom: 6px;
}
#navright img {
	width: 30px;
	height: 30px;
}
#article button {
	margin-top: 6px;
	margin-right: 5px;
	font-family: Verdana;
	background-color: #FFE;
	border: 1px solid #EE1C25;
	border-radius: 2px;
	height: 30px;
}
#article .green { color: green; }
#article .red { color: red; }
#article .inputtxt {
	font-family: verdana;
	font-size: 14px;
	margin-bottom: 12px;
	height: 30px;
	line-height: 30px;
	padding: 2px;
	box-sizing: border-box;
	border: 1px solid #CCC;
}
#article .honeypot { display: none; }
#article label {
	display: block;
	font-family: verdana, georgia;
	font-size: 14px;
	margin-top: 6px;
	font-weight: strong;
	color: #666;
	box-sizing: border-box;
}
#article textarea {
	resize: none;
	font-family: verdana;
	font-size: 14px;
	margin: 0;
	padding: 2px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	height: 350px;
}
#article .radio {
	word-spacing: 1px;
	margin-left: 6px;
	padding-bottom: 6px;
}
/* FOOTER */
#footerwrapper {
	width: 100%;
	clear: both;
	position: relative;
	margin-top: -41px;
	background-color: #EE1C25;
	border-top: 1px solid #8B0000;
	height: 40px;
}
#footercontent {
	margin: 0 auto;
	width: 978px;
	line-height: 40px;
	color: #000;
	font-size: 12px;
	font-family: Georgia;
}
#footerlinkleft {
	width: 490px;
	display: inline;
	float: left;
}
#footerlinkright {
	width: auto;
	display: inline;
	float: right;
}
.footerfix { display: inline; }
.footerfix2 { display: none; }
/* RESULTS TABLE */
#results {
	width: 713px;
	border: 0;
	padding: 3px;
}
#results tr {
	font-size: 12px;
	font-family: verdana;
	word-spacing: 1px;
	line-height: 22px;
}
#results th {
	font-weight: bold;
	text-align: left;
	padding: 0 2px 0 2px;
}
#results .home { font-weight: bold; }
#results .month {
	font-weight: bold;
	background-color: #DCC;
}
#results td { padding: 0 2px 0 2px; }
#results .centre { text-align: center; }
#results .icon {
	width: 18px;
	height: 18px;
	display: inline;
	vertical-align: text-bottom;
}
#results .statbutton {
	background:url(../images/icons/matchstats.jpg);
	height: 18px;
	width: 18px;
	border: 0;
	background-size: 18px 18px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	color: transparent;
}
#results .nowrap { white-space: nowrap; }
#matchstats p {
	font-family: verdana;
	font-size: 14px;
	line-height: 16px;
	word-spacing: 2px;
}
#matchstats strong {
	color: #222;
}
.whalf { width: 430px; }
.w100 { width: 100px; }
.w200 { width: 200px; }
.red { color: #FF0000; }
.search {
	font-family: verdana;
	font-size: 14px;
	margin-bottom: 12px;
	height: 30px;
	line-height: 30px;
	padding: 2px;
	box-sizing: border-box;
	border: 1px solid #CCC;
}
