/* color table:
   #eeeeee - light gray on homepage sub-nav
   #d9f0f9 - light blue on homepage main text area
   #ff6e04 - orange
   #67df6a - light green (left side nav)
   #56bb67 - dark green (catalog search)
   #f7f7f7 - light gray on inside page breadcrumb trail
*/

/***************************************************/
/* Global styles for the entire site (except kids) */
/***************************************************/

.top-phone-email {
font-family: "Trebuchet MS", Arial;	
font-size: 13px;	
font-weight: bold;	
text-align: right;	
line-height: 12px;	
height: 44px;	
vertical-align: bottom;}
.top-phone-email a {color:#000000; text-decoration:none;}
.top-phone-email a:hover {color:#ff6e04; text-decoration:none;}

/****************************************************/
/* This is the section for the homepage of the site */
/****************************************************/

/* This is the part of the style sheet that controls the main menu on the HOMEPAGE. the TH style control the top row of the main menu (About, Services, etc). The TD style controls the second row height and background, but the second row (search and sub-menu items) are stylized using the SEARCH style (for the catalog search) and the UL & LI tags (for the sub-menu items).

Note that the "FONT SIZE" and "CATALOG SEARCH" sections are also part of this layout */
#mainmenu th {height:25px; color:#ff6e04; font-family:"Trebuchet MS", Arial; font-size:14px; font-weight:bold;} 
#mainmenu td {height: 75px; color:#555555; font-family:"Trebuchet MS", Arial; font-size:13px; font-weight:normal;} 
#mainmenu .search {font-size:15px; font-family:"Trebuchet MS", Arial; color:#000000; font-weight:bold; padding:0px 10px 0px 10px;} /* search cell */


/* this is the main body of the HOMEPAGE, including the rest of the left side navigation.  The leftnav class controls the green left side, the maintext section controls the homepage body, and the rightcalendar class controls the upcoming events section.  You'll need to use the H1 for the page headings and P tags for the copy itself to envoke the font formatting.  On the left side, you'll need to use the UL and LI tags to control formatting. */
#mainbody .leftnav li {list-style-type: none; color:#000000; font-family:"Trebuchet MS", Arial; font-size:13px; font-weight:normal; }
#mainbody .maintext h1 {padding: 25px 20px 10px 20px; font-family:"Trebuchet MS", Arial; text-transform:uppercase; color:#000000; margin:0px; font-family:"Trebuchet MS", Arial; font-size:18px; font-weight:bold;}
#mainbody .maintext p {padding: 00px 20px 10px 20px; font-family:"Trebuchet MS", Arial; font-size:15px; font-weight:normal; margin:0px;}
#mainbody .rightcalendar {font-family: "Trebuchet MS", Arial; font-size: 14px; font-weight: normal; color:#555555;}
#mainbody .rightcalendar h1 {background-color:#ff6e04;	font-size:16px;	text-transform: uppercase; color:#000000; padding: 2px; text-align:center; margin:0px;}

/* this is the footer section for the homepage */
#footer {width: 760px; height: 30px; background-image: url(images/home_09.jpg); background-repeat:no-repeat; font-family:"Trebuchet MS", Arial; font-size:12px; color:#000000; text-align:left;}
#footer p {padding: 5px;}


/**************************************************/
/* This is the section for the inside of the site */
/**************************************************/

#insidebody th {height:25px; color:#ff6e04; font-family:"Trebuchet MS", Arial; font-size:14px; font-weight:bold; }
.breadcrumb {height: 23px; background-image:url(images/inside_07.jpg); font-family:"Trebuchet MS", Arial; font-size:12px; color:#000000; padding-left:10px;}
#insidebody .leftnav li {list-style-type: none; color:#000000; font-family:"Trebuchet MS", Arial; font-size:13px; font-weight:normal; }
.insidemain h1 {padding: 0px 0px 10px 0px; font-family:"Trebuchet MS", Arial; text-transform:uppercase; color:#0397d6; margin:0px; font-family:"Trebuchet MS", Arial; font-size:18px; font-weight:bold;}
.insidemain p {padding: 00px 0px 10px 0px; font-family:"Trebuchet MS", Arial; font-size:14px; margin:0px; color:#333333;}
.insidemain li {font-family:"Trebuchet MS", Arial; font-size:14px; margin-left:30px; color:#333333; font-weight:bold;}
#insidebody .search {font-size:15px; font-family:"Trebuchet MS", Arial; color:#000000; font-weight:bold; padding:0px 10px 0px 10px; background-color:#56bb67; height:75px;} /* search cell */

/* this is the footer section for the inside */
.footer-inside{position: static; bottom:0px; z-index:1; width: 760px; height: 30px; background-image: url(images/inside_11.jpg); background-repeat:no-repeat; font-family:"Trebuchet MS", Arial; font-size:12px; color:#000000; text-align:left;}

