







/*-------------------------------------------------
HEADLINE Styles
-------------------------------------------------*/

H1 {
	font-family: Melior, Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	line-height: 40px;
	color: #550000; 
	font-weight: bold;
	margin: 0px 0px 10px 0px;
   }


H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #790000; 
	font-weight: bold;
	margin-bottom: 5px;
   }

.header 
   { 
    font-size: 33px;
    color: #790000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px
   }

/*-------------------------------------------------
Font styles
-------------------------------------------------*/

.style01 
   { 
    font-size: 1.2em;
    color: #8C0000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px
   }


/*-------------------------------------------------
image floating styles
-------------------------------------------------*/

.featureright img{
	float: right;
	padding:  0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


.featureleft img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 10px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */



/*-------------------------------------------------
MAIN Navigation
	width: auto;

-------------------------------------------------*/

#navbarP {
	background: #BE7AF5;
	border: 1px purple solid;
	}

#navbarY {
	background: #FFFF00;
	border: 1px yellow solid;
	}
	
	
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#mainnav {
	padding: 0px 15px 0px 15px;
	}


/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
menubar is the root UL and menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
/*
Root-Level Links. Font-size is set here and will apply to all menu levels.
*/
#menubar a {
	display: block;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #8C0000;
	text-decoration: none;
	background: #E3E2E9;
	padding: 5px 15px 5px 15px;
}

/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#menubar li {
	float: left;
	width: 9em;
	z-index: 5;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#menubar li:hover a, #menubar a:focus,
 #menubar li.hvr a {
	color: #F0CC00;
	text-decoration: underline;
	background: #925F38;
	z-index: 5;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#menubar li {width: auto;}


/*-------------------------------------------------
LINK Styles
-------------------------------------------------*/

a:link{ 
	color: #004F75;
	text-decoration: underline;
}

a:visited{
	color: #CC0000;
	text-decoration: underline;
}

a:hover {
	color: #8A1294;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */
	
a.underline:link, a.underline:visited {
	text-decoration: underline;
	color: #006633;
	}
		

/*-------------------------------------------------
LIST Styles
-------------------------------------------------*/
	

#list {
	margin: 0 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #ddd;
	background-color: #fdfeff;
	padding: 10px;
}

#list ul{
	font-size: 1.1em;
	color: #8C0000;
	padding-left: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}

#list ul li{
	color: #404040;
	list-style: square;
	font-size: 12px;
	margin-left: 20px;
	line-height: 16px;
	margin-bottom: 3px;
}

#list ul li a{
	font-weight: bold;
}

/*-------------------------------------
FLEX styles added by Nickie W and Jack
---------------------------------------*/

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.wcontent {
    flex: 1;
}

.wwrapper {
    margin: auto;
    max-width: 75rem;
}

.wchapimg {
    height: auto;
}

.andrezbar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: "navigation/title.jpg";
    background-color: "#E3E2E9";
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
}



	