* {
	margin: 0;
	padding: 0;
	font-family: arial;
	color: #67675a;
	font-size: 12px;
}

a img {
	border: 0;
}

ul, li {
	list-style-type: none;
}

body {
	background: url('../assets/bg_wrapper.gif') top center repeat-y #ccc;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#header {
	position: relative;
	padding: 20px;
	border-bottom: 4px solid #dce7da;
	background-color:  #fff;
}

#header #url {
	text-decoration: none;
	font-size: 13px;
	color: #8bb084;
	position: absolute;
	top: 90px;
	right: 50px;
}

#navbar {
	height: 35px;
	background-color: #dce7da;
	position: relative;
	border-top: 10px solid #8bb084;
	border-bottom: 1px solid #8bb084;
}

/* IE HACK TO PUSH CURRENT TAB DOWN */
* html #navbar li.current {
	position: relative;
	top: 1px;
}

#navbar li {
padding-top: 10px;
padding-bottom: 10px;
float: left;
border-right: 1px solid #8bb084;
}

#navbar li a {
	font-size: 13px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
}

#navbar li.current {
	background-color: #ffffcc;
	border-bottom: 1px solid #ffffcc;
}

#main {
	width: 800px;
	position: relative;
	background-color: #ffffcc;
}

#left {
	position: absolute;
	top: 26px;
	left: 0;
	width: 320px;
}

#left .caption {
	padding: 18px 18px 0 18px;
}

#left #map {
	margin-bottom: 8px;
}

#right {
	margin-left: 350px;
	padding: 26px 40px 40px 0;
}

#right a {
	font-weight: bold;
	font-family: verdana;
}

#right p, #right ul {
	margin-bottom: 12px;
}

#right p {
	line-height: 15px;
}

#right .small {
	font-size: 11px;
}

#right h1 {
	margin-bottom: 20px;
}

#right h2 {
	font-weight: normal;
	font-size: 18px;
	margin-top: 22px;
	margin-bottom: 8px;
}

#right li {
	padding-left: 18px;
	background: url('../assets/bullet.gif') top left no-repeat;
	background-position: 0 4px;
	margin-bottom: 10px;
}

#right ul.tight li {
	margin-bottom: 3px;
}

#right p, #right li, #right strong {
	font-size: 12px;
	color: #67675a;
}

#right .note {
	border-top: 1px solid #67675a;
	margin-top: 30px;
	padding-top: 12px;
	font-size: 11px;
}

#section_nav li {
padding: 0;
	display: inline;
	margin: 0;
	background: none;
}

#section_nav li a {
	font-weight: normal;
	padding: 2px 4px;
}

#right #section_nav li a {
	font-size: 11px;
}

#section_nav li a:hover {
	text-decoration: underline;
}

#section_nav li.current a {

	color: #616460;
	text-decoration: underline;
	text-decoration: none;
	font-weight: bold;
}

p#footer {
	font-size:  10px;
	clear:  both;
	text-align:  right;
	padding:  40px 40px 20px 0;
}

p#footer a {
	font-size:  10px;
	font-weight: normal;
}