﻿body
{
	background: #28230C url('/images/BodyBkg.jpg') 0 0 repeat-x;
	color: #4F3619;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5em;
}

body, p, div, img
{
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}

a
{
    color: #001931;
}

a:hover
{
    text-decoration:none;
}

h1
{
    font-family:Georgia, Serif;
    font-size: 16px;
    padding:5px 0 0 0;
    margin-top:8px;
    margin-bottom:3px;
    line-height:1.4em;
}

h2
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:14px;
    color:#001931;
    padding:3px 0 0 0;
    margin-top:8px;
    margin-bottom:0;
    line-height:1.3em;
}

h3
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:13px;
    padding:3px 0 0 0;
    margin-top:8px;
    margin-bottom:0;
    line-height:1.3em;
    font-style:italic;
}

h3 strong
{
    color:#001931;
}

h5
{
    font-size:10px;
    line-height:1.4em;
    font-style:italic;
    font-weight:normal;
}

/* ***** Layout Elements ***** */

#page
{
	margin-left: auto;
	margin-right: auto;
	width: 968px;
}

/* Header */
#pageheader
{
	background: url('/images/ContentHeader.png') 0 0 no-repeat;
	height: 305px;
	overflow: hidden;
	width: 968px;
}

#logo
{
	text-align: center;
}

/* Menu */
#menu
{
	background: url('/images/MenuBkg.png') 0 0 no-repeat;
	margin: 0 0 0 129px;
	padding: 0 0 0 10px;
	width: 722px;
}
.menuitem
{
	float: left;
}
.menuspacer
{
	float: left;
}

/* Body */
#pagebody
{
	background: url('/images/ContentBackground.png') 0 0 repeat-y;
	min-height: 267px;
	padding: 10px 100px;
	width: 768px;
}

/* Footer */
#pagefooter
{
	background: url('/images/ContentFooter.png') 0 0 no-repeat;
	padding: 65px 30px 20px 30px;
	width: 908px;
}

#pagefooter a, #pagefooter
{
	color: #836E56;
	font-size: 10px;
	text-decoration: none;
}

#footermenu
{
	float: left;
	line-height: 29px;
}

#copyright
{
	float: right;
}
#copyright td
{
	padding: 0 5px 0 0;
}


/** Homepage **/
#homeleft
{
	float: left;
	width: 45%;
}
#homeright
{
	float: right;
	width: 45%;
}


#homenewshead
{
	background: url('/images/NewsHeader.png') 0 0 no-repeat;
	height: 70px;
	width: 351px;
}
#homenews
{
	background: url('/images/NewsBody.png') 0 0 repeat-y;
	color: #4F3619;
	font-size: 11px;
	min-height: 61px;
	padding: 5px 30px;
	width: 291px;
	line-height:1.3em;
}
#homenewsfoot
{
	background: url('/images/NewsFooter.png') 0 0 no-repeat;
	height: 41px;
	width: 351px;
}


#homespecialhead
{
	background: url('/images/SpecialsHeader.png') 0 0 no-repeat;
	height: 35px;
	width: 351px;
}
#homespecial
{
	background: url('/images/SpecialsBody.png') 0 0 repeat-y;
	color: #FFFFFF;
	font-size: 11px;
	min-height: 111px;
	padding: 5px 30px;
	width: 291px;
	line-height:1.3em;
}

#homespecial a
{
    color:#D7CEB7;
}

#homespecial a:hover
{
    text-decoration:none;
}

#homespecialfoot
{
	background: url('/images/SpecialsFooter.png') 0 0 no-repeat;
	height: 21px;
	width: 351px;
}

.homeinitialcap
{
    float:left;
}

.homespecialsphoto img
{
    border:2px solid #D7CEB7;
}



/** Interior **/
#interiorleft
{
	float: left;
	width: 262px;
}

#submenu
{
	padding: 0 0 15px 0;
}

#submenu a
{
	background: #D7CEB7;
	color: #3E2817;
	display: block;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 15px;
	margin: 0 0 0 5px;
	width: 215px;
}

#submenu a.Selected
{
	background: #FFFFFF;
	color: #001931;
}

#submenu a:hover
{
	background: none;
}

#sideimghead
{
	background: url('/images/SideImgHead.png') 0 0 no-repeat;
	height: 6px;
	width: 262px;
}
#sideimgbody
{
	background: url('/images/SideImgBody.png') 0 0 repeat-y;
	padding: 5px 0 5px 1px;
	text-align: center;
	width: 262px;
}
#sideimgfoot
{
	background: url('/images/SideImgFoot.png') 0 0 no-repeat;
	height: 7px;
	width: 262px;
}

#interiorright
{
	float: right;
	width: 485px;
}

.headerimage
{
	padding: 20px 0 0 0;
}

.maintext
{
	padding: 10px 0 0 15px;
}

.dozer
{
	clear: both;
}