﻿/* 
-------------------------
Date:	2008-03-09
Site:	EFT Houston
Rev:	0.2
-------------------------*/

/** {
	margin: 0;
}
*/

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#container {
	/* this wierd looking code is a part of a hack for sticky footer problem devised by Ryan from ryanfait.com */
	min-height: 100%; /* complient browsers need it if there's little content */
	height: auto !important; /* IE 7 and Opera need it */
	height: 100%; /* IE 6 needs it when there's little content */
	margin-bottom: -25px; /* the bottom margin is the negative value of the footer's height */
	/* end hack */
	
	min-width: 800px;	
	width:expression(document.body.clientWidth < 855? "850px": "auto" ); /* hack for IE 6 */
	background-color: #E6E2AF;
	padding-bottom: 2em;
}

#header {
	height: 125px;
	padding: 0 0 0 20px;
	background: #046380 right url("images/title_right.jpg") no-repeat;
	min-width: 800px;
}

#header_left_block {
	width: 500px; 
	float: left; 
	padding-right: 300px;
}

#first_header_img {
	padding-top:5px; 
	margin-right:100px;
}

#menu {
	float: left;
	font-size: 75%;
	width: 200px;
	padding: 0 0 0 0;
}

#inner_menu {
	background-color: #A7A37E;
	padding: 1px;
}

#menu_bottom {
	height: 66px;
	width: 200px;
	background-image: url("images/menu_bottom.jpg");
}

#menu ul, #menu li {
	list-style: none;	
}
#menu li {
	list-style-type: none;
	display: inline;
}

#menu ul {
	margin: 1.2em 1.2em 1.2em 0.8em;
	list-style-type: none;
	padding: 0;
}

#menu li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 0; 
	margin-bottom: 0.3em;
	/*padding: 3px 0 3px 0;*/
	line-height: 1.1;
}

#menu li a:hover {
	color: #803627;	
}

#main {
	padding: 10px 10px 10px 15px;
	text-align: left;
	margin-left: 200px;
}


#main_img_box {
	float: right;
	padding: 5px 0 10px 20px;
}

#main_img_box img  {
	border: solid 1px black;
}


	  
#footer, #push {
	height: 25px; /* push must be the same height as footer -- part of the sticky footer hack */
}

	  
#footer {	
	position: relative;
	text-align: center;
	font-size: 75%;
	background-color: #EFECCA;	
}

#footer p {padding-top: 7px;}


a, a:active, a:visited {
	color: #002F2F;
}

a:hover {
	color: #5F745D;
}

h1 {
	margin: 20px 0 5px 0;
	padding: 0 0 10px 0;
	color: #803627;
	border-bottom: dashed 1px #bbb;
}

h2 {
	margin: 20px 0 5px 0;
	padding: 0 0 0 0;
	color: #803627;
}

h3 {
	color: #803627;
}

#main p {
	line-height: 1.25;
}

.msg_header {
	font-weight: bold;
}

.testimony {
	background-color: #FFF4D3;
	padding: 15px 20px 1px 20px;
	margin-bottom: 30px;
	border: #A7A37E solid 1px;
}

#pic_column img {
	display: block;
	padding: 20px 0px 100px 20px;
}

.event_attribute {
	font-weight: bold;
}

.event {
	background-color: #FFF4D3;
	padding: 15px 20px 1px 20px;
	margin-bottom: 30px;
	border: 1px solid #A7A37E;
}

.event h3 {
	font-size: 130%;
}

.event h4 {
	font-size: 100%;
	font-weight: bold;
}

.important_text {
	color: red;
}

.large {
	font-size: 120%;
}

.localListingBlock {
	text-align: left;
	margin: 4em 0 0 0;
	/* position: relative; -- didn't work in IE 6, but overflow: zoom:1 did */
	overflow: auto;
	zoom:1;
}

.localListingBlock img {
	float: left; 
	margin: 0 1em 1em 0;
}

.freestufflistingblock {
	text-align: left;
	margin: 1em 0 2em 0;
	/* position: relative; -- didn't work in IE 6, but overflow: and zoom:1 did */
	overflow: auto;
	zoom:1;	
}

.freestufflistingblock img {
	float: left; 
	margin: 0 1em 1em 0;
}

.clear {
	clear: both;	
}


.q_and_a_block {
	margin-top: 2em;
	margin-bottom: 4em;
}

.q_or_a_entry {
	font-weight: bold;
}

.product_section {
	/*padding: 1em 0;
	border-top_: solid 1px #A7A37E;
	border-bottom: solid 1px #A7A37E;*/
	/*background-color: #FFF1B7;*/
	border-top: #A7A37E 1px solid;
	/*padding: 0 1em;*/
	margin-top: 3em;
	padding-top: 2em;
	overflow: auto;
	zoom:1;
}