/* GlobalStyles */

/* this first coding is to zero off all the defaults that a browser might want to use */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a 
{
     margin: 0;
     padding: 0;
     border: 0;
}

body 
{  
 	font-family: "Arial, Helvetica, sans-serif";
 	font-size: 1.2em;
	font-style: bold;
 	color: white;
 	background-color: black; 
 	link: navy; 
	vlink: lime; 
	alink: red ;
	h1 font-size: xx-large;
	h2 font-size: x-large;
	h3 font-size: large;
	h4 font-size: medium;
	h5 font-size: small;
	h6 font-size: x-small;
	h7 font-size: xx-small;
}
	
/* page header for flag and name logo  */
div.bcard {
    margin: 0 200px 0 100px; 
	bgcolor: black;
}		
div.flaglogo 
{  
 	text-align: center; 
	bgcolor: black;
	padding: 5px 5px;
}

a { 
	color: blue;
	background: transparent; 
	font-weight: bold;
	}
/* links coding below*/	
a:link { 
	color: red;
	background: transparent;
	}

a:visited { 
	color: grey;
	background: transparent;
	}
a:active { 
	color: blue; 
	background: aqua;
	}
a:hover { 
	color: #fc0; 
	/*background: red; */
	text-decoration: none;
	}
/* endof links coding above */
	
	

/*used to highlight the name Don Edson */	
.highlight 
{
	color:#00FF00
}

/* next code for navigation bar */

#button {
	/* width: 12em;    */
	text-align:center;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	/*font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif; */
	/* background-color: #90bade; */
 	color: #333;  	 
	}

	#button ul {
		list-style: none;
		display: inline;   
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		/*  border-bottom: 1px solid #90bade;  */
		margin: 0;
		display: inline;  
		}

	#button li a {
	/*	display: inline; /* block;  */
		padding: 2px 2px 2px 0.5em;
		border-left: 2px solid #008a2a;    /*#1958b7;  */
		border-right: 2px solid #00ff2a;   /*#508fc4;   */
		background-color: #27704c; /* #006633; */
		/*background-color:#00c32a;     #2175bc;  */
		color: #fff;  /* this is font color */
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 2px solid #1c64d1;
		border-right: 2px solid #5ba3e0;
		background-color: #00FF00;  /* #2586d7; */
		color: #fff;
		}
/* end of navigation buttons code */

 /* gold page horizontal divider bar   */
 div.dividerbar {  
 	text-align: center; 
	bgcolor: black;
	padding: 8px 8px;
 	}
	
 /* centers a line of text on the page   */
div.oneliners { 
	text-align: center; 
	font size: -h3;
	padding: 5px 5px;
	}
	
.speclinks { 
	text-align: center; 
	}	

 /* company location and contact numbers   */
div.companyinfo {color: lime;
	font-size: 2em;
	font-weight: bold;
	align: center;
	text-align: center; 
	}
/* option to send office an email   */
div.emailus {
	font-size: 2em;
	font-weight: bold;
	align: center;
	text-align: center; 	
	}
/* to identify statements written by others  */
p.excerpt {
	margin-left: 5%;
	margin-right: 5%;
	padding: 0.5em;
	text-align: center;
	text-indent: 1.5em;
	
	}
/* to credit statements written by others  */	
p.excerptcredits {
	font-size: xx-small;
	font-style: italic;
	text-align: center;
	}
p.instruction {
	font-size: medium;
	font-style: italic;
	text-align: center;
	margin-left: 180px;
	margin-right: 10%;
	padding: 0.5em;
	text-indent: 1.5em;
	}
 ul.sitemap {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent:  1em;
	}
/* for returning user to a option such as top of page   */
  div.userMoveOption { color: #dcb464;
  	font-size: 1em;
   	text-align: center;
	padding: 40px;
	/* margin-top: 5px; */
 	} 
