@charset "UTF-8";

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {
	min-height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

#container {
	overflow:auto;
	padding-bottom: 337px;
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 60px;
	margin-top: 60px;
}  /* must be same height as the footer */
#nav li #subnav li a {
	background-image: url(../images/star-grey.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 25px;
	font-size: 14px;
	color: #666;
	margin-left: 20px;
}
#nav li #subnav li a:hover {
	color: #DF3A28;
}
#left #nav li #subnav {
	margin-bottom: 15px;
}
#left p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footerwrap {
	position: relative;
	margin-top: -337px; /* negative value of footer height */
	height: 337px;
	clear:both;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



#container #left {
	display: block;
	float: left;
	width: 206px;
	margin-right: 60px;
}
#container #right {
	float: right;
	width: 711px;
	display: block;
	height: auto;
}
#footer {
	clear: both;
	display: block;
	height: 337px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	padding-left: 40px;
	padding-right: 40px;
}
#nav li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}
#nav li a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #CC1711;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}
body {
}
#left #nav {
	margin-top: 45px;
	display: block;
	margin-bottom: 45px;
}
#left h2 {
	background-image: url(../images/subbanner2-bg.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 188px;
	display: block;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: 100;
	font-size: 24px;
	padding-top: 10px;
	padding-left: 18px;
	text-shadow: #BE4B00 1px 1px 2px;
	line-height: 25px;
}
#left h3 a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	font-weight: 100;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
}
#left h3 a:hover {
	color: #B95F13;
}
#left h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
	line-height: 15px;
	margin-bottom: 9px;
}
#left h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	font-weight: normal;
	display: block;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAD7D2;
}
#container #right h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 40px;
	font-weight: 100;
	line-height: 58px;
	margin-bottom: 40px;
	margin-top: 15px;
}
#right h1 em {
	color: #666;
}
#right h1 strong {
	color: #666;
	font-weight: normal;
}
#right h1 a {
	color: #000;
	text-decoration: none;
}
#right h1 a:hover {
	color: #F98A1B;
	text-decoration: none;
}
#right h1 img {
	vertical-align: bottom;
	margin-right: 4px;
	margin-left: 4px;
}
#address p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}
#footer #address p a {
	color: #FFF;
}
#footer #address p em {
	font-size: 10px;
	font-style: normal;
}
#address {
	display: block;
	width: 206px;
	float: left;
	height: 267px;
	margin-top: 70px;
}
#footer h6 {
	display: block;
	width: 675px;
	float: left;
	margin-top: 70px;
	background-image: url(../images/star.jpg);
	background-repeat: no-repeat;
	height: 60px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #FFCC00;
	font-weight: 100;
	line-height: 24px;
	margin-left: 85px;
	padding-left: 30px;
}
#footer #linkleft, #footer #linkright {
	display: block;
	list-style-type: none;
	float: left;
	width: 150px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 13px;
	line-height: 25px;
	margin-top: 30px;
}
#footer #linkright li a, #footer #linkleft li a {
	color: #FFF;
	font-weight: normal;
}
#footer #address a:hover, #footer #linkright li a:hover, #footer #linkleft li a:hover {
	color: #FACA20;
	font-weight: normal;
}
#footer #social li a {
	display: block;
	padding: 0px;
	margin: 0px;
}
#footer #social {
	list-style-type: none;
	float: right;
	margin-top: 30px;
	display: block;
	width: 210px;
}
#footer #social li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer #social li {
	display: block;
	float: left;
	height: 59px;
	width: 58px;
	margin-left: 10px;
}
#left blockquote {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 25px;
	color: #6A6858;
	font-style: italic;
	margin-top: 30px;
}
#left cite {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	color: #333;
	font-style: normal;
	padding-top: 15px;
	display: block;
}
#right #myroots {
	width: 645px;
	background-image: url(../images/contactme-graphic.jpg);
	background-repeat: no-repeat;
	height: 967px;
	display: block;
	padding: 0px;
}
#right #myroots h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 0px;
}
#right #myroots h2 a {
	font-weight: bold;
	color: #867E66;
}
#left #brag li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #9F9885;
	line-height: 20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-weight: 200;
}
#left #brag {
	list-style-type: none;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE3D4;
	padding-bottom: 30px;
}
#brag li em {
	font-weight: 600;
}
#myroots #contact {
	display: block;
	clear: both;
	width: 541px;
	margin-top: 200px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 47px;
	padding-left: 47px;
}
#contact label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #5E7B44;
	font-weight: bold;
	width: 260px;
	display: block;
	float: left;
	margin-bottom: 20px;
}
#contact p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #5E7B44;
	font-weight: normal;
	display: block;
	float: left;
	letter-spacing: -0.03em;
	width: 540px;
}
#contact label #Name, #contact label #Company, #contact label #Email, #contact label #Phone {
	display: block;
	clear: left;
	background-image: url(../images/textbox.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 245px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #79695A;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
#myroots #contact #NameLabel, #myroots #contact #EmailLabel {
	padding-right: 20px;
}
#myroots #contact #CommentsLabel {
	width: 540px;
	
}
#myroots #contact #CommentsLabel #Comments {
	display: block;
	clear: left;
	background-image: url(../images/commentsbox.jpg);
	background-repeat: no-repeat;
	height: 79px;
	width: 528px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #79695A;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#myroots #contact p #cheese {
	background-image: url(../images/cheese.jpg);
	background-repeat: no-repeat;
	height: 71px;
	padding-left: 90px;
	padding-top: 20px;
	width: 100px;
	margin-top: 20px;
	font-weight: normal;
	color: #61503C;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 0px;
}
#myroots #contact p #choc {
	background-image: url(../images/chocolate.jpg);
	background-repeat: no-repeat;
	height: 71px;
	padding-left: 90px;
	padding-top: 20px;
	width: 150px;
	margin-top: 20px;
	font-weight: normal;
	color: #61503C;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#myroots #contact em {
	color: #C30;
	font-style: normal;
	font-weight: normal;
}
#myroots #contact p #Submit {
	display: block;
	background-image: url(../images/submitbutton.jpg);
	height: 47px;
	width: 144px;
	margin-top: 40px;
	line-height: 47px;
	text-align: center;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: normal;
	text-shadow: #BE4B00 1px 1px 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#right h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	color: #A8182F;
	padding-bottom: 20px;
	width: 650px;
}
