/*************************************
**  defaults for entire document    **
**************************************/

*
{
	margin:0;
	padding:0;
	font-family: arial, helvetica, verdana, sans-serif;
}

/*************************************
**         positional CSS           **
**************************************/


#content
{
	position: relative;
	margin: 0 12em 3em 12em;
}

#navigation
{
	position: absolute;
	top: 0;
	width: 9em;
	margin-left: 1em;
}

#links
{
	position: absolute;
	top: 0;
	width: 9em;
	right: 1em;
}

#heading_wrapper
{
	left: 1em;
	top: 0px;
	min-height: 150px;
	height: 10em;
	margin-right: auto;
	margin-left: auto;
}

#heading
{
	position:absolute;
	left: 1em;
	top: 0px;
	min-height: 150px;
	height: 10em;
	margin-right: auto;
	margin-left: auto;
}

#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: small;
	clear: both;
	padding-top: 2em;
	text-align: center;
}

#footer p
{
	margin: 0.5em 0 1em 2em;
	padding:0;
}

#wrapper
{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	min-width: 35em;
	max-width: 55em; /* 30em gives approx 60 chars per line - good reading width */
	height:1%;
	margin-bottom: 3em;
	top: 0;
	left: 0;
	position: relative;
}

#wrapper2
{
	position: absolute;
	min-width: 100%;
}

/*************************************
**           styling CSS            **
**************************************/

html
{
/* ensures rh scroll bar always visible to prevent jumping of layout */
	min-height: 100%; 
	margin-bottom: 1px;
}

body
{
	color: #000;
	background-color: #fff;
	font-family: arial, helvetica, verdana, sans-serif;
}

#heading img
{
	border: none;
	margin-top: 10px;
	margin-bottom: -10px;
	height:140px;
	float: left;
	overflow:visible;
}

#heading h1
{
	font-size: 3.7em;
	text-indent: -80px; /* 1.5 em, although will obscure logo in large font */
	padding-left: 120px;
	padding-right: 0;
	margin-top: 10px;
	margin-bottom: -50px;
	margin-left: 265px;
	font-weight: normal;
}

#content p
{
	margin: 1em 0;
}

img
{
	border: 1px black solid;
}

#navigation, #links
{
	border: solid black 1px;
	padding: 10px 5px;
	font-weight: bold;
}

#navigation ul, #links ul
{
	list-style: none;
	padding: 0;
}

#navigation li, #links li
{
	padding: 10px 0px;
	position: relative;
}

#navigation a:link, #links a:link
{
	text-decoration: none;
	border: none;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 10px;
	color: #06c;
	background-color: #fff; 
	display: block;
	position: relative;
}

#navigation a:visited, #links a:visited
{
/*	-moz-border-radius: 15px; /* CSS3: border-radius: horiz vert; */
/*	-moz-border-radius: 5px; */
	text-decoration: none;
	border: none;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 10px;
	background-color: #fff; 
	color: #06c; 
	display: block;
}

#navigation a:hover, #links a:hover
{
/*	font-family: calligraphic; */
	border-top: 0;
	border-left: 10px solid #f7c451;
	border-bottom: 0;
	border-right: 0;
	padding: 5px 5px 5px 10px;
	border-left: 10px solid #bdbdbd;
	display: block;
	margin: 0;
}

#navigation .subnav li
{
	padding: 0;
	margin-left: 20px;
}
h2
{
	font-size: 2em;
	margin-bottom: 0.8em;
	margin-top: 0.5em;
	background-color: #fff; 
	color: #039;
}

html, body, #wrapper
{
	min-height:100%;
	width:100%;
	height:100%;
}

html>body, html>body #wrapper
{
	height: auto;
}
