* { margin: 0; padding: 0; border: none;}

body { 
	text-align: center;
	background-color: #dcdbc9;
	min-width: 810px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #7E7E80;
}

/* clearfix */
.clearthis:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearthis {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearthis {height: 1%;}
.clearthis {display: block;}
/* End hide from IE-mac */

p {
	margin-bottom: 1em;
}

a { 
	color: #588900; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {list-style-type: none; }

h2, h3, h4 { 
	margin-bottom: 1em;
}

h2 { 
	font-size: 1.3em; 
	margin-top: 0.5em;	
}

h4 {
	color: #588900; 
}


#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	line-height: 1.2;
	text-align: left;
	background-color: #fff;
}

#header {
	background: #fff url(images/bg_gradient.gif) right top repeat-y;
}

#logo {
	margin: 12px 0 0 24px;
}

#mainnav {
	position: relative;
	top: 0;
	left: 140px;
	margin-bottom: 0.5em;
	z-index: 100;
	width: 660px;
	background-color: #D0D7D9;
}

#mainnav li.selected a { color: #f10000; }


#content {
	position: relative;
	font-size: 0.7em;
}

#footer {
	font-size: 0.7em;
	padding: 1em 0;
	margin-left: 155px;
}

#bottomBkgd {
	margin-left: 0;
	height: 7em;
	background: #fff url(images/bg_gradient.gif) right top repeat-y;
}

table {
	border: 0;
}

th, td {
	padding: 0.3em 0.5em;
	}
#sideNav {
	float: left;
	display: inline;
	width: 110px;
	margin: 0 15px 0 10px;
	padding: 10px;
	background-color: #E4E8E1;
}

#sideNav h3 {
	font-size: 1.2em;
	color: #F10000;
	margin-bottom: 0;
}

#sideNav li {
	line-height: 1;
	margin: 1em 0;
}

#sideNav li li {
	margin: 0.5em;
}


#sideNav li.selected a, #sideNav li.selected li.selected a {
	color: #F10000;
}


#sideNav li.selected li a {
	color: #588900;
}

#mainContent {
	float: left;
	margin-bottom: 2em;
	min-height: 300px;
}


#mainContent ul {
	margin-right: 1em;
	width: 240px;
	float: left;
}

#mainContent li, #mainContent dt {
	background: url(images/arrow_right_grey.gif) 0 50% no-repeat;
	padding-left: 10px;
}

#mainContent dt {
	margin-top: 1em;
	font-weight: bold;
}

#mainContent li {
	color: #588900;
}

#mainContent dd {
	padding-left: 10px;
}

#photos {
	float: right;
	display: inline;
	margin-right: 10px;
}










/**** HOME ****/

#home #content {
	background: #fff url(images/bg_gradient.gif) right top repeat-y;
}

#home h2 {
	font-size: 1.2em;
}

#home #mainContent {
	float: left;
	display: inline;
	width: 300px;
}

#home #mainContent div {
	padding: 20px;
	color: #5D2F00;
}

#home #mainContent #whyHouston {
	background-color: #D2D9CD;
}

#home #mainContent #whyHouston ul {
	width: 245px;
	float: none;
}

#home #mainContent #whyHouston li {
	margin-bottom: 1em;
}

#home #mainContent #latestNews {
	background-color: #E4E8E1;
}

#home #mainContent #whyHouston li, #home #mainContent #latestNews dt {
	background-position: 0 0.3em;
}

#home #mainContent #contactInfo {
	margin-top: 1em;
	color: #7E7E80;
}

#home #photos {
	float: right;
	display: inline;
	width: 500px;
	margin: 0;
}

#home #photos img {
	display: block;
	margin: 0 auto;
}

#home #footer {	margin-left: 110px;}




/**** MEMBERSHIP ****/

table#membershiplist {
	width: 640px;
}

table#membershiplist caption {
	margin-bottom: 1em;
}

table#membershiplist th {
	padding-top: 2em;
	border-bottom: 1px solid #588900; 
}

table#membershiplist td {
	border-bottom: 1px solid #eee;
	vertical-align: top;
	width: 160px;
}



p#fulldirectorylink {
	margin: 4em 0;
	text-align: center;
}




#aboutus #mainContent, #events #mainContent {
	width: 500px;
}

#events dt, #events dd {
	margin: 1em 0;
}

#events dt {
	color: #588900; 
}




