/*************************************
    *** Header Section  ***
*************************************/

#header_bg{
	background:#e2d7a2 url(images/header_bg.jpg) no-repeat top center;
	margin: 0 auto;

}

#header
{
    clear: both;
	height:286px;
	width:956px;
}

/*  Begin Header Left Side  */
#header .left
{
    float: left;
	width:347px;
	margin-top:25px;
}
/*  End Header Left Side    */

/*  Begin Header Right Side */
#header .right
{
    float: left;
	width:531px;
	text-align:left;
	line-height:18px;
	margin-top:25px;
	margin-right:32px;
}
/*  End Header Right Side   */

.logo
{
}

/*************************************
   ***  End Header Section  ***
*************************************/


/*************************************
    *** Navigation Section  ***
*************************************/
#navigation
{
    clear: both;
    float: left;
	background:url(images/menu_bg.gif) no-repeat top center;
	width:956px;
	margin-top:20px;
}

#red_bg
{
	background-color:#5a1400;
	height:11px;
}

#red_content
{
width:956px;
	background:url(images/content_bg.jpg) top center;
	background-repeat:no-repeat;


}

/*************************************
    *** End Navigation Section   ***
*************************************/


/*************************************
    *** Banner Section  ***
*************************************/
#banner
{
    clear: both;
    float: left;
	background:url(images/content_bg.jpg) top center;
	width:956px;
	height:110px;
	margin-top:-10px;

}

/*   Begin Banner Left Side  */
#banner .left{
	text-align:left;
	width:420px;
	float:left;
	margin-left:38px;
	_margin-left:18px;

}
/*   End Banner Left Side    */

/*   Begin Banner Right Side */
#banner .right {
	text-align:left;
	width:427px;
	float:right;
	text-align:right;
	padding-top:26px;
	
}
/*   End Banner Right Side   */

/*************************************
    *** End Banner Section   ***
*************************************/


/*************************************
    *** Breadcrumbs Section  ***
*************************************/
#breadcrumbs
{
    clear: both;
	display: none;
    float: left;
}

/*   Begin Breadcrumbs Left Side  */
#breadcrumbs .left
{
	display: none;
    float: left;
}
/*   End Breadcrumbs Left Side    */

/*   Begin Breadcrumbs Right Side */
#breadcrumbs .right
{
	display: none;
    float: left;
}
/*   End Breadcrumbs Right Side   */

/*************************************
    *** End Breadcrumbs Section   ***
*************************************/


/*************************************
    *** Content Section ***
*************************************/

#texture_bg {
	background:#e2d7a2 url(images/textture_bg.jpg) no-repeat top center;
	margin: 0 auto;
}

#content
{
	margin-top:-3px
}

/*********************************
*   Begin Title Section
*********************************/
#title
{
    clear: both;
		background:url(images/content_bg.jpg) top center;
		width:956px;
}

/*   Begin Title Left Side  */
#title .left
{
	width:890px;
	text-align:center;
	height:315px;
}
/*   End Title Left Side    */

/*   Begin Title Right Side */
#title .right
{
	display:none;
}
/*   End Title Right Side   */

/*********************************
*    End Title Section
*********************************/

/*********************************
*   Begin Content Large Column
*********************************/
#largeColumn
{
	background:#e2d7a2 url(images/textture_bg.jpg) top center;
	margin: 0 auto;
}

/*   Begin Content Large Row1  */
#largeColumn .row1
{
    clear: both;
	background:url(images/content_bg.jpg) top center;
	width:884px;
	padding-left:36px;
	text-align:left;
	padding-right:36px;
	padding-top:30px;
}

#largeColumn .row1 .left
{
}

#largeColumn .row1 .middle
{
	display: none;
}

#largeColumn .row1 .right
{
	display: none;
}
/*   End Content Large Row1  */

/*   Begin Content Large Row2  */
#largeColumn .row2
{
display:none;
}

#largeColumn .row2 .left
{
display:none;

}

#largeColumn .row2 .middle
{
	display: none;
}

#largeColumn .row2 .right
{
display:none;

}
/*   End Content Large Row2  */

/*   Begin Content Large Row3  */
#largeColumn .row3
{
	margin-top:-3px;
	background:url(images/content_bg.jpg) top center;
	background-repeat:repeat-y;
	padding-bottom:125px;
	width:956px;

}

#largeColumn .row3 .left
{

	clear:both;
	width:884px;
	padding-left:36px;
	text-align:left;
	padding-right:36px;
	padding-top:20px;
	line-height:18px;
}

#largeColumn .row3 .middle
{
	display: none;
}

#largeColumn .row3 .right
{
	display: none;
}
/*   End Content Large Row3  */

/*********************************
*  End Content Large Column
*********************************/

/*********************************
*   Begin Content Small Column
*********************************/
#smallColumn
{
	display: none;
}

/*   Begin Content Small Row1  */
#smallColumn .row1
{
	display: none;
}
/*   End Content Small Row1  */

/*   Begin Content Small Row2  */
#smallColumn .row2
{
	display: none;
}
/*   End Content Small Row2  */

/*   Begin Content Small Row3  */
#smallColumn .row3
{
	display: none;
}
/*   End Content Small Row3  */

/*********************************
*  End Content Small Column
*********************************/

/*********************************
*  Begin Bottom
*********************************/
#white_container {
	margin: 0 auto;
	background-color:#f0e6d3;
	height:3px;
}

#white_bg{
	background:url(images/content_footer.jpg) top center;
	background-repeat:no-repeat;
	width:956px;
	height:3px;

}
#bottom_container{
	margin: 0 auto;
	background-color:#543816;
	
}

#bottom
{
	width:956px;
	height:134px;
	background:url(images/content_footer.jpg) top center;

	
}
/*********************************
*  End Bottom
*********************************/

/*************************************
    *** End Content Section ***
*************************************/

/*************************************
    *** Footer Section  ***
*************************************/



#footer_container
{
}

#bottom_container a:link,
#bottom_container a:visited,
#bottom_container a:active,
#bottom_container a:hover {
	color: #ffffff;
	text-decoration:none;
}


#footer
{
	
	}

#footer .left
{
	display:none;
}

#footer .right
{
	padding:10px 40px 50px 0;
	text-align:right;
	width:956px;
	color:#FFF;
	font-size:11px;
}
/*************************************
    *** End Footer Section  ***
*************************************/

.home_left {
	float:left;
	width:60px;
	color:#682913;
	font-weight:bold;
	padding-bottom:2px;
}

.home_right {
	float:left;
	width:435px;
	padding-bottom:2px;

}

h1 {
color:#682913;
border-bottom:solid 4px #682913;
font-size:28px;
}

#largeColumn .row2 strong {
	color:#682913;
	}
#largeColumn .row3 strong {
	color:#682913;
	}
	
	h2 {
	color:#a3670a;
	font-size:16px;
	padding-bottom:5px;
	}

.img_left {
padding: 3px 20px 10px 0pt; 
float: left;
}	
	