/* 
***************************************
            COLOURS
***************************************

Yellow: #f8f26d
Brown: #9f6a45
Blue: #6273f0 (Official GirlGuiding)
Pink: #c40062 (Official GirlGuiding)

*/


/* 
***************************************
            LAYOUT
***************************************
*/
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  background: #d7cdc3 url(../pics/design/bg.jpg) repeat-x fixed;
}

#wrapper {
  width: 920px;
  margin: 50px auto;
  text-align: center;
  background-color: #fff;
}

#header {
  height: 90px;
  background: url(../pics/design/header.jpg) no-repeat;
}

#footer {
  clear: both;
  height: 10px;
}

#nav {
  height: 285px;
  width: 225px;
  color: #9f6a45;
  background-color: #f8f26d;
  margin: 0px 10px 10px 10px;
}


#navimage {
  width: 665px;
  height: 285px;
  background: url(../pics/design/navimage.jpg) no-repeat;
}

#page {
  width: 655px;
  margin: 0px 10px 10px 0px;
  text-align: justify;
}

#leftcol {
  width: 245px;
  float: left;
}

#rightcol {
  float: left;
  width: 675px;
}

.qtrcol {
	width: 163px;
	float: left;
	text-align: center;
}

.floatleft { float:left; }

.floatright { float:right; }

.clear { clear:both; }

/* 
***************************************
            FORMATTING
***************************************
*/

h1, h2, h3, h4, h5 {
}

h2 { 
  font-size: 24px;
  padding: 10px 0px 5px 0px;
}

h3 { 
  font-size: 18px;
  padding: 5px 0px;
}

p { 
  font-size: 13px;
  padding: 10px 0px;
}

a:link {
  color: #c40062;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #c40062;
  text-decoration: underline;
}

img {
  border: none;
}

.photostrip {
  text-align: center;
}

.photostrip img {
  margin: 2px 2px 2px 2px;
}

.spacer {
  width: 645px;
  height: 39px;
  background: #fff url(../pics/design/spacer.jpg) no-repeat;
  margin: 15px auto;
}

.center {text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.justify { text-align: justify; }

.morespacetop { margin-top: 20px; }
.morespacebottom { margin-bottom: 20px; }
.morespaceboth { margin: 20px 0px; }
.morespaceall { margin: 20px; }

.leadershs { margin: 10px 10px; }

/* 
***************************************
            SIDE BOXES
***************************************
*/
.sidebox {
  width: 225px;
  margin: 0px 10px 10px 10px;
  text-align: left;
}


.brown {
  background-color: #9f6a45;
  color: #f8f26d;
}

.yellow {
  color: #9f6a45;
  background-color: #f8f26d;
}

.sidebox p { padding:10px; }

.yellow a:link, .yellow a:hover, .yellow a:visited {
  color: #9f6a45;
  text-decoration: underline;
}

.yellow a:hover {
  text-decoration: none;
}

.brown a:link, .brown a:hover, .brown a:visited {
  color: #f8f26d;
  text-decoration: underline;
}

.brown a:hover {
  text-decoration: none;
}

.sidebox ul {
  list-style-type: none;
  padding: 10px;
  margin: 0px;
}

.sidebox ul ul{
  list-style-type: none;
  padding: 2px 0px 2px 10px;
  margin: 0px;
  
}

.sidebox .eventsmenu ul{
  padding-bottom: 20px;
}

/* 
***************************************
            NAV BUTTONS
***************************************
*/

a.navlink, a.navlink:link, a.navlink:visited, a.navlink:active{
  display:block;
  height:28px;
  margin: 0px 0px 0px 2px;
  padding-right: 30px;
  text-align:right;
  text-decoration:none;
  color: #9f6a45;
  line-height:28px;
  overflow:hidden; 
  font-weight: 900;
  font-size: 14px;
}

a.navlink:hover {
  text-decoration: underline;
  background: url(../pics/design/logo.jpg) right no-repeat;
}

