/* CSS Document */

body { 
	padding:0px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666666;
	font-weight: bold;
	}
	
a:link, a:visited {
	color: #00CC00;
	text-decoration: none;
}

a:hover, a:focus {
	color: #66FF66;
	}
	
.skip {
	position:absolute;
	left:-4000px;
}
	
h1 {
	color: #006600;
	font-style:italic;
	font-size:2em;
	}
	
h2 {
	color: #666666;
	font-size:2em;
	border-bottom: 2px solid #666666;
	}
	
h3 {
	color: #666666;
	font-size:1.5em;
	}
	
#header {
	height:122px;
	padding-left:10px;
	}
	 
#flashbanner {
	margin-left:170px;
	height:27px;
	}
	
#menubanner {
	height:51px;
	width:auto;
	margin-left:175px;
	background:#006600 url(images/rounded_corner_b_l.gif) no-repeat top left;
	}

#menubanner img {
	float:right;
	}

.menu-top {
	position: relative;
	top: 36px;
	color:white;
	font-size:0.8em;
	padding-bottom:0px;
	margin-bottom:0px;
	text-align: right;
	font-weight: normal;
	}
	
.menu-top ul li {
	display:inline;
	padding:0px 5px 0px 5px;
	border-left: 1px solid white;
	}
	
#breadcrumb {
	text-align:right;
	margin-right:100px;
	margin-top: 5px;
	font-size: 0.8em;
	color: black;
	}
	
#breadcrumb strong {
	font-size: 2em;
	}
	
#container {
display:table;
width: 99%;
}

#myrow {
display: table-row;
}	

.menu-left {
	width:	190px;
	display: table-cell;
	}
	
.menu-left ul {
padding-left: 0px;
}
	
.menu-left ul li {
list-style-type:none;
}
	
.menu-left ul li a:link, .menu-left ul li a:visited {
color:black;
background-image:url(images/menu-bg1.jpg);
display:block;
height:23px;
width:165px;
font-size: 1.2em;
font-weight:bold;
padding:3px 0px 0px 10px;
margin-bottom: 1em;
}

.menu-left ul li a:hover, .menu-left ul li a:focus {
background-image:url(images/menu-bg2.jpg);
}
	
#content {
	display: table-cell;
	font-size: 1em;
	}
	
#content p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}
	
#content ul li, #content ol li {
	margin-top: 1em;
	margin-bottom: 1em;
	}
	
#content ol.biglist {
	display: block;
	margin-left: 250px;
	}
	
#content ol.biglist li {
	font-size: 1.5em;
	color: black;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}

#content ol.biglist li p {
	font-size: 0.6em;
	color: #666666;
	}
	
#content strong {
	font-size: 1.2em;
	}
	
table {
	width: 		99%;
}

td {
	text-align: 	center;
	font-weight: 	normal;
	color: 		black;
	font-size: 	0.8em;
}

#specialoffers {
	border: 	1px solid black; 
	margin: 	auto; 
	padding: 	10px; 
	background: 	#e3ffd9 none repeat scroll 0% 0%; 
	width: 		75%; 
	color:		black;
}

#specialoffers h2 {
	border: 	none;
	text-align: 	center;
}

#specialoffers h3 {
	border-top: 	1px solid #666666;
	padding-top: 1em;
}

#footer {
	height:51px; 
	width:auto; 
	margin-left:185px;
	background:#006600 url(images/rounded_corner_b_l.gif) no-repeat top left; 
	clear:both;
	text-align:right;
	color:white;
	font-size:0.8em;
	}
	 
#footer p {
position: relative;
top: 50%;
}

#footer img {
	float:right;
	}
	
/* Colour Controls for Styles */
.green {
	color:		#009900;
	}

.grey {
	color:		#666666;
	}

.black {
	color:		black;
	}

.big-green {
	font-size:	1.5em;
	color:		green;
	}

.big-red {
	font-size:	1.5em;
	color:		red;
	}
	
/* Standard WordPress CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

img.alignright {
   margin-left: 10px;
}

img.alignleft {
   margin-right: 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}