/***** Body stuff *****/

body
{
    _width: expression(document.body.clientWidth < 972? "970px" : "100%");
    min-width: 970px;
    min-height: 100.01%;
    _padding-bottom: 10px;
    background-image: url('/images/layout/body_bg.jpg');
    background-position: center top;
    background-color: #355818;
}

/***** Layout *****/

table.wrapper
{
    height: 100%;
    width: 960px;
    min-height: 100%;
    margin: 10px Auto 10px Auto;
    border-top: 2px solid #000000;
    border-bottom: 2px 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;
    _height: 310px;
    _margin-right: -3px;                                        /***** IE 6 Bug *****/
    padding-top: 13px;
    background-image: url('/images/menu/menu_bg.jpg');
    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;
    _margin-bottom: -3px;                                       /***** IE 6 Bug *****/
}

div.sidebar ul.menu li.m_home
{
    background-image: url('/images/menu/off/home.jpg');
}

div.sidebar ul.menu li.m_menus
{
    background-image: url('/images/menu/off/menus.jpg');
}


div.sidebar ul.menu li.m_contact
{
    background-image: url('/images/menu/off/contact.jpg');
}

div.sidebar div.menus
{
    margin-top: 16px;
    text-align: center;
    color: #f7f7dd;
    font-weight: bold;
}

div.menus p
{
	font-weight: normal;
	font-size: 85%;
	margin: 0 10px 20px 10px;
	line-height: 1.4em;
}

div.menus a { color: #ededaf; }

div.menus a:hover { color: #ff8; }

div.menus a img { border: solid 1px #ba0808; }

div.menus a:hover img { border: solid 1px #ededaf; }

div.menus img.pic { margin-bottom: 10px; }
/***** The phone strip. *****/

div.strip
{
    height: 36px;
}

/***** Content *****/

div.content
{
    float: right;
    width: 720px;
    margin: 5px 20px 16px;
    min-height: 400px;                                       /***** footer overlap sidebar fix *****/
    _height: 400px;
    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;
    color: #ba0808;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;    
}

div.content h1
{
    margin: 0 0 12px 0;
    font-size: 24px;
    line-height: 34px;
}

div.content h2
{
    margin: 0 0 16px 0;
    font-size: 20px;
    line-height: 28px;
}

div.content h3
{
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 22px;
}

div.content a, div.content a:visited
{
    color: #15426C;
}

div.content a:hover
{
    color: #DD0000;
}

div.content ul
{
    margin-bottom: 1em;
}

div.content ul li
{
    margin-left: 40px;
    list-style: disc outside;
    vertical-align: middle;
}

div.content ul.halves
{
	margin-top: 1em;
}

div.content ul.halves li
{
	float: left;
	width: 49%;
	margin:0;
	padding: 0;
	list-style: none;
}
div.content ul.halves li.full
{
	float: left;
	width: 99%;
	margin:0;
	padding: 0;
	list-style: none;
}

div.content ul:after
{
	clear: both;
}

#homerot1
{
	width: 322px;
	height: 252px;
	float: right;
	margin-left: 10px; 
	overflow: hidden;
}

#homerot2
{
	width: 322px;
	height: 252px;
	float: left;
	margin-right: 10px;  
	overflow: hidden;
}

/***** Bottom & Footer *****/

div.footer
{
    margin: 0 20px 0 220px;
    padding: 4px 0 6px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border-top: 1px solid #ba0808;
    color: #801A1A;
}

div.footer p
{
    width: 750px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div.footer p.first
{
    border-top: 1px solid #ba0808;
    padding-top: 8px;
    line-height: 150%
}

div.footer a, a:visited
{
    color: #801A1A;
}

div.footer a:hover
{
    color: #DD0000;
    text-decoration: underline;
}

/***** Captions *****/

div.content span.caption
{
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #404040;
}

/***** Photos and Such *****/

div.content .photo
{
    border: 1px solid #ba0808;
}

/***** The home page. *****/

p.fixpadding
{
    clear: both;
    padding-top: 12px;
}

/***** Contact Page *****/

div.contact_info
{
    float: left;
    width: 360px;
}

div.contact_form
{
    float: right;
    width: 350px;
    border: 1px solid #ba0808;
    background-color: #FFFFEE;
    text-align: center;
}

form#frmContact fieldset
{
    width: 348px;
    margin: 0 Auto;
    padding: 0;
    text-align: left;
}

form#frmContact label
{
    font-size: 12px;
    font-weight: bold;
}

form#frmContact div
{
    padding: 5px 10px;
}

form#frmContact input.contact_field, form#frmContact textarea.contact_field
{
    width: 320px;
}

form#frmContact input.contact_city
{
    width: 140px;
}

form#frmContact input.contact_state
{
    width: 60px;
}

form#frmContact input.contact_zip
{
    width: 80px;
}

/***** Expanding Menus on the Sidebar *****/

div.expando
{
    height: auto;
    margin-bottom: 0px;
    background-image: url('/images/menu/expando_bg.jpg');
    background-position: center top;
    background-repeat: repeat-y;
}

div.expando div.exptop
{
    height: 35px;
    background-image: url('/images/menu/off/news_top.jpg');
}

div.expando div.expbottom
{
    height: 18px;
    background-image: url('/images/menu/expando_bottom.jpg');
    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: Verdana, Tahoma, Helvetica, Arial, Sans-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;
}

