@charset "utf-8";

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~GLOBAL STYLES ~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body  {
	font: 11px/135% Verdana, Arial, Helvetica, sans-serif;
	background: #988865 url(images/elements/bg-2.gif) repeat-x;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}

h1 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #63886f;
	text-decoration: capitalize;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cc934b;
}

h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #948565;
	text-decoration: none;
	text-align: left;
}

h3 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #63886f;
	text-decoration: capitalize;
	text-align: left;
	padding-bottom: 2px;
}

.tablecontenthead {
	color: #552f2d;
}

.brownText {
	color: #63886f;
	font-size: 12px;
	line-height: 200%;
}
	
.boxText {
	color: #948565;
}	
	
.logo {
	border-style: none;
	padding: 0 0 15px 0;
}

.imgright     {
	float: right;
    margin-left: 0.8em;
	margin-right: 2em;
    padding-bottom: 0.5em;
	padding-left: 15px;
	padding-top: 5px;
    text-align: center;
    width: 255px;
}

.hpimg     {
	margin-left: 35px;
	border: 1px dotted #552F2D;
	padding: 10px;
	background-color: #cc934b; 
}

.imgright p   {
 	margin: 0;
	color: #552f2d;
	text-align: center;
}

.imgright img {border: 1px solid #1d532e;}


.mainimg {
	padding: 0 0 0 0;
}

a:link {
	color: #552f2d;
	text-decoration: underline;
}

a:hover {
	color: #1d532e;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;	
	color: #1d532e;
}

.iconlist  /*~~~~~~~~~~~ General Lists with Arrow ~~~~~~~~~ */
{
list-style: none;
margin: 0;
padding: 0 25px 0 0;
}

li.bulletlists  /*~~~~~~~~~~~ General Lists with Arrow ~~~~~~~~~ */
{
background-image: url(images/elements/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 1.7em;
margin: 1em 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~ TABLE STYLES ~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

caption {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #948565;
	text-decoration: none;
	text-align: left;
	text-transform: capitalize;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~ LAYOUT STYLES ~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#container {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #905e20;
	text-align: left;
	} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(images/elements/sb-bg.gif);
	background-repeat: repeat-x;
	background-color: #552f2d;
	padding: 0 0 0 4px;
}
#sidebar1 p{
	color: #FFFFFF;
	text-align: left;
	padding: 15px 0 0 45px;
	margin: 0 0 0 0;
} 
#mainContent { 
	margin: 0 0 0 255px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

#mainContent p{
	margin: 0;
	padding: 5px 40px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}	

.images {
	border: none;
	}

#footer {
	padding: 0 0 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/elements/footer-bg.gif) repeat-y;
	height: 16px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
} 
#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 */
}

.propLogosfltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	padding-right: 25px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~ NAVIGATION ~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*font size & alignment for both top & bottom nav*/
#topnav ul, #bottomnav ul, #shopnav ul{
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: right;
}

/*top nav bar bg*/
#topnav ul{
	padding: 15px 0 0 0;
	margin: 0 0 19px 0;
	text-align: right;
	}
	
/*layout of topnav bar (horizontal, vertical, removes bullets*/
#topnav ul li{
	display: inline;
	list-style: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #1d532e;
	border-right: 1px solid #cc934b;
	text-align: center;
	padding: 0 5px 0 4px;
	}

/*topnav bar links & dividing bars*/
#topnav ul li a{
	color: #552f2d;
	text-decoration: none;
	width: 9em;
	font: arial;
	font-size: 11px;
	}
	
/*topnav bar links for current section / page*/
#topnav ul li a.current{
	color: #1d532e;
	}
		
/*allows change on top nav's hover with mouse*/	
#topnav ul li a:hover, #nav ul li a:focus{
	text-decoration: underline;	
	color: #1d532e;
	}


/*shop nav bar bg*/
#shopnav ul{
	padding: 15px 0 0 0;
	margin: 0 0 5px 0;
	text-align: right;
	}
	
/*layout of shopnav bar (horizontal, vertical, removes bullets*/
#shopnav ul li{
	display: inline;
	list-style: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #1d532e;
	border-right: 1px solid #cc934b;
	text-align: center;
	padding: 0 5px 0 4px;
	}

/*shopnav bar links & dividing bars*/
#shopnav ul li a{
	color: #1d532e;
	text-decoration: none;
	width: 9em;
	font: arial;
	font-size: 11px;
	}
	
/*shopnav bar links for current section / page*/
#shopnav ul li a.current{
	color: #552f2d;
	}
		
/*allows change on shop nav's hover with mouse*/	
#shopnav ul li a:hover, #nav ul li a:focus{
	text-decoration: underline;	
	color: #552f2d;
	}



/*bottom nav bar bg*/
#bottomnav ul{
	padding: 12px 0 0 0;
	margin: 0;
	background:url(images/elements/footer-bg.gif) repeat-y;
	height: 16px;
	}
	
/*layout of bottomnav bar (horizontal, vertical, removes bullets*/
#bottomnav ul li{
	display: inline;
	padding: 0;
	margin: 0;
	}

/*bottomnav bar links & dividing bars*/
#bottomnav ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 6px 0 7px;
	border-right: 1px solid #cc934b;
	text-align: center;
	width: 9em;
	font: arial;
	font-size: 11px;
	}
	
/*allows change on bottom nav's hover with mouse*/	
#bottomnav ul li a:hover, #nav ul li a:focus{
	text-decoration: underline;	
	color: #e6decd;
	}

	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~ BUTTONS & BLOCKS ~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.buttonwArrow {
	background-image: url(images/elements/btn_lg_warrows.gif);
	background-repeat: no-repeat;
	height: 45px;
	}

.buttonwArrow a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #1d532e;
	text-decoration: none;
	text-transform: uppercase;
	}

#resstory dl { /* block position that can be changed at will */
	width: 210px; /* width of block according to your background image */
	text-align:left;
}

#resstory dl, dt, dd { /* suppression of all margins and paddings */
	margin: 0;
	padding: 0;
}

#resstory dl { /* by default background on the entire block */
	background: url(images/testimonial_box_bottom.gif) bottom no-repeat;
	padding-bottom: 20px; /* so that text will not appear on the bottom rounded edge */
	text-align: left;
}

#resstory dt { /* bloc title definition */
	height: 96px;
	background: url(images/testimonial_box_top.gif) top no-repeat;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
}

.resstoryimg {
	margin-bottom: 22px;
	text-align: center;
	border: 2px solid #CC9900;
	}
	
#resstory dd {
 	padding: 0 22px 0 25px; /* internal block spaces administration */
	background: url(images/testimonial_box_middle.gif) top repeat-y; /* internal background */
	color: #552f2d;
}

/* Left Floating General Box for Main Content Area */

#genboxContainer {
	width: 500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	}

#leftgenbox dl { /* block position that can be changed at will */
	width: 244px; /* width of block according to your background image */
	float: left;
}

#leftgenbox dl, dt, dd { /* suppression of all margins and paddings */
	margin: 0;
	padding: 0;
}

#leftgenbox dl { /* by default background on the entire block */
background: url(images/hp_box_bottom.gif) bottom no-repeat;
padding-bottom: 13px; /* so that text will not appear on the bottom rounded edge */
text-align: left;
}

#leftgenbox dt { /* bloc title definition */
	height: 43px;
	background: url(images/hp_box_top.gif) top no-repeat;
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #552f2d;
	text-decoration: none;
	padding-left: 62px;
}

#leftgenbox dd {
	background: url(images/hp_box_middle.gif) top repeat-y; /* internal background */
}
	
#leftgenbox ul {
	list-style-image: url(images/elements/brown-arrow.gif);
	text-align: left;
}	
#leftgenbox ul li a{
	color: #988865;
	text-decoration: underline;
	text-align: left;
	font: 12px/145% Arial, Helvetica, sans-serif;
	}
#leftgenbox ul li a:hover, #leftgenbox ul li a:focus {
	text-decoration: underline;	
	color: #1d532e;
}

.dropdownText {
	color: #988865;
	text-align: left;
	font: 12px/145% Arial, Helvetica, sans-serif;
}

/* Right Floating General Box for Main Content Area */

#rightgenbox dl { /* block position that can be changed at will */
	width: 244px; /* width of block according to your background image */
	float: right;
	padding-right: 20px;
}

#rightgenbox dl, dt, dd { /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

#rightgenbox dl { /* by default background on the entire block */
background: url(images/hp_box_bottom.gif) bottom no-repeat;
padding-bottom: 13px; /* so that text will not appear on the bottom rounded edge */
text-align: left;
}

#rightgenbox dt { /* bloc title definition */
	height: 43px;
	background: url(images/hp_box_top.gif) top no-repeat;
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #552f2d;
	text-decoration: none;
	padding-left: 62px;
}

#rightgenbox dd {
 	padding: 0 20px 0 20px; /* internal block spaces administration */
	background: url(images/hp_box_middle.gif) top repeat-y; /* internal background */
}
	
#rightgenbox ul {
	list-style-image: url(images/elements/brown-arrow.gif);
	text-align: left;
	padding: 0 10px 0 10px;
}	
#rightgenbox ul li a{
	color: #988865;
	text-decoration: underline;
	padding: 0 6px 0 0;
	text-align: left;
	font: 12px/135% Arial, Helvetica, sans-serif;
	}
#rightgenbox ul li a:hover, #rightgenbox ul li a:focus {
	text-decoration: underline;	
	color: #1d532e;
}

/* Small Right Floating General Box for Main Content Area */

#smrightgenbox dl { /* block position that can be changed at will */
	width: 244px; /* width of block according to your background image */
	float: right;
}

#smrightgenbox dl, dt, dd { /* suppression of all margins and paddings */
margin: 0 0 25px 25px;
padding: 0;
}

#smrightgenbox dl { /* by default background on the entire block */
background: url(images/sm_box_bottom.gif) bottom no-repeat;
padding-bottom: 10px; /* so that text will not appear on the bottom rounded edge */
text-align: left;
}

#smrightgenbox dt { /* bloc title definition */
	height: 43px;
	background: url(images/sm_box_top.gif) top no-repeat;
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #552f2d;
	text-decoration: none;
	padding-left: 62px;
}

#smrightgenbox dd {
	background: url(images/sm_box_middle.gif) top repeat-y; /* internal background */
}
	
#smrightgenbox ul {
	list-style-image: url(images/elements/brown-arrow.gif);
	text-align: left;
	line-height: 200%;
	margin: 0;
}

.title-w-green-arrow {
	color: #63886F;
	padding-left: 25px;
	margin-left: -15px;
	margin-bottom: 10px;
	background: url(images/elements/sm-green-arrow.gif) no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
}

/* In This Section / General Box on Left Sidebar */

#inThisSection dl { /* block position that can be changed at will */
	width: 214px; /* width of block according to your background image */
}

/* In This Section & Contact Info Box for Sidebar Area */

#inThisSection dl, dt, dd { /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

#inThisSection dl { /* by default background on the entire block */
background: url(images/sb-box-bottom.gif) bottom no-repeat;
padding-bottom: 8px; /* so that text will not appear on the bottom rounded edge */
text-align: left;
}

#inThisSection dt { /* bloc title definition */
	height: 69px;
	background: url(images/sb-box-top.gif) top no-repeat;
	text-align: left;
	padding-left: 50px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1d532e;
	text-decoration: none;
}

#inThisSection dd {
	background: url(images/sb-box-middle.gif) top repeat-y; /* internal background */
	color: #552f2d;
	line-height: 155%;
	margin: 0;
}

#inThisSection ul {
	list-style-image: url(images/elements/brown-arrow.gif);
	text-align: left;
	margin: 0;
}	
#inThisSection ul li {
	color: #1d532e;
	text-decoration: underline;
	padding: 0 6px 0 0;
	text-align: left;
	font: 12px/155% Arial, Helvetica, sans-serif;
	}
#inThisSection ul li a{
	color: #685E46;
	text-decoration: underline;
	text-align: left;
	font: 12px/155% Arial, Helvetica, sans-serif;
	line-height: 135%;
	}

/*topnav bar links for current section / page*/
#inThisSection ul li a.currentsb{
	color: #1d532e;
	text-decoration: underline;
	}
	
#inThisSection ul li a:hover, #inThisSection ul li a:focus {
	text-decoration: underline;	
	color: #1d532e;
}


/* In This Section / General Box on Left Sidebar */

#formBox dl { /* block position that can be changed at will */
	width: 214px; /* width of block according to your background image */
}

/* Form Links Box for Sidebar Area */

#formBox dl, dt, dd { /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

#formBox dl { /* by default background on the entire block */
background: url(images/sb-box-bottom.gif) bottom no-repeat;
padding-bottom: 8px; /* so that text will not appear on the bottom rounded edge */
text-align: left;
}

#formBox dt { /* bloc title definition */
	height: 69px;
	background: url(images/sb-box-top.gif) top no-repeat;
	text-align: left;
	padding-left: 50px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1d532e;
	text-decoration: none;
}

#formBox dd {
	background: url(images/sb-box-middle.gif) top repeat-y; /* internal background */
	color: #552f2d;
	line-height: 155%;
}

#formBox ul {
	list-style-image: url(images/elements/brown-arrow.gif);
	text-align: left;
	margin: 0;
}	
#formBox ul li {
	color: #1d532e;
	text-decoration: underline;
	padding: 0 6px 0 0;
	text-align: left;
	font: 12px/155% Arial, Helvetica, sans-serif;
	}
#formBox ul li a{
	color: #988865;
	text-decoration: underline;
	text-align: left;
	font: 12px/155% Arial, Helvetica, sans-serif;
	line-height: 135%;
	}
#formBox ul li a:hover, #inThisSection ul li a:focus {
	text-decoration: underline;	
	color: #1d532e;
}
	
