/* 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:20px;
	font-size:.83em;
}
img {
border:none;
}
.website-title {font-family: "Trebuchet MS", Arial; color: #515a61; text-align: left; font-size:34px; letter-spacing:-1px;}
.wraptable {
        width:876px;
        background-color:#fcf9e1;
        border-left:2px #9d9d9c solid;
        border-right:2px #9d9d9c solid;
        margin:0pt auto;
        overflow:hidden;
}
#Wrapper{
	width:876px;
	background-color:#fcf9e1;
	border-left:2px #9d9d9c solid;
	border-right:2px #9d9d9c solid;
	margin:0pt auto;
	overflow:hidden;
}
#SiteWrapper{
	width:797px;
	margin-left:40px;
	margin-top:50px;
}
#Header{
	width:797px;
	height:70px;
	float:left;
}
#Contentwrapper{
	width:797px;
	float:left;
}
#Footer{
	width:797px;
	height:5px;
	float:right;
	border-top:4px #f7e3a1 solid;
	margin-top:20px;
}
#Logo{
	width:163px;
	height:69px;
	float:left;
}
.Bold{
	font-weight:bold;
}
.Italic{
	font-style:italic;
}
/**************nav**************/
#NavWrapper{
	width:550px;
	height:35px;
	float:right;
	border-top:4px #f7e3a1 solid;
	border-bottom:4px #f7e3a1 solid;
	margin-top:30px;
	margin-left:3px;/*123qwe*/
}
#NavWrapper ul{
	margin:10px 0px 0px 0px;
	padding:0px;
}
#NavWrapper li{
	float:left;
	list-style:none;
	font-size:.7em;
}
#NavWrapper li a{
	color:#8a8575;
	text-decoration:none;
}
#NavWrapper li a:hover{
	color:#8a8575;
	text-decoration:underline;
}
.NavLink{
	margin-right:30px;
	margin-left:2px
}
.NavLinkLast{
}
/*****************home inner wrappers***************/
#WrapperHome{
	width:876px;
	height:680px;
	background-color:#fcf9e1;
	border:2px #9d9d9c solid;
	margin:0pt auto;
	padding-bottom:20px;
}
#SiteWrapperHome{
	width:797px;
	margin-left:40px;
	margin-top:50px;
}
#HomeLeft{
	width:227px;
	float:left;
	margin-top:0px;
}
#HomeRight{
	width:552px;
	float:right;
	margin-top:20px;
}
#HomeLeft p{
	color:#8a8575;
	font-size:.7em;
	margin-right:20px;
}
#HomeRightBottom{
	width:552px;
	/*height:96px;*/
	float:left;
	margin-top:20px;
}
#HomeRightBottom p{
        color:#8a8575;
        font-size:.9em;
       /* margin-right:20px;*/

}
#HomeRightBottom h1{
	font-family: "Trebuchet MS", Arial;
	color: #515a61;
/*	color:#8a8575;*/
}
#HomeLeftFooter{
	width:227px;
	float:left;
	margin-top:20px;
	text-align:center;
}
.HomeBanner{
	margin-top:5px;
/*	width:400px;
	height:250px;
*/	float:right;

}
.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;
}
/*Sidemenu*/
#menu {list-style:none;margin-left:0px;padding-left:0px;}
#menu li ul {list-style:none;margin-left:3px;padding-left:0px;}
#menu li ul li {display:block; height:25px; border-bottom:solid 1px #f7e3a1;}
#menu li ul a, #menu li ul a:visited, #menu li ul a:active {display:block; height:20px; padding:5px 5px 0px 0px; text-decoration:none; color:#8a8575;font-family: "Trebuchet MS", Arial;}
#menu li ul  a:hover {background:#F8F9F2; color:#000000;}
#menu h2 { display:block; border-bottom:solid 3px #f7e3a1; padding:3px; margin:0px 0px 0px 0px; font-family: "Trebuchet MS", Arial; font-size:18px; color:#515a61; font-weight:bold;}


