body {
	font-family: Arial, sans-serif;
}
#container {
}
#header {
	height: 80px;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
#header-thin {
	height: 80px;
	overflow: hidden;
	width: 765px;
	margin: 0 auto;
}
#nav {
	margin: 0;
	padding: 0;
	height: 20px;
	float: right;
}
#nav ul {
	margin: 0;
	padding: 0;
	height: 20px;
	position: relative;
	top: -17px;
	overflow: hidden;
}
#nav ul li {
	margin: 0;
	padding: 0 3px 0 0;
	float: right;
	height: 20px;
	line-height: 20px;
	display: inline;
}
#nav ul li a{
	padding: 0 15px 0 15px;
	height: 20px;
	line-height: 20px;
	display: block;
	background-color: #d2eeef;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	font-size: x-small;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #069;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
	float: right;
}
#nav ul li a:hover {
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50;
}
#header .logo, #header-thin .logo {
	height: 80px;
}
#content-holder {
	width: 960px;
	margin: 0 auto;
}
#content-holder-thin {
	width: 765px;
	margin: 0 auto;
}
#content-thin {
	width: 765px;
	margin-bottom: 20px;
}
#content {
	width: 765px;
	float: left;
	margin-bottom: 20px;
	padding-right: 15px;
}
.text h2, .text h3, .text p {
	line-height: 108%;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
.text h2 {
	font-size: large;
}
.text h3 {
	font-size: medium;
}
.text p, .text h4 {
	font-size: small;
}
.text img {
	float: right;
	margin: 0 0 10px 10px;
}
.related-searches {
	font-size: small;
	line-height: 108%;
}
.related-searches li{
	line-height: 108%;
	display: block;
	font-size: small;
}
#sidebar2 {
	float: right;
	width: 160px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	margin: 10px 0 0 0;
}
#footer ul {
}
#footer ul li{
	display: inline;
	font-size: small;
}

form.contact {
	margin: 10px 0 20px;
	padding: 0;
	width: 960px;
}
form.contact br {
	clear: both;
}
#banner {
	margin: 0 0 10px;
	padding: 0;
}
#banner table {
	text-align: right;
}
#tds-banner-short td {
		vertical-align: middle;
}
#tds-banner-short {
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
#tds-banner-short .big-text {
	line-height: 108%;
	padding-top: 0;
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
	padding-right: 36px;
	vertical-align: middle;
}
#banner .arrow {
	position: absolute;
	top: 100px;
	margin: 0 0 0 417px;
}
#tds-banner-short .big-image {
	width: 300px;
}
#tds-banner-short .med-text {
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	vertical-align: top;
}
#tds-banner-short .big-text span{
	font-size: 11px;
	display: block;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	padding: 0;
	margin: -6px 0 0;
}


#footer-nav {
	padding: 0;
	clear: both;
	margin: 0 0 0 0;
	width: 100%;
}
#footer-nav ul  {	
	border: 1px solid #069;
	background: #069 url(../images/header.jpg) repeat-x 0 center;
	padding: 0 0 0 6px;
	text-align: center;
	height: 30px;
	overflow: hidden;
	margin-top: 20px;
	-moz-border-radius:8px;	-webkit-border-radius:8px;
	border-radius: 8px;
}
#footer-nav ul li{
	display: inline;
	font-size: small;
	padding: 0;
	margin: 0;
	float: left;
}
#footer-nav ul li a {
	line-height:30px;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #069;
	display: block;
	text-decoration: none;
text-shadow: #069 0 -1px 0;
color: #fff;
	float: left;
}
#footer-nav ul li a:hover {
	-moz-opacity:.80; 
	filter:alpha(opacity=80); 
	opacity:.80;
	background-color: #6cc;
}

