body {
	background: #f9ab49 url(/images/body-bg.jpg) top left repeat-x;
	color: #724200;
	font: small/1.5 Arial, Helvetica, sans-serif;
}

body, html, ul#navlist, ul#footerlist, ul#top-nav {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	color: #936328;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

h1 {
	color: #771d10;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 160%;
	padding-top: 15px;
}

h2 {
	color: #771d10;
	font-weight: normal;
	font-size: 130%;
}


h2.titleback {
	background-color: #feffed;
	width: 200px;
	margin-left: 55px;
	text-align: center;
	font-size: 140%;
	color: #724200;
}

h2.titleback1 {
	background-color: #feffed;
	width: 250px;
	margin-left: 35px;
	text-align: center;
	font-size: 140%;
	color: #724200;
}

/* ------------ Layout ------------ */

#wrap {
	width: 802px;
	margin: 0 auto;
}

#gradient {
	background: url(/images/gradient-bg.png);
	width: 820px;
	margin: 0 auto;
}

#header {
	/* height: 341px; - original */
	height:200px;
	background:url(/images/header-bg.jpg) top left no-repeat;
	position:relative;
}

.logo {
	position: absolute;
	top: 23px;
}

p#headtext {
	color: #000;
	position: absolute;
	width: 575px;
	top: 200px;
	left: 120px;
}

#content-wrap {
	background: url(/images/contentwrap-bg.png) top left repeat-y;
	padding-top: 15px;
}

#leftcontent {
	width: 307px;
	float: left;
	margin-left: 83px;
	display: inline;
	padding-left: 10px;
	z-index: 40;
}

#leftcontent a {
	color: #7b1517;	
}

#rightcontent {
	width: 317px;
	float:right;
	margin-right: 75px;
	display: inline;
	z-index: 30;
}

/* ------------ Curve Box ------------ */


#boxtop {
	background: url(/images/curveboxtop.png) top left no-repeat;
	height: 35px;
	overflow: hidden;
	clear: both;
}

#boxmid {
	background: url(/images/curveboxmid.png) top left repeat-y;	
}

#boxbot {
	background: url(/images/curveboxbot.png) top left no-repeat;
	height: 33px;
}

p.date {
	margin-top: 0;
	color: #666;
	margin: 0 0 3px 40px;
}

h2.event {
	margin: 0 80px 0 110px;
	line-height: 1.0;
	font-size: 150%;
	color: #724200;
}

p.speaker {
	color: #363636;
	margin: 10px 0 0 40px;
	width: 400px;
	background:url(/images/speaker-bg.jpg) top left repeat-x;
}

img.person {
	float: right;
	display: inline;
	margin: 5px 90px 10px 10px;
	padding: 10px;
	border: 1px solid #ebe4da;
}

#boxmid p{
	margin-left: 110px;
}

#boxmid h1,h2,h3 {
	margin-left: 110px;
	margin-top:0px;
}

p.rsvp { text-align:center;
}

p.rsvp a {
	color: #8f292b;
}


.title {
	background: #feffed url(/images/title-bg.jpg) top left repeat-x;	
}

table#events td {
	border: 1px solid #e9ead9;
	padding: 5px 10px 5px 10px;
}

table#events tr.odd {
	background: #fff;
}

p.tabledate {
	color: #454545;	
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 0;
}

p.tabletitle {
	color: #724200;
	font-size: 90%;
	margin-top: 0;
}

/* ------------ Navigation ------------ */


ul#top-nav {
	position: absolute;
	right: 70px;
	top: 20px;
}

ul#top-nav li {
	display: inline;
}

ul#top-nav li a {
	text-decoration: none;
	font-size: 85%;
}

ul#top-nav li a:hover, a:focus, a:active {
	text-decoration: underline;
}

#navlist {
	position: absolute;
	top: 51px;
	right: 61px;
	color: #e9ead9;
	margin-top: 2px;
}

#navlist a {
	font-size: 90%;
	text-decoration: none;
	margin:0px;
	padding:5px 12px 8px 12px;
	border-left: 1px solid #eeefdc;
}

#navlist a:hover,
#about #navlist a#nav-about,
#board #navlist a#nav-board,
#meetings #navlist a#nav-meetings,
#membership #navlist a#nav-membership
{ background-color:#FFF;
border-bottom: 1px solid #eeefdc;}

/* ------------ Footer ------------ */


#footer {
	height: 117px;
	background:url(/images/footer-bg.png) top left no-repeat;
	margin-left:66px;
}

#footer p {
	margin-top: 0;
	margin-right: 30px;
	text-align: center;
	font-size: 90%;
	padding-top: 30px;
	color: #9a9a8f;
}

#footer a {
	color: #9a9a8f;	
}

ul#footerlist {
	text-align: center;	
	font-size: 90%;
	padding-top: 40px;
}

ul#footerlist li {
	display: inline;
	text-decoration:none;
}

ul#footerlist li a {
	text-decoration: none;	
	color: #714100;
}

ul#footerlist li a:hover {
	text-decoration: underline;
}

/* ------------ Extras ------------ */

img, div { behavior: url(iepngfix.htc) }

hr {
	height: 1px;
	clear:both;
	border: none;
	color: #f3f4e2;
	background: #f3f4e2;
	margin: 18px auto;
	width: 600px;
}

.f-right {
    float: right;
    margin: 10px 0 11px 10px;
	border: 1px solid #c4c1be;
	padding: 2px;
}

.f-left {
    float: left;
    margin: 10px 10px 0 0;
	border: 1px solid #c4c1be;
	padding: 2px;
}

.center { 
	text-align: center; 
	color: #464646;
	font-size: 110%;
}

.center a {
	color: #464646;	
}

.right { text-align: right; }

.clear { clear: both; }

a img { border: none; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */


/* --- GEORGE --- */

#boxmid p {
	margin-bottom: 0px;
	padding-right:90px;
}
p.speaker {
	width: 310px;
}

img.person {
	margin: 5px 0px 10px 10px;
}

#idIntro{ 
	background: url(/images/contentwrap-bg.png) top left repeat-y;
	padding-bottom:10px;
}
#idIntro p{ 
	width:600px;
	margin:0px auto;
	text-align:justify;
	padding-left:20px;
}
#board_members h2{
	border-bottom:#ebe4da solid 1px;
	color: #363636;
	margin: 0px 90px 0px 110px;
	padding-top:20px;
	font-size:100%;
	clear:both;
	}
	
#board_members h3{
	color: #771d10;
	font-weight: normal;
	font-size: 130%;
}
#board_members img.person{ margin-right:90px;}

form{ margin:0px; padding:0px;}