body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 15px;
	background-color:#999966;
}

#wrapper {
	width: 925px;
	height:605px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 20px 0px 20px;
	background: #FFFFde;
	text-align: left;
}
	
	
/*** banner elements ***/	
#logo {
	margin-top: 5px;
	height: 135px;
	width: 185px;
	float: left;
}

#banner {
	margin-top: 25px;
	padding: 0 0 0 -5px;
	height: 115px;
	width:725px;	
	float: right;
}

.tag {
	font-size: 14px;
	font-style: italic;
	padding-top: -20px;
}

ul.mainNav {
	margin: 10 0 0 0px;
	padding-left: 0px;
	float: left;
	width: 722px;	
}

.mainNav li {
	display:inline;
      margin:0px;
      padding:0px;
} 
.mainNav a {
	list-style: none;
	float: left;
	background: #FFF url(images/nav_link_right_bg.gif) no-repeat right bottom;
	margin-right:  5px;
	text-decoration: none;
}
	
.mainNav a span{
	display: block;
	padding: 9px 15px 12px 15px;
	background-image: url(images/nav_link_left_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 12.8px;
}

.mainNav a:visted {
	display: block;
	padding: 9px 15px 12px 15px;
	background-image: url(images/nav_hover_left_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	text-decoration: none;	
	color:black;
	font-size: 12.8px;
}

.mainNav a:hover {
	list-style: none;
	float: left;
	background: #FFF url(images/nav_hover_right_bg.gif) no-repeat right bottom;
	margin-right:  5px;
	text-decoration: none;
	}
	
.mainNav a:hover span{
	display: block;
	padding: 9px 15px 12px 15px;
	background-image: url(images/nav_hover_left_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	text-decoration: none;	
	color:black;
	font-size: 12.8px;	
}



  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #mainNav a {float:none;}
  /* End IE5-Mac hack */


/*** font specification ***/

p {
	font-size:13px;
	line-height: 18px;
}
p a{
	color:#000000;
	}
p a:hover{
	color:#990000;
	}

h1 {
	font-size: 21px;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	text-align: center;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}

h3 {
	font-style:italic;
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
	margin-top: 0;
}
h4 {
	font-size: 15px;
	letter-spacing:.4em;
	text-align: center;
	font-weight: normal;
	padding: 10px 0 0 0;
	margin: 0;
	}
	.mainhead {
	font-size: 21px;
	text-align: left;
	line-height: 20px;
	font-weight: normal;
}
	
.intro {
	font-size:18px;
	text-align:left;
	line-height: 24px;
	color: #663300;
	margin: -5px 0px -5px 0px;
	}
.introBrown {
	font-size:18px;
	text-align:left;
	line-height: 24px;
	color:#330000;
	margin: -5px 0px -5px 0px;
	}
.introOlive {
	font-size:18px;
	text-align:left;
	line-height: 24px;
	color:#333300;
	margin: -5px 0px -5px 0px;
	}
.introBlue {
	font-size:18px;
	text-align:left;
	line-height: 24px;
	color:#333366;
	margin: -5px 0px -5px 0px;
	}
.introTeal {
	font-size:18px;
	text-align:left;
	line-height: 24px;
	color:#336666;
	margin: -5px 0px -5px 0px;
	}


.bigitalic {
	font-style:italic;
	font-size: 14px;
	text-align: center;
	line-height: 15px;
	font-weight: normal;
	margin-top: 0;
}
.smallitalic {
	font-style:italic;
	font-size: 11px;
	text-align: center;
	line-height: 12px;
	font-weight: normal;
	margin-top: 2px 0 3px 0;
	color:#993300;
}

/*** misc. nav elements ***/

#insetText {
	font size: 14px;
	line-height: 16px;
	text-align:center;
	color:white;
	float: right;
	width: 128px;
	padding: 10px;
	margin: 20px 0px 10px 8px;
	background-color:#006699;
	border: 4px double; 
	border-color:#333300;
	text-decoration:none;
	font-style:italic;
}	

#insetWarning {
	font size: 10px;
	line-height: 12px;
	text-align:left;
	color:white;
	float: right;
	width: 128px;
	padding: 10px;
	margin: 20px 0px 10px 8px;
	background-color:#006699;
	border: 4px double; 
	border-color:#666699;
	text-decoration:none;
}	


#boxedNav {
	font size: 11px;
	text-align:center;
	color:#990000;
	width: 128px;
	padding: 10px;
	margin: 10px 0px;
	background-color:#CCFF99;
	border: 4px double; 
	border-color:#333300;
	text-decoration:none;
	font-style:normal;
}


.boxedNav a {
	color:black;
	font-size:11px;
	text-decoration: none;
}

.boxedNav a:hover {
	color:#FF3333;
	font-size:11px;
	text-decoration: none; 
}



.boxedText {
	font-size: 11px;
	text-align:center;
	color:black;
	margin: 0 15px;
	padding: 3px 5px;
	border: 1px solid #663333;
	background-color:#FFFFCC;
	}
.boxedText a {
	color:black;
}
.boxedText a:hover {
	color:#990000;
}
.boxedText a:active {
	color:#CC3300;
}

.boxedMilkText {
	font-size: 11px;
	text-align:center;
	color:black;
	margin: 10px 40px 0px 160px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #663333; 
	background-color:#FFFFCC;
	}
.boxedMilkText a {
	color:black;
}
.boxedMilkText a:hover {
	color:#990000;
}
.boxedMilkText a:active {
	color:#CC3300;
}


span#readmore {
	     list-style-type:none;
}
#readmore a:link {
	font-size:1em;
	font-style:normal;
	text-decoration:none; 
     color:#993300;
	}
#readmore a:visited {
			color:#993300; 
		}
#readmore a:hover {
	
	text-align:center;
	font-style:normal;
	color:#FF6600;
}   
#readmore a:active{
	xcolor:blue;
}   


<!--.readmore a {
	font-size:1.2em;
	font-style:italic;
	color: white;
	text-align: center;
	margin: 0 auto;
	font-style: normal;
	}

.readmore a:hover {
	font-size:9px;
	font-style:italic;
	color:#CC0000;
}

.redrule {
	letter-spacing: -2px;
	color: #990000;
}
-->

.backtotop{
	font-size:9px;
	font-style:italic;
	}
	
.backtotop a {
	color:#000000;
	}
	
/*** image specification ***/	

img.right {
	float: right;
	border-style: double;
	border-style: solid;
	border-color:#993300;
	margin-left: 10px;
	margin-bottom: 10px;	
}
img.left {
	float: left;
	border-style: double;
	border-style: solid;
	border-color:#993300;
	margin-right: 15px;
	margin-bottom: 10px;	
}
img.center {
	float: none;
	border-style: double;
	border-style: solid;
	border-color:#993300;
	margin: 10px auto;
	padding: 2px;
	border-color: #993300;
	background-color: #FFFFCC;
}
img.left_noborder {
	float: left;
	Margin: -5px 0px -5px -0px;
	}
img.center_noborder {
	border-style: none;
	Margin: 3px 0px 0px 0px;
	float: none;
	}
ximg.left_top {
	float: left;
	Margin: 10px -3px 0px -3px;
	}
ximg.left_bottom {
	float: left;
	Margin: 0px -3px  5px -3px;
	padding: 0px 5px 0px 0px;
	}
img.left_top {
	float: left;
	Margin: 10px 0px 0px 0px;
	}
img.left_bottom {
	float: left;
	Margin: 0px 5px 5px 0px;
	padding: 0px 5px 0px 0px;
	}
/*** main copy block ***/	


#columnwrapper {
	height: 390px;
	width: 725px;
	float: left;
	padding: 20px 0px 0px 20px;
	background-image:url(images/home_main_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#FFCC66;
}

#columnwrapperWho {
	height: 390px;
	width: 725px;
	float: left;
	padding: 20px 0px 0px 20px;
	background-image:url(images/who_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#99CC99;
}
#columnwrapperOur {
	height: 390px;
	width: 725px;
	float: left;
	padding: 20px 0px 0px 20px;
	background-image:url(images/our_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#99CCCC;
}
#columnwrapperWhere {
	height: 390px;
	width: 725px;
	float: left;
	padding: 20px 0px 0px 20px;
	background-image:url(images/where_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#FFA856;
}
#columnwrapperRetail {
	height: 390px;
	width: 725px;
	float: left;
	padding: 20px 0px 0px 20px;
	background-image:url(images/retail_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#97BEE6;
}
#columnwrapperContact {
	height: 390px;
	width: 725px;
	float: left;
	padding: 20px 0px 0px 20px;
	background-image:url(images/contact_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#C9F677;
}

#main {
	margin-left: 0px;
	float: right;
	padding: 0 20px 0 20px;
	border-left:double #990000;
	overflow:auto;
	height: 390px;
	width: 505px;
}

#sidebar1 {
	float:left;
	width: 160px;
	height: 370px;	
}
ul.submenu {
	list-style:none;
	margin: 10px 20px 0 0;
	padding: 0;
	}
ul.submenu a {
	display:block;
	width: 130px;
	margin: 2px;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	background-color:#CCFF66;
	border:1px solid #330000;
	xborder-bottom: none;
	color: black;
	font-size: 12px;
	text-align: center;
	font-weight:600;
	}
	
/* ul.submenu a:visited {
	display:block;
	width: 130px;
	margin: 2px;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	background-color:#993300;
	border:1px solid #330000;
	xborder-bottom: none;
	color:#FFFFCC;
	font-size: 12px;
	text-align: center;
	font-weight:600;
	}	 */
ul.submenu a:hover {
	display:block;
	width: 130px;
	margin: 2px;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	background-color:#993300;
	border:1px solid #330000;
	xborder-bottom: none;
	color:#FFFFCC;
	font-size: 12px;
	text-align: center;
	font-weight:600;
	}

	
.side2Nav li {
	list-style: none;
	float: none;
	background: url(images/box_bottom.gif) no-repeat bottom;
	background-color: #CCCC99; 
}	
.side2Nav a {
	display: block;
	padding: 10px 10px 13px 10px;
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 13px;
}
.side2Nav li:hover {
	list-style: none;
	float: none;
	background: url(images/box_bottom_hover.gif) no-repeat left bottom;
	}
.side2Nav a:hover {
	display: block;
	padding: 10px 10px 13px 10px;
	background-image: url(images/box_top_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;	
	color:black;
	font-size: 13px;
	
	
/*** right side bar ***/

}
#sidebar2 {
	height: 370px;
	float: right;
	width: 145px;
	padding: 20px 7px 20px 7px;
	background-image: url(images/home_side_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #CCCC99;	
	}
ul.side2Nav {
	margin: 0;
	padding-left: 10px;
	float: none;
	width: 124px;
}
.side2Nav li {
	list-style: none;
	float: none;
	background: url(images/box_bottom.gif) no-repeat bottom;
	background-color: #CCCC99; 
}	
.side2Nav a {
	display: block;
	padding: 10px 10px 13px 10px;
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 13px;
}
.side2Nav li:hover {
	list-style: none;
	float: none;
	background: url(images/box_bottom_hover.gif) no-repeat left bottom;
	}
.side2Nav a:hover {
	display: block;
	padding: 10px 10px 13px 10px;
	background-image: url(images/box_top_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;	
	color:black;
	font-size: 13px;
}

/*** footer elements ***/

#footer {
	clear: both;
	height: 30px;
	width: 925px;
}

#footersideleftHome {
	height:30px;
	float: left;
	width: 745px;
	background-image: url(images/home_main_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#footersideleftWho {
	height:30px;
	float: left;
	width: 745px;
	background-image: url(images/who_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#footersideleftWhere {
	height:30px;
	float: left;
	width: 745px;
	background-image: url(images/where_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#footersideleftOur {
	height:30px;
	float: left;
	width: 745px;
	background-image: url(images/our_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#footersideleftRetail {
	height:30px;
	float: left;
	width: 745px;
	background-image: url(images/retail_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#footersideleftContact {
	height:30px;
	float: left;
	width: 745px;
	background-image: url(images/contact_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#footersideright {
	height: 30px;
	float: right;
	width: 160px;
	background-image: url(images/home_side_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
}
	
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
	line-height: 15px
	}
	
.footer a {
	color:#333333;
	}
	
.footer a:hover {
	color:#990000;
	}
	
	/* IE5/Mac hacks */
/*\*//*/
#navbar {padding-top: 0.75em; height: 1.66em;}
#navbar li a {display: inline;}
/**/

#sidebar1 .hereNow{
    background-color: #993300;
	color:#FFFFFF;
	}
#banner a.hereNow{
		
    list-style: none;
	float: left;
	background: #FFF url(images/nav_hover_right_bg.gif) no-repeat right bottom;
	margin-right:  5px;
		}
#banner a span.hereNow{
	   display: block;
	padding: 9px 15px 12px 15px;
	background-image: url(images/nav_hover_left_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	text-decoration: none;	
	color:black;
	font-size: 14px;
	text-decoration:none;
	   }	
 
#sidebar2 li.hereNow {
	list-style: none;
	float: none;
	background: url(images/box_bottom_hover.gif) no-repeat left bottom;
	}
#sidebar2 a.hereNow {
	display: block;
	padding: 10px 10px 13px 10px;
	background-image: url(images/box_top_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;	
	color:black;
	font-size: 13px;
}
