body {
  background: #f0f0f0;
  font-size: 12px;
  font-family: "Tahoma";
  line-height: 18px;
  padding:20px;
  margin:0px;
  text-align: center;
}

a{
	color: #34a0c4;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.disabled{
	color: #C0C0C0;
}

#main { 	
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  width: 908px;
  background: #fff;
  padding: 0px 0px 25px 0px;
}

.clear{
	clear: both;
}

#content{
	width: 908px;
}

#panel{
	float: left;
	width: 303px;
	margin:0px;
	padding:0px;
	height: 174px;
	background: url('img/menu.gif') no-repeat;
}

#menu{
	padding: 10px 0px 0px 40px;
	position: relative;
	top: -60px;
}

#menu li{
	background: url('img/button.gif') no-repeat;
	height: 33px;
	list-style-type: none;
	position: relative;
}

h3{
	font-weight: bold;
	font-size: 12px;
}

h3.surveyTitle{
	color: #eb722b;
}

h3.techTitle{
	color: #eb722b;
	float: left;
	width: 353px;
	padding-bottom: 10px;
}

h3.linksTitle{
	float: left;
	width: 195px;
	color: #eb722b;
}

p.surveyText{
	color: #969595;
}

#menu li a{
	position: relative;
	top:6px;
	left: 15px;	
}

.box{
	float: left;
	width: 274px;
	height: 234px;
	background: url('img/box.gif') no-repeat;
}

.box h2{
	width: 250px;
	text-align: center;
	color: #606060;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;

}

.box ul{
	position: relative;
	top: 12px;
	width: 210px;
	padding: 10px 0px 0px 25px;
	position: relative;
	left: 15px;
}

.box li{
	margin: 8px 0px 0px 10px;
	list-style-image: url('img/bullet.gif');
}

.box li a{
	margin-left: 3px;
	position: relative;
	top: -3px;
	line-height: 15px;
	
}

#big p{
	padding-bottom: 20px;
}

#big{
	float: left;
	width: 590px;
}

#linkDiv{
	position: relative;
	top: -40px;
}

.thumb{
	margin: 25px 0px 0px 15px;
	width: 280px;
}

.thumb img{	
	float: left;
}	

.thumb a.video{
	width: 140px;
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}

ul.links{
	padding: 5px 0px 0px 25px;
	position: relative;
	left: 7px;
}

ul.links li{
	margin-top: 3px;
	position: relative;
}

ul.links li a{
	margin-left: 3px;
}

.links{
	list-style-image: url('img/pdf.gif');
	margin-left: 10px;
	
}

.links a{
	position: relative;
	top: -7px;
}


/*  Forms */

#contact, #survey{
	width: 500px;
	padding: 5px;
}

#contact .label{
	width: 150px;
}

#contact td{
	padding: 5px;
}

#contact td input{
	width: 220px;
}

#contact td.submit input{
	width: 110px;
}

#survey td{
	padding: 15px 10px 15px 5px;
}

th{
	background: #606060;
	padding: 3px;
	padding-left: 5px;
	font-weight: bold;
	color: #fff;
}

 #survey .label{
	width: 200px;
	height: 30px;
 }

 #survey td{
	border-bottom: 1px solid #000;
 }

 tr, th, td {
	vertical-align: middle;
 }

 .errorText{
	color: red;
 }

 .errorMsg{
	color: #00CC33;
	font-weight: bold;
 }

.videoThumb{
	width: 125px;
	float: left;
	padding-bottom: 20px;
}

.videoTitle{
	float: left;
	width: 250px;
}

.techLinks {
	width: 336px;
	float: left;
	margin-right: 10px;
	border: 1px solid #e1e1e1;
}

.techLinks li{
	padding: 8px;
	
	color: #949494;
}

.techLinks li img{
	padding-right: 10px;
}

.sideVideos{
	overflow: auto;
	float: left;
	width: 230px;
	padding: 10px 5px 0px 5px;
	border: 1px solid #e1e1e1;
	font-size: 11px;
}

.sideVideos .link{
	float: left;
	width: 158px;
	line-height: 15px;
	padding-left: 5px;
	padding-bottom: 20px;
}

.sideVideos .video{
	float: left;
}