/**CSS style sheet: peeps.css
Domain: automaticgas.com
Authors: Bonnie Walker, Ericka Pratt
Created: 6/26/14
Modified: 
----------------
colors:
	Red: #BE1E2D
	Turquois: #0096B8
	Blue:  #000D78
	Dark Beige: #EBEBE6
	Light Beige: #F1F2F2
	Gray: #CCCCCC
**/
.peep{
	display:block;
	width: 200px;
	height: 250px;
	margin: 0px 30px 0px 20px;
	float:left;
	background-position: 0px 0px;
}
.peep:hover{
	background-position:0px -250px;
}
.peep.john{
	background-image:url(../peeps/images/John.png);
}
.peep.drew{
	background-image:url(../peeps/images/Drew.png);
}
.peep.cliff{
	background-image:url(../peeps/images/Cliff.png);
}
.peep.nancy{
	background-image:url(../peeps/images/Nancy.png);
}
.peep.keith{
	background-image:url(../peeps/images/Keith.png);
}
.peep.mike{
	background-image:url(../peeps/images/Mike.png);
}
.peep.tom{
	background-image:url(../peeps/images/Tom.png);
}
.peep.jeff{
	background-image:url(../peeps/images/Jeff.png);
}
.peep.gary{
	background-image:url(../peeps/images/Gary.png);
}

.peepNT{
	width:200px;
	}
	.peepNT p{
		margin:208px 10px 0px 10px;
		font:Arial, Helvetica, sans-serif;
		text-align:center;
		font-variant:small-caps;
		color: #000D78;
		font-weight:bold;
		font-size:14px;
		z-index:999;
	}
	.peepNT span{
		font-size:11px;
		font-variant:normal;
		font-weight:300;
	}

/*------------------Tabs---------------------*/
.wrapper {
	width:100%;
	overflow:hidden;
	margin: 0px 0px 20px 0px;
}
.wrapper1 {
	width:250px;
	overflow:hidden;
	margin: 0px 0px 20px 0px;
}
.tabs {overflow:hidden; margin-left:150px;}
.tabs li {float:left; margin-right:20px;background-color:#333333; border-radius:9px;-moz-border-radius:9px;-webkit-border-radius:9px;}
/* background-color:#EBEBE6 */
.tabs li a {display:block;}
.tabs li:hover, .tabs li.active {
	background-color: #034E78;
	color: #ffffff;
}
.tabs li.last-item {margin-right: 0px;}

.tab_container {
	background:#ffffff; 
	width:700px; 
	color:#FFFFFF; 
	/*color:#919191; */
	margin-left:60px; 
	margin-bottom:10px; 
	margin-right:-50px;
	border-radius:19px;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
}
	.tab_container .padding {padding: 32px 0px 25px 10px;}

#tab1 { overflow:hidden; width:700px; margin-left:10px;}
#tab2 {
	overflow:hidden;
	width:700px;
	margin-left:10px;
}
#tab3 { overflow:hidden; width:700px; margin-left:10px;}

.tabsMinName {
	font-size:13px;
	line-height:20px;
	margin:10px 0px 0px 0px;
	color:#034E78;
	font-weight:700;
	text-align:center;
	font-variant:small-caps;
	text-wrap:none;
}
.tabsMinTitle {
	font-size:11px; 
	line-height:16px;
	margin:0px 0px 3px 0px; 
	color:#008341; 
	font-weight:bold; 
	text-align:center; 
	text-wrap:none;
}
.box .padding {
	padding:8px 0px 0px 0px;
}
a.box {display:block; text-align:center;}
a.box h4 {
	font-size:15px;
	line-height:20px;
	margin:0px 0px 10px 0px;
	color:#FFFFFF;
	text-align:center;
	font-variant:small-caps;
	width:176px;
}
a.box h4:hover{
	color: #ffffff;
}

a.emailpeep {
	font-size:11px; 
	line-height:13px;
	margin:0px 0px 10px 0px; 
	color:#777777; 
	font-weight:normal; 
	text-align:center; 
	text-wrap:none;
}
a.emailpeep:hover { 
text-decoration:none; 
color:#26abc7;
}
a.emailpeep:before{ 
	content:url(../images/icon_email.gif); 
	margin:0px 5px 30px 0px;
	/*margin-right:5px;*/
}
.box-1 {position:relative; width:165px; color:#919191;}
.kav {position:absolute; top:3px; left:1px;}

.box-2 {background:#efefef; width:100%; color:#919191;
border-radius:19px;
-moz-border-radius:19px;
-webkit-border-radius:19px;}
.box-2 .padding {padding: 29px 0px 55px 40px;}
.peepcol {
	width: 350px;
	height:220px;
	overflow-x:hidden;
	overflow-y: auto;
	float:left;
	clear:both;
}
.peepco2 {
	width: 315px;
	height:200px;
	overflow:auto;
	float:left;
	vertical-align:middle;
	margin: 15px 0px 0px 20px;
	overflow:visible;
}
.peepicon{
	display:block;
	width: 43px;
	height: 40px;
	margin: 0px 0px;
	background-position: 0px 0px;
}
.peepicon:hover{
	background-position:0px -40px;
}
.peepicon.phone{
	background-image:url(../img/peepicon_1.png);
}
.peepicon.linkedin{
	background-image:url(../img/peepicon_2.png);
}
.peepicon.email{
	background-image:url(../img/peepicon_3.png);
}
.peepicon.vcf{
	background-image:url(../img/peepicon_4.png);
}
.peepicon.blank{
	background-image:url(../img/peepicon_0.png);
}
.peeptt{
	cursor:pointer; 
	text-decoration: none;
	position: relative;
	margin: 0px 0 0 0px;
	color:#000000;
		}
		.peeptt span {
			margin-left: -9999px;
			position: absolute;
		}
		.peeptt:hover span {
			position: relative; 
			width:135px; 
			left:-37px;
			font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size:11px; 
			line-height:10px; 
			font-weight: 500; 
			text-align:center; 
			vertical-align:middle;
			 top: -30px;
			 z-index: 300;
			margin:0px; 
			width: 100px; 
			color:#777777;
			display: block; 
		}		
		.pttclassic { padding: 0.8em 1em; }
    	* html a:hover { background: transparent; }
    	.pttclassic {color:#777777; background-color:#EBEBE6;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; z-index:100;}
