/***** Body stuff *****/

body
{
    min-width: 970px;
    min-height: 100.01%;
    background-image: url('/images/layout/body_bg.jpg');
    background-position: center top;
    background-color: #196624;
}

/***** Layout *****/

div.gradient
{
    height: 512px;
    position: relative;
    top: 0;
    z-index: 0;
    margin-bottom: -502px;
    background-image: url('/images/layout/body_gradient.jpg');
    background-position: center top;
    background-repeat: repeat-x;
}

table.wrapper
{
    height: 100%;
    width: 960px;
    position: relative;
    z-index: 2;
    min-height: 100%;
    margin: 0px Auto 10px Auto;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-image: url('/images/layout/content_bg.jpg');
    background-color: #FFFFFF;
    background-position: left top;
    background-repeat: repeat-y;
}

table.wrapper td.top
{
    vertical-align: top;
}

table.wrapper td.bottom
{
    vertical-align: bottom;
}

/***** Header *****/

div.header
{
    width: 100%;
    height: 150px;
    background-image: url('/images/layout/header.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

/***** Sidebar *****/

div.sidebar
{
    float: left;
    width: 200px;
    min-height: 310px;
    padding-top: 13px;
    background-image: url('/images/menu/menu_bg.gif');
    background-position: center top;
    background-repeat: no-repeat;
}

div.sidebar a, div.sidebar a:visited, div.sidebar a:hover
{
    border: none;
    text-decoration: none;
}

div.sidebar ul.menu
{
    margin: 0;
    padding: 0;
    list-style: none;
}

div.sidebar ul.menu li
{
    height: 35px;
    margin: 0;
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
}

div.sidebar ul.menu li.m_home
{
    background-image: url('/images/menu/off/home.gif');
}

div.sidebar ul.menu li.m_cmh
{
    background-image: url('/images/menu/off/cmh.gif');
}

div.sidebar ul.menu li.m_emwood
{
    background-image: url('/images/menu/off/emwood.gif');
}

div.sidebar ul.menu li.m_news
{
    background-image: url('/images/menu/off/news.gif');
}

div.sidebar ul.menu li.m_contact
{
    background-image: url('/images/menu/off/contact.gif');
}

/***** Expanding Menus on the Sidebar *****/

div.expando
{
    height: auto;
    margin-bottom: 0px;
    background-image: url('/images/menu/inventory_bg.gif');
    background-position: center top;
    background-repeat: repeat-y;
}

div.expando div.exptop
{
    height: 35px;
    background-image: url('/images/menu/inventory_top.gif');
}

div.expando div.expbottom
{
    height: 15px;
    background-image: url('/images/menu/inventory_bottom.gif');
    background-position: center bottom;
    background-repeat: no-repeat;
}

div.expando div.expcontent ul
{
    margin: 0px;
    padding: 2px 15px;
    list-style: none;
    background-image: url('/images/menu/inventory_bg.gif');
    background-position: center top;
    background-repeat: repeat-y;
}

div.expando ul li
{
    /* min-height: 20px; */
    height: auto;
    margin: 0;
    padding: 2px 0;
    text-align: center;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    border: none;
}

div.expando ul li a, div.expando ul li a:visited
{
    color: #21501f;
    text-decoration: none;
}

div.expando ul li a:hover
{
    color: #b48e4b;
    text-decoration: none;
}

/***** News Categories on Sidebar *****/

div.newsmenu div.exptop
{
    background-image: url('/images/menu/news_top.gif');
}

div.newsmenu div.expcontent ul
{
    padding: 2px 25px;
}

/***** Inventory Specials on the Sidebar *****/

div.sidebar div.inv_specials
{
    margin-top: 16px;
}

div.sidebar div.inv_specials div.inv_specials_title
{
    margin-bottom: 12px;
    font-family: Cambria, Times New Roman, Times, Serif;
    font-size: 16px;
    line-height: 24px;
    color: #21501f;
    font-weight: bold;
    font-style: italic; 
    font-variant: small-caps;
    text-align: center;
}

div.sidebar div.inv_specials div.inv_specials_title span
{
    border-bottom: 2px solid #21501f;
}

/***** The phone strip. *****/

div.strip
{
    height: 36px;
}

/***** Content *****/

div.content
{
    float: right;
    width: 720px;
    margin: 0px 20px 16px;
    min-height: 400px;                                       /***** footer overlap sidebar fix *****/
    line-height: 1.42em;
}

div.content h1, div.content h2, div.content h3
{
    padding: 0;
    margin: 0;
    font-family: Georgia, Times, 'Times New Roman', Serif;
    font-weight: bold;
    font-style: italic;
    color: #21501f;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;    
}

div.content h1
{
    margin: 0 0 12px 0;
    font-size: 30px;
    line-height: 40px;
    color: #573917;
}

div.content h2
{
    margin: 0 0 16px 0;
    font-size: 20px;
    line-height: 28px;
}

div.content h3
{
    text-align: left;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 24px;
}

div.content a, div.content a:visited
{
    color: #21501f;
    text-decoration: underline;
}

div.content a:hover
{
    color: #0030B3;
}

div.content ul
{
    margin-bottom: 1em;
}

div.content ul li
{
    margin-left: 40px;
    list-style: disc outside;
    vertical-align: middle;
}

div.content div.seperator
{
    clear: both;
    height: 0px;
    margin: 0 Auto 16px Auto;
    border-top: 1px solid #999999;
}

div.content table.contam td
{
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
}

div.content div.logolinks img
{
	margin: 10px;
}

.home-rotate
{
	width: 352px; height: 264px; overflow: hidden; margin-left: 20px;
}

.xemail { font-size: 80%; }

table.contact { border-collapse: collapse; color: #fff; border: solid 1px #0A3E0E; }
table.contact td.header { border: none; vertical-align: middle; }
table.contact td.header h2 { margin: 2px; font-size: 95%; color: #fff; }
table.contact td.emw { background: #0A3E0E; }
table.contact td.cmh { background: #1C903F; border-left: solid 1px #0A3E0E; }
table.contact td { vertical-align: top; }
table.contact td.user { padding: 10px; color: #fff; font-size: 85%; line-height: 1.5em; }
table.contact td.user a { color: #eee; }
table.contact td.user a:hover { color: #eea; }

div.content ul.alternating { overflow: auto; padding: 0; margin: 0; }
div.content ul.alternating li { margin: 0 80px; padding: 0; width: 200px; float: left; list-style: none; }

/***** Bottom & Footer *****/

div.footer
{
    margin: 0px 20px 0px 220px;
    padding: 4px 0 6px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border-top: 1px solid #404040;
    color: #404040;
}

div.footer p
{
    width: 750px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div.footer p.first
{
    border-top: 1px solid #404040;
    padding-top: 8px;
    line-height: 150%
}

div.footer a, a:visited
{
    color: #404040;
}

div.footer a:hover
{
    color: #404040;
    text-decoration: underline;
}

/***** Captions *****/

div.content span.caption
{
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color: #404040;
}

/***** Photos and Such (includes .pic for backwards compatibility) *****/

div.content .photo, div.content .pic
{
    border: 1px solid #21501f;
}

/***** Appointments and Gift Certificated *****/

form#frmRequest fieldset
{
    width: 660px;
    margin: 0 Auto;
    padding: 15px 0;
    text-align: left;
}

form#frmRequest fieldset label
{
    font-size: 12px;
    font-weight: bold;
}

form#frmRequest fieldset div.section
{
    padding: 5px 20px;
    font-size: 12px;
    font-weight: bold;
}
