/* Start of CMSMS style sheet 'WayGoer' */
a html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Verdana;
  font-size: 10px;
  line-height: 170%;
  background: #fff url(images/bg/header.jpg) repeat-x top left;
  color: #713c0a;
}

h1 {   
  clear: both;
  font: 700 2.5em "trebuchet ms", serif;
  color: #FFF;
}

h2 {
  font: 400 1.5em "trebuchet ms", serif;
  color: #ffddbb;
}

h2 a {
  color: orange;
}

h2 a:hover {
  color: #FFF;
}

h3 {
  font: 400 1.3em "trebuchet ms", serif;
  color: #F8D766;
}

h4 {
  font: 700 1.2em "trebuchet ms", serif;
  color: #F39F01;
}

h5 {
  font: 700 1.1em "trebuchet ms", serif;
  color: #F17400;
}

h6 {
  font: 700 1em "trebuchet ms", serif;
  color: #FF4B33;
}


h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 15px;
}

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
  padding-left: 0;
}

a {
  color: #fb7724;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
  color: orange;
}

b {
  color: #FFF;
}

ol, ul {
  margin: 0px 0px;
  padding: 0px 0px;
}

ol {
  color: #FC0;
}

ol span {
  color: #EEE;
}

del {
  color: #AAA;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #444;
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}




/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
  width: auto;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #fff;
  background: #9c6c4b;
  border: 1px solid #a07e67;
  width: 220px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #ff975e;
  border: 1px solid #6b431d;
  width: 220px;
}

textarea {
  height: 105px;
}

input.fbsubmit {
 width: 225px;
}

input.fbsubmit:focus,
input.fbsubmit:hover {
  color: #000;
  background: #ff975e;
  border: 1px solid #6b431d;
  width: 225px;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "trebuchet ms", serif;

  color: #555;
  background: #ffddbb;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
  width: 220px;
}





/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
  
  background-color: #444;  
  background-image: url(images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url(images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(images/icons/stop.gif);
}

blockquote.go {
  background-image: url(images/icons/go.gif);
}





/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 0px solid #ffddbb;
}

a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 0px solid #FFF !important;
  border: 0px solid #8BE6FA;
}









/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  width:1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 3px;
  float:left;
  overflow:hidden;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 290px;

  padding: 5px;
  text-align: right;
}

#header h1 {
  margin: 0;
  padding: 0;

  font: 700 4em "trebuchet ms", serif;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFF;
  z-index: 5;
}

#header h2 {
  position: absolute;
  top: 0px;
  right: 5px;

  margin: 0;
  padding: 0;

  font: 700 1.5em "trebuchet ms", serif;
  text-transform: lowercase;
  color: #000;
  z-index: 4;
}


/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#header div.right {
  top: 0;
  right: 0;
  width: 224px;
  height: 179px;
  position: absolute;
  z-index: 0;
}

#header img.balloons {
  top: 110px;
  right: 230px;
  position: absolute;
  z-index: 2;
}



/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/






/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 400 1.3em "trebuchet ms", serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 5px;    
  
  text-decoration: none;
  color: #FFF;
} 

.sideMenu li a:hover {
  color: #ffa500;
  background: #5F5F5F;
}

/* Active menu item */
.sideMenu li.here {
  display: block;  
  padding: 5px;
  color: #ffddbb;
  background: #555;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {
  padding-left: 35px;
  font: 400 0.55em verdana, arial, sans-serif; 
  color: #FFF;  
  background: url(images/bg/bullet.gif) no-repeat 10px 0px;
}

.sideMenu li.here ul li a:hover {
  color: #ffa500;
  background: #5F5F5F url(images/bg/bullet.gif) no-repeat 10px 0px;
}



/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 4em;
  padding-right: 6%;
  margin-top:30px;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  
  margin-top: -3.8em;
  background: #fff url(images/bg/footer.jpg) repeat-x top left;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 17px;
  color: #a07e67;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 19.7%;
}
.width247 {
  width: 247px;
}
.testback {
  background: #444;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.floatRightthree {
  float: right;
  margin-right: 0%;
}


.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  margin-bottom: 2em;
  background: #555 url(images/bg/gradient.jpg) repeat-x bottom left; 
}


#mycontent {
  width:100%;
  height: 100%;
}

ul.maincatlist, ul#categs, ul#categs > li.newscategory ul.maincat {
  list-style: none;
}

ul#side-nav {
  list-style: none;
  background:#fff;
  padding-bottom:50px;
}


div#categs div.activecategory div.maincat div.newscategory {
  background-image: url(images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 22px 4px; 
  padding: 0 0 0 30px;
}

ul#side-nav li a {
  display: inline;
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  font-family: verdana;
  height: 13px;
  line-height:13px;
  text-align: center;
  text-decoration: none;
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
  border-bottom-width: 1px;
  border-bottom-style: none;
  border-bottom-color: #e5e5e5;
  background-color: #713c0a;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  background-x-position: center;
  background-y-position: center;
  vertical-align: middle;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 92px;
  text-align: center;
  display: block;
overflow:hidden;
}

ul#side-nav li a:hover,
ul#side-nav li.menuactive a.menuactive,
ul#side-nav li.menuactive a.menuactive:hover,
ul#side-nav li.menuparent a.menuparent:hover {
display: inline;
font-weight: normal;
font-size: 9px;
color: #ffffff;
font-family: verdana;
  height: 13px;
  line-height:13px;
text-align: center;
text-decoration: none;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 5px;
border-bottom-width: 1px;
border-bottom-style: none;
border-bottom-color: #cccccc;
margin-top: 2px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
background-color: #a07e67;
background-x-position: center;
background-y-position: center;
vertical-align: middle;
  width: 92px;
  text-align: center;
  display: block;
overflow:hidden;
}

div#categs div.activecategory div.maincat div.newscategory a,
div#categs div.newscategory div.maincat div.newscategory a,
ul#categs li.activecategory ul.maincat li.newscategory a,
ul#side-nav li.menuparent ul.subcatlist li.newscategory a,
ul#side-nav li.menuactive ul.subcatlist li.newscategory a {
display: inline;
font-weight: normal;
font-size: 9px;
width: auto;
color: #713c0a;
font-family: verdana;
height: 15px;
text-align: center;
text-decoration: none;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 5px;
border-bottom-width: 1px;
border-bottom-style: none;
border-bottom-color: #cccccc;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
background-color: #ffffff;
background-x-position: center;
background-y-position: center;
vertical-align: top;

}

div#categs div.activecategory div.maincat div.newscategory a:hover,
div #categs div.newscategory div.maincat div.newscategory a:hover,
ul#categs li.activecategory ul.maincat li.newscategory a:hover,
ul#side-nav li.menuparent ul.subcatlist li.newscategory a:hover,
ul#side-nav li.menuactive ul.subcatlist li.newscategory a:hover {
display: inline;
font-weight: normal;
font-size: 9px;
width: auto;
color: #fb7724;
font-family: verdana;
height: 15px;
text-align: center;
text-decoration: none;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 5px;
border-bottom-width: 1px;
border-bottom-style: none;
border-bottom-color: #cccccc;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
background-color: #ffffff;
background-x-position: center;
background-y-position: center;
vertical-align: top;
}

div#categs div.activecategory div.maincat {
  padding: 10px 0 15px 0;
}

div#categs div.activecategory a,
div#categs div.newscategory div.maincat div.newscategory,
div#categs div.newscategory a,
div#categs div.activecategory span,
div#categs div.newscategory div.maincat div.newscategory span,
div#categs div.newscategory span,
ul#categs li.newscategory ul.maincat li.newscategory,
ul#categs li.newscategory span,
ul#categs li.activecategory span
{
  position:absolute;
  z-index: -1;
  height:0;
  margin:-45;
}

div#categs div.activecategory div.maincat div.newscategory span,
div#categs div.activecategory div.maincat div.newscategory a,
ul#categs li.activecategory ul.maincat li.newscategory span
{
  position:relative;
  z-index: 1;
  height: auto;
}

a#gobackimg {
  line-height 16px;
  background-image: url(images/goback.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  display:block;
  width: 24px;
  height: 16px;
  margin-bottom: 60px;
}


a:hover#gobackimg {
  line-height 16px;
  background-image: url(images/goback.jpg);
  background-repeat: no-repeat;
  background-position: 0 -16px;
  display:block;
  width: 24px;
  height: 16px;
  margin-bottom: 60px;
}

/* End of 'WayGoer' */

/* Start of CMSMS style sheet 'WayGoer main menu' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#top_nav {
	/* hide ie/mac \*/
   height: 1%;/* end hide */
}

div#top_nav {
/*padding-left:80px;*/
	margin: 0;
	clear:both;
	background:#fff;
	background-image:url(images/header_back.jpg);
	background-repeat:no-repeat;
	background-position: 0px -80px;
}
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

div#center_nav {
	padding-left:0px;
	/*background-color: #333399;*/
	padding-left:150px;
	clear:both;
}
/* 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: transparent;
	padding:0;
	width: 58%;
	/*background:#333399;*/
	margin:0px 0px 0px 41%;
	clear:both;
	text-align:none;
	font-size: 9px;
	font-family: Verdana;
	line-height: 120%
}
/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
	width: 170px;
}
/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
#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: 0;
	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 2px;
	padding: 2px 8px;
	text-decoration: none;
	color: #fff;
	background: #713c0a;
	width: 66px;
	text-align: center;
}
#primary-nav a:hover,
#primary-nav a.menuactive  {
	display: block;
	margin: 0px 2px;
	padding: 2px 8px;
	text-decoration: none;
	color: #fff;
	background: #a07e67;
	width: 66px;
	text-align: center;
}
#primary-nav li a {
	/*border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;*/
}
#primary-nav li li a {
	border: 1px solid #C0C0C0;
}
#primary-nav li, #primary-nav li.menuparent {
	background-color: #fff;
}
/* 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%;
}
#top_nav {
  position: relative;
  z-index: 1000;
}
/* End of 'WayGoer main menu' */

/* Start of CMSMS style sheet 'WayGoer Contact Form' */
.contactform fieldset {padding: 1em; background-color: #eee;}
.contactform fieldset legend {font-weight: bold;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block;}
.contactform div.required {color: #622816;}
/* End of 'WayGoer Contact Form' */

