/*
Site-Wide CSS Stylesheet < index.css >
Defines global CSS styles for the site.
Part of the OpenSeeds package.

-- BEGIN OPEN LICENSE --
Copyright (c) 2007, Roy Laurie Software
http://www.roylaurie.com/open_license.txt

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Neither the name of the Roy Laurie Software nor the names
of its contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

This software is provided by the copyright holders and contributors
"as is" and any express or implied warranties, including, but not
limited to, the implied warranties of merchantability and fitness for
a particular purpose are disclaimed. In no event shall the copyright
owner or contributors be liable for any direct, indirect, incidental,
special, exemplary, or consequential damges (including, but not limited
to, procurement of substitute goods or services; loss of use, data, or
profits; or business interruption) however caused and on any theory of
liability, whether in contract, strict liability, or tort (including
negligence or otherwise) arising in any way out of the use of this
software, even if advised of the possibility of such damage.
-- END OPEN LICENSE --
*/

* {
	margin: 0;
	padding: 0;
}

body, html  {
	background-color: #F7F9F7;
	height  : 100%;
	font-family: Helvetica, Arial, "Times New Roman";
	font-size: 10pt;
}

p  {
	margin-top: 12px;
	margin-bottom: 14px;
	color: black;
}

a  {
	color: #444830;
}

a:hover  {
	color: black;
}

a img  {
	border: none;
}

h1, h2, h3, h4, h5  {
	color: #68991c
}

ul, ol {
    margin: 0 0 14px 40px;
}

div.menuModuleInactive  {
	/*display: none; */
	background-color: red;
}

h2.menuModule  {
	text-decoration: underline;
	color: white !important;
}

h2.menuModule:hover {
	cursor: pointer;
}

h2.menuModuleActive  {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

h2.menuModuleActive:hover {
	cursor: default;
}

div.sideQuote p  {
	font-size: 8pt;
}

.opaque  {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

div#header  {
	width: auto;
	height: 75px;
	padding-left: 1px;
	padding-top: 1px;
}

div#header p  {
	margin: 0;
	padding: 0;
	font-style: italic;
	color: #508400/*#78834B*/;
}

div.divider  {
	background-color: #508400;/*78834B;*/
	height: 5px;
	width: auto;
	padding: 0;
}

div#footer  {
	width: auto;
	height: 100px;
	text-align: center;
}

div#footer p  {
	font-size: 8pt;
}


div#torso  {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 924px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}

div#content  {
	float: left;
	/*width: 670px;*/
	width: 620px;
	margin-left: 5px;
}

div#content p:first-letter  {
	font-size: 12pt;
}

textarea#wpTextbox1 {
    width: 618px;
}


div#actionMenu  {
	width: 190px;
	margin-right: -5px;
	margin-left: 5px;
	float: left;
}

div.centerContainer  {
	text-align: center;
	margin: 0;
	padding: 0;
}

span.clr  {
	clear: both;
	display: block;
}

div#contactInformation  {
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	background-color: #F7F9F7;
	clear: both;
}

.menuTip .tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}
 
.menuTip .tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(/image/bubble.png) top left;
}
 
.menuTip .tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/image/bubble.png) bottom right;
}


/*
	Chunky Borders - Copyright 2007 Stu Nicholls
	http://www.cssplay.co.uk/boxes/chunky.html
*/

.xsnazzy h2, .xsnazzy h3, .xsnazzy p {
	margin: 0 10px;
	letter-spacing: 1px;
}

.xsnazzy h2 {
	font-size: 10pt;
	color: #fc0;
}

.xsnazzy h3 {
	font-size: 2em;
	color: #234;
	border: 0;
}

.xsnazzy p {
	padding-bottom: 0.5em;
	color: #eee;
}

.xsnazzy h3 {
	padding-top: 0.5em;
	padding-left: 10px;
}

.xsnazzy {
	background: transparent;
	margin: 1em;
}

.xsnazzy em {
	display: block;
	width: 0;
	height: 0;
	color: #d8d8ee;
	overflow: hidden;
	border-top: 12px solid #fff;
	border-left: 12px dotted transparent;
	border-right: 12px dotted transparent;
	margin-left: 50px;
}

* html .xsnazzy em  {
	width: 24px;
	height: 12px;
	width: 0;
	height: 0;
}

.xsnazzy span {
	display: block;
	width: 0;
	height: 0;
	color: #fff;
	overflow: hidden;
	border-top: 10px solid #7f7f9c;
	border-left: 10px dotted transparent;
	border-right: 10px dotted transparent;
	margin-left: 52px;
	margin-top: -15px;
}

div.xboxcontent div.element p a  {
	color: #efefef;
	font-size: 8pt;
}

* html .xsnazzy span {
	width: 20px;
	height: 10px;
	width: 0;
	height: 0;
}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7  {
	display: block;
	overflow: hidden;
	font-size: 0;
}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6  {
	height: 1px;
}

.xb4, .xb5, .xb6, .xb7  {
	background: #ccc;
	border-left: 1px solid #508400 /*#869365*/;
	border-right: 1px solid #508400 /*#869365*/;
}

.xb1 {
	margin:0 8px;
	background:#508400 /*#869365*/;
}

.xb2 {
	margin: 0 6px;
	background: #508400 /*#869365*/;
}
.xb3 {
	margin: 0 4px;
	background: #508400 /*#869365*/;
}
.xb4 {
	margin: 0 3px;
	background: #2e4c00/*#78834B*/;
	border-width: 0 5px;
}

.xb5 {
	margin: 0 2px;
	background: #2e4c00/*#78834B*/;
	border-width: 0 4px;
}

.xb6 {
	margin:0 2px;
	background: #2e4c00/*#78834B*/;
	border-width:0 3px;
}
 
.xb7 {
	margin: 0 1px;
	background: #2e4c00/*#78834B*/;
	border-width: 0 3px;
	height: 2px;
} 

.xboxcontent  {
	display: block;
	background: #2e4c00/*#78834B*/;
	border: 3px solid #508400 /*#869365*/;
	border-width: 0 3px;
}

div#browserIE6 div#actionMenu .xboxcontent {
	width: 163px !important;
	overflow: hidden;
}

div#browserIE6 h2.toggler {
	cursor: pointer;
}
/* End of Chunky Borders */
