* { margin: 0; padding: 0; }

/* force vertical scroll bar in Firefox to eliminate page shifting */
html { min-height: 100%; margin-bottom: 1px; } 

/* --------------------------
Accessibility Menu
-------------------------- */

#accessibility {
        text-align: center;
	background: #ededed;
	font: 0.6em/1.6em Verdana, Arial, sans-serif;
	padding: 0.3em 0;
	}
#accessibility li {display: inline;}	
#accessibility a {
	color: #999;
	text-decoration: none;
	padding-right: 1em;
	}


/* --------------------------
Head
-------------------------- */

#head {
	margin: 20px 285px 20px 10px;
	}
	
#head h1 {
	font: 2em/1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom: 1px solid #deebc6;
	padding: 0 15px;
	}
	
#head h1 a {
	color: #a4c564;
	text-decoration: none;
	}
	
#head h2 {
	color: #597a92;
	font: bold 0.9em/1.3em Georgia, serif;
	letter-spacing: 0.1em;
	text-align: right;
	text-transform: uppercase;
	padding: 0 15px;
	}


/* --------------------------
Sidebars
-------------------------- */
	
#sidebar-1, #sidebar-2 {
	font: 0.7em/1.4em Verdana, Geneva, sans-serif;
	color: #597a92;
	padding: 10px 0 0 0;
clear: both;
	}
	
#sidebar-1 a, #sidebar-2 a { color: #597a92; }
#sidebar-1 a:hover, #sidebar-2 a:hover { color: #000; }
	
#sidebar-1 {
	float: right;
	width: 270px;
	text-align: left;
	}
	
#sidebar-2 {
	float: right;
	width: 270px;
	}
	
#sidebar-2 form, #sidebar-2 p {
	margin-bottom: 1em;
	}


/* --------------------------
Content
-------------------------- */

#content {
	background: #ebf1f5;
	margin: 0 285px 0 10px;
	padding: 10px 0;
	}

#content * {
	margin: 0 15px;
	}

#content * * {
	margin: 0;
	}
	
#content h3 {
	font: .7em/1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-bottom: 0.7em;
	color: #9fb0bc;
	}
	
#content h3 a {
        font: 1.6em/1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #597a92;
	}

#content h4 {
	font: 1em/1.6em Arial, Helvetica, sans-serif;
	color: #597a92;
	margin-top: 1.2em;
	}

#content h5 {
	font: bold 0.75em/1.5em Georgia, serif;
	}
	
#content p, #content li, #content dd, #content td {
	font: 0.75em/1.5em Georgia, serif;
	}
	
#content p, #content ul, #content ol, #content dl, #content h4, #content h5 {
	margin-bottom: 0.7em;
	}
	
#content ul, #content ol {
	margin-left: 3em;
	}

#content a {
	color: #000;
	}
	
#content a:hover {
	color: #7fa23a;
	}
#content a img {
        border: none;
        }
#content blockquote {
	padding: 0.7em 0.7em 0.1em 0.7em;
	background: #fff;
	margin-bottom: 0.7em;
	}

#content blockquote p {
	color: #597a92;
	}
	
#content .divider {
	margin-top: 20px;
	margin-bottom: 30px;
	}
	
/* --- Comments --- */

#content .comments {
	margin-left: 15px;
	}

#content .comments li {
	font-family: Verdana, Arial, sans-serif;
	color: #597a92;
	border-bottom: 1px solid #fff;
	padding: 1em 0;
	margin-left: 3em;
	}
	
#content .comments li p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	}

#content .comments li a { color: #597a92;	}
#content .comments li a:hover { color: #7fa23a; }

#content form#txpCommentInputForm table {
	margin-bottom: 2em;
	}

#content form#txpCommentInputForm table td {
	padding: 0.2em 0.3em;
	color: #597a92;
	}
	
#content form#txpCommentInputForm table td a { color: #597a92;	}
#content form#txpCommentInputForm table td a:hover { color: #7fa23a; }

#content p#txpCommentInputForm {
	background: #fff;
	padding: 0.4em 0.5em;
	border: 1px solid #7fa23a;
	}

/* --------------------------
Footer
-------------------------- */

#foot {
	clear: both;
	margin: 0 0 0 135px;
	font: 0.75em/50px Georgia, serif;
	color: #9fb0bc;
	}

#foot a {
	color: #9fb0bc;
	}

#foot a:hover {
	color: #000;
	}

/* --------------------------
Custom CSS
-------------------------- */

#head ul {
float: left;
text-align: right;
width: 100%;
list-style: none;
border-bottom: 1px solid #848484;
}
#head ul li {
float: left;
margin: 0;
}
#head ul li:first-child {
padding-left: 15px;
}
#head ul li a {
display: block;
float: left;
font-size: .7em;
padding: 0 3px;
margin: 0 2px;
border-bottom: solid 3px #848484;
color: #222;
text-decoration: none;
/*border-left: 1px solid #848484;*/
}
#head ul li a:hover {
border-bottom: solid 1px #848484;
background: #7a7a92;
padding: 1px 3px 1px 3px;
color: #eee;
}
#clearingdiv {clear: both; height: 5px;}
#head a.maillink {
position: absolute;
top: 5px;
right: 295px;
}

#accessibility {
        position: absolute;
        left: -9999px;
}