/*
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

body {
	margin: 0 0 0 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11pt;
	color: #000033;
	background: #FFFFEE;  /* so no white off to right edge */
}

h1,h2{
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:hover, a:active
{
	color: #119933;
}



/* Outer */

#outer
{
	margin: 0em auto 1em auto;
	width: 100%;
	background: #FFFFEE url(/images/a1.jpg) repeat-x; 
}

/* Header */

#header
{
	padding: 1.5em 2em 1.5em;
	width: 750px;
	height: 110px;
	margin: 0 auto;
	background: url(/images/critters_header.jpg) no-repeat;	
}

#header h1
{
	font-size: 3.0em; 
}

#header h1, #header h2, #header h3
{
	display: block;
	width: 778px;
	margin: 0em auto;
}

#header h1 a
{
	color: #FFFFEE;
	text-decoration: none;
}

#header h3
{
	color: #119933;
	font-size: .8em;
}

#header h2
{
	/* XXX should really swap h2 & h3 in 'top' and make this smaller font */
	color: #119933;
	font-size: 1.2em;
	margin:0; /* so doesn't crowd the h2 line off the header */
	padding-bottom: 1.2em;
	color: tan;
}

/* Menu */

#menu
{
	padding: 1em 2em 1em 0em;
	background: #444444 url('/images/a2.gif') top left repeat-x;
	font-size: 0.9em;
}

#menu ul
{
	display: block;
	width: 798px; /* was 778 */
	margin: 0em auto;
	list-style: none;
	padding-left: 2.5em;
}

#menu li
{
	display: inline;
}

#menu li a
{
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

#menu li a:hover
{
	background: #000033 url('/images/a4.gif') top left repeat-x;
/*	color: #000033;*/  /* too dark to read */
	color: #00cc33;
}

/* Content */

#content
{
	/* fixed width of content set here -- aburt.  Could use min-width. */
	/*	width: 778px;*//* old */
	min-width: 878px;
	margin: 0em auto;
}

#content p
{
	margin-bottom: 1.5em;
/*	text-align: justify;*/
}

#content h1
{
	color: darkgreen;
}

#content h2,h3,h4,h5,h6
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11pt;
	color: #443333;
	margin-bottom: 1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content ol
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	margin-left: 200px;
}

#content blockquote
{
	padding-left: 1em;
	margin-bottom: 1.5em;
	border-left: solid 7px #119933;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #333333;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #DDDDBB;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #EEEECC;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: left;
/*	margin-left: -17em;*/
	margin-left: -1em;
	width: 100%;
}

#primaryContent
{
/*	margin: 0em 0em 0em 16.5em;*/
	margin: 0em 0em 0em 0em;
	padding: 1.5em;
}

#primaryContent h2, #primaryContent h3
{
	border-bottom: solid 1px #119933;
	padding-bottom: 0.25em;
	margin-bottom: 1.25em;
}

#primaryContent h2
{
	font-size: 1.7em;
}

#primaryContent h3
{
	font-size: 1.1em;
}

/* Secondary Content */

#secondaryContent
{
	float: right;
	width: 14em;
/*	padding: 1.5em 2em 1.5em 2em;*/
	padding: 1.5em 2em 1.5em 0.5em;
	font-size: 0.9em;
}

#secondaryContent h3
{
	background: #666666 url('/images/a4.gif') top left repeat-x;
	color: #fff;
	padding: 0.5em;
	padding: 0.5em 0.5em 0.5em 1.0em;
	position: relative;
	left: -0.8em;
	margin-right: -1.6em;
	font-size: 1.0em;
}

/* Footer */

#footer
{
	padding: 1.5em 2em 1.5em 2em;
	text-align: center;
	width: 778px;
	margin: 0em auto;
	border-top: solid 1px #119933;
	font-size: 0.9em;
}

.clear
{
	clear: both;
}

/* News box */

.news {
	float:left;
	width: 120px;
	border-right: 1px dotted green;
	border-bottom: 1px dotted green;
/*	font-size 7pt;*/
	margin-right: 10px;
	text-align: left;
        padding-left: 0.9em;
	background: #FFFFDD; 
}
.news p {
	font-size: 8.5pt; 
	xxfont-family: Arial;
	text-align: left;
        margin-left: -0.8em;
        margin-right: 3px;
}
.news h1,h2,h3,h4 {
	border-bottom: 0; 
	color: darkgreen;
}
.news h3 {
        background: #666666 url('/images/a4.gif') top left repeat-x;
        color: #fff;
/*        padding: 0.5em;*/
        padding: 0.9em 0.5em 0.5em 0.5em; /*.9 so matches h2 body underline; note left was 1.0, set to .5 since pc via bb chopped 's' */
        position: relative;
        left: -0.8em;
        margin-right: -0.90em;
        margin-top: 0.40em;
        margin-top: 0.00em;  /* so hits <h2> underline in main body */
        font-size: 1.0em;
}

.topmenu { float:right; position: relative; top: +10.5em; font-weight: 700; font-size: 7pt; color: lightgray; font-family: Arial; }
.topmenu a { color: lightgray; }
.topmenu a:visited { color: lightgray; }

pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}
