﻿/* MAIN */
* {
	margin: 0;
	padding: 0;

}
 
.LeftAlign
{
	text-align: left;
}

body 
{
	line-height: 1.5;
	padding: 0 0 20px;
	background:url('images/background.jpg');
	background-repeat:repeat-y;
	background-position:center;	
	color: #333;
	font: 70% Verdana,sans-serif;
	margin: 0px auto;
}

.bodyPreviewMode
{
	background: #E1ECFE ;
}

/* LINKS */
a {
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
}
a:link, a:visited, a:active    
{
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
	color: #339e35;
}

a:hover 
{
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
	color: #e28c05;
}

/* headline text links
---------------------------------------------------------- */
A.headlineTextLink, A.headlineTextLink:link, A.headlineTextLink:visited {
	color:#000;
	background-color: transparent;
	text-decoration: none;
	}
	
A.headlineTextLink:hover {
	color:#000; 
	background-color: transparent; 
	text-decoration: underline;
	}
/* breadcrumb text links
---------------------------------------------------------- */
.breadcrumb
{
	font-size:100%;
	margin:   5px 0 5px 0;
	line-height: 2.5em;
	
}

A.breadcrumb, A.breadcrumb:link, A.breadcrumb:visited {
	font-weight:bold;
	color:#009A67; 
	text-decoration: none;
	}
	
A.breadcrumb:hover 
{
	font-weight:bold;
	color:#9C0000; 
	text-decoration: underline;
	}
/* FORMS */
form {
	margin: 0;
	padding: 0;
	display:inline;
}
input {
	font-family: arial,tahoma,verdana,sans-serif;
	margin: 2px 0;
}
fieldset {
	border: none;
}
label {
	display: inline;
	padding:  0 0 15px;
	margin-left: 5px;
}
label br {
	clear: left;
}

/* CLASSIFIED AD */

.classified {
	font-size: 125%;
	background-color: #fff;
	border: 1px solid #f2cb00;
	margin-right: 10px;
	padding: 10px 10px;
}

.classified img{
	float: left;
}

.classified p {
	margin: 20px 20px;
}

.classified h6 {
	color:#E28C05;
	font-family:arial,verdana,sans-serif;
	font-size:105%;
	margin:0.5em 0em 0.25em 0em;
}

.classified h1 {
	font-family: arial,verdana,sans-serif;
	margin: 0.5em 0 0.5em 0.5em;
	color: #e28c05;
	padding-bottom: .1em;
	font-size: 150%;
}

/* PHOIO GALLERY */


.gallerycontainer
{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
height:300px;

}

.thumbnail img{
border: 1px solid white;
margin: 0 2px 2px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.thumbnail span
{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	/* left: -1000px; */
	visibility: hidden;
	color: black;
	z-index: 1;
}

.thumbnail span img
{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span
{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	right: 250px; /*position where enlarged image should offset horizontally */
	z-index: 1000;
	background-color:#fff;
}

/* TYPOGRAPHY */

p {
	margin: 10px 10px;
}

h6 {
	color:#E28C05;
	font-family:arial,verdana,sans-serif;
	font-size:105%;
	margin:0.5em 0em 0.25em 0em;
}
h5 {
	font-family: arial,verdana,sans-serif;
	margin: 0.5em 0 .3em;
	color: #000;

	padding-bottom: .1em;
	font-size: 106%;
	margin-top: 0;
}
h4 {
	font-family: arial,verdana,sans-serif;
	margin: 0 0 .3em;
	color: #000;

	padding-bottom: .1em;
	font-size: 116%;
	margin-top: 0;
}

h3 {
	font-family: arial,verdana,sans-serif;
	margin: 0.5em 0 .3em;
	color: #000;

	padding-bottom: .1em;
	font-size: 116%;
	margin-top: 0;
}
h2 {
	font-family: arial,verdana,sans-serif;
	margin: 0.5em 0 .3em;
	color: #000;
	padding-bottom: .1em;
	font-size: 116%;
	margin-top: 0;
}
h1 {
	font-family: arial,verdana,sans-serif;
	margin: 0.5em 0 0.5em 0.5em;
	color: #e28c05;
	padding-bottom: .1em;
	font-size: 150%;
}

.noline
{
	border-bottom: 4px solid #fff;
}
.highlight {
	color: #009A67;
}
.subdued {
	color: #999;
}
.caption {
	color: #999;
	font-size: 90%;
}
small {
	font-size: 11px;
}

/* LISTS */
/* allow room for 3 columns */
  ol
  {
    width: 600px;
  }

  /* float & allow room for the widest item */
  ol li
  {
    float: left;
    width: 180px;
	list-style:none;
  }

  /* stop the float */
  br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
  div.wrapper
  {
    margin-bottom: 0.5em;
  }

ul {
	margin: .3em 0 1.5em 0;
	list-style-type: none;
}

ul.related {
	margin-top: -1em;
}

ol {
	margin: .5em .5em 1.5em;
}

li {
	line-height: 2em;
	position: relative;
	
	padding-left: 15px;
}

.newsinbrief {
	line-height: 2em;
	position: relative;
	color: #000;
	
	padding-left: 15px;
}

li.doc {
	background-position: 3px -500px;
}
ul.nomarker li {
	background: none;
	padding-left: 0;
}
dl {
	margin: 0 0 1em 0;
}
dt {
	font-weight: bold;
	margin-top: 1.3em;
}
dl dl {
	margin: 0 0 1.5em 30px;
}

/* CLASSIFIEDS */


.goldbox {
	border-color: #e28c05;
	border-style: solid;
	border-width: 1px;
	font-size: 7.5pt;
	height: 160px;
	margin: 0px 10px 5px 10px;
	width: 180px;
	float: left;
	background-color: White;
}

.goldbox h2 {
	font-size: 1.15em;
	text-align: left;
	color: white;
	background-color: #e28c05;
	padding: 5px 10px 5px 10px;
}


.sponsoredlink {
	border-color: #E0F0E1;
	border-style: solid;
	border-width: 1px;
	font-size: 7.5pt;
	margin: 0px 10px 5px 10px;
	width: 580px;
	float: left;
	background-color: White;
}

.sponsoredlink h2 {
	font-size: 1.15em;
	text-align: left;
	color: #339e35;
	background-color: #E0F0E1;
	padding: 5px 10px 5px 10px;
}

/* GENERAL */
img {
	border: none;
}
hr {
	margin: 0 0 0 0;
	background: #f2f2f2;
	height: 1px;
	color: #f2f2f2;
	border: none;
	clear: both;
}
.clear {
	clear: both;
	position: relative;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
/* LAYOUT - HEADER */

#header {
	height: 120px;
	margin: 10px 10px 0px 3px;
	background-image: url(images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#header p {
	margin: 10px 0 0 0px;
	padding: 0;
	line-height: 1.5em;
}

#header ul 
{
	clear:both;
	margin: 5px 0px 5px 0px;
	padding: 0;
	list-style: none;
	/* float: left; */
}

#header ul li 
{
	
	float: left;
	white-space: nowrap;
}

#header ul a {
	display: block;
	padding: 0 1em;
	line-height: 2.1em;
	text-decoration: none;
	color: black;
	background-color: #eee;
	border: 1px solid #ccc;
	white-space: nowrap;
}

#header ul a.postad {
	display: block;
	padding: 0 1em;
	line-height: 2.1em;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #339e35;
	border: 1px solid #e0f0e1;
}

#header #top-nav {
	padding: 0;
	margin: 0;
	visibility:collapse;
}
	
	
	
.headertoolbar
{
	margin-left: 3px;
	padding-left: 5px;
	padding-bottom:0px;
	width:833px;
	height: 57px;
	clear: both;
	background-image: url('images/search-background.jpg');
	background-repeat: no-repeat;
}

.headertoolbar span 
{
	margin-top:3px;
	padding-top:5px;
	font-size:106%;
	font-weight:normal;
	position:absolute;
	color:#000;
}
	
.headermenu
{
	width:830px;
	clear: both;
	height:0px;
}


/* ADVERTISING */

#topleftad {
	width: 234px;
	height: 60px;
	margin: 6px 0 0 0;
	padding: 0;
	border: 1px solid #eee;
	float: left;
}

#toprightad {
	width: 234px;
	height: 60px;
	margin: 6px 0 0 0;
	padding: 0;
	border: 1px solid #eee;
	float: left;
	position: relative;
}

#toprightfullad {
	width: 468px;
	height: 60px;
	margin: 6px 0 0 0;
	padding: 0;
	border: 1px solid #eee;
	float: left;
	position: relative;
}

#rightcolumnad {
	width: 190px;
	height: 60px;
	padding: 0;
	margin: 0;
	border: 1px solid #eee;
} 

/* SEARCH */


#headersearch {
	height: 50px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	clear: both;
	position:relative;
}

#headersearch span {
	margin: 0;
	padding: 0px 0px 0px 20px;
	position:relative;
}

#headersearch p {
	margin: 0;
	position:relative;

}

#headersearch form {
	margin: 0;
	display: inline;
	position:relative;
}
#headersearch input {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	position:relative;
}
#headersearch input[type=text] {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	position:relative;
}

#headersearch select {
	margin: 0;
	padding: 0;
	height: 1.7em;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	position:relative;
	
}


/* LAYOUT - main body of page */

.date {
	font-size: 95%;
	color: red;
    z-index:3000; 
    width:120px;
    float:right;
    margin-top: 0px;
}

.date span {
	float:right;
	   width:240px;
}

#container
{	
	width:845px;
	margin:0 auto;
	}
	
#content{
	float:right;
	width:620px;
	padding: 5px 0;
	}
	
#navigation{
	float:left;
	width:200px;
	padding: 0 5px;
	}
	
#navigation p {
	margin: 5px 5px;
}


#extra{
	float:right;
	width:625px
	}
	
	
	

/*  end of sidebar window */

.featurebox 
{
	
	color: #333;
	padding: 15px 20px 20px;
	border-top: 5px solid #d7d7d7;
	border-bottom: 10px solid #eee;
	margin: 0 0 1.5em;
	background-color: #fff;
}
.featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #900;
	color: #009A67;
}
.featurebox h5 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #900;
	color: #009A67;
}
.featurebox h4 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #eee;
	color: #000;
}
.featurebox h3 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #900;
	color: #009A67;
}
.featurebox h2 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #900;
	color: #009A67;
}
.featurebox h1 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #900;
	color: #009A67;
}
.featurebox p {
	margin: 0 0 .3em;
	border-bottom: 1px solid #900;
	color: #009A67;
}
.featurebox p {
	border: none;
	margin: 0 0 1em;
	color: #444;
}
.featurebox a {
	font-weight: bold;
}


.thumbnail 
{
	margin:10px 10px 2px 0;
	position: relative;
	border: 1px solid #eee;
	float: right;
	padding: 5px;
	background: #fff;
}

.classifiedGalleryThumbnail 
{
	margin:10px 10px 2px 0;
	position: relative;
	border: 1px solid #eee;
	float: right;
	padding: 5px;
	background: #fff;
}



.thumbnail img {
	border: 1px solid #000;
}
.sportHomepageThumbnail 
{
	margin:10px 0px 2px 0;
	position: relative;
	border: 1px solid #eee;
	float: right;
	padding: 5px;
	background: #fff;
}
.sportHomepageThumbnail img {
	border: 1px solid #990000;
}
.storyImage {
	margin: 0 0 10px 5px;
	position: relative;
	border: 1px solid #eee;
	float: right;
	padding: 5px;
	background: #fff;
}
.storyImage img {
	border: 1px solid #000;
}
.pagination {
	background: #f2f2f2;
	color: #666;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ddd;
	margin: 0 0 1.5em;
}
.pagination p {
	position: relative;
	text-align: right;
}
.pagination p a:active {
	text-decoration: none;
	background: #fff;
	padding: 2px 5px;
	border: 1px solid #ccc;
}
.pagination p a:hover {
	text-decoration: none;
	background: #fff;
	padding: 2px 5px;
	border: 1px solid #ccc;
}
.pagination p a:visited {
	text-decoration: none;
	background: #fff;
	padding: 2px 5px;
	border: 1px solid #ccc;
}
.pagination p a:link {
	text-decoration: none;
	background: #fff;
	padding: 2px 5px;
	border: 1px solid #ccc;
}
.pagination p a:hover {
	background: #c00;
	color: #fff;
}
.pagination p span {
	text-decoration: none;
	background: #fff;
	padding: 2px 5px;
	border: 1px solid #ccc;
	color: #ccc;
}
.pagination * {
	margin: 0;
}
.pagination h4 {
	margin-top: -1.45em;
	padding: 0;
	border: none;
}
#resultslist-wrap {
	margin: 0 0 1.5em;
	font-size: 92%;
}
#resultslist-wrap dl {
	margin: 0;
}
#resultslist-wrap dt {
	margin: 0;
}
#resultslist-wrap dt {
	font: bold 85% arial;
	padding: 3px 0;
}
#resultslist-wrap li {
	padding: 0 0 1em;
	margin: 0 0 0 1.2em;
	font: bold 145% arial;
}
#resultslist-wrap li dd {
	font: normal 73% arial;
}
#resultslist-wrap li dl {
	margin: 0;
}
#resultslist-wrap dd {
	line-height: 1.3;
}
#resultslist-wrap dd.date {
	color: #999;
	display: inline;
	padding-right: .5em;
}
#resultslist-wrap dd.filetype {
	color: #999;
	display: inline;
	padding-right: .5em;
}
/* TABLES */
.table1 {
	border: 2px solid #900;
	border-collapse: collapse;
	width: 100%;
}
.table1 td {
	background: #fff url("images/sprites.gif") repeat-x 0 -1600px;
	padding: 3px;
	border: 1px solid #fff;
}
.table1 th {
	text-align: left;
	border: 1px solid #fff;
}
.table1 thead th {
	color: #fff;
	font-size: 145%;
	background: #900 url("images/sprites.gif") repeat-x 0 -1300px;
	padding: 10px 6px;
}
.table1 tbody th {
	color: #fff;
	font-size: 115%;
	background: #88b8db url("images/sprites.gif") repeat-x 0 -1400px;
	padding: 6px;
}
.table1 tbody th.sub {
	font-size: 100%;
	color: #000;
	background: #efefef url("images/sprites.gif") repeat-x 0 -1500px;
	padding: 6px;
}

/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
a.morelink:link, a.morelink:active, a.morelink:visited, a.morelink:hover 
{
	color:#900;
	line-height:180%;
}



/* LAYOUT - FOOTER */
#footer {
	clear: both;
	border-top: 1px solid #E3E8EE;
	margin-top: 20px;
	padding: 11px 0px;
	font-size: 86%;
	color: #999;
	text-align:center;
}
#footer p {
	margin: 0;
}
#footer a:link {
	color: #339e35;
}

/* LAYOUT - HOMEPAGE */

.EditOptions
{
	float:left;
	clear:both;
	visibility:visible;
	width:100%;
	text-align:right;
	padding-right:10px;
	cursor:hand;	
}

.mainstory{
	border-bottom: 1px solid #E3E8EE;
	padding: 0 0 0.5em 0;
}

.mainphoto{
	border-bottom: 1px solid #E3E8EE;
	padding: 0 0 0.5em 0;
}

.mainstorynopic{
	border-bottom: 1px solid #E3E8EE;
	border-right: 1px solid #E3E8EE;
	padding: 0 0.5em 0.5em 0;
}

.mainstory_b
{

	background-color:#FFF4FF;
	padding: 0 0 0.5em 0;
	cursor:hand;
}

.substory {
	border-right: 1px solid #E3E8EE;
	padding: 0 0.5em 0 0;
}

.Titleh2 {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	margin: 0.5em 0 .3em;
	color: #000;
	border-bottom: 1px solid #eee;
	padding-bottom: .1em;
	font-size: 136%;

}
.Titleh1 {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	margin: 0.5em 0 0 0;
	color: #000;
	font-size: 196%;
	margin-top: .2em;

}


/* menu
---------------------------------------------------------- */
.menu {
	background-color:#006699;
	border-top:solid 1px #99eeff;
	border-right:solid 1px #eee;
	FLOAT: left;
	WIDTH: 100%;
	margin-bottom:10px;
	/*background-image: url(../images/glass.png);
	background-repeat:repeat-x;*/
	
	
}
.menu UL {
	PADDING: 0px;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	
	
}
.menu LI {
	border-right:solid 1px #ccc;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	
}
.menu LI A {
	PADDING-RIGHT: 15px;
	DISPLAY: block;
	PADDING-LEFT: 15px;
	FONT-WEIGHT: bold;
	FLOAT: left;
	PADDING-BOTTOM: 4px;
	COLOR:#efefef;
	PADDING-TOP: 5px;
	TEXT-DECORATION: none;
}
.menu LI A:visited {
	PADDING-RIGHT: 15px;
	DISPLAY: block;
	PADDING-LEFT: 15px;
	FONT-WEIGHT: bold;
	FLOAT: left;
	PADDING-BOTTOM: 4px;
	COLOR:#808080;
	PADDING-TOP: 5px;
	TEXT-DECORATION: none;
}
.menu LI A:hover {
	
	COLOR:#fff;
	TEXT-DECORATION: underline;
}
.menu A {
	FLOAT: none;
}
.menu .active {
	BACKGROUND:#3E567F;
	COLOR:#fff;
}
.menu .active A {
	BACKGROUND:#3E567F;
	COLOR:#fff;
	
}
.menu .active A:visited {
	BACKGROUND:#3E567F;
	COLOR:#fff;
	text-decoration:none;
}
.menu .active A:hover {
	BACKGROUND:#3E567F;
	COLOR:#fff;
	TEXT-DECORATION: none;
}

.menuimage{
	float:left;
	margin-top:4px;
	margin-right:5px;
}


/* *************************** */

/* NAVIGATION - vertical navigation */

.nav-primary ul 
{
	position: static;
	list-style-type: none;
	
}

.nav-primary li {

	margin: 1px;
	padding: 0;
}
.nav-primary {
	position: static;
	margin: 0;
	padding: 0;
}

.nav-primary a {
	color: #339e35;
	text-transform: uppercase;
	padding: 0px 0 0 0px;
	background-position: 0px -695px;
	font: bold 106% arial;
	display: block;
	text-decoration: underline;
	cursor: pointer;

}

.nav-primary a:active, .nav-primary a:link, .nav-primary a:visited  {
	text-transform: uppercase;
	padding: 0px 0 0 0px;
	background-position: 0px -695px;
	font: bold 106% arial;
	display: block;
	text-decoration: underline;
	cursor: pointer;
	color: #339e35;
}

.nav-primary a:hover {
	color:#e28c05;
	text-transform: uppercase;
	padding: 0px 0 0 0px;
	background-position: 0px -695px;
	font: bold 106% arial;
	display: block;
	text-decoration: underline;
	cursor: pointer;

}

.nav-primary li.active a:active {
	color: #339e35;
	
}
.nav-primary li.active a:hover {
	color: #e28c05;

}
.nav-primary li.active a:visited {
	color: #339e35;
}
.nav-primary li.active a:link {
	color: #339e35;
	padding: 0px 0 0 5px;
}

/***/

.tradelisting ul 
{
	position: static;
	list-style-type: none;
	
}

.tradelisting li {

	margin: 1px;
	padding: 0;
}
.tradelisting {
	position: static;
	margin: 0;
	padding: 0;
}

.tradelisting a {
	color: #339e35;
	text-transform: uppercase;
	padding: 0px 0 0 0px;
	background-position: 0px -695px;
	font: bold 80% arial;
	display: block;
	text-decoration: underline;
	cursor: pointer;

}

.tradelisting a:active, .tradelisting a:link, .tradelisting a:visited  {
	text-transform: uppercase;
	padding: 0px 0 0 0px;
	background-position: 0px -695px;
	font: bold 80% arial;
	display: block;
	text-decoration: underline;
	cursor: pointer;
	color: #339e35;
}

.tradelisting a:hover {
	color:#e28c05;
	text-transform: uppercase;
	padding: 0px 0 0 0px;
	background-position: 0px -695px;
	font: bold 80% arial;
	display: block;
	text-decoration: underline;
	cursor: pointer;

}

.tradelisting li.active a:active {
	color: #339e35;
	
}
.tradelisting li.active a:hover {
	color: #e28c05;

}
.tradelisting li.active a:visited {
	color: #339e35;
}
.tradelisting li.active a:link {
	color: #339e35;
	padding: 0px 0 0 5px;
}


/***/



.nav-secondary ul 
{
	position: static;
	list-style-type: none;
	
}
.nav-secondary li {

	margin: 1px;
	padding: 0;
}
.nav-secondary {
	position: static;
	margin: 0;
	padding: 0 0 0 15px;
}

.nav-secondary a {
	color: #339e35;
	text-transform: uppercase;
	padding: 0px 0 0 0px;
	background-position: 0px -695px;
	font: normal 106% arial;
	display: block;
	text-decoration: underline;
	cursor: pointer;

}

.nav-secondary a:active, .nav-secondary a:link, .nav-secondary a:visited  {
	text-transform: uppercase;
	padding: 0px 0 0 0px;
	background-position: 0px -695px;
	font: normal 106% arial;
	display: block;
	text-decoration: underline;
	cursor: pointer;
	color: #339e35;
}

.nav-secondary a:hover {
	color:#e28c05;
	text-transform: uppercase;
	padding: 0px 0 0 0px;
	background-position: 0px -695px;
	font: normal 106% arial;
	display: block;
	text-decoration: underline;
	cursor: pointer;

}

.nav-secondary li.active a:active {
	color: #339e35;	
}
.nav-secondary li.active a:hover {
	color: #339e35;
}
.nav-secondary li.active a:visited {
	color: #339e35;
}
.nav-secondary li.active a:link {
	color: #339e35;
	padding: 0px 0 0 15px;
}

.nav-multiple a 
{	
	text-transform: uppercase;
	color: #000;
	display: block;
	text-decoration: none;
	cursor: pointer;
	font: normal 100% verdana, arial;
}

.directoryMenuText
{
	padding: 0 0 0 10px;	
}


/* SECONDARY NAVIGATION - 2nd TIER */

.nav-secondary ul {
	padding: 0 0 0 15px;
	list-style: none;
	
}
.nav-secondary li.active li a:visited {

	padding: 2px 0 0 15px;
	font: normal 100% verdana, arial;
	width: auto;
	color: #000;
	width: 135px;
	display: block;
}
.nav-secondary li.active li a:link {
	

	padding: 2px 0 0 15px;
	font: normal 100% verdana, arial;
	width: auto;
	color: #000;
	width: 135px;
	display: block;
}
.nav-secondary li.active li a {

	padding: 2px 0 0 15px;
	font: normal 100% verdana, arial;
	width: auto;
	color: #000;
	width: 135px;
	display: block;
}
.nav-secondary li.active li a:active {
	color: #000;
	font: normal 100% verdana, arial;
}
.nav-secondary li.active li a:hover {
	color: #000;
	font: normal 100% verdana, arial;
}
.nav-secondary li.active li {
	border: none;
	margin: 0;
	font: normal 100% verdana, arial;
	
}
.nav-secondary li.active li.active a:active {
	font: normal 100% verdana, arial;
}
.nav-secondary li.active li.active a:hover {
	font: normal 100% verdana, arial;
}
.nav-secondary li.active li.active a:visited {
	font: normal 100% verdana, arial;
}
.nav-secondary li.active lfont-weight: bold; {
	font: normal 100% verdana, arial;
	
}


/*end of *************************************  HEADER ITEMS */


.headertoolbar
{
	
	
	margin-left: 3px;
	padding-left: 5px;
	padding-bottom:0px;
	width:833px;
	height: 57px;
	clear: both;
	background-image: url('images/search-background.jpg');
	background-repeat: no-repeat;
}

.headertoolbar span 
{
	margin-top:3px;
	padding-top:5px;
	font-size:106%;
	font-weight:normal;
	position:absolute;
	color:#000;
}
	
.headermenu
{
	width:830px;
	clear: both;
	height:0px;
}


#headersearch {
	width: 100%;
	height: 57px;
	margin: 0;
	padding: 0;
	clear: both;

}

#headersearch p {
	margin: 0;
	padding: 15px 20px;
}

#header #top-nav {
	padding: 0;
	margin: 0;
	visibility:collapse;
}
	


/* list item table
---------------------------------------------------------- */

table.listItems{
	
	font-size: 100%;
}

td.listItems1st
{
	vertical-align: top;
	width:150px;
	color:#666;
	text-align:right;
	background-color:#f6f6f6;
	border-top:0px solid #fff;
	border-bottom:1px solid #efefef;
	border-right:1px solid #efefef;
	border-left:0px solid #FF0000;
	padding:5px;
}

td.listItems2nd
{
	vertical-align: top;
	color:#ddd;
	text-align:left;
	background-color:transparent;
	padding:2px;
	padding-left:6px;
	

}

td.listItems1stLeftAlign
{
	vertical-align: top;
	width:150px;
	color:#666;
	text-align:left;
	
	padding:5px;
}

td.listItems2ndRightAlign
{
	vertical-align: top;
	
	text-align:right;
	padding-left:5px;
}

td.listItems3rd
{
	text-align:left;
	padding-left:5px;
}

td.listItems4th
{
	vertical-align: top;
	width:150px;
	text-align:left;
	padding-left:5px;
}

/* *************************** */







/*         Classified Window styles - instead if box    added by JC       */
.classifiedViewWindow
{
	border-color: #339e35;
	border-style: solid;
	border-width: 1px;
	font-size: 7.5pt;
	height: 230px;
	margin: 0px 5px 5px 5px;
	width: 190px;
	float: left;
	background-color: White;	
}

.classifiedViewWindowTitle
{
	font-size: 1.15em;
	text-align: left;
	color: white;
	background-color: #339e35;
	padding: 5px 10px 5px 10px;
}

/* content area of window */
.classifiedViewWindowContent
{
	text-align:left; 
	padding:8px;	
}

.classifiedViewWindowFooter
{	
}

.classifiedViewWindow h2 {
	color: white;
}



/*         Classified Window styles - instead if lightgreenbox    added by JC       */

.directoryViewWindow
{
	border-color: #E0F0E1;
	border-style: solid;
	border-width: 1px;
	font-size: 7.5pt;
	height: 150px;
	margin: 0px 10px 5px 10px;
	width: 275px;
	float: left;
	background-color: #fff;
}


.directoryViewWindowTitle
{
	
	font-size: 1.15em;
	text-align: left;
	color: white;
	background-color: #E0F0E1;
	padding:  3px 10px 1px 10px;
}

/* content area of window */
.directoryViewWindowContent
{
	text-align:left; 
	margin:8px;	
	overflow: hidden;
	word-wrap: break-word;
}

.directoryViewWindowFooter
{	
}

.directoryViewWindow h2 
{
	color: white;
	color: #339e35;
	background-color: #E0F0E1;

}

/* CALENDAR */
	.CALENDARcpYearNavigation,
	.CALENDARcpMonthNavigation
			{
			background-color:#E0F0E1;
			text-align:center;
			/*vertical-align:center;*/
			text-decoration:none;
			color:#000;
			font-weight:bold;
			}
	.CALENDARcpDayColumnHeader,
	.CALENDARcpYearNavigation,
	.CALENDARcpMonthNavigation,
	.CALENDARcpCurrentMonthDate,
	.CALENDARcpCurrentMonthDateDisabled,
	.CALENDARcpOtherMonthDate,
	.CALENDARcpOtherMonthDateDisabled,
	.CALENDARcpCurrentDate,
	.CALENDARcpCurrentDateDisabled,
	.CALENDARcpTodayText,
	.CALENDARcpTodayTextDisabled,
	.CALENDARcpText
			{
			font-family:arial;
			font-size:8pt;
			color: #e28c05;
			font-weight:bold;
			}
	TD.CALENDARcpDayColumnHeader
			{
			text-align:right;
			border:solid thin #E0F0E1;
			border-width:0 0 1 0;
			background-color: #E0F0E1;
			}
	.CALENDARcpCurrentMonthDate,
	.CALENDARcpOtherMonthDate,
	.CALENDARcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.CALENDARcpCurrentMonthDateDisabled,
	.CALENDARcpOtherMonthDateDisabled,
	.CALENDARcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.CALENDARcpCurrentMonthDate
			{
			color:#6677DD;
			font-weight:bold;
			}
	.CALENDARcpCurrentDate
			{
			color: #E0F0E1;
			font-weight:bold;
			}
	.CALENDARcpOtherMonthDate
			{
			color:#E0F0E1;
			}
	TD.CALENDARcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #E0F0E1;
			border-width:1;
			border:solid thin #000000;
			}
	TD.CALENDARcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.CALENDARcpTodayText,
	TD.CALENDARcpTodayTextDisabled
			{
			border:solid thin #E0F0E1;
			border-width:1 0 0 0;
			background-color: #E0F0E1;
			}
	A.CALENDARcpTodayText,
	SPAN.CALENDARcpTodayTextDisabled
			{
			height:20px;
			}
	A.CALENDARcpTodayText
			{
			color:#339e35;
			font-weight:bold;
			}
	SPAN.CALENDARcpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.CALENDARcpBorder
			{
			border:solid thin #e28c05;
			}
			
#flashResizer {
	position:relative;
	width:600px;
	height:150px;
	z-index:3001;
	left: 0px;
	top: 0px;
	background-color: #FFFFe5;
	padding-bottom:5px;
}

/**************************************************** TICKER.JS Styles */

A.white, A.white:link, A.white:visited {
	font-weight:bold;
	color:#fff; 
	text-decoration: none;
	}
	
.expandalldiv {
	position:absolute;
	width: 100%;
	visibility: hidden;
	 z-index:-1;
}

.expandtable {
	width:80px;
	cursor: pointer;
	background-color:#5DB05E;
}

.hiddenticker {
	position: absolute;
	width: 100%;
	background-color:#FFFFFF;
}

.tickertext{
	height:29px;
}
.outertable {
	background-color:#FFFFFF;
	height:100%
}
.expandcoldiv{
	height:29px;
	background-color:#5DB05E;
	color:#fff;
	
}
.someclass {
	position: relative;
	overflow: hidden;
	height: 27px;
	width: 447px;
	border:1px solid #595959;
	background-color:#FFFFFF;
	 z-index:1;
}

.visibleticker {
	position: absolute;
	width: 100%;
}
.titletxt{
	padding-left:10px;
}

/**************************************************** TICKER.JS Styles  END ********/

.businessListingContainer
{
	border: 1px solid #f2cb00;
	margin-right: 10px;
	padding: 10px 10px;
	border: solid 1px pink;
}

.businessListingWrapper
{
	border: 1px solid #f2cb00;
	padding: 5px 10px 5px 20px;
	float: left;	
	display: inline;
	width: 260px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.businessListingHeader
{
	color: #009A67; 
	font-weight: bold;
}

.businessListingEditLinkContainer
{
	float: right;
	width: 100px;
	text-align: center;
	border: solid 1px red;
	height: 20px;
	padding-top: 4px;
	display: inline;
}

.businessListingBody
{
	clear: left;	
}

.classifiedPurple {
	font-size: 125%;
	background-color: #fff;
	border: 1px solid #f2cb00;
	margin-right: 10px;
	padding: 10px 10px;
	color: #6B5BA6;
}

.classifiedPurple h1 {
	font-family: arial,verdana,sans-serif;
	margin: 0.5em 0 0.5em 0.5em;
	color: #7B5BA6;
	padding-bottom: .1em;
	font-size: 150%;
}

.ukdigbanner
{
	float: right;	
}

.ukdigbannerincat
{
	float: right;
	margin: 0 10px 10px 0;
}

.code { width: 450px; }
.txt { height: 70px; }
.img { height: 115px; }

.iwcpfreebie
{
	border: 1px solid #f2cb00;
	width: 288px;
	margin: 0 10px 10px 0;		
}
.iwcpfreebie p
{
	margin: 10px 15px 10px 15px;	
}



.windowTitleBlue
{
	
	background-image: url('images/window_titlebarblue.png');
	background-position:left top;
	background-repeat:no-repeat;
	padding:8px 6px 6px 11px;
	margin:0px;
	font-size:100%;
	font-weight:bolder;
	color:#efefef;
	height:18px;
	cursor: pointer;
}