html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #E0D5B7 url(../images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
}
/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px; /* old value 778*/
	position: relative;
	background: url(../images/body_bg.gif) repeat-y;
}

#left {
	float: left;
	width: 243px;
}
#logo {
	width: 243px;
	height: 152px;
	background: url(../images/header_1v2.jpg) no-repeat;
	text-align: center;
	color: #595959;
}
#logo h1 {
	padding-top: 30px;
	font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
	margin: 8px 25px 4px 25px;
	border-top: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
	padding: 3px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

/* Nav  is the Menu setup     */
#nav {
	background: url(../images/nav_left.jpg) no-repeat;
}
#nav ul {
	margin-left: 9px;
	padding-left: 1px;
	padding-bottom: 29px;
	background: #2A2A2A bottom left url(../images/nav_bot.jpg) no-repeat;
}
#nav li {
	list-style: none;
	font: 14px "arial narrow", arial, sans-serif;
	border-top: 1px solid #959595;
	background: 188px 10px url(../images/arr_white.gif) no-repeat;
	padding: 7px 0 0 31px;
}
#nav a {
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #959595;
	padding-left: 10px;
	display: block;
	width: 90%;
	padding: 2px 0 6px 8px;
}
#nav a:hover {
	text-decoration: underline;
}
#nav .important {
	border: none;
	background: 188px 10px url(../images/arr_orange.gif) no-repeat;
}
#nav .important a {
	color: #E9C379;
}
/*  News column on the left of the screen.  This was removed from display but code was commented out on index.php*/
#hrsop {
	background: url(../images/news_bg.jpg) repeat-y;
	padding-top: 15px;
    padding-left: 20px;
	padding-right: 22px;
	padding-bottom: 3px;
	text-align: justify;
	
}

#hrsop columnL {
  float: left;
  width: 40%;
}
#hrsop columnR {
  float: right;
  width: 60%;
}
#hrsop row:after{
	content: "";
 	 display: table;
  	clear: both;
}

#hrsop h2 {
	font-size: 12px;
	color: #BE8B06;
}
#hrsop h3, #news p {
	font-size: 12px;
	margin: 1em 8px 1em 0;
}

/*  News column on the left of the screen.  This was removed from display but code was commented out on index.php*/
#news {
	background: url(../images/news_bg.jpg) repeat-y;
	padding-left: 20px;
	padding-right: 22px;
	padding-bottom: 3px;
	text-align: justify;
}
#news h2 {
	font-size: 12px;
	color: #BE8B06;
}
#news h3, #news p {
	font-size: 11px;
	margin: 1em 8px 1em 0;
}
#news a {
	color: #74653D;
	font-weight: bold;
	text-decoration: underline;
}
#news a:hover {
	color: #38301A;
}
#news .more {
	font-size: 9px;
}
#news .hr-dots {
	background: center url(../images/dots.gif) repeat-x;
	height: 10px;
}
/*   End of news formatting*/


#support {
	background: url(../images/support.jpg) no-repeat;
	padding: 1px;
	height: 97px;
	color:  #606;/*#1A1A18;*/
	font:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;

}

#support p {
	margin: 0.7em 2.6em;
}
#support a {
	color:  #606;/*#1A1A18;*/
	font:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}




/*            MAIN DISPLAY            */
#header {
	position: absolute;
	top: 0;
	left: 243px;
	width: 535px;
	height: 279px;
	background: url(../images/header_2v2.jpg) no-repeat;
}


/*  right is the area under the main picture on the right side. */
#right {
	float: right;
	width: 490px; /* old 490*/
	padding-right: 9px;
	padding-top: 301px;
}
#right h2 {
	font: 18px arial, sans-serif;
	color: #BE8B06;
	border-bottom: 1px solid #C4AE7C;
	padding-bottom: 6px;
	margin-bottom: 1em;
}
#right h3 {
	font: 14px arial, sans-serif;
	color: #BE8B06;
	border-bottom: 1px solid #C4AE7C;
	padding-bottom: 6px;
	margin-bottom: 1em;
	margin-top: 2em;
}

#right .left {
	margin-right: 18px;
}
#right .more {
	font-weight: bold;
	font-size: 10px;
}


#spacer {
	height: 2em;
}
#footer {
	background: url(../images/footer_bg.gif) repeat-y;
}

#copyright {
	text-align: center;
	padding: 22px 0px 30px 00px;
	font-size: 9px;
	color: #715F36;
	font-weight: bold;
}
#footerline {
	background: url(../images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

/************************************************************   Home Page*/

#welcome {
	margin-right: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	colour: #609;
}
#welcome ul{
	margin-left: 35px;
}
#welcome table{
	border-collapse: collapse;
}
#welcome table, td{
	border: 1px solid black;
	border-color:#BBA45B;
	padding: 2px 5px 2px 5px;
}
#welcome .important{
	background-color:#FFFF00;
	font-weight: bold;
}
#welcome .impBox{
	border: 2px solid black;
	text-align: center;
	font-weight: bold;
	font-size:30px;
	margin: 20px 30px 20px 30px;
	padding: 10px;
}

#welcome .sectitle{
	text-align: left;
	font-size:18px;
	font-weight: bold;
    padding-bottom: 10px;
    
    
}
#welcome .sec1{
	text-align: left;
	font-size:16px;
    padding-top: 20px;
	<!-- font-weight: bold; -->
}
#welcome .sec1 a{
	color:#74653D;
	font:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
}
#welcome .sec2{
	border: 2px solid black;
	background-color:#FFFF00;
	text-align: center;
	font-size:16px;
	padding: 10px;
}
#welcome .sec3 a{
	color:#74653D;
	font:Arial, Helvetica, sans-serif;
	text-decoration: none;
]
#profile {
	margin-right: 16px;
}



/************************************************************   products Page*/

#products ul{
	margin-left:20px;

}
 
/********************************************************  Services      Page */
#services ul{
	margin-left:20px;
}

/********************************************************       About Page */
#about p {
	margin-right: 16px;
}


#coreymotherfather-img {
	float:right;
	padding:0px 10px 10px 10px; /* top,right,bottom, left*/ 
}




#cookieprofile-img, #coreyprofile-img {
	background: url(../images/cookie.jpg) no-repeat;
	width: 112px; /*this is the height of the text only*/
	height: 23px; /*this is the height of the text only*/
	float: left;
	margin-right: 18px;
	text-align: center;
	padding-top: 90px;
	font-size: 9px;
	font-weight: bold;
}

#coreyprofile-img{
	background: url(../images/corey.jpg) no-repeat;
}
/*****************************************************       Community Page */
#community ul{
	margin-left:20px;
}

#picformating{
	margin:10px 10px 10px 10px;
	float:left;
}

#picformating img {
	margin: 5px 5px 5px 5px;
}
/*****************************************************       Contact us Page */
#contact {
	height:500px;
}

#contact h4 {
	font-size: 12px;
	color: #BE8B06;
}