/* Start of CMSMS style sheet 'db_style' */
body{
	margin:0em;
	padding:0em;
	background-image:url(uploads/images/bg_image.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#d2d2d2;
	margin:2.9em 2em 2em 2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
  	font-size:.8em;
 }

a, a:visited{
	color:#936d5d;
	text-decoration:underline;
}

a:hover{
	color:#000000;
	text-decoration:none;
}

h1{
	font-size:110%;
	font-weight:normal;
	letter-spacing:.15em;
}

.brown{
	color:#785446;
}

.darkYellow{
	color:#7b6d3f;
}

.yellowBox{
	border:1px solid #e4d6a2;
	background-color:#f2ebd3;
	padding:.5em;
}

/*========-------------============*/

.HeaderBg{
	background-image:url(uploads/images/header_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:121px;
}

.bodyBg{
	background-image:url(uploads/images/body_eleft.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	border-left:1px solid #9e8a4c;
	border-right:1px solid #9e8a4c;
	padding:1em 0em 0em 0em;
}

.bodyBg2{
	background-color:#e6d9aa;
	border-left:1px solid #9e8a4c;
	border-right:1px solid #9e8a4c;
	padding:1em 0em 0em 0em;
}

.footerImage{
	background-image:url(uploads/images/footer_image.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:65px;
	padding-left:11.1em;
}
.footerImage a, .footerImage a:visited{
	text-decoration:none;
	color:#18160e;
}

.footerImage a:hover{
	text-decoration:none;
	color:#666666;
}

.menuBasePad{
	padding-left:1em;
}

/*================---------------------===============*/

.bodyLeft{
	/*background-image:url(uploads/images/body_eleft.gif);
	background-color:#FFFFFF;
	background-position:left top;
	background-repeat:repeat-x;
	padding-bottom:1em;*/
}

.bodyLeft2{
	background-image:url(uploads/images/body_eleft.gif);
	background-color:#FFFFFF;
	background-position:left top;
	background-repeat:repeat-x;
}

h1{
	margin:0em;
	font-size:120%;
	padding:1em 0em .3em .5em;
	border-bottom:1px dashed #a9934f;
}

.brownColor{
	color:#785446;
}

.contentSection{
	padding:.2em .5em 1em .5em;
	margin:0em;
}

.insertImage{
	padding-left:1em;
}

.insertImage2{
	padding:0em .5em .5em .7em;
}

.paddingAllImage{
	padding:.5em .2em .2em .2em;
}


.contactBlock{
	background-color:#f2ebd3;
	padding:.5em;
	width:80%;
	margin: auto;
	border:1px solid #e4d6a2;
	color:#746536;
	font-size:110%;
	font-weight:lighter;
	letter-spacing:.05em;
}

.contactBlock a, .contactBlock a:visited{
	text-decoration:none;
	color:#746536;
}

.contactBlock a:hover{
	text-decoration:none;
	color:#000000;
}

.contactBlock h2{
	font-size:120%;
	font-weight:lighter;
	letter-spacing:.1em;
	border-bottom:1px dashed #a9934f;
	color:#746536;
	margin:0em;
	padding-bottom:.3em;
}
/*================---------------------===============*/

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
  /* margin-left: 1px;
   margin-right: 1px;*/
padding-left:.1em;
padding-top:.1em;

}

.clearb { 
	clear: both; 
}

#menuwrapper { 
 width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width:auto;
   list-style:none;
}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin:0px; 
	padding: 0px; 
	height:23px;
}

#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none;
   list-style:none;
  
}

#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px;
   list-style:none;
}

#primary-nav li { 
   margin-left: -1px;
   float: left; 
   list-style:none;
   display: block;
   margin-right:.5em;
}

#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative;
   list-style:none;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a {
	display: block; 
	text-decoration: none; 
	color: #000000;
	padding: 5px 2px 5px 2px;
	text-align:center;
	height:23px;
	width:100px;
	list-style:none;
	font-size:90%;
}
#primary-nav li a { 
	 border-left:1px solid #745143;
	 border-right:1px solid #745143;
	 border-top:1px solid #745143;
	 height:auto;
	 list-style:none;
	 display: block;
	 color: #000000;
}
#primary-nav li li a { 
  	 border-left:1px solid #745143;
	 border-right:1px solid #745143;
	 border-top:1px solid #745143;
	 height:23px;
	 list-style:none;
	 /* height:40px;*/
}	
#primary-nav li, #primary-nav li.menuparent { 
  /* background-color: #ececec; */
  	background-image:url(uploads/images/menu_bg.gif);
	background-repeat:repeat-x;
	list-style:none;
	/*height:40px;*/
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   /*background-color: #C7C7C7; */
	background-image:url(uploads/images/menu_active.gif);
	background-repeat:repeat-x;
	list-style:none;
	/*height:30px;*/
	display: block;
	
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 

	background-image:url(uploads/images/menu_bg.gif);
	background-repeat:repeat-x;
	list-style:none;
	height:23px;
	display: block;
	
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
	background-image:url(uploads/images/menubgover.jpg);
	background-repeat:repeat-x;
	list-style:none;
	color:#ffffff;
	display: block;
	
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */


/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none;
   list-style:none;
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
   list-style:none;
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 0%;
   list-style:none;
   }


dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/*********************************************************************/
/* End of 'db_style' */

