******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: 'Open Sans', sans-serif;
   font-size: 98.01%;
   line-height: 1.4em;
   overflow-x: hidden
}

/*
set font size for all divs,
this overrides some body rules
*/
div, table, td{
   margin: 0;
   padding: 0;
   line-height: 1.4em;
}

table {position: relative;}


/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
   margin: 0;
}

.gallery {
 position: relative;
 float: left;
 width: 100%;
 margin-right: 0px;
 margin-bottom: 0px;
 border: 0px;
}

.left {
   float: left;
 color: #fff;
 box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -webkit-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -moz-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 margin-right: 0px;
 margin-bottom: 20px;
 width: 48%;
 max-width: 440px;
}

.photo-left {
float: left;
 margin: 0 20px 40px 0;
}


.right {
 float: right;
 color: #fff;
 box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -webkit-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -moz-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 margin-left: 0px;
 margin-bottom: 20px;
 width: 48%;
 max-width: 440px;
}

.photo {
 border: 1px #FFF solid;
 margin-bottom: 20px;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #996633;
}

#sidebar a {color: #000; font-weight: bold;}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #996633;                /* a different color can be used for visited links */
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #000;
}

#content a.link h4, #header a.link h4, #sidebar a.link h4 {color: #FFF; margin: 0;}
#sidebar h3 {color: #fff}

h1, h2, h3, h4, h5, #menunav {
font-family: 'Playfair Display', sans-serif; 
line-height: 1em;
text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
-webkit-text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
-moz-text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
font-weight: normal;
}

.headertitle h1 {font-size: 56px;}

div.link a, div.link a:visited {
   position: relative;
   float: left;
   margin-top: 10px;
   padding: 10px 20px 10px 20px;
   background: #FF0000;
   color: #FFF;
   font-size: 110%;
   text-transform: uppercase;
   font-weight: normal;
   -moz-border-radius: 4px; 
   -webkit-border-radius: 4px; 
   border-radius: 4px; 
   behavior: url(tmp/configs/PIE.htc);
}

div.link a:hover {
   background: #003366;
}

a.link, a.link:visited, #header a.link, #header a.link:visited  {
   position: relative;
   margin-top: 10px;
   padding: 10px 20px 10px 20px;
   background: #FF0000;
   color: #FFF;
   font-size: 110%;
   -moz-border-radius: 4px; 
   -webkit-border-radius: 4px; 
   border-radius: 4px; 
   behavior: url(tmp/configs/PIE.htc);
   font-weight: normal;
}

a.link:hover {
    color: #FFF;
    background: #003366;
}

#sidebar ul {
	width: auto;
	text-align: left;
	margin: 0;
        padding: 0;
        list-style: none;
}

#sidebar ul li {
list-style: circle;
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 32px;
margin-bottom: 5px;
min-height: 24px;
}

#sidebar ul#menu li {margin-bottom: 0px;}

#main table {margin-bottom: 20px;}
#main fieldset table {margin-bottom: 0px;}
/*****************
basic layout 
*****************/
body {
   color: #000;
   margin: 0; /* gives some air for the pagewrapper */
   background: #FFF;
   padding: 0px;
}

#social img {margin-bottom: 5px;}

table .header-t td { background: url(https://kruis-generasie.co.za/uploads/images/white20.png);}

div#pagewrapper {
   position: relative;
   border-top: 5px #fff solid;
   min-width: 1040px;
   margin: 0px auto 0px auto;     /* this centers wrapper */
   padding: 0px 0 0 0;
   color: #000;
   background: url(https://kruis-generasie.co.za/uploads/images/background.jpg) top center;
}


body.donor .jscroll-added .donor #content {margin: 0 30px 0 30px; padding: 0;}
body.donor .jscroll-added .donor #content-nav {display: none}
body.donor .jscroll-added .nav {display: none}
body.donor .jscroll-inner #main {margin-bottom: 0;}

div#navwrapper {background: #fff; height: 180px; color: #000;}
div#navwrapper #content h2, div#navwrapper #content h3 {color: #000;}
div#navwrapper #contentnav h1 {color: #000;}

#menu-shadow {
   width: 100%;
   background: url(https://kruis-generasie.co.za/uploads/images/content-shadow.png) center -25px repeat-x;
   height: 20px;
}

div#menuholder {
   width: 100%;
   min-width: 1040px;
   border-top: 0px;
   margin: 0px auto 0px  auto;     /* this centers wrapper */
   color: #FFF;
   z-index: 100;
}

.headertitle {position: absolute; top: 25px; left: 0px; color: #fff}

#topmenu {
  position: relative;
  display: block;
  width: 100%;
  min-width: 1040px;
  margin: 0 auto 0 auto;
  z-index: 80;
  height: 80px;
}

.menuback {
  position: relative;
  display: block;
  width: 100%;
  background: #fff url(https://kruis-generasie.co.za/uploads/images/footer.jpg);
}

.navback {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
}

#nav {position: relative; width: 980px; margin: 0 auto 0 auto; height: 180px;}
#logo {width: 654px; position: absolute; bottom: 20px; left: 50%; margin-left: -327px;}
#menunav {width: 380px; float: right; display: inline;}
#menuicon {width: 370px; float: right; displ6ay: inline; height: 50px; padding-top:0px; text-align: right}

div#footerwrapper {
   position: relative;
   min-width: 1040px;
   margin: 0px auto 0px auto;     /* this centers wrapper */
   color: #999;
}

#page-container, #footer-container, #nav-container {
   position: relative;
   width: 1040px;
   margin: 0px auto 0px auto;
   padding: 0;
   border: 0;
}

#page-container.pageheader {
width: 100%; min-width: 1040px; height: 80px; border-top: 5px #fff solid; background: #fff url(https://kruis-generasie.co.za/uploads/images/background2.jpg) bottom center; padding-top: 40px;

}
#page-container.pageborder {
width: 100%; min-width: 1040px; height: 40px; background:  url(https://kruis-generasie.co.za/uploads/images/footer.jpg) top center;

}

#footerborder {
width: 100%; min-width: 1040px; margin: 10px 0 10px 0; height: 40px; background:  url(https://kruis-generasie.co.za/uploads/images/background2.jpg) top center;
border-top: 5px #fff solid; border-bottom: 5px #fff solid;
}

#footer-container {width: 100%;}

.header-background {
   width: 100%;
   padding: 0px;
}

#header-container {
   position: relative;
   width: 1040px;
   margin: 0px auto 0px auto; 
   padding: 0;
   border: 0;
   background: none;
}


/* ------------ Footer ------------ */


#footer-content {
        position: relative;
	min-height: 395px;
	height: auto!important;
	height: 395px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
        margin-bottom: 0px;
        border-top: 0px #ccc solid;
        padding: 10px 0 0 0;
        background: url(https://kruis-generasie.co.za/uploads/images/footer.jpg) center -30px;
} 

#footer {
        position: relative;
	color: #999;
	font-size: 1em;
	min-height: 375px;
	height: auto!important;
	height: 375px;
        width: 980px;
        margin: 0px auto 0 auto;
        padding: 40px 0 0 0;
}
#footer .block {
        float: left;
	width: 320px;
	margin: 20px 20px 0px 0px;
}
#footer .cms {
        font-size: 80%;
        float: right;
	text-align: left;
	color: #999;
	margin: 0px 0px 0 0;
        padding: 20px 0 0 0;
        border: 0px;
	width: 300px;
}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 0px;
	color: #fff;
        list-style: none;
        text-transform: uppercase;

}
#footer ul ul {
	padding-left: 10px;
}
#footer ul li a, #footer ul li a:visited {
	color: #fff;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
        border-bottom: 1px #fff solid;
}

#footer ul li a.currentpage, #footer li.activeparent a, #footer li.activeparent a:visited {color: #ccc; border-bottom: 1px #ccc solid;}

#footer li.activeparent ul li a, #footer li.activeparent ul li a:visited {
	color: #ccc;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
        border-bottom: 1px #ccc solid;
}

#footer ul li a:hover, #footer li.activeparent ul li a:hover {
	color: #ccc;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer .cms a {
	color: #fff;
}

#footer .cms a:hover {
	color: #ccc;
}
/* ------------ END LAYOUT ---------------*/

/*** header ***
we will hide text and replace it with a image
we need to assign a height for i h1
*/

div#header {
   position: relative;
   width: 100%;
   min-width: 1040px;
   margin-top: -35px;
   height: 410px;
}

.headernavbutton {
   position: absolute;
   top: 0;
   left: 50%;
   width: 70px;
   margin-left: -35px;
}


div#search {
   position: relative;
   float: left;
   width: 300px;     /* enough width for the search input box */
   padding: 0px;
   margin: 0px 0px 15px 0px;
   border: 0;
   background: url(https://kruis-generasie.co.za/uploads/images/white20.png);
   -moz-border-radius: 4px; 
   -webkit-border-radius: 4px; 
   border-radius: 4px; 
   behavior: url(tmp/configs/PIE.htc); 
}

div#search .search-button {width: 28px; padding: 6px; margin: 0 0 0 5px;}

div#search input {
   position: relative;
   float: left;
   display: inline;
   font-size: 120%;
   width: 280px;     /* enough width for the search input box */
   text-align:left;
   padding: 10px;
   margin: 0;
   color: #fff;
   border: 0px #FFF solid;;
   background: none;
}

div.breadcrumbs {
   padding: 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 95%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 10px 0 20px 0 ;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   height: 10px;
   color: #996633;
}

div.breadcrumbs a, div.breadcrumbs a:visited {
   color: #333;
}

div.breadcrumbs a:hover {
   color: #000;
}

 div.breadcrumbs span.lastitem { 
   color: #666; 
 } 

div#content {
   position: relative;
   margin: 0px;
   padding: 20px 30px 40px 30px;
   background: none;
}

#camcontent {
   display: block;
   margin-top: -15px; ; /* some air above and under menu and content */
   padding: 0px;
}


div#content-nav {
   float: left;
   width: 980px;
   padding-bottom: 20px;
   margin: 0px;
}

div#content-nav img {height: 44px; margin: 0px 10px 0 10px;}

div#content-header {
   float: right;
   display: inline;
   margin-right: 0px ; /* some air above and under menu and content */
   height: 90px;
   padding: 0px;
   background: none;
   width: 640px;
   margin-top: 0px;
}

#content-bottom {
  position: absolute;
  display: block;
  width: 980px;
  left: 50%;
  margin: -50px 0px 30px -490px;
  z-index: 20;
}

#content-bottom div {
  float: right;
  margin-top: 30px;
  border: 0;
}

#content-bottom div a,
#content-bottom div a:link {
  position: relative;
  border:0;
  padding: 10px 15px 20px 15px ;
     background: #333;
   -moz-border-radius: 4px 4px 0 0; 
   -webkit-border-radius: 4px 4px 0 0; 
   border-radius:4px 4px 0 0; behavior: url(tmp/configs/PIE.htc); 
   overflow: hidden; 
  color: #fff;
}

#background {position: relative; width: 100%; float: left;}


div#main  {
   position: relative;
   margin: 15px 0px 40px 0px;
   padding: 0px;
   width: 980px;
}

div#crawlermain {
   position: relative;
   margin: 0px auto 0px auto;
   padding: 0px 0px 20px 0px;
   width: 980px;
}

div#main.narrow {
   width: 598px;
}

div#main.narrow h3 {
   margin-left: 0px;
}

div#main img{
   max-width: 598px;
}

#network {margin: 0; position: relative; float: left; display: inline; min-width: 236px;}

#sidebar .camera_wrap {
   display: none;
   margin: 0 auto 0 auto;
   padding: 0px;
   z-index: 100;
   background: none;
   width: 280px;
}

.camera_wrap div#main {
   display: none;
   margin: 20% auto 0 auto;
   padding: 20px;
   z-index: 100;
   background: url(https://kruis-generasie.co.za/uploads/images/white50.png);
   width: 640px;
}

fieldset {
 box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
   behavior: url(tmp/configs/PIE.htc);
}

div#main fieldset {
   padding: 20px;
   margin: 0 0 10px 0;
   border: 0px #ccc solid;
   color: #fff;
 background: url(https://kruis-generasie.co.za/uploads/images/footer.jpg);
}


div#header fieldset h6  {margin-left: 5px; margin-bottom: 5px;}
fieldset h6   {margin: 5px;}

div#sidebar {
   position: relative;
   float: left;
   display: inline;
   color: #333;
   width: 320px;
   margin-right: 20px;
   margin-left: 0px;
   margin-top: 0px;
   margin-bottom: 40px;
   padding: 0;
}

div#sidebar fieldset {
   position: relative;
   float: none;
   display: block;
   color: #FFF;
   max-width: 320px;
   padding: 20px;
   margin: 0 0 10px 0;
   background: #996633;
   border: 0px #D4D4D4 solid;
}


div#sidebar fieldset ul li {color: #333;}

div#sidebar fieldset div, div#sidebar fieldset div div {padding: 0; margin:0;}

div#footer p a {
   color: #333; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 0;
   border-bottom: 0px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 79%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 19%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/
div#content {
  margin: 0;
}

#sidebar strong {color: #000;}


/* HEADINGS */
div#content h1 { 
   font-size: 36px;  /* font size for h1 */
   line-height: 30px;
   margin: 0;
}
div#content h2 {
   font-size: 34px;  /* font size for h2 */
   margin: 5px 0 20px 0;
}

div#content h3 {
   font-size: 28px;
   line-height: 26px;
   margin: 0 0 20px 0px;
   padding-bottom: 10px;
   border-bottom: 0px #e2e2e2 solid;
}
div#content .table h3 {
   padding-bottom: 0px;
   border-bottom: 0px;
}

div#sidebar fieldset h3 {
   color: #FFF; 
   font-size: 26px;
   margin: 0 0 15px 0;
   font-weight: normal;
}
div#content #sidebar h4 { margin: 0 0 5px 0;}

#navwrapper #content h1 {color: #333}
div#header h2 {font-family: 'Playfair Display', sans-serif;   font-size: 24px; color: #FFF; padding: 50px 0 40px 0; background: url(https://kruis-generasie.co.za/uploads/images/black20.png); margin: 0; text-transform: uppercase;}
div#header h3 {font-size: 24px; color: #FFF;}

div#footer h3 {
   color:  #fff; 
   font-size: 24px;
   margin: 0 0 10px 0;
   font-weight: normal;
}

div#content h4 {
   color: #333; 
   font-size: 18px;
   line-height: 18px;
   margin: 0 0 15px 0;
   font-weight: normal;
}

div#sidebar fieldset h4 {
  color: #333;
}

div#content h5 {
   color: #333;  
   font-size: 16px;
   line-height: 22px;
   margin: 0 0 5px 0;
   font-weight: normal;
   /* text-transform: uppercase; */
}
h6 {
   font-size: 13px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}


/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 30px 0;  /* some air around p elements */
   line-height: 1.5em;
   padding: 0;
}
blockquote {
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: 600;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
   line-height:1.4em;
   margin: 0 0 25px 25px;
   list-style: square;
}
div#main ul li,
div#main ol li {
padding-left: 5px;
margin-bottom: 5px;
min-height: 24px;
}

div#main ul li.excluded,
div#main ol li.excluded {
background-image: url(https://kruis-generasie.co.za/uploads/images/excluded.png);
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 48px;
margin-bottom: 5px;
min-height: 24px;
}
div#sidebar ul li,
div#sidebar ol li {
background-image: none;
padding: 0px;
margin-bottom: 0px;
min-height: 16px;
height: auto;
}

div#main ul ul ,
div#main ol ul {
background-repeat: no-repeat;
background-position: 0 0;
padding: 10px 0 10px 32px;
min-height: 24px;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

.header-logo {
   width: 100%;
   margin: 0px auto 0px auto; 
   padding: 0;
   border: 0;
   background: none;
}

.headercontent {
   position: absolute;
   top: 50%;
   left: 0;
   margin: -70px auto ;
   width: 100%;
   text-align: center;
   padding: 0;
}

.header-icon{
   position: relative;
   float: right;
   display: inline;
   width: auto;
   min-width: 40px;
   max-width: 250px;
   text-align: right;
   padding: 0;
   margin: 20px 0 0 20px;
}

.throbber { display:none; margin:40px auto; width: 32px; height: 32px; }
.throbber img {width: 32px; height: 32px;}

#network td {font-size: 80%; line-height: 1.3em;}

#contact-top {position: relative; width: 100%; min-width: 1040px; background: url(https://kruis-generasie.co.za/uploads/images/background.jpg) top center; padding-bottom: 30px; border-bottom: 5px #999 solid;}
.contact-content {position: relative; color: #333; width: 980px; margin: 0 auto 0 auto; padding: 10px 30px 10px 30px; background: none;}
.contact-content h3 {margin: 0;}

div#main fieldset fieldset {padding: 0px; margin: 0 6px 6px 0;}

.separator, span.separator {clear:both; padding:0; line-height: 0.5em;}

#sidebar fieldset .photo-left {
 float: left;
 margin-right: 12px;
 margin-bottom: 48px;
 border: 0;
}

hr {position: relative; width: 100%; clear: both; margin: 0; height: 0%; border: 0;}

 
                #sidebar .camera_pag {
                        margin: 0px;
}

		.camera_bar {
			z-index: 2;
		}
		.camera_thumbs {
			margin-top: -100px;
			position: relative;
			z-index: 1;
		}
		.camera_thumbs_cont {
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
		.camera_overlayer {
			opacity: .1;
		}
                .camera_commands {
                        display: none;
}
#content div#sidebar h2 {margin: 0px 0px 6px 0px;}
div#sidebar h2.trigger { position: relative; text-align: left; cursor: hand; cursor: pointer; padding: 10px 25px 10px 25px; margin:0; font-size: 22px;color: #FFF; background: #993300; behavior: url(tmp/configs/PIE.htc); }
div#sidebar h2.trigger a { color: #333; text-decoration: none; display: block; }
div#sidebar h2.trigger a:hover { color: #FFF; }
div#sidebar h2.active {}
div#sidebar .toggle_container { margin: 4px 0 0px 0; padding: 0px; overflow: hidden; width: 100%; clear: both; }
div#sidebar .toggle_container .block { position:relative; border: 1px #CCC solid; color: #333; background: #FFF; padding: 10px; margin-bottom: 10px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; behavior: url(tmp/configs/PIE.htc); overflow: hidden; }
div#sidebar .toggle_container .block p { padding: 0px; margin: 5px 0 5px 0; text-align: left;}
div#sidebar .toggle_container h3 { margin: 0; padding: 0; border-bottom: 0px dashed #ccc; }

div#main h2.trigger { width: auto; position: relative; text-align: left; cursor: hand; cursor: pointer; padding: 10px 15px 10px 15px; font-size: 24px; background: #336699; margin:0;  color: #FFF; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;  box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -webkit-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -moz-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
   behavior: url(tmp/configs/PIE.htc); }
div#main h2.trigger a { color: #FFF; text-decoration: none; display: block; }
div#main h2.trigger a:hover { color: #003366; }
div#main h2.active {}
div#main .toggle_container { margin: 10px 0; padding: 0px; width: 100%; clear: both; }
div#main .toggle_container .block { position:relative; border: 1px #CCC solid; padding: 20px; margin-bottom: 3px;  box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -webkit-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
 -moz-box-shadow: 0px 1px 5px 0px rgba(120, 120, 120, 0.2);
   behavior: url(tmp/configs/PIE.htc); }
div#main .toggle_container .block p { padding: 0px; margin: 5px 0 5px 0; text-align: left;}
div#main .toggle_container h3 { margin: 0; padding: 0; border-bottom: 0px dashed #ccc; }

.table {border-collapse: collapse; border: 1px #CCC solid;}
.table td {border-collapse: collapse; border: 1px #CCC solid; padding: 10px;}
.table th {border-collapse: collapse; border: 1px #CCC solid; padding: 10px; background: #3399cc;}
#content .table th h3 {color: #FFF;}
.table td.th {border-collapse: collapse; border: 1px #CCC solid; padding: 10px; background: #336699; color: #FFF;}

#sidebar #mynav li { 
display: block;
float: left;
list-style: none;
padding: 2px 10px 3px 10px;
margin: 0 0 0 5px;
background: #cccc66;
}

#sidebar .cms-guestbook { width: 280px; position: relative; display: block; margin-bottom: 10px;}


#sidebar ul#mynav {float: left; display: block; position: relative;}

#sidebar #mynav li a {color: #000;}

#sidebar #mynav li.activeSlide {
background: #EEE;
color: #000;
}

#sidebar #mynav li.activeSlide a {color: #000;}

#main ul.tabs li {padding:0;}

ul.tabs {
 margin: 0;
 padding: 0;
 float: left;
 list-style: none;
 height: 240px; /*--Set height of tabs--*/
 width: 100%;
}
ul.tabs li {
 float: left;
 margin: 0;
 padding: 0;
 height: 240; /*--Subtract 1px from the height of the unordered list--*/
 line-height: 31px; /*--Vertically aligns the text within the tab--*/
 overflow: hidden;
 position: relative;
}
ul.tabs li a {
 text-decoration: none;
 color: #fff;
 display: block;
font-family: 'Playfair Display', sans-serif; 
 font-weight: normal;
 padding: 0;
 outline: none;
}
ul.tabs li a:hover {
 background: #ccc;
}
html ul.tabs li.active a {color: #000;}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
 background: #fff;
 border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
 border: 0px;
 border-top: none;
 clear: both;
 float: left;
 width: 100%;
}
.tab_content {
 padding: 0px;
}

/* 
--------------------------------
*/

.etabs { margin: 0; padding: 0;}
#main .tab-container ul.etabs li {margin: 0; padding-left: 0; background-image: none;}
#main .tab-container ul li {margin: 0; padding-left: 0;}
#main .tab-container fieldset ul li {padding-left: 48px; margin-bottom: 5px;}
.tab { display: inline-block; zoom:1; *display:inline; }
.tab a {}
.tab a:hover { text-decoration: none; }
.tab.active { }
.tab a.active { color: #000;}
.tab-container .panel-container { background: #fff; border: 0; padding: 0px; }
#main .tab-container .tabs-buttons-panel {text-align: right;}
#main .tab-container span.prev-tab btn {float: left;}

.searchstring {color: #FFF; background: #3399CC; padding: 1px 2px;}

#main .tab-container .category_form ul {margin-top: 10px;}
#main .tab-container .category_form li {
float: left;
list-style: none;
background-image: none;
padding: 0px;
font-size: 80%;
}
.ui-widget-content fieldset {background: none; border: 0;}

div[id^='cggm_map_defn'] {float: right; display: inline; margin: 0px; border: 0px #999 solid; width: auto; padding: 0px; color: #333;}
div.cggm_directions {width: auto; max-width: 270px; padding: 3px;}
div.cggm_directions_form {width: 250px; padding: 3px;}
.cggm_dirfrom input, .cggm_dirto input {width: auto; max-width: 220px;}

.navinfo {margin-top: 5px; float: left; display: inline;}

.nav {margin: 0px 0px 50px 0;}

#main a#next {text-align: center;}

		
.backtotop {
                        position: fixed;
			bottom: 100px;
			right: 0px;
			text-decoration: none;
			background-color: rgba(235, 235, 235, 0.80);
			font-size: 12px;
			padding: 1em;
			display: none;
		}

		.backtotop:hover {	
			background-color: rgba(135, 135, 135, 0.50);
		}	

	

.left h1, .left h2, .left h3,
.right h1, .right h2, .right h3 {
  color: #fff;
}
/* Stylesheet: KGLayout2014 Modified On 2014-02-04 13:37:27 */
