/* CSS - initial design ad layout Tyler Olmstead - full implementation MFAW / marc@activewebsite.com */

body
{
    margin: 0px;
    padding: 0px;
    background-color: #acacab;
    font-family: Arial, Helvetica, sans-serif;
}
p
{
    line-height: 1.75em;
    font-size: .83em;
}
.Bold
{
    font-weight: bold;
}
.Italic
{
    font-style: italic;
}
img
{
    border: none;
}

#HeaderHome
{
	width: 100%;
	height: 90px;
	float: left;
	background-color: #fcf9e1;
}
#FooterHome
{
    padding: 5px 0px 0px 0px;
    width: 100%;
    border-top: 4px #f7e3a1 solid;
    margin: 20px 0px 6px 0px;
    background-color: #fcf9e1;
    font-size: 12px;
    clear: both;
    color: #333333;
    text-align: center;
}
#LogoHome
{
    width: 163px;
    height: 69px;
    float: left;
    margin-left: 60px;
}

/**************nav**************/
#NavWrapperHome
{
    width: 560px;
    height: 35px;
    float: right;
    border-top: 4px #f7e3a1 solid;
    border-bottom: 4px #f7e3a1 solid;
    margin-top: 30px;
    margin-left: 3px; /*123qwe*/
    margin-right: 40px;
}
#padding {
	width: 560px;
	float: right;
	text-align: center;
}
#NavWrapperHome ul
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
#NavWrapperHome li
{
    float: left;
    list-style: none;
    font-size: 8pt;
}
#NavWrapperHome li a
{
    color: #8a8575;
    text-decoration: none;
}
#NavWrapperHome li a:hover
{
    color: #8a8575;
    text-decoration: underline;
}
.NavLink
{
	margin-right:25px;
}
.NavLinkLast{
}
/*****************home inner wrappers***************/
#WrapperHome
{
	width: 876px;
	height: 100%;
	background-color: #fcf9e1;
	border: 2px #9d9d9c solid;
	padding-bottom: 20px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}
#SiteWrapperHome
{
	width: 876px;
	margin-top: 50px;
	background-color: #fcf9e1;
}
#ContentWrapperHome
{
    width: 876px;
    float: left;
    background-color: #fcf9e1;
}

#HomeLeft
{
    width: 227px;
    float: left;
    margin-top: 20px;
    padding-left: 40px;
    background-color: #fcf9e1;
}
#HomeRight
{
    width: 552px;
    float: right;
    margin-top: 20px;
    background-color: #fcf9e1;
    margin-right: 40px;
}
#HomeLeft p
{
    color: #8a8575;
    font-size: .7em;
    margin-right: 20px;
}
#HomeRightBottom
{
    width: 552px;
    height: 96px;
    float: left;
    margin: 20px 0px 30px 0px;
    padding-left: 5px;
}
#HomeLeftFooter{
	float:left;
	margin-top:20px;
	text-align:center;
}
.HomeBanner{
	width:552px;
	height:382px;
	float:left;
}
.HomeQuoteLeft{
}
.HomePicBottomRt{
	float:right;
}
.HomePicBottomLt{
	float:left;
}
.PhoneNumber{
	width:auto;
	height:auto;
	display:block;
	color:#8a8575;
	font-size:.7em;
	margin-top:40px;
}
.Copyright{
	width:auto;
	height:auto;
	display:block;
	color:#8a8575;
	font-size:.6em;
	margin-top:10px;
}
