/* Start of CMSMS style sheet 'spanishwells' */
body {
background-image:url(uploads/images/background.png);
background-color:#BCBC98;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}
a {
font-size:12px;
color:#333333;
text-decoration:underline;
}
h1 {
font-family:Copperplate Gothic Light, georgia;
font-size:14px;
color:#333333;
font-weight:bold;
}
#container-top {
width:922px;
height:22px;
margin-left:auto;
margin-right:auto;
background-image:url(uploads/images/container-top.png);
background-repeat:no-repeat;
}
#container {
width:922px;
margin-left:auto;
margin-right:auto;
background-image:url(uploads/images/container.png);
background-repeat:repeat-y;
}
#container-bottom {
width:922px;
height:22px;
margin-left:auto;
margin-right:auto;
background-image:url(uploads/images/container-bottom.png);
background-repeat:no-repeat;
}
#logo {
background-image:url(uploads/images/logo.png);
background-repeat:no-repeat;
width:256px;
height:110px;
margin-left:50px;
float:left;
}
#top-right {
width:488px;
height:20px;
margin-right:50px;
float:right;
}
#login {
text-align:right;
font-family:Copperplate Gothic Light, georgia;
font-size:12px;
color:#384C55;
margin-top:10px;
}
#login a {
font-family:Copperplate Gothic Light, georgia;
font-size:12px;
color:#384C55;
}
#menu {
margin-top:64px;
}
#bluebar {
background-image:url(uploads/images/bluebar.png);
background-repeat:no-repeat;
width:822px;
height:19px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
}
#content-container {
width:822px;
margin-left:auto;
margin-right:auto;
}
#content-inside {
width:488px;
float:left;
}
#content-top {
background-image:url(uploads/images/content-top.png);
background-repeat:no-repeat;
height:15px;
}
#content {
background-image:url(uploads/images/content.png);
background-repeat:repeat-y;
min-height:337px;
padding:25px;
}
#content-bottom {
background-image:url(uploads/images/content-bottom.png);
background-repeat:no-repeat;
height:15px;
}
#photo {
width:323px;
height:417px;
float:right;
}
#filler-box {
background-color:#666;
height:100%;
width:323px;
float:right;
margin-top:10px;
}
#brownbar {
background-image:url(uploads/images/brownbar.png);
background-repeat:no-repeat;
width:822px;
height:19px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
}
#copyright {
color:#333333;
font-family: Copperplate Gothic Light, georgia;
font-size:10px;
font-weight:bold;
width:922px;
margin-left:auto;
margin-right:auto;
margin-top:8px;
text-align:center;
line-height:18px;
}
/* End of 'spanishwells' */

/* Start of CMSMS style sheet 'spanishwells nav' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

#menu
{
    clear: both;
    height: 16px;
}
#menuwrapper
{
    /** wrapper clears the floating elements of the menu */
    background: #FFFFFF url(uploads/images/menu.png) center no-repeat;
    clear: both;
    height: 16px;
}

ul#primary-nav {
margin:0;
padding:0;
position:relative;
} 


ul#primary-nav li {
display:block;
position: absolute; 
} 


li#i15 {
left: 0px; 
width: 55px;
}

li#i16 {
left: 55px; 
width: 102px;
} 

li#i17 {
left: 157px; 
width: 121px;
} 

li#i18 {
left: 278px; 
width: 64px;
} 

li#i19 {
left: 342px; 
width: 80px;
} 

li#i20 {
left: 422px; 
width: 70px;
} 


/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   width: 100%;
}

/* 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: #5B5933;
}
#primary-nav a:hover { 
   color: #ffffff;
}
#primary-nav li a { 
}
#primary-nav li li a { 
   border: 1px solid #C0C0C0;
   background-color: #ffffff; 
}	
#primary-nav li li a:hover { 
   border: 1px solid #C0C0C0;
   background-color: #939861; 
}	
#primary-nav li, #primary-nav li.menuparent { 
}
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
}


/* 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 { 
}


/* 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 'spanishwells nav' */

