@charset "utf-8";
body  {
	background: #aca18e;  /*beige color*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 1.7;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #174379; /* royal blue */
}
h2 {
	font-size: 18px;
	padding:10px 0 5px 0;
	font-weight:normal;
}
h3 {
	font-size: 16px;
	color: #174379;  /* royal blue */
}
h4 {
	font-size: 16px;
}
a:link {  /* royal blue */
	color: #77452f; /*dark brown*/
	color: brown;
	color: #d8530c; /* deep orange */
}
a:visited {
	color: #d8530c; /* deep orange */
}

a:hover { 
	color: #d8530c; /* deep orange */
	color: #534741; /* warm grey */
	color: #174379;  /* royal blue */
	text-decoration:underline;
}
a:active {color: #174379; }  /* royal blue */


/*  The Container Div sets up the background for the page header and page content */	
#container { 
	position: relative;
	width: 900px;
	min-height: 740px;
	background: #e1ddcc url(images/toptexture.jpg) top repeat-x; /*light beige with textured background */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0;
} 
/* The Inner Container Div sets up the textured bottom of the content area and allows the page to grow to any height needed.*/
#innercontainer {
	background:url(images/bottomtexture.jpg) right bottom no-repeat;
	min-height: 740px;
	width: 900px;
}
.microphone {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#header {
	padding: 0;
	width: 900px;
/*	height: 130px;*/
	height: 160px;
} 
#header img {
	position: absolute;
	top: 39px;
	left: 294px;
	z-index: 30;
	border: none;
}
#nav {
	position: absolute;
	top: 131px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	height: 30px;
	width: 900px;
	background-color: #174379; /* royal blue */
	z-index: 20;
}

#nav ul { 
	list-style-type: none;
	padding-left: 15px;
	margin-left: 15px;
	margin-top: 5px;
	text-align:center;
}
#nav li {
	display: inline;
}	
#nav a {
	padding-right: 30px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color:white;
	margin-right: 4px;
}

#nav a:link {color: white}
#nav a:visited {color: white}

#nav a:hover { 
	color: #e1ddcc; /*light beige */
	text-decoration: underline;
}
#nav a:active {color: #e1ddcc; } 


.thispage {
	color: #f89e6e; /* light orange */
	padding-right: 30px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	margin-right: 4px;
}

#mainContent {
	position: relative;
/*	margin-top: 30px;*/
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
#mainContent img {
	border: none;
}
#leftcol {
	position: absolute;
	left: 0;
	top: 0;
	width: 226px;
	min-height: 545px;
	z-index: 30;
	padding: 0 20px;
	color: #7f4022; /*dark brown*/
/*	font-family:Verdana, Geneva, sans-serif;*/
}
#rightcol {
	position:absolute;
	right: 0;
	top: 0;
	width: 226px;
	min-height: 545px;
	z-index: 30;	
	padding: 20px;
	color: #534741;  /*warm grey*/
}
#rightcol hr{
/*	margin-top: 25px;
	margin-bottom: 25px; */
	background-color: #d1ccb9;
	border-style:outset;
	height: 3px;
}
#ctrcol {
	margin-left: 266px;
	margin-right: 266px;
	width: 368px;
	min-height: 545px;
	background-color: white;
	color: #534741; /* grey */
}
#blogpost {
	padding: 0 20px 5px;
	color: black;
	color: #534741; /* grey */
	min-height: 250px;
	overflow: hidden;
	line-height: 1.5;
}

#footer {
	position: absolute;
	bottom: 6px;
	left:230px;
	font-size: 11px;
	color: #333;
	color: #534741; /* grey */
	z-index: 30;
}
#footer p {
	margin-top:24px;
}
/***************/

#backrt {
	min-height: 545px;
	margin-left: 637px;
	padding:10px 20px 20px 20px;
	border-left: 3px #d1ccb9 solid;
	color: #534741;  /*warm grey*/
}
#backrt ul {
	padding-left: 10px;
	margin-left: 10px;
}
#backrt ul li {
	padding-bottom: 12px;
	line-height: 1.6;
}
#backrt p {
	line-height: 1.6;
}

#backlt {
	float: left;
	width:600px;
	padding:10px 20px 20px 20px;
	min-height: 545px;
	color: #7f4022; /*dark brown*/
}
#backlt ul li {
	padding-bottom: 12px;
}
#backsocial {
	position: absolute;
	bottom: 1px;
	left: 700px;
	z-index:30;
}
#hff-social {
	text-align: center;
}


/***************/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.indentblock {
	margin-left: 110px;
}	
.indentpar {
	padding-left: 20px;
}
.fancytext {
	font-size: 18px;
}	

.tiny {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	

.caption {
	font-size: 11px;
	text-align:center;
	margin-top: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	
.brownitalic {
	font-style: italic;
	font-size: medium;
	color: brown;
}

.greyitalic {
	font-style: italic;
	color: #534741;
	color: #202020;
	line-height:1.6;
}

.social {
	padding-right: 4px;
	border: none;
}
.enewsbox {
	margin-top: 40px;
	width: 210px;
	height: 100px;
	border: #174379 thin solid;
	border-radius: 10px;
}
.enewsbox span {
	position: relative;
	color: #7f4022; /*dark brown*/
	padding-left: 17px;
	top: 4px;
	font-size: 14px;
	font-weight: bold;
}
.emailaddr {
	margin-top: 10px; 
	margin-left: 15px; 
	border: 1px solid #174379; 
	border-radius: 6px;
	padding: 3px;
}
.joinbutton {
	margin-top: 8px; 
	margin-left: 74px; 
	border: none;
	padding: 3px 15px; 
	background-color:#aca18e;
	border-radius:10px;
}
.readmore {
	text-transform:uppercase;
	color: #7f4022; /*dark brown*/
	font-weight: bold;
}
.engagements {
	line-height: 1.3;
	font-size: 13px;
}
.video_bg {
	background: #e1ddcc;  /*light beige color*/
	background: #e9e6d9;  /* lighter beige */
	padding: 10px;
	text-align: center;
}
.timecap_video {
	background: #e9e6d9;  /* lighter beige */
	width: 370px;
	margin-left: 110px;
	margin-top: 20px;
	padding: 40px;
	border: #e9e6d9 solid thin;
	border-radius: 10px;
}
.timecap_video h1 {
	text-align: center;
	padding-top: 20px;
}		
	
.hff_video {
	float: right;
	width: 392px;
	margin-left: 8px;
	height: 240px;
}
.pullout {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 545px;
/*	height: 120px;*/
	border: #d1ccb9 medium solid;
	border-radius: 20px;
	background: white;
	padding: 0 20px;
}

/*  proof page styles */
.proofbg {
	background: #e1ddcc;
}

	
	
