/* COLOUR PALLETTE
=============================================================================

#ff0000		TFS Red
#d4d4d4    	footer grey 
#666		footer text grey
#333		subnav text grey
#ececec     paragraph borders
============================================================================= */


body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 10px auto 0px;
	width: 960px;
	text-align: left;
}
img {
	border: none;
}

hr {
	color: #efefef;
	background: #efefef;
	height: 1px;
	margin: 0px;
	padding: 0px;
}



/* HEAD
============================================================================== */
#head {
	background: url(../images/bg-head.gif) repeat-x bottom;
	width: 960px;
	float: left;
	clear: both;
}

ul#subnav {
	width: 250px;
	float: right;
	top: 11px;
	right: 0px;
	bottom: 0px;
	text-align: right;
	margin: 0px 0px 25px;
	padding: 0px 5px 0px 0px;
}
ul#subnav li {
	display:inline;
}
ul#subnav li a {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	background: url(../images/bullet-circle.gif) no-repeat left center;
	padding: 0px 0px 0px 14px;
	margin: 0px 10px 0px 0px;
}
ul#subnav li a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.logo a img {
	margin: 0px 0px 0px 5px;
	float: left;
	position: absolute;
	top: 30px;
}
#nav {
	float: right;
	width: 955px;
	text-align: right;
	padding: 0px 5px 0px 0px;
}

#banner {
	margin: 0px 0px 40px;
	clear: both;
	float: left;
	width: 960px;
	height: 155px;
	background: #000000;
}





/* CONTENT LEFT
============================================================================== */
#content {
	margin: 0px 5px 40px;
	_margin: 0px 0px 40px 3px;
	width: 950px;
	float: left;
	clear: both;
}

#content #menu {
	float: left;
	width: 200px;
}
#content #menu ul {
	margin-bottom: 20px;
	background: url(../images/border-localnav.gif) no-repeat top;
	width: 200px;
}
#content #menu li a {
	color: #666666;
	text-decoration: none;
	background: url(../images/border-dash.gif) no-repeat left bottom;
	width: 195px;
	padding: 0px 0px 0px 5px;
	display: block;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
}

#content #menu li a:hover {
	color: #000000;
	background: url(../images/bg-localnav-grey.gif);
}
#content #menu li a.active {
	color: #FFFFFF;
	background: url(../images/bg-localnav-black.gif);
}
#menu .date-grey {
	font-size: 10px;
	color: #666666;
	line-height: 18px;
}
#menu p {
	border-bottom: 1px solid #efefef;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	font-size: 11px;
}


a.more {
	background: url(../images/bullet-arrow.gif) no-repeat left center;
	color: #ff0000;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	margin-left: 5px;
}
a.more:hover {
	text-decoration: underline;
}





/* CONTENT MIDDLE
============================================================================== */
#content #middle {
	margin: 0px 0px 0px 45px;
	float: left;
	width: 505px;
}
#content #middle h1 {
	margin: 0px 0px 20px;
/*	color: #000000;
	border-left: 2px solid #ff0000;
	padding: 0px 0px 0px 10px;
	font-size: 22px;
	font-weight: bold;*/
}
#content #middle h2 {
	margin: 0px 0px 10px;
	color: #000000;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	background: url(../images/icon-paragraph.gif) no-repeat left;
}
#content #middle h2 a, #content #middle-rightCol h2 a {
	color: #000000;
	text-decoration:none;
}
#content #middle h2 a:hover, #content #middle-rightCol h2 a:hover {
	color: #ff0000;
}
#content #middle h2.secondver {
	margin: 0px 0px 10px;
	color: #000000;
	padding: 5px 0px 5px 12px;
	font-size: 14px;
	background: #F0F0F0 url(../images/icon-paragraph.gif) no-repeat 4px;
}
#content #middle h3 a, #content #middle-rightCol h3 a {
	color: #333333;
	padding: 0px 0px 5px 10px;
	font-size: 12px;
	background: url(../images/bullet-arrow.gif) no-repeat left 5px;
	display: block;
	margin-left: 5px;
}
#content #middle h3 a:hover, #content #middle-rightCol h3 a:hover {
	color: #ff0000;
}
#content #middle h4 {
	margin: 0px 0px 2px;
	color: #000000;
	font-size: 12px;
}
#content #middle p, #content #middle-rightCol p {
	font-size: 12px;
	line-height: 22px;
	color: #666;
	margin: 0px 0px 15px;
}
#content #middle p a {
	color: #666666;
	text-decoration: underline;
}
#content #middle p a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#content #middle p a.more {
	background: url(../images/bullet-arrow.gif) no-repeat left center;
	color: #ff0000;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	margin-left: 5px;
}
#content #middle p a.more:hover {
	text-decoration: underline;
}

#content p.border {
	margin: 0px 0px 15px;
	border-bottom: 1px solid #efefef;
	padding: 0px 0px 15px;
}
#content .border {
	margin: 5px 0px 25px;
	border-bottom: 1px solid #efefef;
	padding: 0px;
}


#content #middle p.lead {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	margin: 0px 0px 10px;
}
#content #middle .date-red {
	color: #ff0000;
	font-size: 10px;
}


#content #middle ul.list1{
	margin: 0px 0px 30px;
}
#content #middle ul.list1 li {
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	background: url(../images/bullet-circle2.gif) no-repeat left 10px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 20px;
}
#content #middle ul.list1 li a {
	color: #333333;
	text-decoration: underline;
}
#content #middle ul.list1 li a:hover {
	color: #ff0000;
	text-decoration: underline;
}





#content #middle-rightCol {
	margin: 0px 0px 0px 50px;
	float: left;
	width: 325px;
	clear: right;
}
#content #middle-rightCol ul.list1{
	margin: 0px 0px 30px;
}
#content #middle-rightCol ul.list1 li {
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	background: url(../images/bullet-circle2.gif) no-repeat left 10px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 20px;
}
#content #middle-rightCol ul.list1 li a {
	color: #333333;
	text-decoration: underline;
}
#content #middle-rightCol ul.list1 li a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#content #middle-rightCol h2.secondver {
	margin: 0px 0px 10px;
	color: #000000;
	padding: 5px 0px 5px 12px;
	font-size: 14px;
	background: #F0F0F0 url(../images/icon-paragraph.gif) no-repeat 4px;
}








#content .border-topbottom {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 20px 0px;
	padding: 10px 0px;
	text-align: center;
}
#content .border-topbottom a {
	color: #ff0000;
	text-decoration: none;
	font-size: 14px;
}
#content .border-topbottom a:hover {
	text-decoration: underline;
}



#content table {
	font-size: 12px;
	color: #333333;
	margin: 10px 0px 50px;
	width: 505px;
}
#content table td {
	font-size: 12px;
	color: #333333;
	border: 1px solid #dfdfdf;
	padding: 8px 10px;
	line-height: 18px;
}
#content table tr td p {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#content table tr td.cellshade01 {
	background: #f2f2f2;
}

#content table.table-brands {
	margin: 0px 0px 20px;
}
#content table.table-brands td {
	border:none;
	line-height: 16px;
}
#content table.table-brands tr td {
	background: url(../images/bullet-arrow.gif) no-repeat left center;
	line-height: 10px;
}

#content table.table-brands tr td a{
	color: #333;
	display: block;
	text-decoration: underline;
}

#content table.table-brands tr td a:hover{
	color: #FF0000;
	text-decoration: none;
}



/* TABLE TELEPHONE NUMBERS
============================================================================== */

#content table.table-rollover {
	text-align:left;
	font: 12px Arial, Helvetica, sans-serif;
	border-bottom:2px solid #dfdfdf;
	width: 505px;
	color:#666;
	margin: 0px 0px 20px;
}

#content table.table-rollover tr.headline td {
	background: #f2f2f2;

}
#content table.table-rollover td{
	border-bottom:1px solid #dfdfdf;
	border-top:1px solid #dfdfdf;
	padding:7px 12px 6px;
	line-height: 18px;
	vertical-align: middle;
}
#content table.table-rollover td a{
	color: #ff0000;
}
#content table.table-rollover tr:hover td{
	background:#ffebeb;
	color:#333;
}



/* TABLE SITEMAP
============================================================================== */

#content table.sitemap {
	text-align:left;
	font: 12px Arial, Helvetica, sans-serif;
	width: 700px;
	color:#666;
	margin: 0px 0px 20px;
	border:none;
}

#content table.sitemap td{
	padding:7px 10px 6px;
	line-height: 18px;
	vertical-align: middle;
	border:none;
}
#content table.sitemap td a{
	color: #666;
	text-decoration:underline;
	background: url(../images/bullet-arrow.gif) no-repeat left 5px;
	padding: 0px 0px 0px 12px;
}
#content table.sitemap td a:hover{
	color: #ff0000;
	text-decoration:underline;
}




/* CONTENT RIGHT
============================================================================== */

#content #right {
	float: right;
	width: 165px;
	text-align: left;
}
#content #right h3 {
	color:#000000;
	font-size:14px;
	margin: 15px 0px 5px;
}
#content #right p {
	font-size: 11px;
	color: #666;
	line-height: 20px;
	margin: 0px 0px 10px;
}
#content #right img{
	margin-bottom:8px;
}
#content #right p a {
	color: #ff0000;
}
#content #right p a:hover {
	color: #000;
}

#content #right img.side-border {
	margin: 5px 0px 10px;
}
#content #right h4 {
	color: #000;
	font-size: 11px;
	margin: 5px 0px 0px;
}




/* FOOT 
============================================================================== */
#foot {
	clear: both;
	float: left;
	width: 960px;
	border-top: 1px solid #d4d4d4;
	padding: 10px 0px 20px;
}
#foot p.copy {
	color:#666;
	font-size: 11px;
	float: left;
	margin: 2px 0px 0px;
}
#foot p.copy a {
	color:#666;
	text-decoration: none;
	font-size: 11px;
}
#foot p.copy a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#foot p.brand-logos a img {
	float: right;
	margin: 0px;
	padding: 0px;
}
