@charset "utf-8";
/* CSS Document */
body {
	background: url(../../Copy%20of%20Html2/images/dotty-circles_revised.jpg) top center;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #AB7E52;
	text-decoration: none;
}
a:visited {
	color: #AB7E52;
	text-decoration: none;
}
a:hover {
	color: #AB7E52;
	text-decoration: underline;
}
a:active {
	color: #AB7E52;
	text-decoration: none;
}

#wrap {
	position: relative;
	margin: 0px auto;
	width: 820px;
}
/*------------- CSS MENU START ---------------------------------------------------------------------*/
#menu {
	margin: 0px;
	height: 94px;
}
.nav {
	margin: 0px;
	padding: 20px 60px 0px 0px;
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	font-family: "Century Gothic";
	color: #AB7E52;
	/*background: #EBE6D4;*/
}

           /* Begin CSS Drop*/
            #cat_874148_divs {
            position: relative;
            font-size: 12px;
	    font-family: Arial;
            width: auto;
            float:left;
            }
            #cat_874148_divs ul#nav_874148 {
            font-size: 12px;
	    font-family: Arial;
            width: auto;
            float:left;
            list-style:none;
            }
            #cat_874148_divs ul#nav_874148 li {
            font-size: 14px;
            font-family: "Century Gothic";
            color: #AB7E52;
            width: auto;
            float:left;
            display:inline;
            list-style:none;
            }
            #cat_874148_divs a {
            text-align: center;
            display:block;
            white-space:nowrap;
            margin:0;
            }
            #cat_874148_divs a:link, #cat_874148_divs a:visited, #cat_874148_divs a:active	/* me*/ {
            color: #AB7E52;
            /*--background-color: #000000;--*/      /*-d9dadc---Black Background color*/
           background: url(../../Copy%20of%20Html2/images/i-menuarrow.png) 2px 14px no-repeat;   
            text-decoration:none;
	   padding: 5px 10px;
            }
            #cat_874148_divs a:hover	/* menu at m*/ {
            color:  #AB7E52;
            font-weight: bold;
            background: url(../../Copy%20of%20Html2/images/i-menuarrow.png) 2px 14px no-repeat;       /*----RED TEXT hover Background color*/
            text-decoration: underline;
	    padding: 5px 10px;
            }
            #cat_874148_divs a.top_parent, #cat_874148_divs a.top_parent:hover  /* attaches down-arrow to all t*/ {
            background-position: right center;
            background-repeat: no-repeat;
            }
            #cat_874148_divs a.parent, #cat_874148_divs a.parent:hover 	/* attaches side-arrow to a*/ {
            background-position: right center;
            background-repeat: no-repeat;
            }
            #cat_874148_divs ul {
            list-style:none;
            margin:0;
            padding:0;
            float:left;
            width:9em;	/* width of all */
            }
            #cat_874148_divs li {
            position:relative;
            min-height: 1px; 			/* Sophie Dennis contributi*/
            vertical-align: bottom; /* Sophie Dennis contributi*/
            }
            #cat_874148_divs ul ul {
            position:absolute;
            z-index:500;
            top:auto;
            display:none;
            padding: 1em;
            margin:-1em 0 0 -1em;
            }
            #cat_874148_divs ul ul ul {
            top:0;
            left:100%;
            }
            div#cat_874148_divs li:hover {
            cursor:pointer;
            z-index:100;
}
            div#cat_874148_divs li:hover ul ul, div#cat_874148_divs li li:hover ul ul, div#cat_874148_divs li li li:hover ul ul, div#cat_874148_divs li li li li:hover ul ul {
            display:none;
            }
            div#cat_874148_divs li:hover ul, div#cat_874148_divs li li:hover ul, div#cat_874148_divs li li li:hover ul, div#cat_874148_divs li li li li:hover ul {
            display:block;
            }/* End CSS Drop*/
/*------------- CSS MENU END ---------------------------------------------------------------------*/
#contentarea {
	margin: 0px auto;
	padding: 23px 28px 23px 28px;
	width: auto;
	/*background-color: #ac804f;*/
	float: left;	
	clear:left;
	background: url(../images/main-bg.jpg) no-repeat top center;

}
.content {
	display: block;
	width: auto;
	margin: 0px 0px 0px 40px;
	padding: 5px 0px 5px 0px;
	text-align:center;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #524B3F;
	margin: 10px;
	padding: 10px;
	text-align: justify;
}
#content .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AC8363;
	margin: 0px;
	padding: 0px;
}
/*-------------------------------------------------------------------- BLOG LEFT -------------------------*/
#blogcontentarea {
	margin: 0px auto;
	padding: 5px;
	width: 99%;
	height: 600px;
	background: #8e7f78 url(../images/scrollbackground.jpg) top center;
	float: left;	
	clear:left;
}
#blogleft {
	display: block;
	width: 69%;
	float: left;
	margin: 3px;
	padding: 3px;
}
#blogleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #524B3F;
	margin: 10px;
	padding: 10px;
	text-align: justify;
}
#blogleft .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AC8363;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #524B3F;
	margin: 10px;
	padding: 10px;
	text-align: justify;
}
/*-------------------------------------------------------------------- BLOG RIGHT -------------------------*/
#blogright {
	display: block;
	width: 28%;
	float: right;
	margin: 3px;
	padding: 3px;
}
#blogright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #524B3F;
	margin: 10px;
	padding: 10px;
	text-align: justify;
}
#blogright .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AC8363;
	margin: 0px;
	padding: 0px;
}
/*---------------------------------------------------------------------- FOOTER --------------------*/
#footer {
	margin: 5px;
	padding: 5px;
	width: 99%;
	float: left;
	clear:left;
	text-align: center;
	color: #AB7E52;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}