﻿/*------------ The Visions Group Content Pages CSS Styles ---------------*/
div#content-box-left{
	float: left;
	width: 585px;
	min-height: 200px;
	padding: 0 15px 10px 35px;
}
div#narrow-right-box{
	float: right;
	width: 250px;
	background-image: url('../images/project-box-top.gif');
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0;
	padding: 8px 35px 0 0;
}
div#narrow-right-box h3{
	text-align: center;
	margin: 0;
	padding: 0 0 27px 0;
	background-repeat: no-repeat;
	color: #426037;
}
div#project-text{
	padding: 0px 25px 1px 25px;
	border-right: 3px #e6e6e6 solid;
	border-left: 3px #e6e6e6 solid;
	background-color:#F0F5F0
}
div#narrow-box-bottom{
	float:left;
	width: 100%;
	height: 25px;
	background-image: url('../images/project-box-bottom.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
div.padded-box{
	padding: 0 35px 10px 35px;
}
div.triple-box-content{
	float: right;
	width: 460px;
}
/*---------- Homepage Content -------------*/
div#homepage-content{
	padding: 0px 0;
}
div#homepage-content h1{
	text-align: center;
	font-size: 21px;
	color: blue;
}
div#homepage-content h2{
	text-align: center;
	font-size: 21px;
	color: blue;
}
div#homepage-content ul{
	padding: 0 20px 0 20px;
}
div#social_media{
	width: 860px;
	height: 60px;
	padding: 15px 0 0 0;
	margin: 0 auto 22px auto;
	background-color: #F8F8F8;
	border-top: 2px #DCDEDC solid;
	border-bottom: 1px #Dcdedc solid;
}
div#facebook, div#twitter, div#linkedin, div#blogger{
	float: left;
	clear: none;
	width: 210px;
	text-align: center;
}
div#facebook{

}
div#facebook img{

}
div#twitter{
	
}
div#linkedin{
	
}
div#linkedin img{
	border: none;
}
div#blogger{
	text-align: left;
}
div#blogger img{
	float: left;
	margin: 0 10px 0 45px;
}
/*--------------------- Three Box Homepage Styles -----------------------*/
div#three-box-container{
	min-height: 300px;
	background: url('../images/three-box-grad.gif') 0 0 repeat-x;
	padding-top: 14px;
}
div#three-box-left{
	float: left;
	width: 295px;
	min-height: 200px;
	border: 1px red solid;
}
div#three-box-left div{
	min-height: 100px;
	background: url('../images/grn-box-middle.gif') 0 0px  repeat-y;
	margin: 0;
	padding: 0;
}
div#three-box-left h2{
	background-image: url('../images/grn-box-top.gif');
	height: 35px;
	padding-top: 8px;
	margin: 0;
}
div#three-box-center{
	float: left;
	width: 295px;
	min-height: 200px;
	border: 1px red solid;
	background-image:url('../images/blue-box-middle.jpg');
}
div#three-box-center h2{
	background-image: url('../images/blue-box-top.gif');
	height: 35px;
	padding-top: 8px;
}
div#three-box-center p{
	
}
div#three-box-right{
	float: left;
	width: 295px;
	min-height: 200px;
	border: 1px red solid;
	background-image:url('../images/yellow-box-middle.jpg');
}
div#three-box-right h2{
	background-image: url('../images/yellow-box-top.gif');
	height: 35px;
	padding-top: 8px;
}
/*----------------------Testimonials page ----------------------*/
div#testimonials{
	
}
div#testimonials h2{
	clear: both;
	margin-bottom: 25px;
}
div#testimonials p{

}
div#testimonials img{
	clear: both;
	padding-bottom: 20px;
	float: left;
	margin:  0 15px 10px 0;
}
div#testimonials hr{
	clear: both;
	margin-bottom: 20px;
	height: 0;
	border: 0;
	border-top: 1px #cccccc solid;
}
/*---------------------- Partners Page ---------------------------*/
#ehrman-headline{
	margin-bottom: 10px;
	padding-top: 15px;
}
#heller-headline{
	margin-bottom: 10px;
	padding-top: 10px;
}
/*---------------------- Contact Page -------------------------*/
div#contact-info {
	float: left;
	width: 325px;
	padding: 20px 40px;
}
div#contact-info p#tvg-cities{
	margin-bottom: 20px;
}
fieldset#contact-form {
	float: right;
	width: 400px;
	padding: 10px;
	margin: 20px 0px 25px 0px;
}
fieldset legend {
	padding: 0 10px;
}
input#submit-button{
	margin-top: 7px;
}
/*---------------------Video Sample Page --------------------------*/
div#video-box{
	padding: 15px 0 15px 0;
	text-align: center;
}
div#video-box object{
	margin: 0 auto;
}
