#content-left {
	 width: 689px;
	 height: auto;
	 float: left;
}

#content-right {
	width: 221px;
	height: auto;
	float: right;
}

#content {
	margin-top: 1em;
	margin-left: 20px;
	float:left;
	width: 424px;
	line-height: 1.4em;
	margin-right: 45px;
}

h2 {
	background-color: #edf0eb;
	font-weight: normal;
	line-height: 70px;
	padding-left: 15px;
	font-size:20px;
}

.subscribe-box {
	width: 227px;
	height: 110px;
	background-image: url(../img/home-box-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	font-size: 0.8em;
	padding: 0px;
	margin: 12px 0px;
	line-height: 1.3em;
}

.subscribe-box p {
	margin: 0.5em 25px 0px 10px;
	padding: 0px;
}

.subscribe-box h4 {
	width: 105px;
	height: 16px;
	line-height: 16px;
	color: #FFFFFF;
	background-image: url(../img/blue-title-bg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.9em;
}

.map-box h4 {
	width: 105px;
	height: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background-image: url(../img/blue-title-bg.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.9em;
}

.subscribe-box a {
	text-decoration: none;
	color: #009DE9;
}


.bttn-join {
	display: block;
	width: 54px;
	height: 26px;
	background-image: url(../img/bttn-join.gif);
	background-repeat: no-repeat;
	text-indent: -4000px;
}


.sub-nav {
	width: 200px;
	height: auto;
	min-height: 107px;
	background-image: url(../img/sub-nav-bg.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 0.8em;
	padding: 0px;
	margin: 12px 0px;
	line-height: 1.3em;
}

.sub-nav ul {
	list-style: none;
	margin: 0.5em 10px 0px;
	padding: 0px;
}

.sub-nav ul li {
	padding: 3px 0px;
}

.sub-nav ul a {
	background-image: url(../img/home-box-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	padding-left: 15px;
	color: #666666;
	display:block;
}

.sub-nav ul a:hover {
	color: #429ec6;
}

.sub-nav a {
	text-decoration: none;
	color: #009DE9;
}

.sub-nav ul ul {
	margin-bottom: 5px;
}

.sub-nav ul ul li {
	padding: 1px 0;
}

.sub-nav ul ul a {
	background: none;
	font-size: 11px;
}

.bigger {
	font-size: 1.2em;
	line-height: 1.2em;
}

.executive-box {
	border-top: 1px #86836F dotted;
	padding: 1em 0px;
}

.executive-box img {
	background-color: #edf0eb;
	margin-right: 10px;
}

.executive-box h4 {
	color: #4a4a30;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

.executive-box p {
	margin: 0.5em 0px;
	padding: 0px;
}

dl {
	margin: 0 0 2em;
	padding: 0;
	clear:left;
}

dl dt {
	float: left;
	width: 138px;
	margin: 0;
}

dl dd {
	margin: 0 0 0 138px;
	padding: 0;
}

