@charset "utf-8";
body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	background-image:url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-color:#431C2E;
	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: #000000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {
	padding: 0 10px 0 20px;
	height: 116px;
	font-size: 12px;
	
	
} 
.oneColElsCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColElsCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000;
} 
.oneColElsCtrHdr #footer p {
	color: #4b5b2a;
	font: bold;
	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 */
}
.oneColElsCtrHdr #footer a {
	color: #c0c872;
	text-decoration:none;
	font-weight:bolder;
	padding: 4;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}
.oneColElsCtrHdr #footer a:hover {
	color: #c0c872;
	text-decoration:underline;
	font: bold;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}


#menu {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000;
	height: 30px;
} 
#menu ul {
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	list-style: none;	
	
} 
#menu ul li {
	font-size:14px;
	margin: 0;
	padding: 4px 14px 7px 14px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	list-style: none;
	float:left;
	border-right: 1px solid #fff;
	
} 
#menu ul li.last {
	border-right: 0px solid #fff;
	
} 
#menu p {
	color: #ffffff;
	font: bold;

	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 */
}
#menu a {
	color: #ffffff;
	text-decoration:none;
	font-weight:bolder;
	padding: 4;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}
#menu a:hover {
	color: #fbe8d7;
	text-decoration:underline;
	font: bold;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}


#menu-sub {
    margin: 0 -8px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000; /* #e16829; */
	width: 500px;
} 
#menu-sub ul {
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	list-style: none;
	background: #000;
	display: block;
	width: 100%;
	height: 50px;
	
} 
#menu-sub li {
	margin: 0;
	padding: 3px 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	list-style: none;
	float:left;
	border-right: 1px solid #fff;
	background: #000;
	display: block;
}
#menu-sub li a {
	color: #ffffff;
	text-decoration:none;
	font-weight:bolder;
	padding: 5px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 15px;
	
}
#menu-sub a:hover {
	color: #fbe8d7;
	text-decoration:underline;
	font: bold;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}
#menu-sub li.last {
	border-right: 0px solid #fff;
}


#menu-sub2 {
	margin: -10px auto 0 auto;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background: #e16829;
/*	background: #016002;*/
	height: 60px;
	width: 444px;	
	
} 
#menu-sub2 ul {
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	list-style: none;	
	
} 
#menu-sub2 ul li {
	margin: 0;
	padding: 0 8px 0 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	list-style: none;
	float:left;
	
} 
#menu-sub2 p {
	color: #ffffff;
	font: bold;
	font-size:13px;
	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 */
}
#menu-sub2 ul li a {
	color: #ffffff;
	text-decoration:none;
	font-weight:bolder;
	display:block;
	padding: 2px 2px;
	font-size:15px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}
#menu-sub2 ul li a:hover {
	color: #fbe8d7;
	text-decoration:underline;
	font: bold;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}

#mainText{
	background: #dbdfbc;
	background-repeat:repeat-x;
}
#menuTD{
background:url(../images/menuBkg.jpg);
background-repeat:repeat-x;
padding-top:12px;
padding-bottom: 12px;
}
h1{
	font-family:  Arial, Verdana, Geneva, Helvetica, Sans-Serif; 
	color:#b04d16;
	background-image:url(../images/peppers2.png);
	background-repeat:no-repeat;
	border-bottom:2px solid #016002; padding:12px 10px 9px 90px; font-size:1.4em; margin:10px 10px 10px 10px; font-weight:normal;}
	

h1.book{ background:url(../images/peppers2.png) 0 14px no-repeat !important;}
	
h2{padding:5px 0 0 0; color:#7b1142; margin:0 0 0px 0; font-size:16px; font-family:  Arial, Verdana, Geneva, Helvetica, Sans-Serif; font-weight:bold;  }
h3{font-size:1.2em; color: #003333; padding: 4px; padding-left:0px; margin:7px 0 0 0; border-bottom:0; font-family:  Arial, Verdana, Geneva, Helvetica, Sans-Serif;}
h4{font-size:.9em; font-weight:bold; color:#003333; font-family:  Arial, Verdana, Geneva, Helvetica, Sans-Serif;}
h5{font-size:.8em;font-weight:bold;color:#003333; font-family:  Arial, Verdana, Geneva, Helvetica, Sans-Serif;}
.whiteText{
	color:#FFF;
}

#menutable { border: none; border-collapse:collapse; margin: 0 auto; padding: 0;}
#menutable td { border: none; border-collapse:collapse; margin: 0; padding: 0;}
#menutable h3{padding:5px 0 0 0; color:#7b1142; margin:0 0 0px 0; font-size:14px; font-family:  Arial, Verdana, Geneva, Helvetica, Sans-Serif; font-weight:bold; border-bottom: 1px solid #7b1142;  }
#menutable p{padding:0px 0 0 0; margin:0 0 0px 0; font-size:13px;  }
