@charset "utf-8";
/* CSS Document */

body  {
	min-width: 100%;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #000000;
	font-family: "Trebuchet MS";
	font-size: 100%;
	background-color: #333333;
	background-repeat: repeat;
	background-image: url(Images/Background-strip.jpg);
}
a {
	font-family: Trebuchet MS;
	font-size: 13px;
}
.thrColFixHdr #footer a {
	font-family: "Trebuchet MS";
	font-size: 10px;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-image: url(Images/H1FooterBGStrip.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.thrColFixHdr #mainContent a {
	font-family: "Trebuchet MS";
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0000CC;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 20px;
	background-image: url(Images/H1FooterBGStrip.jpg);
	background-repeat: repeat-x;
	background-position: center;
	text-align: left;
}
.thrColFixHdr #container {
	min-width:990px;
	_width:auto; /* the auto margins (in conjunction with a width) center the page */
	width:990px;
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	background-repeat: no-repeat;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	visibility: visible;
	position: relative;
	width: 990px;
	margin: 0px;
	clear: none;
	height: 164px;
	background-image: url(Images/Foundit-Banner.jpg);
} 
.thrColFixHdr #sidebar1 {
	min-width:150px;
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #FFFFFF;
	padding: 0px;
	overflow: visible;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	border: 1px solid #999999;
}
.thrColFixHdr #sidebar1 tr {
	text-align: center;
}
.thrColFixHdr #mainContent table caption {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	background-image: url(Images/H1FooterBGStrip.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
.BlueBusinessServiceandHeadingsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0099FF;
}
.AddressContactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.GroupHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
}
.thrColFixHdr    #mainContent    td  {
	padding-left: 10px;
}


.thrColFixHdr #sidebar2 {
	min-width:150px;
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #999999;
	overflow: visible;
}
.thrColFixHdr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	overflow: auto;
	margin: 0px;
	border: 1px solid #999999;
} 
.thrColFixHdr #mainContent table p {
	margin: 0px;
	padding: 0px;
	color: #666666;
}

.thrColFixHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 20px;
	background-color:#FFFFFF;
	background-image: url(Images/H1FooterBGStrip.jpg);
	background-repeat: repeat-x;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 8px;
}
.clearfloat { /* 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 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.PageTitle {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.PageTitledroptext {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-style: italic;
}
.FoundItText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0000cc;
}


.Links {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-style: italic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.NavLinks {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: none;
}
#apDiv1 {
	position:relative;
	left:0px;
	top:0px;
	width:260px;
	height:10px;
	z-index:3;
	float: right;
	margin: 0px;
	padding: 0px;
}
#apDiv2 {
	position:relative;
	left:0px;
	top:0px;
	width:165px;
	height:29px;
	z-index:4;
	float: left;
	margin: 0px;
	padding: 0px;
}
#HeaderImageLeft {
	position:relative;
	left:0px;
	top:0px;
	width:392px;
	height:183px;
	z-index:5;
	float: left;
	background-image: url(Images/Banner%20left%20new.jpg);
	clear: both;
	background-repeat: no-repeat;
}
#HeaderImageRight {
	position:relative;
	width:585px;
	height:184px;
	z-index:6;
	float: right;
	background-image: url(Images/Banner%20right%20new.jpg);
	clear: both;
	background-repeat: no-repeat;
}
#NavHoriz {
	width:970px;
	height:36px;
	z-index:3;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333333;
	clear: both;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 10px;
	position: relative;
	background-image: url(Images/NavImage.jpg);
}
#NavHoriz ul {
	margin: 0px;
	padding: 0px;
}
#NavHoriz a {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	un
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333399;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #99FF33;
	padding-left: 2px;
	background-repeat: repeat-x;
	margin: 0px;
}
#NavHoriz li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#adverts {
	position:relative;
	width:100%;
	z-index:7;
	overflow: visible;
	padding-top: 0px;
	margin-top: 0px;
}
#NavHoriz a:active {
	color: #FFFFFF;
}
#CategoryPanel {
	position:relative;
	width:100%;
	z-index:8;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: visible;
	border: 1px none #CCCCCC;
}
#NavHoriz a:link {
	color: #FFFFFF;
}
#Biz {
	position:relative;
	width:100%;
	z-index:9;
	background-color: #FFFFFF;
	border: 1px none #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: visible;
}
#NavHoriz a:hover {
	color:#00CCFF;
	text-decoration: none;
	
}
#NavHoriz b {
	color: #FFFFFF;
}

#Biz h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(Images/H1FooterBGStrip.jpg);
}
#Biz p {
	color: #333333;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#Biz strong {
	color: #579ff0;
	font-size: 14px;
}
.thrColFixHdr #sidebar2 tr {
	text-align: center;
}
.SubGroupHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	padding-top: 10px;
	font-style: italic;
}
#FlashHeader {
	position:relative;
	width:260px;
	z-index:5;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	visibility: hidden;
	background-repeat: no-repeat;
	float: right;
}

