@charset "UTF-8";
body  {
	background: #666666;
	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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: 000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	height: 98px;
	background: url(images/Cover.jpg);
	margin-bottom: 0px;
	margin-top: 0px;
	z-index:90;
	display: block;
}

#header * {
	display: block;
		}

.twoColFixRtHdr #navcontainer {
 	margin-bottom: 20px;
	height: 22px;
	padding-left: 12px;
	background: url(images/Cover.jpg) bottom left no-repeat;
	background-repeat: no-repeat;
	overflow:hidden;
	margin-top: 0px;
	z-index: 100;
	display: block;
	}
	
	#navcontainer * {
	display: block;
		}

#nav {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	height: 22px;
	width: 487px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}


#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win only */
	}
#thome a  {
	width: 62px;
	background: url(images/nav.gif) top left no-repeat;
	background-position: 0 -44px;
	}
	
#thome a:hover {
	background-position: 0 -22px;
	}

#thome a:active, #thome a.selected {
	background-position: 0 0px;
	}
iframe {
	background-color: #FFFFFF;
	border: none;
}
#home a.selected {
	background-position: 0 0px;
	}
	
#tbusiness a  {
	width: 100px;
	background: url(images/nav.gif) top left no-repeat;
	background-position: -62px -44px;
	}
	
#tbusiness a:hover {
	background-position: -62px -22px;
	}

#tbusiness a:active, #nav a.selected {
	background-position: -62px 0px;
	}	
#tfeatures a  {
	width: 62px;
	background: url(images/nav.gif) top left no-repeat;
	background-position: -160px -44px;
	}
	
#tfeatures a:hover {
	background-position: -160px -22px;
	}

#tfeatures a:active, #nav a.selected {
	background-position: -160px 0px;
	}	
#tadvertise a  {
	width: 59px;
	background: url(images/nav.gif) top left no-repeat;
	background-position: -222px -44px;
	}
	
#tadvertise a:hover {
	background-position: -222px -22px;
	}

#tadvertise a:active, #nav a.selected {
	background-position: -222px 0px;
	}
#tabout a  {
	width: 59px;
	background: url(images/nav.gif) top left no-repeat;
	background-position: -281px -44px;
	}
	
#tabout a:hover {
	background-position: -281px -22px;
	}

#tabout a:active, #nav a.selected {
	background-position: -281px 0px;
	}
#tcontact a  {
	width: 69px;
	background: url(images/nav.gif) top left no-repeat;
	background-position: -340px -44px;
	}
	
#tcontact a:hover {
	background-position: -340px -22px;
	}

#tcontact a:active, #nav a.selected {
	background-position: -340px 0px;
	}
#ttes a  {
	width: 78px;
	background: url(images/nav.gif) top left no-repeat;
	background-position: -409px -44px;
	}
	
#ttes a:hover {
	background-position: -409px -22px;
	}

#ttes a:active, #nav a.selected {
	background-position: -409px 0px;
	}

.busbox {
	width: 505px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	list-style-image: none;
	list-style-type: none;
	list-style: none;
	margin-bottom:10px;
	display:block;
	z-index:115;
}

ul.bus {
	margin: 0.5em 0 0 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}
.bus li {
	list-style: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 70px;
	margin-top: 10px;
	padding-top: 10px;
	width: 505px;
}
.bus li a {
	font-weight: normal;
	list-style: none;
}
.bus    li:hover     {
	font-weight: normal;
	list-style: none;
	background-color: #F3F3F3;
}

.image {
	border: 1px solid #E3DE9F;
	float: left;
	width: 75px;
	color: #A19D68;
	height: 75px;
	margin-right: 5px;
}

#image {
		margin:5px;
}

#image img{
		border: 1px solid #E3DE9F;
}

#image p{
		text-align:left;
		font-size:11px;
}

#tfaq a:hover {
	background-position: -409px -22px;
	}

#tfaq a:active, #tfaq a.selected {
	background-position: -409px 0px;
	}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	display:block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	z-index: 110;
}

.twoColFixRtHdr #sidebar1 #bbar { /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will 		include the padding and border in addition to the width */
	background: #d0d0d0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	z-index: 112;
}

.twoColFixRtHdr #sidebar1 #bbar  iframe{
	background: #FFFFFF;
	 width:  280px; 
	 height: 300px;
	 border: none;
	z-index: 115;
}

.twoColFixRtHdr #sidebar1 #bbar  a{
	z-index: 115;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	text-decoration: none;
	background-color: #EBEBEB;
	padding-top: 2px;
}

.twoColFixRtHdr #sidebar1 #bbar  a:hover{
	z-index: 115;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #ffffaf;
}

.twoColFixRtHdr #sidebar1 #bbar  a:active{
	border-color: #EBEBEB;
	border: solid;
	z-index: 115;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #EBEBEB;
}

.twoColFixRtHdr #sidebar1 #bbar a.selected{
	border-color: #EBEBEB;
	border: solid;
	z-index: 115;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #EBEBEB;
}

.twoColFixRtHdr #mainContent {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 865px;
	background-color: #FFFFFF;
	z-index: 105;
	background-image:url(images/corner.gif);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #footer {
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image:url(images/cornerbtm.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	max-height:111px;
	z-index: 120;
} 
.twoColFixRtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.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;
}

.print {
display: none;
}
.screen {
display: block;
}

#WLSearchBoxDiv {
display: block;
}

#nsbp {
display: block;
}

#print {
display:none;
}

.author {
font-size:12px;
font-style:italic;
text-align:right;
border-top:thin;
border-top-style:solid;
border-top-color:#333333;
border-top-width:1px;
width:525px;
}

.profile {
font-size:12px;
font-style:italic;
font-weight:bold;
text-align:left;
border-bottom:thin;
border-bottom-style:solid;
border-bottom-color:#333333;
border-bottom-width:1px;
width:525px;
}

p {
font-size:14px;
font-family:Georgia, Times New Roman, Times, serif;
}
.clear { 
line-height: 0px; 
font-size: 0px; 
clear: both; 
height: 0px; 
} 