#left_column{
	float:left;
	height:1296px;
	width:290px;
}

#search_Tool {
	background-color:#3C4959;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	height:auto;
	width:257px;
	padding:5px 5px;
	color:white;
	font-size:12pt;
	font-weight:bold;
	overflow: hidden;
}
#search_Tool input[type=text], select{
	border: solid 1px #FF8E16;
	padding: 1px;
	-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	color: #666;
}

.search-title{
	background-color:#FF8E16;
background-image: linear-gradient(bottom, rgb(255,142,22) 16%, rgb(255,157,59) 96%);
background-image: -o-linear-gradient(bottom, rgb(255,142,22) 16%, rgb(255,157,59) 96%);
background-image: -moz-linear-gradient(bottom, rgb(255,142,22) 16%, rgb(255,157,59) 96%);
background-image: -webkit-linear-gradient(bottom, rgb(255,142,22) 16%, rgb(255,157,59) 96%);
background-image: -ms-linear-gradient(bottom, rgb(255,142,22) 16%, rgb(255,157,59) 96%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.16, rgb(255,142,22)),
	color-stop(0.96, rgb(255,157,59))
);
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	padding: 5px 10px;
	color:white;
	font-size:14pt;
	text-shadow: 2px 1px 1px #444;
}

#social_media {
	background-color:#3C4959;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	height:335px;
	width:267px;
	margin-top:10px;
}

#book_with_confidence {
	background-color:#3C4959;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	height:180px;
	width:247px;
	padding:10px;
	margin-top:10px;
}

.confidence_info{
	background-color:white;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	padding:5px;
	width:95%;
	height:95%;
}

#blog {
	position: relative;
	background-color:#3C4959;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	height:287px;
	width:247px;
	padding:10px;
	margin-top:10px;
}

.blog_info{
	background-color:white;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	padding:5px;
	width:95%;
	height:95%;
	overflow: hidden;
}

.blog_info p{
	color:#4B4A4A;
	font-weight:bold;
	height: auto;
}
.divblogbot{
	position: absolute;
	bottom: 15px;
	width: 85%;
	text-align: left;
}
.blogimg{
	float: right;
}

iframe.c2 {
	background-color:white; 
	margin-top:10px; 
	margin-bottom:10px; 
	margin-left:9px; 
	margin-right:0px; 
	border:none; 
	overflow:hidden; 
	width:250px; 
	height:260px; 
	padding:0px;
}
input.c1 {
	margin-top:-2px;
	margin-left:2px;
}