﻿body {
	 background-color: #778899; 
 border-left: 20px dashed #FFDEAD;
 border-right: 20px dashed #FFDEAD;  /** to change that pale green background **/
	/**background-color: red;                                                          one or the other   not both line above and this one **/
	color: #00ffff;   /** this line chaned the color of the word's      was   #00fff     **/
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

* {
	/** removing this area allowed for blue text in address but made menu purple?  **/border-left: medium;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-decoration: none;
	text-indent: 5px;
	border-left-width: medium;
}

.clear{clear:both;}
#container {
	margin: 0px auto;                       /** dont forget the ; at the end of the lines!!!   **/
	width: 90%;
	
	color:#000000;	
}   /**
a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	text-decoration: none;
}
**/
#menu {
	position:relative;
	background-image:url("../images/header.png");
	background-repeat:no-repeat;
	width:100%;
	height:105px;
	

}
#menu ul{
	position:absolute;
	top:15px;
	right:10px;
	color: ff0000;
}

#menu h4{
	text-decoration: none; 
	color: white;
}

#menu li{
	/**float:center;**/
	display:inline;
	padding: 0px 0px 0px 10px;
	color: ff0000;
    
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
	text-transform: uppercase;
	color: ff0000;
	text-decoration: none;
}
#menu a:hover{	text-decoration: none;
     
}
  
/********************** Main ***************************/
#main {
	/**background-image:url(images/main_bg.gif); **/
	text-align:center;
	background-color: #C0C0C0;
	background-repeat: repeat-y;
	display:block;
	width:100%;
	height:15px;
} 
#main a:hover{text-decoration: underline;}

#content {
	/**background-image:url(images/content_bg.gif);**/
	background-color:#ffffff;   
	/**background-repeat: repeat-y;**/
	width:100%;
	height:475px;
}
 #content a 
{
    color: #778899;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	text-decoration: none;
}

  h2{
	text-indent: 2.0em;
	padding-right: 50px;
	padding-left: 10px;
} 





  
/********************** Footer ***************************/
#footer {
	/**background-image:url(images/footer_bg.jpg); **/
	background-color:#C0C0C0;
	background-repeat:no-repeat;
	width:100%;
	height:50px;
	text-align:center;
	float:left;
	clear:both;
	
border-bottom-left-radius: 2em;
border-bottom-right-radius: 2em;
	
}
#footer ul{

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #908a68;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: black;
	text-decoration: none;
}
#footer a:hover{text-decoration: underline;}
#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #18160e;
	margin:10px;
	display:block;
}

