/* Start of CMSMS style sheet 'davidsladden' */
@charset "utf-8";
/* CSS Document */

body {
   color: #ffffff;
   margin:1em; /* gives some air for the pagewrapper */
   background-color:#4c3501;
   text-align:left;
   margin:0px;
   padding:0px;
   font-family: arial,helvetica,sans-serif;
}

div#pagewrapper {
   width:970px; 
   background-color: #fff;
   color: #000000;
   background-image:url(uploads/images/backgroundtile.jpg);
   background-repeat:repeat-y;
   margin:0px;
   padding:0px;
   /* margin-top:-22px; */
}

div#header {
   height:177px; 
   width:970px;       
   margin:0px;
   padding:0px;
}

div#header h1 {
   background:url(uploads/images/banner.jpg); 
   background-repeat:no-repeat;
   display: block; 
   height:180px;          
   text-decoration:none; 
   margin:0px;
   padding:0px;
}

div#header h1 span {
	display:none;
}

div#close {
   margin:0px;
   padding:0px;
   width:940px;
   background-color: #e6dfcf;
   font-size: 80%;
}

div#search {
   float: right;
   width: 23em;     
   text-align: right;
   padding: 0.1em 0 0.5em 0;
   margin: 0  3em;
   color:#ffffff;
}

div.breadcrumbs {
   padding: 0.5em 0 0.5em 0;
   font-size: 90%;             
   margin-left: 0px; 
   margin-right;1em;              
   border-bottom: 1px dotted #000;
   width:939px;
   border-top: 1px #4c3501 solid;
   color:#ffffff;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div.breadcrumbs a {
    color: #ffffff;
}   

div.breadcrumbs a:hover {
    text-decoration:none;
} 
 	 
div#main {
   	background:url(uploads/images/top.jpg) no-repeat;
    height:20px;
}

div#mainmiddle {
    margin-top:0px;
    background:url(uploads/images/middle.jpg) repeat-y;
    padding:6px; 
} 

div#mainmiddle a {
    color: #3399CC;
    text-decoration:none;
}

div#mainmiddle a:hover {
    text-decoration:underline;
}

div#mainbottom {
   	background:url(uploads/images/bottom.jpg) no-repeat;
   	height:18px;
}

div#sidebar {
   float: left;  
   width: 70%;    
   display: inline; 
   margin-left: 20px;
   font-size: 80%;
}

div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  
   color:#e6dfcf;
}

div#footer {
   clear:both;       
   color: #000000;
   width:939px;
   margin-top:2px;
}

div#footer p {
   font-size: 70%;
   padding: 0.5em;      
   text-align: center; 
   margin:0;
    line-height:20px;
   
}

div#footer p a {
   color: #000000; 
}

div#global {
    font-size: 70%;
    padding-top:1px;
    text-align: center; 
}

div#global a{
  color:#3399CC;
  text-decoration:none;
}

div#global a:hover {
    text-decoration:underline;
}

div#bottomshadow {
    background-image:url(uploads/images/bottombar.jpg);
    background-repeat:no-repeat;
    height:55px;
}

/* End of 'davidsladden' */

/* Start of CMSMS style sheet 'david-horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   /* background-color: #e6dfcf; */
    /* border-bottom: 1px solid #d7c99d;  */
   width: 50%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #ccba8f;
}
#primary-nav li a { 
   border-right: 1px solid #d7c99d;
   border-left: 1px solid #d7c99d;
}
#primary-nav li li a { 
   border: 1px solid #d7c99d;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #ccba8f; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #ccba8f; 
}


/* 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 { 
/* arrow for menuparents */
   /*background-image: url(images/cms/arrow.gif);*/ 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* 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-color: #ccba8f; 
}


/* 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; 
}

/* 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; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'david-horizontal' */

/* Start of CMSMS style sheet 'david-vertical' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   border: 1px solid #d7c99d; 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   color: #000000;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
   width:160px;
}
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #ececec; 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #ccba8f; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   /* background-image: url(images/cms/arrow.gif);  */
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* 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-color: #e6dfcf; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#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; 
}
#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; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   /* border-left: 1px solid #d7c99d;  */
   border-top: 1px solid #d7c99d; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #d7c99d;
   /* border-right: 1px solid #d7c99d; */
}

/* End of 'david-vertical' */

