/* styles for  vanderbeck4chatham.org */

* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}

/* to avoid page-shift */
html { 
	min-height: 100%; margin-bottom: 1px; 
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #fefdf7;
	font: 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #334e3c;
	position: relative;
	background-image: url(images/backtop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}
#wrapper {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	min-height: 550px;
	position: relative;
	margin-top: 16px;
}
#header {
	height: 146px;
	width: 100%;
}
#header .tom {
	width: 118px;
	float: left;
	margin-left: 54px;
	margin-top: 10px;
}	
#header .tom img {
	border: 4px solid #2f7845;
}	
#header .title {
	float: right;
	width: 696px;
	margin-top: 18px;
}
#header .tag {
	width: 170px;
	float: right;
	background-image: url(images/oval-green2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font: bold 14px/20px Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 22px;
	color: #F2F1CA;
	margin-top: 8px;
}
p {
	font: 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 11px;
}
h5 {
	font: normal 13px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #006633;
	padding-bottom: 12px;
	padding-right: 12px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #006633;
	line-height: 28px;
	margin-bottom: 10px;
}

h2 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #006600;
	border-bottom: 1px solid;
	margin-left: 12px;
	margin-right: 32px;
	margin-bottom: 8px;
	margin-top: 16px;
}
h2.indent {
	margin-left: 44px;
	margin-right: 44px;
}
h3 {
	font: bold 14px/19px Georgia, "Times New Roman", Times, serif;
	color: #060;
	margin-bottom: 6px;
	
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #006600;
	margin-left: 44px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-top: 16px;
}
#nav {
	width: 100%;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 16px;
}
#nav ul {
	list-style: none;
}
#nav li {
	letter-spacing: 1px;
	display: inline;
}
#nav a:link, #nav a:visited {
	color: #fefdf7;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 7px 2px 7px;
	margin-left: 10px;
	margin-right: 10px;
	
}
#nav a:hover {
	color: #2f7845;
	background-color: #fefdf7;
}
#nav .current a:link, #nav .current a:visited {
	color: #2f7845;
	background-color: #fefdf7;
}
#content {
	float: left;
	width: 810px;
	margin-left: 58px;
	background-image: url(images/check.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#content p {
	padding-right: 32px;
	padding-left: 12px;
}
#content p.indent {
	padding-left: 44px;
	padding-right: 44px;
}
#formtable {
	width: 490px;
	margin-top: 8px;
}
 #formtable td {
	padding: 10px 4px 0px 0px;
	text-align: right;
	vertical-align: bottom;
	line-height: 14px;
}
#formtable td.line {
	width: 375px;
	border-bottom: 1px solid #999;
	padding-right: 12px;
}
#content ul {
	padding-bottom: 14px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 64px;
	margin-right: 44px;
}
#content  li {
	padding-bottom: 4px;
}
.underline {
	width: 520px;
	border-bottom: 2px solid #2F7846;
}
a:link, a:visited {
	color: #006633;
	text-decoration: underline;
}
a:hover {
	color: #006666;
}
#sidebar {
	float: right;
	width: 250px;
	background-color: #f2f1ca;
	margin-left: 18px;
	margin-bottom: 12px;
	margin-right: 28px;
}
#sidebar p {
	padding: 0px 16px 14px 20px;
}
#sidebar p.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	color: #006633;
}
#sidebar ul {
	margin-left: 30px;
	margin-right: 12px;
	margin-top: 6px;
}
#sidebar li  {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 8px;
}
#sidebar-wider {
	width: 462px;
	float: right;
	text-align: center;
	background-color: #f2f1ca;
	font: 11px/13px Arial, Helvetica, sans-serif;
	font-style: italic;
	color:#336633;
	padding-bottom: 14px;
	margin-left: 18px;
	margin-bottom: 12px;
	margin-right: 28px;
}	
#sidebar-wider img {
	border: 2px solid #ccc;
	margin-top: 12px;
	margin-bottom: 8px;
	
} 
#footer {
	width: 100%;
	background-color: #2F7846;
	height: 42px;
	color: white;
	clear: both;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 18px;
	font-size: 14px;
}
.firstwords {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}
	
.clear {
	clear: both;
}
.credit {
	text-align: right;
	font: 11px/13px Arial, Helvetica, sans-serif;
	padding-top: 4px;
	color:#999966;
	letter-spacing: 1px;
}

	

