﻿html,body
{
	font-family:Calibri,Arial,Helvetica,Verdana,sans-serif;
	margin:0;padding:0;
}

body
{
    background-color:#464436;
	padding-top:1em;
    padding-bottom:1em;
}

a
{
	text-decoration:none;
	color:inherit;
}


a:active,a:visited
{
	color:inherit;
}

.clearfix
{
	width:100%;
	clear:both;
}

#header_top_nav
{
	width:95%;
	max-width:1365px;
	font-size:1em;
	color:#ddd;
	padding-top:.625em;
	padding-bottom:.625em;
    margin:0 auto
}

#container
{
	width:95%;
	max-width:1365px;
	margin:0 auto;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    clear:both;
}

/*header*/
#header
{
    width:100%;
    background-color:#fff;
	position:relative;
	z-index:2;
	/*background-color:#993300;*/
	background-repeat:repeat-x;
    padding-bottom:1em;
}

div#site_logo
{
	float:left;
	width:100%;
	max-width:474px;
}

#header_right {
    width: 100%;
    max-width: 500px;
    float: right;
    box-sizing:border-box;
    padding:5px;
}


div#site_search {
    padding-top:5px;
    clear: both;
}

#btnSearch {
    float: right;
    margin-right: 3px;
}

div.top_nav_links {
    background-color: #F1F0E3;
}

#cat_menu_container{
    width:102%;
    margin:0 -1% 0;
}

#header_top_nav_links_left{
    float:left;
    text-align:left;
}
        
#header_top_nav_links_right{
    float:right;
    text-align:right;
}

#header_top_nav a{display:inline-block;margin-right:1em;}
/*end header*/



/*body*/
div#body
{
	width:100%;
	min-height:700px;
	background-color:white;
	position:relative;
	z-index:2;
    padding:.5em;
    box-sizing:border-box;
}

	/*menu*/
		#dl-menu
		{
			float:left;
			width:20%;
		}
		
		#dl-menu li
		{
			list-style-type:none;
		}

        #dl-menu ul
        {
            padding:0 0 0 1em;
        }

        .menu_active
        {   
            font-weight:bold !important;
        }
	/*end menu*/
	
	/*body content*/
		#body_content
		{
			float:left;
			width:80%;
		}

        #body_content_full_width
        {
            width:100%;
            margin:0 auto;
            box-sizing:border-box;
            padding:1em;
        }
	/*end body content*/
/*end body*/


/*footer*/
#footer
{
	background-color:#CCC9BB;
	color:white;
	padding-bottom:.625em;
	width:100%;
	position:relative;
	z-index:2
}

.ft_col
{
	float:left;
	width:100%;
	max-width:227.5px;
	margin-left:2%;
}

.ft_title
{
	color:#333;
	font-weight:bold;
	font-size:1em;
	margin-bottom:0;
	text-transform:uppercase;
}

.ft_subitem
{
	padding:0 0 0 .25em;margin:0;
}

.ft_subitem a
{
	color:#50483a;
}

.ft_subitem_email 
{
	padding:0 0 0 .25em;margin:0;
	max-width:150px;
}

.ft_subitem_email a
{
	color:#ddd;
}

.ft_subitem_email a:hover
{
	text-decoration:underline;
}

.ft_subitem a:hover
{
	text-decoration:underline;
	color:#333;
}

.ft_email {
    background-color: #A2A19A;
    padding: 1em;
    border-radius: 10px;
}

#copyright_info
{
	width:100%;
	text-align:center;
	font-size:.75em;
	color:#ddd;
	padding-top:.625em;
	background-color:#3B392E;
	padding-bottom:.625em;
}

/*end footer*/

/*inputs*/
input[type='text'], select, input[type='password'] {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
}

.txtSearchBox {
    float: left;
    width: 100%;
    padding-top: .4em;
    padding-bottom: .4em;
    color: #999;
    font-size: 1em;
}

.btnSearch {
    width: 25%;
    color: white;
    font-weight: bold;
    padding: .4em;
    text-align: center;
    border: 0;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    background-color: #642200;
    outline: none;
    -webkit-box-shadow: inset 0 -2px #db4334;
    box-shadow: inset 0 -2px #db4334;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btnATC {
    background-color: #8E0F10;
    border: 0 none;
    border-radius: 0.5em;
    box-shadow: none;
    color: white;
    cursor: pointer;
    font-weight: bold;
    outline: medium none;
    padding: 0.5em;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

#body_content a:hover{
    text-decoration:underline;
}

.cp_red{color:#b34725}