/* --------- base styles --------- */
@charset "UTF-8";

/*meyer zero site default
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote,
	a, em, font, img, li, ol, ul, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	text-align: left;
	vertical-align: baseline;
	}
		
ol, ul {
	list-style: none;
	}

a img, :link img, :visited img {
	border: 0;
	}

body  {
	line-height: 1.88889;
	background: #8d1d21;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-family: Georgia, sans-serif;
	font-size: 100.1%;
	}

td	{
	vertical-align:top;
	}
#img {
	width: 880px;
	padding-left: 198px;
	height: auto;
}


	
/* --------- header styles ---------*/	
#header {
	background: #e4e3d2;
	padding: 0 0 0 198;
	width: 880px;
	text-align: center;
} 

#container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto;
	border: 2px solid #FFFFFF;
	text-align: left;
	} 
#container     img.a  {
	text-decoration: none;
	border-style: none;
}

#mainContent {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
	} 
#mainContent   p.imageComment {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #666666;
	text-align: left;
	line-height: normal;
}
#mainContent img.large {
	border: 1px solid #999999;
}
#mainContent  img.small{
	float:left;
	padding: 0.2em 1em 0em 0em;
	}
.floatRight {
	float: right;
	margin: 0 0 10px 10px;
	width: 200px;
	}
	
.floatRight p	{
	margin-top: 0;
	font-size: 0.7em;
	}

/* --------- content styles ---------*/
#mainContent h1{
	text-transform:uppercase;
	color: #A70000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
	}
#mainContent h2{
	text-transform:uppercase;
	color: #A70000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.1em;
	}
#mainContent h3{
	font-size:1em;
	color:#3F3F3F;
	text-align: center;
	line-height: 1.4em;
	}
#mainContent h4 {
	font-size:.9em;
	color:#A70000;
	font-style: italic;
}
#mainContent p{
	margin: 1.2em 0 0.8em;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #666666;
	}
#mainContent ul {
	padding:0;
	margin:0 0 0 2em;
	list-style: square;
}
#mainContent li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 1.2em 0 0.8em;
}
#mainContent p.blockquote {
	margin: 1.2em 2em 0.8em 3em;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #666666;
}
#mainContent #label {
	font-size: 0.7em;
	text-align: right;
}
#mainContent #top {
	text-align: right;
	padding-bottom: 0.5px;
	padding-top: 0.5em;
}
#mainContent #quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	font-style: italic;
	line-height: 1.3em;
	color: #666666;
	float: right;
	width: 200px;
	margin-left: 10px;
	padding: 5px;
	border: 1px double #666666;
	margin-top: 10px;
}
#mainContent  .contact {
	border-top: 1px solid #999999;
	margin: 0em;
	padding: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #444;
	clear: both;
}
#mainContent p.last{
	background: url(../_images/current_btm_bg.gif) no-repeat bottom left;
	padding-bottom: 2em;
	margin: 0;
	}

#mainContent a{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.4em;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
	}
#mainContent a:hover{
	color: #A70000;
	border-bottom: 1px dotted #d52e36;
	}
#mainContent .image a {
	text-decoration: none;
}
#banner {
	background: #45443D;
	margin: 0px;
	height: 240px;
	width: 880px;
	}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.tank203 {
	float: left;
	width: 270px;
	margin: 10px 10px 10px 0;
	height: 203px;
	padding: 0px;
}


/* --------- sidebar styles ---------*/	
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px;
	background: #dddbbd;
}
#sidebar h1 {
	font-family: "Trebuchet MS", Helvetica, sans-seri;
	font-size: 1em;
	padding-top: 1.2em;
	color: #A70000;
	letter-spacing: .1em;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding-top: 0.5em;
	color: #3F3F3F;
	padding-bottom: 0.1em;
	line-height: 1.2em;
	text-transform: uppercase;
}
#sidebar h3 {
	font-size:0.75em;
	color:#3F3F3F;
	font-style: italic;
	line-height: 1.1em;
	padding-top: 0.3em;
	padding-bottom: .3em;
}
#sidebar p  {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1em;
	margin: 0em;
	padding: 0;
	}
#sidebar img.partners  {
	padding-bottom: 10px;
	}
#sidebar img.pdf {
	vertical-align: bottom;
}
#sidebar a  {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.6em;
	border-bottom: 1px dotted;
	text-decoration: none;
	}
#sidebar a:hover  {
	color: #A70000;
	}
#sidebar  p.nolink {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
}
#sidebar img  {
	padding-bottom: .3em;
	}
#sidebar .image a {
	text-decoration: none;
}
#sidebar h2.whiteContainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #3F3F3F;
	padding-left: -10px;
}
#sidebar #whiteContainer  {
	float: none;
	width: 130px;
	background: #FFFFFF;
	margin: 0px 0px 0.4em 20px;
	padding: 0px 20px;
	}
strong,b{
  font-weight:bold;
}
.textAlignCentre {
	text-align: center;
}
.italic {
	font-style: italic;
}

/* --------- small images  styles ---------*/	

#smallImg {
	padding: 0px 0px 0.5px;
	}
#smallImg p{
	float: left;
	width: 260px;
	padding: 0em 20px 0em 0;
	font-size: 0.75em;
	line-height: 1.5ems;
	text-align: center;
	}

#smallImg img{
	border: 1px solid #999999;
	}
	
.twoImages {
	margin-left:18px;
}
#leftLabel  {
	float: left;
	width: 270px;
	text-align: center;
	font-size: 0.9em;
}
#rightLabel  {
	float: right;
	width: 270px;
	text-align: center;
	font-size: 0.9em;
}

.linkImg {
	border-style: none !important;
	text-decoration: none;

}


/* --------- footer styles ---------*/	
#footer {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#45443D;
	color: #fff;
	font: .65em "Trebuchet MS", Helvetica, sans-serif;
} 
#footerRight {
	margin: 0 0 0 280px;
	padding: 10px 20px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footerLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 10px 20px 10px 20px;
}

#footer a:link,#footer a:visited{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	text-decoration:none;
	font-size:1em;
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}
#footer a:hover, #footer a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:10pt;
	color: #999999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
p class { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.navigation {
	background: #45443D;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
.navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0.7em;
}
.twoImagesLeft {
	float: left;
	width: 270px;
}
.twoImagesRight {
	float: right;
	width: 270px;
	padding-left: 8px;
}
#singleRightComment {
	float: right;
	width: 270px;
	margin-left: 280px;
	clear: left;
}
#rightSingleImgLabel {
	float: right;
	width: 270px;
	text-align: center;
	font-size: 0.9em;
}
#contact {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
} 
#contactRight {
	margin: 0 250px 0 280px;
	padding: 10px 0px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contactLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 10px 20px;
	font: .65em "Trebuchet MS", Helvetica, sans-serif;
}
.competition p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
#DTG  {
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.tank180 {
	float: left;
	width: 270px;
	margin: 10px 10px 10px 0;
	height: 180px;
	padding: 0px;
}
.tank203 {
	float: left;
	width: 270px;
	margin: 10px 10px 10px 0;
	height: 203px;
	padding: 0px;
}
