/* Hummingbird Style Sheet*/
/* Written and Designed by Michael Novia */
/* This layout makes use of Blueprint GRIDS */
/* Michael.novia@gmail.com */


body{

	background-image: url('http://www.trinkausengineering.com/public/images/wood.jpg');
	layer-background-image: url('http://www.trinkausengineering.com/public/images/layerbg.gif');
	margin-top: 0px;
	border-top: 0px;
	
}

#fullsite{

 width: 100%;
 background: url('http://www.trinkausengineering.com/public/images/papertile.gif');

}

#contentBegin{

 background:url('http://www.trinkausengineering.com/public/images/layerbg.gif') no-repeat top left;

}

p{
	font-size: 14px;

}

#logo{

	margin-top: 20px;
	margin-bottom: 2px;
	color: #000000;
	font-size: 20px;
}
/*---------- */
/*NAVIGATION */
/*---------- */

#navigation{
	margin-bottom: 2px;
	margin-top: 34px;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	margin-left: 40px;
	word-spacing: 10px;
}

#navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#navigation li{
	float: left;
	padding-left: 20px;
}

#navigation a {	color: #333000 text-decoration: none;  }
#navigation a:visited {	color: #333000; text-decoration: none;   }
#navigation a:hover {	color: #669966; text-decoration: none;   }

blockquote {

	border : 1px dashed #999999;
	background-color: #ffffff;
	padding: 10px;
	color: #000000;
        line-height: 25px;

}


#mainbody{
	margin-bottom: 70px;
	line-height: 30px;
	margin-left: 40px;
}

#mainbodysub{
	background-color: #ffffff;
	margin-bottom: 70px;
	line-height: 30px;
	margin-left: 40px;
}
#mainbodycolumn{
	padding: 10px;
	width: 90%;
	background-color: #ffffff;
}

h3{
  color: #0066cc;
  }

#mainsidebar {

 height: 450px;
 background: url('http://www.trinkausengineering.com/public/images/watercolortree.gif') no-repeat bottom;

}

#subsidebar {

 height: 450px;

}

#floatImage img{
	position: relative;
	top: -130px;;
	left: -60px;
	
}

#pagetitle{
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: dashed 1px #000;
	}
	
#footer {
	margin-top: 50px;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 14px;
}

#footer h3 {
	
	color: #99cccc;
	font-weight: bold;
	
}

#footerfocus {

	margin-left: 0px;
}

#staticimage{

position:absolute;
left:640px;
top:620px;
border: 0px;

}

ul {
	color: #663333;
	font-weight: bold;
	font-size: 14px;
	list-style-image: url('http://www.trinkausengineering.com/public/images/check.gif');
	line-height: 30px;
}

ul a {	color: #333000 text-decoration: none;  }
ul a:visited {	color: #333000; text-decoration: none;   }
ul a:hover {	color: #669966; text-decoration: none;   }
