body 	{ margin: 0; 
	 padding: .25em 0 0 0; 
		  background: transparent url(images/darkgreen.jpg) repeat-y scroll 0% 25%; 

	 }
img 	{border: 0}

div {border: 0px solid red}

h1 {background: transparent; color: #600; font-size: 200%; text-align: center;line-height: 1em;}
h2 {background: transparent; color: #004700; margin: 1em 0 0.3em 0;line-height: 1em;}
h3 {background: transparent; color: #004700; margin: 1em 0 0.3em 0;line-height: 1em;}

.spacer {clear: both; background: transparent; margin: 0; padding: 0;}

/* ===========================================================================
     Header
============================================================================== */
#header 	{border: 1px solid black; height: 71px; border-right: 0; background: white; color: black; margin-top: -4px; }
#logo 	{border: 1px solid black; border: 1px 0;
		width: 92px; 
		margin-top: -1px; margin-left: -1px;
		padding-top: 2px; padding-left: 3px; padding-bottom: 2px;
		float: left;
		background: white}
#coname	{height: 59px;
		 padding: .5em 0 0 .5em;
		 border: 1px solid black; border-top: 0; border-right: 0; 
		font: normal normal normal 100% Sans-Serif; }
#header #coname #phone {padding-left: 5em;}
html>body #header
{
width: auto;
height: auto;
min-height: 71px;
}

/* =========================================================================
	Containers
============================================================================ */

#wrapperl 	{ /*  margin-top: -13px;  */
		  padding: 0; 
/*		  margin-top: 5px; */ 
		  border: 1px solid white;
		  border-bottom: 1px solid #FFF; 
		   border-top: 2px solid white; 
		  border-left: 1px solid green;
border: 0px solid purple;
		 
		}

#wrapperr 	{background: transparent url(images/lightgreen.jpg) repeat-y scroll right; 			padding: 0 0; 
		 border-bottom: 1px solid #FFF;
   border-top: 2px solid white;
		/*border: 4px solid red;*/}

/* ==========================================================================
     Left  Menu
============================================================================= */
#menu {
	width: 159px;
	float: left;
	display: inline; /* doubled margin bug fix for IE/win */
 border: 0px solid orange; 
/*	margin: 15px 20px 5px 20px; */
background: transparent;
}
#menu ul, #menu li {margin: 0; padding: 0; border: 0;}

/*
#menu 	{		padding: 0; margin: 0;
		margin-left: -1px;
		}

*/
#menu ul {
  	/*width: 8em;*/
	width: 159px;
	border: 0px solid orange;
	text-align: left;
	/* border-top: 1px solid #000; */ /* Makes top border on flyouts */
	background: transparent;
	margin-left: 0;
	}

#menu li {
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	font-weight: bold;
	font-family: arial, sans-serif;
/*	border-left: 1px solid #000;*/ /* Makes side borders on flyouts */
/*	border-right: 1px solid #000;*/ /* Makes side borders on flyouts */
/*	border-bottom: 1px solid #000;*/ /* Makes bottom border on flyouts */
	vertical-align: bottom; /* for IE5/win */
	}

#menu ul a {
	display: block;
	padding: 5px 2px;
	vertical-align: bottom; /* needed for IE5/win */
	text-align: center;
	text-decoration: none;
/*	color: #552;  */
	}

#menu ul ul { 
	position: absolute;  
	left: -3000px;
	background: #fed; 
	border-top: 1px solid #000;  /* Makes top border on flyouts */
	}	/* flyout elements need a background image or color to avoid bugs in IE/win */
		
/* #menu li:hover {background: #ddf;} */
	
#menu ul li:hover ul {
	left: 2.5em;
	top: 25px;
}

#menu ul a:hover {text-decoration: underline;}
	
/* \*/ /*/ 
#menu ul li ul {position: static;}
/* */

/* The block above hides the rule inside so that only IE5/Mac can see it.
This rule causes the menus to be fully expanded vertically in that browser,
allowing those users to access the navigation without needing to hover it. */

#menu ul li	{background: #393; 
		font: normal normal bold 100% Sans-Serif; 
		 padding: .25em .5em; margin: 2em 0 .25em 0; }


#menu ul li ul li	{ background: #f5f5f5; 
			color: black; 
			font: normal normal bold 100% sans-serif; 
			text-align: center;
			border-left: 1px solid #000; /* Makes side borders on flyouts */
			border-right: 1px solid #000; /* Makes side borders on flyouts */
			border-bottom: 1px solid #000; /* Makes bottom border on flyouts */
			margin: 0; padding: 0;}

#menu a, #menu a:link, #menu a:visited {text-decoration: none; 
							color: #FFF;
							display: block;
border-bottom: 1px solid #393; text-align: left}


#menu ul li a:hover, #menu ul li a:active{border-bottom: 1px solid #FFF; display: block;  text-decoration: none;}


#menu ul li ul li a, #menu ul li ul li a:link, #menu ul li ul li a:visited	{color: black; background: transparent; border-bottom: 1px solid #f5f5f5; display: block; text-align: left; }

#menu ul li ul li a:hover, #menu ul li ul li a:active {color: #000; background: transparent; color: green; border-bottom: 1px solid #000; display: block;}

#menu ul ul li {padding: 0; margin: 0; 


}
/* =================================================================================
           Content
==================================================================================  */
#content	{/*float: left; */
		padding: 0 .5em;
		width: auto; 
		/*border: 2px solid red;*/
		margin: 0 25px 0 159px;

		line-height: 1em;
}
#content #docpic 	{float: right; 
			display: inline; 
			width: 273px; 
			margin-left: .25em}
#content a:link, #content  a:visited {background: #fff; color: #004700}
#content a:hover, #content a:active	{background: #BFFFBF; color: #660000}
#content .emphasis1	{font: normal normal bolder 100% Serif;}
#content .emphasis2  {font: italic normal normal 100% Serif;}
#content .emphasis3  {font: italic normal bolder 100% Serif;}
#content .company {font: italic normal normal 100% Serif;}

#content ul li {list-style-type: square; line-height: 1.5em;}

#content ol li {line-height: 1.5em;}

#container #content {		margin: 0 150px 0 159px;}
/*==================================================================================
	Articles Boxes
================================================================================== */

#articles 	{float: right; 
		background: transparent; 
		color: #470000; 
		width: 150px; 
		padding: 1em 0; margin: 0; 
		/*border: 2px solid silver;*/}
.article		{background: #FFF; color: #470000; 
		border: 2px solid #600; 
		width: 116px; 
		margin: .25em auto; padding: 0 .25em;}

.article h2 	{background: #FFF; color: #600;  
		font-size: 105%;
		text-align: center; 
		margin: 0;}
#articles h3	{text-align: center}

.article p  {font-size: 75%; margin: 0}


html>body #container
{
width: auto;
height: auto;
min-width: 750px;
}
