@charset "UTF-8";
body  {
	font:100% Arial, Helvetica, sans-serif ;
	background-image: url(../images/bkg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	background-color:#FFF;

}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {
	height: 100%;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

body > #wrap {height: auto; min-height: 100%;}

#main {
	width:800px;
	padding-bottom: 250px;}  /* must be same height as the footer */

#footer {
	background: #000000 url(../images/footerbkg_43.jpg) repeat-x;
	position: relative;
	margin-top: -250px; /* negative value of footer height */
	height: 250px;
	clear:both;
} 
#foot {
	text-align:center;
	width:800px;
	margin-left: auto;
	margin-right:auto;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#main {
	width:800px;
	margin:0 auto;
	clear:both;
	padding-right:10px;
	padding-left:10px;
}





.twoColFixRtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	height:118px;
	background-image:url(../images/fourmyle_web_04.jpg);
	background-repeat:no-repeat;
	background-position: 90% 63%;
	width: 800px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	padding-top: 0pt;
	padding-right: 10px;
	padding-bottom: 0pt;
	padding-left: 10px;
	} 
.twoColFixRtHdr #nav { 
	text-align:center;
	margin-bottom:25px;

} 
.button {
	padding: 0px 28px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 277px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixRtHdr #mainContent {
	width:440px;
	margin:0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	} 
.classes ul{

}

.classes li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #B8002A;
	text-align: left;
	margin-left: 15px;
	list-style-type:square;
	margin-bottom:15px;
	width:425px;
}
.twoColFixRtHdr #footer p {
	font-size:.7em;
	color:#999999;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #homefooter {
	padding: 5px 0px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.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;
}
.clearfloat { /* 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:0;
    font-size: 1px;
    line-height: 0px;
}
img {
border:none;
}
p {
	font-size: .8em;
	line-height:1.5em;
	margin-bottom:10px;
}
.tablecopy{
	font-size:.7em;
}
.tablecopy a:visited{
	color:#000000;
}
.tablecopy a:hover{
color:#b8002a;
}
.tablecopy a:active{
color: #666666;
}
.tablecopy a:link{
color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin-bottom:10px;
	line-height:25px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight:bold;
}
.tablebottomline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

/*this is for the drop down menu

#multi_drop_menus * {
	margin:0;
	padding: 0px 0px;
	
}
#multi_drop_menus ul {
	}
#multi_drop_menus {
	behavior: url(../js_tools/csshover.htc);
	font-size:12px;
	font-family:Arial Narrow;
	font-weight:bold;
	float:left;
}
#multi_drop_menus li {
	list-style-type:none;
	float:left;
	position:relative;
	
}
#multi_drop_menus li ul{
	position: absolute;
	width:9em;
	display:none;
}
#multi_drop_menus li:hover ul{
	display: block;
}
#multi_drop_menus li ul li{
	width:100%;
}
#multi_drop_menus a {
	background-color:#000000;
	display:block;
	padding:.3em 6px;
	color:#FFF;
}
#multi_drop_menus a:hover {
	color:#FFF;
	background-color:#B8002A;
}*/
