/* +++++++++++++++++++++++++++++ Shifting Ground +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 0px;
	padding: 0px;
}

body {
	color: black;
	background-color: #8B2500;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1.01em;
	text-align: center;
}

table {
	font-size: 1.11em;
}

td {
	
	background-color:  #6d6845;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1.11em;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

img {
	border: none;
}


                                                           
ul, ul li {
	list-style: none outside;
}

ol, ol li {
	list-style: decimal inside;
}

p {
	padding: 0.6em 0em 0.6em;
        font-weight: bold;
        line-height: 140%; 
            color: #fff; 
            font-size: 2.01em
 }

h3 {
	padding: 0.6em 0em 0.6em;
        font-weight: bold;
        line-height: 135%; 
            color: #000;          
            font-size: 1.71em }
h4 {
	padding: 0.6em 0em 0.6em;
        font-weight: bold;
        line-height: 135%; 
            color: #000;          
            font-size: 1.51em }




fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1.01em;
}

.hidethis {
	display: none;
}

.clearthis {
       
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 0.31em;
	overflow : hidden;
	visibility: hidden;
}


/* ++++++++++++++++++++ Image Thumbnails ++++++++++++++++++++ */

.tb_center {
	text-align: center;
}


                                                         


.tb_center img {
	margin: 1.3em auto;
	border: 1px #BEBEBE solid;
}





                                                                 

/* ++++++++++++++++++++ Body Wrappers ++++++++++++++++++++ */

#body_wrapper {
        margin: 20px auto 0 auto;
	
	width: 982px;
	background: #8B2500  no-repeat 100% 68px; 
	font-size: 0.71em;
}

/* ++++++++++++++++++++ Body Container ++++++++++++++++++++ */
#body_container {
                                                                   
	float: right;
	position: relative;
	left: -15px;
	width: 950px;
	background: #6d6845 no-repeat 0% 100%;

}

#body_container_b {
	padding: 15px 0px;
	width: 950px;
	background: #8B2500 no-repeat 0% 0%;
}

#body_container_c {
	color: inherit;
	background-color: #6d6845;
	border-left: #BEBEBE 6px solid;
	border-right: #BEBEBE 6px solid;
        border-bottom: #BEBEBE 6px solid;
}








/* ++++++++++++++++++++ Page Header ++++++++++++++++++++ */

#page_header {
	padding-bottom: 8px;
	color: inherit;
	background-color: #BEBEBE;
}

#page_header h1 {
margin: 0;
padding: 5px 10px;
font-size: 5.11em;
font-weight: bold;
font-family: gaze;
color: #000;
text-align: center;
}




#page_header h3 
        {position: relative;
        bottom: 2px;
        width: 100%;
       height: 20px;
        color: #fff;
        background: #BEBEBE no-repeat 50% 50%;    
}






/* ++++++++++++++++++++ Page Content ++++++++++++++++++++ */

#page_content {
	padding: 15px 17px 10px;
	font-weight: bold;
	text-align: left;
}


                                                   #page_content_b {
	                                           padding: 15px 17px 10px;
	                                          font-weight: bold;
	                                          text-align: left;
                                                   }                               
	
.link_readmore {
	padding: 35px 0px 10px;
	text-align: right;
}

.link_readmore a {
	margin-left: auto;
	display: block;
	width: 94px;
	height: 24px;
	background: url('images/button_readmore.gif') no-repeat 0% 0%;
}



/* ++++++++++++++++++++ Navigation Menu ++++++++++++++++++++ */

#navmenu {
	float: left;
	margin-top: 68px;
	position: relative;
	left: 77px;
	width: 166px;
	
	font-size: 1.15em;
	font-weight: bold;
}

#navmenu_b {
	padding: 15px 0px;
	width: 166px;
	background: #BEBEBE no-repeat 0% 0%;
}

#navmenu_c {
	color: inherit;
	background-color: #6d6845;
	border-left: #BEBEBE 6px solid;
}

#navmenu a {
	text-decoration: none;
	text-transform: uppercase;
}

#navmenu li {
	border-top: #BEBEBE 1px solid;
        border-right: #BEBEBE 6px solid;
}

#navmenu li a {
	display: block;
	padding: 5px 0px;
	width: 160px;
}

#navmenu li a:hover {
	color: inherit;
	background-color: #989160
}

#navmenu li.list_first {
	border-top: none;
}


#navemenu li h2 
        {position: relative;
        bottom: 2px;
        width: 100%;
        height: 20px;
       
        }


/* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */

#page_footer {
	padding: 20px 0px;
	font-size: 1em;
	font-weight: bold;
        
}


<!--
a.info
{
    position:relative;
    z-index:24; background-color:#8B2500;
    color:#fff;
    text-decoration:none
}

a.info:hover {z-index:25; background-color:#fff}

a.info span{display: none}

a.info:hover span
{
    display:block;
    position:absolute;
    top:2em; left:2em; width:10em;
    border:1px solid #0cf;
    background-color:#000; color:#fff;
}




