/* contact: John Dowler, cosmicidea.com*/
/*jdowler@cosmicidea.com*/
/*styling code by Ron White and John Dowler  */
/* May 2008 */

/* VARNISH STRIPPING */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
* { margin:0; padding:0; }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

th { 
	font-weight: normal;
}

/* GLOBAL */

body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-size:100%;
	line-height:1.2em;
	background:url(../images/bg_body.jpg) top center repeat;
	font-family:Verdana, Arial, geneva, sans;
}
a, a:visited {
	color:#f8cd77;
}
a:hover {
	color:#00ff00;
}
#wrapper {
	height:auto;
	width:960px;
	margin:0 auto;
	text-align:left;
	background:transparent url(../images/heather_painting_sm.jpg) 25px 5px no-repeat;
}
#wrapper_splash {
	height:auto;
	width:960px;
	margin:0 auto;
	text-align:left;
	background:transparent url(../images/heather_painting_lg.jpg) 30px 5px no-repeat;
	min-height:750px;
}
#header {
	width:960px;
	height:130px;
}
#header .header_img {
	float:right;
	width:auto;
	margin:40px 20px 0 0;
}
#content {
	width:920px;
	margin:0 20px;
}
#content #right #splash_text {
	text-align:right;
	font-size:75%;
	height:550px;
	background:transparent url(../images/nuts.jpg) bottom right no-repeat;
}
#content #first_module { /* For putting content to the right of the background image on the page */
	clear:both;
	width:100%;
	height:auto;
	min-height:160px;
}
#content .module {
	clear:both;
	width:100%;
	height:auto;
}
#content .module .left, #content #first_module .left {
	float:left;
	width:260px;
	text-align:left;
	color:#bffcaf;
	font-size:80%;
	margin:0;
	padding:0 0 40px 0;
}

 #visibleverse #content #first_module .left {
	margin-top: 180px;
}

#content .module .justify {
	text-align:justify;
}
#content .module .left img {
	margin:0 auto;
}
#content .module .left p {
	padding-bottom:10px;
}
#content .module .right, #content #first_module .right {
	float:right;
	width:610px;
	padding:0 0 20px 0;
}
#content .module .right ul, #content #first_module .right ul {
	list-style-type:disc;
}
#content .module .right li, #content #first_module .right li, #content table {
	margin-left:25px;
	color:#bffcaf;
	font-size:80%;
	line-height:110%;
	padding-bottom:5px;
}
#content .module .right .row, #content #first_module .right .row {
	clear:both;
	margin:0 0 10px 0;
	padding:5px;
}
#content .module .right .row .row_text, #content #first_module .right .row .row_text {
	margin-left:120px;
}
#content .module .right h1, #content #first_module .right h1 {
	/*color:#f7c475;*/
	color:#00FFFF;
	font-weight:normal;
	font-size:120%;
	padding-bottom:10px;
}
#content .module .right , #content #first_module .right h2 {
	/*color:#f7c475;*/
	color:#00FFFF;
	font-weight:normal;
	font-size:100%;
	padding-bottom:10px;
}
#content .module .right p, #content #first_module .right p {
	color:#bffcaf;
	font-size:80%;
	padding-bottom:10px;
	text-align:justify;
}

.right h2 a:link {
	color: #00ffff;
}
.right h2 a:hover {
	color:#00ff00;
}

#content .quote {
	padding: 0 20px 0 20px;
}

#content .textbox {
	border: 1px solid #339900;
	padding: 20px;
}

.content_ul, #content #first_module .right .textbox .content_ul {
	list-style-type:disc;
	margin-bottom: 10px;
}

#content .content_ul li , #content #first_module .right .textbox .content_ul li {
	margin-left:25px;
	color:#bffcaf;
	font-size:80%;
	line-height:200%;
	padding-bottom:8px;
}

.

.clear {
	clear:both;
}
.f_left {
	float:left;
	width:auto;
}

.img_right {
	float: right;
	margin: 5px 0 15px 15px;
}
.align_right {
	text-align:right;
}
.align_left {
	text-align:left;
}
.brighten {/* For emphsis */
	font-weight:bold;
	color:white;
}
.ital {
	font-style:italic;
}
/* MENU */

.menu {
	float:right;
	width:615px;
	margin:-18px auto 20px auto;
	padding-top:0px;
	font-size:70%;
/*	text-transform:uppercase;*/
}
.menu a, .menu a:visited {
	color:#f8cd77;
}
.menu a:hover {
	color:#00ff00;
}
.menu ul li ul li a:hover {
	background:transparent;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
width:100%;
height:auto;
list-style-type:none;
padding:10px 0 3px 0;
margin:1px 0 0 0;
text-align:left;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
margin:0;
padding:0;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:24px;
font-size:85%;
}
/* style all the links */
.menu a, .menu :visited {
display:block;
width:auto;
padding:5px 3px;
margin:0;
text-decoration:none;
text-align:left;
}
/* style the links hover */
.menu ul li :hover{
	background:transparent;

}
/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:100px;
height:0;
margin:-10px 0 0 0;
padding:5px 0 0 0;
}

.menu ul li ul {
background:#555;
}
.menu ul li ul li {
	margin:0;
	padding:0;
	background:transparent;
background:#555;
}

#content .menu ul ul li :hover{
	background:transparent;
background:#999;

}


.menu .lower {
	padding:5px;
	width:100px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
