/* Site Layout ****************************/
body { 
background-color: #DCDFD7;
margin-top: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
color: #333333;
background-image: url('../_images/template/green-hub-site-bg.gif');
background-repeat:repeat-y;
background-position:center;
}

#container {
margin: 0 auto;
width: 1024px;
background-color: #FFFFFF;
background-image: url('../_images/template/green-hub-content-bg.gif');
background-repeat: repeat;
}
 
#footer {
position:relative;
top:1px;
background: FFFFFF;
width:100%;
clear:both;
margin:0;
padding:1% 0;
text-align:center;
color:#CCC;
clear: both;
margin-left: 0px;
width: 1024px;
height: 30px;
}

#col1container {
padding: 10px 15px 5px 15px;
}

#col3container {
padding: 0px 15px 5px 5px;
}

#srchForm {
padding: 5px 5px 0px 12px;
}

#srchResult iframe {
padding: 5px 5px 5px 12px;
width: 540px;
}

#footerCol1 {
position: absolute; 
margin-top: 0px;
margin-left: 50px;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
color: #999999;
}

#footerCol1 a {
color: #694E00;
text-decoration: none;
}


#footerCol2 {
position: absolute; 
margin-top: 0px;
margin-left: 160px;
width: 700px;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #B3B3B3;
line-height: 14px;
text-align: center;
}

#footerCol2 a {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
color: #694E00;
font-weight: bold;
text-decoration: none;
}

#footerCol2 a:hover {
text-decoration: underline;
}


#feature_video {
padding: 0 0 10px 0;
}

#feature_news {
padding: 0 0 0 0;
}

.tableBox {
color:#333333;
padding: 3px 4px 8px 8px;
background-color: #E6E6E6;
margin-bottom: 5px;
border:solid 1px #CCCCCC;
}

.tableBorder {
border:solid 1px #CCCCCC;
}

.tableBorderDark {
border:solid 1px #666666;
}

.tableBorderGreen {
border:solid 2px #636B3C;
}

.tableHeader {
	background-image:url(../_images/template/header-gradient.jpg);
	background-repeat:repeat-x;
}

.picBorder {
border:solid 1px #666666;
}

.picPadding {
padding-right: 10px;
padding-bottom: 5px;
}

.picPaddingRight {
padding-left: 10px;
padding-bottom: 5px;
}

.rohLogoPadding {
padding-top: 10px;
padding-bottom: 4px;
}

.picPaddingBlog {
padding-right: 3px;
padding-bottom:2px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 2px;
left: -1000px;
border: solid 1px #666666;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: -110px; /*position where enlarged image should offset horizontally */
text-decoration: none;
}

.homeThumb {
padding-bottom: 5px;
}

.spacer {
margin-top: 30px;
}

.divider {
padding-top:8px;
padding-bottom:5px;
}

