/* Reset */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 100%;
	outline: none;
}

code, kbd, samp, pre, tt, var, textarea, input, select {
	font: inherit;
	font-size: 1em;
}

dfn, i, cite, var, address, em {
	font-style: normal;
}

th, b, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a, img, a img, iframe, form, fieldset, abbr, acronym, object {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

body {
	line-height: 1em;
	background-color: #fff;
}

q {
	quotes: "" "";
}


sub, sup {
	vertical-align: baseline;
}

a {
	color: inherit;
}

/* Main */
body {
	font: 12px Helvetica, "Lucida Grande", "Verdana";
	margin: 0 15px;
	background: #fff url(./images/bg_fade.jpg) repeat-x;
}

html body a:hover {
	border-bottom-color: #666;
}

a img {
	border: none;
}

p, ul, li {
	margin-bottom: 10px;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande" "Trebuchet MS";
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 1px 2px 1px #eee;
}

h1 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	font-size: 18px;
}

h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #2D813D;
	font-size: 16px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h2 em {
	color: #C02F0C
}

br.clear {
	clear: both;
	width: 0;
	height: 0;
	border: none;
	background: inherit;
	margin: 0;
	padding: 0;
}

.singlespaced li {
  padding-bottom: 0;
}
.indent li {
  margin-left: 20px;
}
/* Structure */
#page {
  width: 830px;
  margin: auto;
}
#header {
  margin-top: 10px;
  height: 140px;
  background: transparent url(./images/bg_content_top.png) no-repeat top left;
}
#body {
  background: transparent url(./images/bg_content_body.png) repeat-y top left;
}
#footer {
  height: 33px;
  width: 830px;
  background: transparent url(./images/bg_content_bottom.png) no-repeat top left;
}
#content {
  padding: 20px 68px;
  clear: both;
}

#col1 {
	float: left;
	margin-left: 10px;
	width: 330px;
}
#col2 {
	margin-left: 10px;
	float: left;
	width: 340px;
}

/* Content */
#content a {
  color: #2F4F8A;
}
#content a:hover {
  text-decoration: underline;
}

#contact_button {
  margin-top: 20px;
}

#postit {
  float: right;
  position: relative;
  right: -10px;
  width: 200px;
}

#postit a{
  height: 259px;
  width: 254px;
  display: block;
	text-indent: -500em;
  background: transparent url(./images/postit.png) no-repeat top left;
}

#buttons a {
  margin: 0 10px;
}

div.callout {
	margin-left: 15px;
	float: right;
}

.callout h1 {
  padding-top: 0;
  margin-top: 0;
}

.colwrap {
	width: 150px;
	position: relative;
	border: 1px solid #D4E5CF;
}

.colwrap .inner {
  padding: 10px;
}

ul li {
  list-style: none;
}

ul li span.date {
  text-align: right;
  padding-right: 10px;
  color: #666666;
  display: block;
  float: left;
  width: 70px;
}

ul li span.source {
  font-style: italic;
  padding-right: 8px;
}

/* Menu */
#menu {
  margin: 0 15px 0 15px;
  height: 25px;
  padding-top: 10px;
  border-bottom: 4px solid #2D813D;
}

ul.menu,
ul.menu li,
ul.menu ul {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}

ul.menu {
	height: 25px;
}

ul.menu li {
	background: url('./images/bg_tabs.png') no-repeat bottom right;
	height: 25px;
	list-style-type: none;
	position: relative;
	float: left;
	display: inline;
}

ul.menu li a {
	display: block;
	float: left; /*ie6*/
	margin-right: 10px;
	background: url('./images/bg_tabs.png') no-repeat bottom left;
	padding: 7px 8px 6px 17px;
	font-weight: bold;
	font-size: 11px;
	color: #ececec;
	text-shadow: 1px 2px 1px #000;
	z-index: 100;
	height: 12px;
}

ul.menu li.first {
  margin-left: 56px;
}
ul.menu li a:hover {
	color: #fff;
	text-shadow: 1px 1px 1px #fff;
}

/* Second Tier */
ul.menu li ul {
	position: absolute;
	top: 29px;
	left: 0px;
	width: 164px;
	border-bottom: 1px solid #eee;
	z-index: 200;
	display: none;
	background-color: #fff;
	-moz-opacity: 0.95;
	opacity: 0.95;
	-khtml-opacity: 0,95;
}

ul.menu li ul li {
	padding: 0;
	text-align: center;
	width: 164px;
	margin: 0;
	border-bottom: 1px solid #eee;
	background-image: none;
	height: auto;
	position: relative;
	z-index: 251;
}

ul.menu li ul li a {
	padding: 0 0 0 8px;
	margin: 0;
	width: 154px;
	height: 19px;
	line-height: 19px;
	color: #333;
	text-shadow: 1px 2px 1px #fff;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	text-align: left;
}

ul.menu li ul li a:hover {
	color: #000;
}