/* resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {

}
/* end resets */









body {
	font:0.9em Georgia, serif;
	background:#f6f6f6;
}
a {
	color:#17380E;
	text-decoration:none;
	border-bottom:1px #17380E dotted;
}
a:hover {
	border-style:solid;
}
h1, h2, h3, h4, h5, h6 {
	margin:7px 0 3px;
	padding:0;
	font-family:Georgia, serif;
	font-weight:normal;
}
h2 {
	font-size:2em;
}
p {
	margin:0 0 1.5em 0;
	padding:0;
	line-height:1.75em;
}
ul, ol {
	list-style:disc;
}
ul li, ol li {
	margin-left:25px;
	margin-bottom:4px;
}
#wrapper {
}
#content-sidebar-wrapper {
	width:960px;
	margin:auto;
	border:0px #ccc solid;
	border-top:0;
	padding:0 20px 20px;
	background:transparent url('../_img/wrapper.png') no-repeat bottom center;
}
#head {
	background:#204A13;
	color:white;
	padding:0;
	background:transparent url('../_img/bluebighead.png') no-repeat top center;
	height:180px;
}
#head .gutter {
	width:960px;
	margin:auto;
	position:relative;
	padding:0 0;
	height:180px;
	background:transparent;
}
#head .gutter h1 {
	font-size:1px;
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-indent:-999em;
	width:400px;
}
#head .gutter h1 span {
	font-size:0.5em;
}
#navigation {
	background:#f1f1f1;
	margin:0 11px;
}
#nav  {
	margin:0 auto;
	padding:0;
	list-style:none;
	width:880px;
}
#nav li {
	display:inline;
	margin:0;
}
#nav li a {
	display:block;
	font-variant:small-caps;
	float:right;
	text-decoration:none;
	color:#397BC0;
	padding:5px;
	border:0;
	z-index:0;
	font-size:14px;
	margin:4px 4px 4px 0;
}
#nav li a.selected {
	background:#fff;
	color:#397BC0;
	border:0;
}
#nav li a.selected:hover {
	background:#fff;
	color:#397BC0;
	border:0;
}
#nav li a:hover {
	background:#397BC0;
	color:white;
	border:0;
}
.gutter {
	padding:0 50px;
}/*
#content {
	float:right;
	width:710px;
}
#sidebar {
	float:left;
	width:250px;
}*/
#sidebar h2 {
	font-size:1.5em;
	margin:10px 0 4px;
}
#footer {
	padding:0 40px 20px;
	text-align:right;
	clear:both;
}
#footer p {
	margin:0;
}
.clear {
	clear:both;
	height:1px;
	visibility:hidden;
}
.x-nav li {
	list-style:none;
	margin-left:0;
}
.x-nav a {
	display:block;
	padding:4px 7px;
}
.x-nav a.sub-selected {
	background:#f4f4f4;
	border-style:solid;
}
.show-hide-links {
	color:gray;
	float:left;
	font-size:12px;
	padding:2px 4px 0 0;
}
.show-hide-links a {
	font-size:13px;
	color:gray;
	border:0;
}
.show-hide-links a:hover {
	color:black;
}
.header  {
	font-size:1.3em;
	padding:4px;
	margin:4px 0 0;
	border:1px #ddd solid;
	background:#f9f9f9;
}
.header h3 {
	margin:0;
	padding:0;
}
.content  {
	padding:6px;
	border:1px #ddd solid;
	border-top:0;
	margin-bottom:4px;
	line-height:1.5em;
}
