@charset "utf-8";
/* author: Andy Edwards*/
/* Web Design Consultant */
/* Creation date: 11/10/2005 */

body {
   font-family: georgia, arial, helvetica;
   font-size: .75em;
   margin:0; 
   padding:0; 
   background: #efa461;
}
h3  {
     font-family: arial, helvetica
     }
#Header {
  margin:0;  
  background: #efa461;
  background: url(images/small_sun1.gif) no-repeat top right;
  color: #fff;
  border-bottom: solid 1px #000;
  padding: 5px;
}

  
#Header h1 { font-family: arial;
             font-size: 2.5em;
			 font-style: bold;
			 color: Yellow;
           }

#sub_header {
   background-color: tan;
   border-bottom: solid 1px #999;
   font-size: 1em;
   font-style: italic;
   padding: 3px 0px 3px 5px;
}

#Footer {
  background-color: tan;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px;
}
#Main {
  margin: 0; 
  padding: 0;
}
#Main #Left {
  float: left;
  width: 15%;
  margin: 0; 
  padding: 10px 5px; 
  background: #efa461;
}
#Main #Right {
  float: right;
  width: 20%;
  margin: 0 5px 0 5px; 
  padding: 10px 5px 0px 5px; 
  background: #efa461;
}
#Right address { 
            background: #f3bd70;
            border: 1px solid #fff;
			padding: 5px;
		}
#Main #Middle {
  margin: 0 23% 0 18%;
  padding: 5px 5px 5px 5px; 
  border-left: solid 1px white;
  border-right: solid 1px white;
  background: #f3bd70;
}

#Middle ul {
	list-style: none;         /* turns off bullets */
	margin:0px;               /* adds margin on all sides */
	padding:0px;              /* keeps navigation from being flush against left side */
	font-size:1em;
	width: 8em;
    }

#Middle form {
              padding: 5px 0px 0px 0px;
			  margin: 5px;
             }
#Middle a { display:block;
          }
#Middle a:link {
	display:block;            /* makes area clickable */			
	padding:3px 0;            /* top & bottom = 5px, right & left = 0 */
	background:Tan;          /* box background  */
	color:#fff;               /* text in box is white */
	text-decoration: none;    /* no underlining of links */
	font-family: Verdana, arial, sans-serif;	
	width: 300px;								
}

#Middle a:visited {
	display:block;            /* makes area clickable */
	padding:3px 0;            /* top & bottom = 5px, right & left = 0 */
	background:Tan;          /* box background */
	color:#fff;               /* text in box colour is white */
	text-decoration: none;    /* no underlining of links */
	font-family: Verdana, arial, sans-serif;
	width:300px;              /* width of navigation bar */
}

#Middle a:hover {          /* changes hover background and font color */
	background:#efcc61;
	color: #fff;                  /* text box colour is white */
}
#Middle strong {
                display: block;
				margin: 5px 0px;
				padding: 3px 0px;
				background: White;
				color: #000;
				width:300px;
				font
				-size: 1em;
                }
#Middle h1 { font-family: Verdana, Arial, Sans-Serif;
             font-size: 1.5em;
			}
#menu2 ul {
	list-style: none;         /* turns off bullets */
	margin:3px;               /* adds margin on all sides */
	padding:0px;              /* keeps navigation from being flush against left side */
	font-size:1em;
}

#menu2 a:link {
	display:block;            /* makes area clickable */			
	margin:3px 0;             /* top & bottom = 3px, right & left = 0 */
	padding:5px 0;            /* top & bottom = 5px, right & left = 0 */
	background:#efa461;          /* box background is brownish */
	color:#ff3;               /* text in box is yellow */
	text-decoration: none;    /* no underlining of links */
	text-indent:20px;         /* keeps text from being flushed on left side */
	font-family: Verdana, arial, sans-serif;									
	font-weight:bold;
	width:145px;              /* width of navigation bar */
	border-top:solid yellow 2px;
	border-bottom:solid yellow 2px;
	border-left:solid yellow 2px;
	border-right:solid yellow 2px;
}

#menu2 a:visited {
	display:block;            /* makes area clickable */
	margin:3px 0;             /* top & bottom = 3px, right & left = 0 */
	padding:5px 0;            /* top & bottom = 5px, right & left = 0 */
	background:#efa461;          /* box background is orangey */
	color:#ff3;               /* text in box yellow */
	text-decoration: none;    /* no underlining of links */
	text-indent:20px;         /* keeps text from being flushed on left side */
	font-family: Verdana, arial, sans-serif;
	font-weight:bold;
	width:145px;              /* width of navigation bar */
	border-top:solid yellow 2px;
	border-bottom:solid yellow 2px;
	border-left:solid yellow 2px;
	border-right:solid yellow 2px;

}

#menu2 a:hover {                 /* changes hover background and font color */
	background:#efcc61;
	color: #fff;
	font-weight:bold;
	border-top:solid yellow 2px;
	border-bottom:solid yellow 2px;
	border-left:solid white 2px;
	border-right:solid white 2px;

}

#Middle p {
  margin: 5px 5px 0 5px;
  padding: 5px 0px 0px 5px; 
  border: 0px;
}

.bold { font-weight: bold;
      }

.midp {
  margin: 0 25% 0 25%;
  padding: 10px 5px; 
  border: 0px;
}

.padder {
  margin: 0; 
  padding: 0.5em 1em; 
  border: 0;
}
/* Create a small space */
.spacer {
		clear: both;
  		height: 0px;
  		font-size: 0px;
  		border: 0;
  		margin:0; 
  		padding:0;
  		visibility: hidden;
		}

/* Create a medium space to fill screen */
.medspacer {
  		clear: both;
  		height: 150px;
  		font-size: 0px;
  		border: 0;
  		margin:0; 
  		padding:0;
  		visibility: hidden;
		}
/* Create a big space to fill screen */
.bigspacer {
  		clear: both;
  		height: 300px;
  		font-size: 0px;
  		border: 0;
		margin:0; 
  		padding:0;
        visibility: hidden;
        }
/* Use for captions */		
.caption{  font-size: 0.75em;
           font-style: italic;
           padding: 3px 0px 3px 5px;
		   margin-left:30%;		   
        }   
.center { text-align:center;
          padding: 5px 0 0 0;
	    }
.textright { text-align: right;
             display: inline;
		  }