﻿/*Flamm Consulting.com CSS File*/
/*Structure*/
    .MainDiv
    {
        position: absolute;
        top: 50px;
        left: 185px;
        width: 600px;
        font-family:Georgia, "Times New Roman", serif;        
    }
    .ContactDiv
    {
        position:relative;
        left:0px;
		top:20px;
    }
    .LinkedInDiv
    {
		position:absolute;
		left:350px;
		top:580px;
		width:200px;
		height:200px;
		border:1px maroon solid;
}
    .NavDiv
    {
        position: absolute;
        width: 180px;
        top: 75px;
        left: 0px;
    }
.TwitProf {
	position: absolute;
	width: 220px;
	top: 100px;
	left: 780px;
	padding: 15px 5px 5px 10px;
}
.EEPromo {
	position: absolute;
	left:795px;
 	margin-top:5px;
 	top:40px;
	width:200px;
	height:50px;
}
#GooglePlus {
	position:absolute;
	left:780px;
	top: 20px;
	padding: 5px;
}
    
/*Styling*/
.style1 {
	text-align: center;
}
.feature {
	font-family: tahoma;
	font-size: large;
	font-weight: bold;
	color: #CC0000;
	border-style: outset;
	vertical-align: text-top;
	text-align:center;
	width:950px;
	display:none;
}
.imgStyle {
	vertical-align: baseline;
	border-style: none;
	margin-right: 10px;
}
    #btnServices
    {
        width: 175px;
    }
    #btnLinks
    {
        width: 175px;
    }
