
/* VALLEY WRITING SOLUTIONS */


/* basic styles */
* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

html {
	margin: 0;
	padding: 0;
}
	
body {
text-align: center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333; 
	background: #e6fad6;
background: white url(../images/bgfade.gif) repeat-x; 

	margin: 0; 
	padding: 0;
}
* html body {
font-size: x-small; /* for IE5/Win */
f\ont-size:small; /* for other IE versions */
}

body a:link, a:active, a:visited{
	text-decoration:underline;
	color:#333;
}

body a:hover{
	text-decoration:underline;
color:#6a3;

}

p{
	margin: 10px 10px 10px 25px;
	padding: 0 20px 0 0;
}

p.indented{
	margin: -18px 10px 10px 42px;
	padding: 0 20px 0 0;
}


h1 {
display:none;
font-size: 150%;
}


h2{

padding: 15px 0px 5px 0px;

margin-left: 25px;
margin-bottom: 20px;
font-size: 150%;
text-decoration: underline;
font-weight: bold;
color: #445b41;
}

h3 {
	display:none;

font-size: 120%;
color: #fff;
text-align: center;
}

h4 {
	font-weight:bold;
margin-left: 25px;
margin-bottom: 20px;
font-size: 100%;
color: #445b41;
}



.Aplus {
font-size: 135%;
font-weight:bold;
}
.Aminus {
font-size: 100%;


font-weight:bold;
}
span.highlight
{
background-color:#97a77a;

padding: 4px;
}

ul.h4 {
font-weight:bold;
margin-left: 0px;
margin-bottom: 20px;
font-size: 100%;
color: #445b41;

}


li.bullets {

	list-style-type: none;
	padding-left: 0;
	margin-left: 5px;
}

#list ul {
	list-style: none;
	}

acronym {
	border-bottom: none;
}


img {
padding: 4px;
border: 1px solid #d9e0e6;
border-bottom-color:#c8cdd2;
border-right-color: #c8cdd2;
background: #eee;
}

.noborder {
margin-bottom: -2px;
padding: 0px;
border: 0px;
padding: 0px;
}





#footer img {
border: 0px;
padding: 0px;

}



/* main wrapper */

#mainwrapper { 
	height:100%;
	display:table;
	vertical-align:middle;
    text-align: left;
	margin: auto;
margin-top: 15px;
	width:806px;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;

	background: url(../images/wrapper.png) no-repeat;

}

#bigwrap{

min-height: 1200px;


}



/* header space - check depth */
#header{

	width:806px;
	height:177px;

	padding: 0px 0px 0px 0px;


}


#pageHeader span{
	display:none;
}

#quickSummary {
/* can be used to cover a replacement graphic introduction */
	display:none;
}



/* Body components */


#bodytext {
	float: left;
	padding: 20px 80px 10px 40px;
margin:0px 0px 0px 0px;

	width: 700px;
	font-size: 95%;
	color: #555;
	line-height: 1.5em;
	height:100%;
background:  url(../images/main.png) repeat-y;




	}



/* footer */
#footer{
clear: left;
	background:  url(../images/footer.png) no-repeat top left;


margin: 0px 0px 0px 0px;
height: 50px;	
padding:20px;
	text-align:center;
}


/* tabbed menu*/
#nav {
	float: left;
	width: 753px;
	margin: 0 0 0 6px;
	padding: 10px 0 0 46px;
	list-style: none;
	


	}
	
	#navb {
	float: left;
	width: 753px;
	margin: 0 0 0 6px;
	padding: 10px 0 0 46px;
	list-style: none;



	}
	
#nav li {
list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;

	

	font-size: 100%;
	}
#nav a {
	float: left;
	display: block;
	margin: 0 5px 0 0;
	padding: 4px 8px;
	color: #fff;
	
			border-bottom: none;
	background: #8db26c url(../images/navoff.png) repeat-x top left;



	}
#nav a:hover, body#intro #t-thistab a {
	color: #445b41;
	padding-bottom: 4px;
	border-color: #727377;
border-bottom: none;

	background: #ebf5ec url(../images/navon.png) repeat-x top left;
	}
/*end of tabbed menu*/






/* List Bullets */


#list li {
list-style-type: none;

	padding-left: 10px;
	margin-bottom: 5px;
margin-left: 40px;

}

li {
list-style-type: disc;

	padding-left: 0px;
	margin-bottom: 5px;
margin-left: 40px;
line-height: 1.5em;
}





/* thumbnail viewing stuff*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #c3d1ec;
visibility: hidden;
z-index: 10;

cursor: pointer;
border-top: 2px solid #ccc;
	border-bottom: 2px solid #aaa;
	border-left: 2px solid #ccc;
	border-right: 2px solid #aaa;
background:url(../images/bgfade.gif) repeat-x;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-size: 75%;
letter-spacing: 0px;
line-height: 1.1em;
color: black;
padding: 5px 5px;
text-align: right;

}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */





}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: white;
padding: 5px;
z-index: 5;
}

.align-right { float:right; margin: 0px -26px 15px 15px; }
.align-center-right { float:right; margin: 0px 0px 15px 15px; }
.align-left { float:left; margin: 0px 15px 15px 0px; }
.skip {display: none;}

.seth4 {margin-left: 0px;}

.pad {
display: none;
margin: 0 0 20em 0;}
