@charset "utf-8";
/* CSS Document */

/* General Styles */


body {
	background-color: #fbf8eb;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {display: none;}
h2  {
	font-size: 1.8em;
	font-family: 'Lusitana', serif;
	font-weight: normal;
}
h3 {
	font-family: 'Lusitana', serif;
	font-weight: normal;
}
#mainarea {width: 960px; 
	margin: 0 auto;
}
img {
	border: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	margin-top: -50px;
	z-index: 99;
}

#container {
	margin: 0 auto;
	overflow: hidden;
}
#header {
	margin: 0 auto;
	height: 65px;
	width: 960px;
}
#logo {
	width: auto;
	float: left;
}
#headnav {
	padding-top: 20px;
	vertical-align: top;
	float: left;
	width: 400px;
}
#headnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#headnav li {
	padding-left: 15px;
	float: left;
}
#headnav a {
	font-family: Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-size: 10pt;
	text-decoration: none;
	color: black;
}

#headnav a:hover {
	color: #69764b;
}
#footer {
	min-height: 320px;
	clear: both;
	background: url(/images/footerloop.jpg);
}
#footerlive {
	padding-top: 50px;
	height: 190px;
	width: 960px;
	margin: 0 auto;
	border-bottom: #a9ae93 solid 3px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 5px 0 0 0;
	padding: 0;
}
#footer a {
	font-family: 'Montserrat', sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: black;
}

#footer a:hover {
	color: #69764b;
}
.footerlinks {
	width: 210px;
	float: left;
}
.footersocial {
	width: 330px;
	float: left;
}
.footersocial li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.footersocial a:hover  img{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.copyright {
	margin-top: 35px;
	color: #444;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#heroshot {
	position: relative;
    background-image: url(/images/hero1.png);
	background-position: center;
	background-repeat: no-repeat; 
	margin-top: 3px;
	overflow: hidden;
	max-width: 100%;
	min-height: 531px;
}
#opportunity {
	position: inherit;
	background-color: #f0ebd8;
    background-image: url(/images/tami_opportunity.jpg);
	background-position: left;
	background-repeat: no-repeat; 
	margin-top: 3px;
	overflow: hidden;
	max-width: 100%;
	min-width: 960px;
	min-height: 531px;
}
#opportunitycopy {
	width: 420px;
	margin: 0 auto;
	padding-top: 135px;
	padding-left: 440px;
	letter-spacing:1px
}
#opportunitycopy p {
	color: #787;
}

#promotions {
	width: 960px;
	margin: 0 auto;
}
#toollinks {
	width: 960px;
	margin: 0 auto;
}
.tool {
	padding: 10px;
	float: left;
	width: 420px;
	padding-right: 40px;
	min-height: 270px;
}
.tool img{
	margin-right: 20px;
	float: left;
	border: #CCC 1px solid;
	padding: 10px;
	background-color: white;
}
#leftbox {
	float: left;
	width: 710px;
	background-color: #FFF;
	display: inline-block;
	min-height: 870px;
}
#rightbox {
	float: left;
	width:190px;
	background-color: #f1ecd6;
	padding: 18px 30px;
	display: inline-block;
}
#rightbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#rightbox li {
	list-style: none;
	padding: 10px 0px;
	border-bottom: 1px solid #9a926d;
}
a.rightbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	text-transform: uppercase;
	color: #222;
}
a:hover.rightbox {
	color: #69764b;
}
#heroshot_company {
	position: relative;
    background-image: url(/images/hero1.png);
	background-position: center;
	background-repeat: no-repeat; 
	margin-top: 3px;
	overflow: hidden;
	max-width: 100%;
	min-height: 200px;
	z-index: 1;
}
.featured {
	margin-top: 20px;
	padding: 20px 10px;
	text-align: center;
	background-image: url(/images/featured_bg.jpg);
	min-height: 400px;
}
a.greenbtn {
	text-decoration: none;
	color: #69764b;
	font-size: 8pt;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	padding: 7px;
	border: #69764b solid 4px;
}
a.greenbtn:hover {
	color: #FFF;
	background-color:  #69764b;
}

div#leftbox p {
padding-left: 10px;
padding-right: 10px;
}
div#leftbox h2 {
padding-left: 10px;
padding-right: 10px;
}

