@charset "ISO-8859-1";
@import url("base.css");
@import url("nav.css");
/*
	Mark the main menu location
------------------------------------------*/
#mm0 a, #mm0 a:hover {

/* indicates which row in the menu.gif
64 is the start of the bottom row the bold brown text tow to use
because "home" is highlighted in the menu bar on this page.  

ex. 0 is the starting point on X-axis, indicates which button/word to choose
    64 is starting point on y-axis, indicates which row to choose
	
	#mm0 in this CSS describes which menu item is selected.  So if u clicked Products(mm11) you would want to put that at the top of it's css so it knows 
	which one to select in the menu bar.
	
1. Check Nav.css for everything else pertaining to the menubar coordinates
2. make sure the sub's match the currently selected sub (the submenu w/ the bean next to it indicating it's selcted).  The subs to change
   will be in the css file for the html file.  

*/
background:url(../images/menu.gif) 0 -64px no-repeat;
}
#mMenu li:hover ul li a, #mMenu li.jshover ul li a {
background:none; /* this fixes a background isssue */
}

.row1 {
display: inline;
margin:193px 0;
background:#000000;

}
.row2 {
height:220px
}
#quo0, #cal1, #cal2, #cal3, #cal4 {
margin:0;
float:left;
}
#quo0 a, #cal1 a, #cal2 a, #cal3 a, #cal4 a {
margin:0;
}

#quo0, #quo0 a {
	width:538px;
	height:232px;
	display:block;
}
#quo0 a {
	background:url(../images/homeQuote.jpg) no-repeat;
	margin:0 0 10px 16px;
}
#quo0, #cal4 {
margin:160px 0 0 0;
}

#quo0 a{
margin:0 0 0 0;
}

#cal1 a {
margin:5px 0 0 0;
}
#cal2 a {
margin:5px 0 0 12px;
}
/*
#cal3 {
margin:0;
}
#cal3 a {
margin:5px 0 0 10px;
}
*/
#cal3 {
position:absolute;
bottom:9px;
right:18px;
}
#cal3 a {
margin:0;
}

#cal4 {
display: block;
}

#cal4 a{
margin:5px 0 0 15px;
}

#footer p.fpLinks { 
font-size:10px;
text-align:center;
margin:5px 0 -15px 0;
display:block;
color:#6e401a;
}
#footer p.fpLinks a{
color:#6e401a;
}

.downloadCallout{
	border: none;
	position:absolute;
	top:-20px;
	left: 410px;
	z-index:9999909999;
}
