/**********************/
*{
	margin-top: 0;
	text-decoration: none;
}
a, strong{
	color: black;
}
body{
	color: dimgray;
	font: .8em "trebuchet ms",sans-serif;
	margin: 0;
	padding: 0;
	padding-top: 3px;
background:#004812;
}
h1,h2,h3,h4,h5,h6{
	color: #004812;
	border-bottom: 1px solid #f7f3cc;
	text-transform: uppercase;
	font-family: georgia, serif;
	margin:0;
	font-size:1em;
	line-height:1.7em;
}
hr{
	display: none;
}
ul{
	list-style-type: circle;
	padding-left: 1.5em;
}
/**********************/
.column{
	float: left;
	width: 50%;
}
.row{
	clear: both;
}
/**********************/
#body{
	margin-top: 46px;
}
#body a:hover,#footer a:hover{
	text-decoration: underline;
}
/**********************/
#container{
	margin: auto;
	position: relative;
	width: 720px;
background:white;
padding:3px;
}
/**********************/
#content{
	padding-left: 10px;
	width: 460px;
}
#content,#sidebar{
	float: left;
}
/**********************/
#footer{
	clear: both;
}
/**********************/
#nav{
	background: black;
	left: 3px;
	position: absolute;
	top: 126px;
	width: 720px;
}
#nav *{
	float: left;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav a{
	background: black;
	color: white;
	padding: 13px 14px 14px;
	text-transform: uppercase;
}
#nav a:hover, #nav a.selected{
	background: #004812;
}
/**********************/
#sidebar{
	color: grey;
	padding-left: 20px;
	padding-top: 8px;
	width: 220px;
}
/**********************/
#title *{
	margin: 0;
}
#title a{
	background: url("../images/logo-pinnacle.jpg");
	display: block;
	height: 120px;
	text-indent: -9999px;
}
#footer * {
	margin: 0px;
}
#footer {
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 0px;
	text-align: right;
	font-size: 0.8em;
}
#content h1 {
	font-size:1.8em;
	margin-bottom:.6em;
}
#content h2 {
	font-size:1.2em;
}
#sidebar h2 {
	font-size:1.2em;
	margin-bottom:.6em;
}



label {
float:left;
width:120px;
text-align:right;
padding-right:10px;
}
label:after {
content:":";
}
form p {
margin-bottom:.2em;
color:black;
}
form input, form textarea {
border:1px solid #ccc;
}
