/* CSS for Oklahoma Agritourism @ TravelOK */
/* These apply only to the homepage */

#prelimImage { 
    opacity : 0.2; 
    filter: alpha(opacity=20); // msie 
} 

#prelimWrapper    { 
    opacity : 0.2; 
    filter: alpha(opacity=20); // msie 
    background-color: #000; 
} 

#homeFeatures{
	margin: 0 0 30px -9px;
	padding: 10px 0 0;
}

#feature1 img, #feature2 img, #feature3 img{
	height: 158px;
	width: 237px;
}

#feature1{
	padding: 20px 17px 22px 20px;
	background-image: url(/img/home/picframe1.png);
	background-repeat: no-repeat;
}

#feature1 div{
	margin: 18px 0 0;
	font-size: 11.5pt;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

#feature2{
	padding: 20px 20px 22px 19px;
	background-image: url(/img/home/picframe2.png);
	background-repeat: no-repeat;
	
}

#feature2 div{
	margin: 18px 0 0;
	font-size: 11.5pt;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

#feature3{
	padding: 18px 18px 20px 17px;
	background-image: url(/img/home/picframe3.png);
	background-repeat: no-repeat;
}

#feature3 div{
	margin: 18px 0 0;
	font-size: 11.5pt;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

#lcol{
	width: 555px;
}

#lcol, #rcol{
	vertical-align: top;
	border:none;
}

#welcomeMessage{
	padding: 10px 0 0;
	line-height: 18pt;
	letter-spacing: 1pt;
}

#findAdventure{
	margin: 15px 0 0;
	background-image: url(/img/home/findAdventureBg.png);
	padding: 54px 35px 0;
	height: 357px;
	width: 490px;
}

#iconList{
	margin: 10px 5px 10px;
}

#iconsBtmText{
	position: relative;
	top: 12px;
	left: 15px;
}

.curEventRow{
	vertical-align: top;
}

.curEventRow td{
	height: 52px;
	overflow: hidden;
}

.curEventRow .datebox{
	background-image: none;
	background-color: #00AFEF;
	width: 30px;
	margin: 0;
}

.curEventFoot{
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}

.curEventFoot td{
	padding: 15px 0 25px;
}

#curEventsDiv{
	background-image: url(/img/home/curEventsBG.png);
	background-repeat: no-repeat;
	padding: 70px 25px 25px;
	height: 298px;
	width: 228px;
}

#curFacebookDiv{
	background-image: url(/img/curTwitterBG.png);
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 60px 20px 10px;
	height: 293px;
	width: 228px;
}



