/* CSS Document by Andrea Gargas 2008-17 */
/* Locally Grown Handcrafted Artisanal Code */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	margin: 0;
	padding: 0;
	font-size: small;
	}

/* Edwardson Tan SBMH */

* html body { 
font-size: x-small; /* for IE/Win */
f\ont-size: small; /* for other IE versions */
}

#container {
	/* background-image: url(images/fopbheader2.jpg); */	
	/* background-repeat: no-repeat; */
	/* height: 233px;  */
	 width: 930px; 
	/* font-size: 1.2em;  */
	/* margin: 4px;  */
	/* border-top: 1px solid white; */
}

#header {
	height: 50px;
	padding-top: 20px;
	margin-left: 365px;
}

#header_left {
	float: left;
	width: 326px;
	height: 150px;
}

#header_right {
    height: 206px;
	margin-left: 330px;
	margin-right: 20px;
}

#left {
	float:left;
	width: 225px;
	margin-left: 45px;
	margin-top: 120px;
}

#right {
	margin-left: 340px;
	margin-top: 70px;
	margin-right: 50px;
}

#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 40px;
	padding: 10px;
	padding-top: 17px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}

.clear:after {
content:".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

}
.clear {
min-height: 1px;
}

* html .clear {
height: 1 px;
}



/******************************* Formatting for Images and Text *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

.red {color: #ff0000;}

.cardinal {color: #990033;}

.blue {color: #336699;}

.brown {color: #614240;}

.orange {color: #ff3300;}

.green {color: #336666;}

.yellowgreen {color: #9ACD32;}

.darkgray {color: #a9a9a9;}

.limegreen {color: #32CD32;}

.steelblue {color: #4682B4;}

.mediumpurple {color: #9370D8;}




h1 {
	color: #4682B4; 		/*steelblue*/
	margin-top: 45px;
	margin-left: 40px;
	padding-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}



h2 {
	color: #bf8a44;      
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #557C2B;											/*green*/
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

h5 {
	color: ;      
	margin-left: 0px;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
}

h6 {
	color: ;      
	margin-left: 0px;
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
}

h7 {
	color: ;      
	margin-left: 0px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
}


h8 {color: #cc3300}

h9 {color: #000000;
font-family: "Arial", Helvetica, sans-serif;
}


blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	padding-bottom:10px;
	border: 1px dotted #EBE2B7;
	background-repeat: no-repeat;
	font-style: italic;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */   									/* green */
a:visited {color: #999999; text-decoration: none;}  /* visited link */										/* gray  */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */									/* brown */
a:active {color: #ff9966; text-decoration: none;}   /* selected link */										/* orange */

/*************** Formatting for Navigation *************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #ffffff;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #ffffff;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
color: #666666;										/* gray  */
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(img/menu.png) 0 -45px;
	color: #821115;									/* brown */
}


#navcontainer a:current 
{	
	background: url(img/menu.png) 0 -45px;
	color: #000000;									/* black */
}

#navcontainer a:active 
{	
	background: url(img/menu.png) 0 -45px;
	color: #ff9966;									/* orange */
}

