@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#editableZone a {
	text-transform: none;
}
#editableZone a:link {
	color: #769B4B;
}
#editableZone a:hover {
	color: #846D4E;
}
#editableZone a:visited {
	color: #769B4B;
}
#editableZone a:active {
	color: #846D4E;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
#subContent {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #846D4E;
	text-align: left;
}
#companyname {
	font-size: 32px;
	color: #846D4E;
	font-family: Arial, Helvetica, sans-serif;
}
#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #769b4b;
}
#address {
	font-size: 10px;
	color: #769b4b;
	text-transform: none;
	padding: 5px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #846D4E;
	width: 548px;
	margin-left: 20px;
	text-align: right;
	margin-right: 20px;
}
#header  {
	height: 220px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	color: #333333;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0px;
	width: 900px;
}
#editableZone h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #846D4E;
}
#editableZone h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #769B4B;
}

#editableZone p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3c3c3c;
}
#sideBar1 {
	width: 270px;
	padding: 10px;
}
#sideBar1 p {
	font-size: 14px;
	padding-left: 10px;
	line-height: 1.35;
}
#sideBar1 h1 {
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	padding-left: 0px;
	color: #769B4B;
}

#sideBar1 a {
	text-transform: none;
}
#sideBar1 a:link {
	color: #769B4B;
}
#sideBar1 a:hover {
	color: #846D4E;
}
#sideBar1 a:visited {
	color: #769B4B;
}
#sideBar1 a:active {
	color: #846D4E;
}
#footer  {
	padding: 0 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #846D4E;
}


#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #846D4E;
}
#editableZone {
	background-color: #FFFFFF;
	font-size: 12px;
}
.mainTableBrdr       {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #846D4E;
	border-left-color: #846D4E;
}
#editableZone .mainImgArea {
	padding: 0px;
	height: 350px;
	width: 600px;
}

#editableZone  .designersTip  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #846D4E;
}
#editableZone .divLine {
	padding-top: 5px;
}
#editableZone .featuredZones {
	padding: 10px;
}
