@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #231E1D;
	background-color: #37302E;
	background-attachment: fixed;
	background-image: url(../images/bodypattern.gif);
	background-repeat: repeat;
	background-position: left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


a {
	font-size: 1em;
	border-bottom-color: #990011;
	}
a,ul li a {
	color: #bb0000;

	}
ul li a {text-decoration:none
}	
a:hover {
	font-weight:bold;
	}
a:visited {
	color: #801;
	}
ul#breadcrumbs li  {
	float: left;
	text-align: left;
	margin-right: 5px;
	list-style-type: none;
	font-size: 1em;
	bottom: 10px;
	position: relative;
	line-height: 1.2em;
	}

ul#nav {
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
	}
ul#nav li {
	line-height: 1.5em;
	}
.currentpage {
	font-weight: bold;
	color: #920000;
	font-size: 1.2em;
	text-decoration: none;
	}
/*  end navigation css  */


/*  STYLES FOR BOTH CLASSES  */
.image {
padding: 1px
}
h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.8em;
	}	
h3 {
	font-size: 1.4em;
	}
h4	 {
	font-size: 1em;
	}
h1, h2, h3, h4 {
	color:#880011;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 3px;
	}
p {
	font-size: 1em;
	color: #37302E;
	margin-top: 0px;
	}	
.clearfloat,  .rowcontainerclear{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:2px;
	font-size: 0.8em;
	width: 100%;
	float: none;
} 
#header {
	background-color: #eee7df;
	height: 200px;
	width: 1000px;
	background-image: none;
	padding-bottom: 20px;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #572C01;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}
#sidebar1 #sidebar2 {
	font-size: 1em;
	} 		
#sidebar1 a {
	text-decoration: none;
	}
#sidebar1   h3 {
	color: #37302E;
	font-size: 1.2em;
	}

#maincontent {
	background-color: #d1cdc6
}

#maincontent ul li{
	font-size: 1.5em;
	}
#footer {
	color: #D4D0C8;
	background-color: #37302E;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1em;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
	color:#E6A700;
}	
	
	
	
	
	
	
/*  END STYLES FOR BOTH   */



/* CLASS START two column fixed right with header and footer  */

.twoColFixRtHdr #container {
	width: 1000px;
	text-align: left;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #eee7df;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 198px;
	font-size: 1em;
	padding-left: 25px;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 60px;
	font-size: 1.3em;
	} 
.twoColFixRtHdr #mainContent img-right {
	float:right;
	background-color: #D1CDC6;
	background-position: center center;
	margin: 50px 0px 5px 5px;
	padding: 2px;
	}
.twoColFixRtHdr #mainContent img-left	 {
	float:left;
	background-color: #D1CDC6;
	background-position: center center;
	margin: 3px 0px 10px 25px;
	padding: 2px;
	}
p.img {margin-top: 5px;
}
.img-right {
	float:right;
	background-color: #D1CDC6;
	background-position: center center;
	margin: 5px 10px 10px 25px;
	padding: 2px
	}
	
.img-left	 {
	float:left;
	background-color: #D1CDC6;
	background-position: center center;
	margin: 5px 0px 10px 25px;
	padding: 2px;
	}
ul.mainconlist li{
	font-size: 1.5em;
}
/* CLASS END two column fixed right with header and footer  */









/* CLASS START THREE column fixed right with header and footer  */
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/
.thrColElsHdr #sidebar1 {
	float: right;
	width: 15%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0;
	background-image: url(../images/_images/cornerphyllo_pic.png);
	background-repeat: no-repeat;
	margin-right: 2px;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 20%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0;
	background-image: url(../images/_images/cornerphyllo_pic.png);
	background-repeat: no-repeat;
	margin-right: 2px;
}
.thrColElsHdr #sidebar1 h3,  .thrColElsHdr #sidebar1 p,  .thrColElsHdr #sidebar2 h3,.thrColElsHdr #sidebar2 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.thrColElsHdr  #sidebar2  h3 {
	color: #900000;
	}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColElsHdr #mainContent {
	float: left;
	width: 60%;
	margin: 0 0 0 4%;
}


/* CLASS END THREE column fixed right with header and footer  */



/* **************Subject styles******************* */
.subject_styles_arial_black {
	font-family: "Arial Black";
}
.subject_style_arial_helvetica_sansserif { font-family:Arial, Helvetica, sans-serif
}
.subjects_allcaps {
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: none;
}
.subject_paragraph__width {
	width: 400px;
	text-align: center;
	color: #640000;
}
.subject_color_37302e {
	color: #37302e;
}
.subject_spacing {
	letter-spacing: .25em;
	font-family: "Arial Black", Gadget, sans-serif;
}

/* ***************END SUBJECT STYLES******************* */





ul#footernav  li {
	margin-right: 5px;
	list-style-type: none;
	font-size: 0.9em;
	bottom: 10px;
	position: relative;
	line-height: 1.2em;
	float: left;
	color:#FC0;
	
	}
#footera	{
	text-align: center;
	}	










.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}




/*  Fluid columns  */
.fullcolumn, .threequartercolumn, .halfcolumn, .onethirdcolumn, .onequartercolumn {
	display: inline;
}

.rowcontainer p, .fullcolumn p, .threequartercolumn p, .halfcolumn p, .onethirdcolumn p, .onequartercolumn p {
	font-size: 1.3em;
	width: 100%;
	padding-right: 8px;
	
	}
.rowcontainer h3, .fullcolumn h3, .threequartercolumn h3, .halfcolumn h3, .onethirdcolumn h3, .onequartercolumn h3 {
	padding: 0 8px 0 0;
	line-height: 16px;
	}
.rowcontainer {	/* Used to keep the divs in a row.  you can use this for any size of divs */
	width: 93%;
	overflow: hidden;
	padding-left: 4%;
	display: inline;
	float: left;
	background-repeat: no-repeat;
	padding-bottom: 8px;
	padding-top: 10px;
	padding-right: -20px;
	background-position: right bottom;
	margin-right: 0px;
}
.fullcolumn {float: left; margin-left: 2%; width: 99%; margin-right: -20px;}		/* Full width column for a one column site */
.threequartercolumn {float: left; margin-left: 2%; width: 72%;}		/* Three quarter width column for a two column site, pair with the onethirdcolumn div class */
.halfcolumn {float: left; margin-left: 2%; width: 46%;}		/* Half width column for a two column site. */
.onethirdcolumn {
	float: left;
	margin-left: 2%;
	width: 30%;
	}		/* One third width column for a three column site */
.onequartercolumn {
	float: left;
	margin-left: 2%;
	width: 22%
}		/* One quarter width column for a four column site */

/*ul#mhprogram {
	width: 200 px;
	}

ul#mhprogram li{
	float: left;
	}
 .onethirdcolumn#leftcol1 p {
	background-position: center center;
	background-repeat: no-repeat;
	}
.onethirdcolumn#leftcol1 h3{
	background-color:#D1CDC6;
	background-image: url(../images/_images/phi.png);
	}
.onethirdcolumn#middlecol1 h3{
	background-color:#C9CAA6
	}
	.onethirdcolumn#rightcol1 h3{
	background-color:#B9BB8A
	}
*/
.SimpleBold {
	font-weight: bold;
}
/* .onethirdcolumn ul {
	list-style-type: square;
	font-size: 1.5em;
} */ 
