/*CONTENT CLASSES*/


/* Home page */

#page-heading {
	

background-image: url(images/joseph_yellowhead.jpg);
	background-position: right top; 
margin-top: 0px;
	background-repeat: no-repeat;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
border-top: 1px solid #000000;
border-bottom:0px solid #000000;
	width:900px; 
	height: 250px; 
	padding: 0px;
	background-color: #FFEB01;
	margin: 0;
	
}

#page-body {

border-left:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
width:900px; 
float: left;
padding: 0px;

/*padding: 20px;*/
background-color: #cccccc;
}

#footer {
	width:900px; 
	 height: 60px;
	clear: both;
	padding: 0px;
	border-top:0px solid #000000;
border-left:1px solid #000000;
	border-right:1px solid #000000;
border-bottom:1px solid #000000;
text-align: center;
	color:#000000;
	background-color: #FFEB01;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	padding-top: 4px;
	margin-top: 10px;
	text-align: center;
	font-size: .8em;
	
}


.footer a:link, .homepage-footer a:visited {
	text-decoration: underline;
	color: #FFEB01; 
	background-color: transparent;
}
.footer a:hover, .boxout a:active {
	background-color: #ffffff;
	color: #191970;
}



/*additional right div */
#right {
float:right;
width:26%;
display:table;
text-align:left;
border-left: 0px solid #572f08;
border: 0px solid red;
border-collapse:collapse;
margin-top: 10px;
margin-right: 4px;
table-layout:fixed;
}
/* changes to content width float parameters */
#content {
width:69%;
float:left;
padding: 10px;
min-height:500px;
height:auto !important;
border-right: 1px dotted #010065;
/*margin-left: 10em;*/
margin-left: 0em;
} 


#navigation {

	width:900px; 
		min-height:30px; 
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 200%;
	background-color: #FE0000;
	font-size: 1em;
	}
	
	


#menu1 {
  width:900px;
  
  padding:0; 
  text-align: center;
  margin:0 auto; 
  list-style-type:none;
  }
#menu1 li {
  float:left;
  width:150px;
  border:0px solid #fff; 
  }
#menu1 a {
  /*display:block;*/
  width:150px;
  color:#000; 
  background:#FE0000; 
  text-align:center; 
  padding:2px 0; 
  text-decoration:none; 
  float:left; 
  }
#menu1 a:hover {
  color:#fff; 
  background:#000000;
  }
  
  #navigation li#current a {
	color: #FFFFFF;
	background-color: #000000;
}


	h1
	{
	text-decoration: none;
	color: #000000;
font-family: Arial, Helvetica, Verdana,Sans-serif;
margin-left: 0px;
margin-bottom: 0px;
margin-top: 10px;
text-align: left;
	font-size: 1.5em;
	}	
	
	
	h2
	{
	text-decoration: none;
	color: #000000;
font-family: Arial, Helvetica,Verdana,Sans-serif;
margin-left: 0px;
margin-bottom: 10px;
margin-top: 4px;
padding-bottom: 0px;
text-align: left;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;	
	font-size: 1.1em;
	}
	
	
	
	h3
	{
	text-decoration: none;
	color: #000000;
font-family: Arial, Helvetica,Verdana,Sans-serif;
margin-left: 0px;
margin-bottom: 0px;
margin-top: 0px;
padding-bottom: 0px;
text-align: left;

	font-size: 1.2em;
	text-decoration: none;
	}	
	






