@charset "utf-8";

a:focus, object:focus {
	outline: none;
	-moz-outline-style: none;
} 

html, body, #wrapper {
  height:99%;
  margin: 0;
  padding: 0;
  border: none;
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  width: 950px;
}

#content {
	background-image:url(../imgs/site/main-bg.gif);
	width:950px;
	height:580px;
}

#clear {
	clear:both;
}

#tdlogo {
	width:126px;
	height:39px;
	margin-left:23px;
	margin-top:34px;
	background-image:url(../imgs/site/td-logo.gif);
	float:left;
}

#mainmenu {
	width:140px;
	height:440px;
	margin-left:23px;
	margin-top:68px;
	text-align:left;
	float:left;
}

#submenu {
	margin-top:0px;
	text-align:left;
	height:50px;
}

#leftside {
	float:left; 
	width:170px; 
	display:block;
}

#rightside {
	width:770px;
	height:570px;
	vertical-align:top;
	float:left;
}

#sliderframe {
	float:right;
	width:650px;
	height:457px;
	margin-top:135px;	
	margin-right:70px;
	background:url(../imgs/site/gallery-frame.gif) no-repeat;
	background-position: 19px 16px;
}

.imgfade:link, imgfade:visited {
	
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	filter:alpha(opacity=100);
	zoom:1;
}
.imgfade:hover, imgfade:active {
	
	opacity:0.95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=95)";
	filter:alpha(opacity=95);
}

a.stdlink:link, a.stdlink:visited {

	 color:#231F20;	 
}

a.stdlink:hover, a.stdlink:active {

	 color:#677634;	 
}

.msg {
	color:#0C0;
	font-weight:bold;
}

.msg_err {
	
	color:#F00;
	font-weight:bold;
}

#contactform {

	margin-left:20px;
}

#contactform label {
	clear:none;
	float:left;
	width:80px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}

#contactform .input {
	
	width:250px;	
}

#contactform textarea {

	float:left;
	width:350px;
}

#contactform select {

	float:left;
}

.frmButton {
	width:100px;
	margin-left:100px;
}
.form_error {
	font-size:10px;
	color:red;
	clear:both;
	margin-top:0px;
	margin-left:80px;
}

select option.head {
	font-weight:bold;
	background-color:#EEE;
	margin-top:4px;
	margin-bottom:4px;
}

select option.sub {
	margin-left:10px;
}

#linktag {
	position:absolute;
	top:20px;
	border:0px;
	width:234px;
	height:40px;
	clear:both;
}

#linktag a {
	background-image:url(../imgs/site/externallink.png);
	background-position: -234px 0px;
	background-repeat:no-repeat;
	z-index:999;
	display:block;
	width:100%;
	height:100%;
}

