******************/
* {
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;
}

.photo-left {
   float: left;
  text-align: center;
  padding: 9px 9px 16px 9px;
 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: 20px;
 margin-bottom: 20px;
 border: 1px #CCC solid;
url(tmp/configs/PIE.htc);
}

.photo-right {
 float: right;
 margin-left: 10px;
 margin-bottom: 5px;
 border: 1px #FFF solid;
}

.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: #976736;
}

#sidebar a {color: #fff; font-weight: bold;}

#sidebar .img {
    margin: 0;
 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);
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #976736;                /* 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: 'Oswald', Arial, sans-serif; 
font-weight: 300; 
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);
}

.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 {
background-image: url(https://mail.wips.co.za/uploads/images/bullet.png);
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: #333;
   margin: 0; /* gives some air for the pagewrapper */
   background:#663300;
   padding: 0px;
}

#social img {margin-bottom: 5px;}

table .header-t td { background: url(https://mail.wips.co.za/uploads/images/white20.png);}

div#pagewrapper {
   position: relative;
   border: 0;
   min-width: 1040px;
   max-width: 1680px;
   margin: 0px auto 0px auto;     /* this centers wrapper */
   padding: 40px 0 0 0;
   color: #333;
   background: #f1cfad;
   z-index: 1;
}

div#navwrapper {background: #976736 url(https://mail.wips.co.za/uploads/images/camo.jpg) top center no-repeat; height: 240px; color: #FFF; min-width: 1040px; max-width: 1680px; margin: 0px auto 0px auto;}
div#navwrapper #content h1, div#navwrapper #content h2, div#navwrapper #content h3 {color: #FFF;}

#menu-shadow {
   width: 100%;
   background: url(https://mail.wips.co.za/uploads/images/content-shadow.png) bottom center repeat-x;
   height: 35px;
}

div#menuholder {
   width: 100%;
   min-width: 1040px;
   max-width: 1680px;
   border-top: 10px #976736 solid;
   margin: 0px auto 0px  auto;     /* this centers wrapper */
   color: #333;
   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: 235px;
}

.menuback {
  position: relative;
  display: block;
  width: 100%;
  background: #663300 url(https://mail.wips.co.za/uploads/images/camo-dark.jpg) top center no-repeat;
}

.navback {
  position: relative;
  display: block;
  width: 100%;
  background: #FFF;
}

#nav {position: relative; width: 980px; margin: 0 auto 0 auto; height: 140px;}
#logo {width: 600px; float: left; display: inline; height: 112px; padding-top: 0px; margin: 10px 0;}
#menunav {width: 380px; float: right; display: inline;}
#menuicon {width: 370px; float: right; display: inline; height: 50px; padding-top:0px; text-align: right}

div#footerwrapper {
   position: relative;
   border-top: 20px #976736 solid;
   min-width: 1040px;
   max-width: 1680px;
   margin: 0px auto 0px auto;     /* this centers wrapper */
   color: #FFF;
   background: url(https://mail.wips.co.za/uploads/images/camo-dark.jpg) top center no-repeat;
}

#page-container, #footer-container, #nav-container {
   position: relative;
   width: 1040px;
   margin: 0px auto 0px auto;
   padding: 0;
   border: 0;
   background: none;
}

#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;
        padding: 10px 0 0 0;
        background: none;
} 

#footer {
        position: relative;
	color: #FFF;
	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: #FFF;
	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 #996600 solid;
}

#footer ul li a.currentpage, #footer li.activeparent a, #footer li.activeparent a:visited {color: #FFF; border-bottom: 1px #999 solid;}

#footer li.activeparent ul li a, #footer li.activeparent ul li a:visited {
	color: #FFF;
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
        padding-bottom: 3px;
	text-decoration: none;
        border-bottom: 1px #999 solid;
}

#footer ul li a:hover, #footer li.activeparent ul li a:hover {
	color: #FFF;
	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: #333;
}
/* ------------ 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;
   max-width: 1680px;
   margin: 0px auto 0px auto;
   height: 550px;
   z-index: 10;
}

.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://mail.wips.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: #999;
}

div.breadcrumbs a, div.breadcrumbs a:visited {
   color: #fff;
}

div.breadcrumbs a:hover {
   color: #000;
}

 div.breadcrumbs span.lastitem { 
   color: #fff; 
 } 

div#content {
   position: relative;
   margin: 0px;
   padding: 20px 30px 60px 30px;
   background: none;
}

#camcontent {
   display: block;
   margin-top: -15px; ; /* some air above and under menu and content */
   padding: 0px;
}


div#content-nav {
   float: right;
   display: block;
   padding: 0px;
   width: 640px;
   height: 90px;
   padding-bottom: 10px;
   margin: 0px;
}

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: 50px;
  border: 0;
}

#content-bottom div a,
#content-bottom div a:link {
  position: relative;
  border:0;
  padding: 0px 15px 10px 15px ;
     background: #976736;
   -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: 0px 0px 20px 0px;
   padding: 0px;
   z-index: 2;
   width: 980px;
}

div#main.narrow {
   width: 640px;
}

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://mail.wips.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 {
   position: relative;
   float: none;
   color: #FFF;
   padding: 20px;
   width: 100%;
   max-width: 940px;
   margin: 0 0 10px 0;
   background: #97673;
background: linear-gradient(top, #ca9764 0%,#976736 100%);
  background: -moz-linear-gradient(top, #ca9764 0%, #976736 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ca9764), color-stop(100%,#976736));
 background: -webkit-linear-gradient(top, #ca9764 0%,#976736 100%);
 background: -o-linear-gradient(top, #ca9764 0%,#976736 100%);
 background: -ms-linear-gradient(top, #ca9764 0%,#976736 100%);
   border: 1px #976736 solid; 
}


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: #97673;
background: linear-gradient(top, #ca9764 0%,#976736 100%);
  background: -moz-linear-gradient(top, #ca9764 0%, #976736 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ca9764), color-stop(100%,#976736));
 background: -webkit-linear-gradient(top, #ca9764 0%,#976736 100%);
 background: -o-linear-gradient(top, #ca9764 0%,#976736 100%);
 background: -ms-linear-gradient(top, #ca9764 0%,#976736 100%);
   border: 1px #976736 solid;
   behavior: url(tmp/configs/PIE.htc);
}


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 {
   color: #333; 
   font-size: 48px;  /* font size for h1 */
   line-height: 40px;
   margin: 0;
}
div#content h2 {
   color: #333; 
   font-size: 34px;  /* font size for h2 */
   margin: 5px 0 20px 0;
   font-weight: normal;
}

div#content h3 {
   color: #333; 
   font-size: 28px;
   line-height: 26px;
   margin: 0 0 20px 0px;
   font-weight: normal;
   padding-bottom: 10px;
   border-bottom: 0px #e2e2e2 solid;
   text-transform: capitals;
}
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;}


div#header h2 {font-size: 36px; color: #FFF; padding: 20px; background: url(https://mail.wips.co.za/uploads/images/black20.png); margin: 0;}
div#header h3 {font-size: 24px; color: #333;}

div#footer h3 {
   color:  #fff; 
   font-size: 24px;
   margin: 0 0 10px 0;
   font-weight: normal;
   text-transform: capitalize;
}

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 {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
   list-style: circle;
}

div#main ul li.excluded,
div#main ol li.excluded {
background-image: url(https://mail.wips.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;
   bottom: 0;
   left: 0;
   margin: 0px;
   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;
   z-index: 7;
   margin: 20px 0 0 20px;
}

.throbber { display:none; margin:40px auto; width: 32px; height: 32px; }
.throbber img {width: 32px; height: 32px;}


div[id^='cggm_map_defn'] {float: right; display: inline; margin: 0px 0px 10px 0px; border: 0px; width: auto; padding: 0px; color: #333 width: 638px;}
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;}

#network td {font-size: 80%; line-height: 1.3em;}

#contact-top {position: relative; width: 100%; min-width: 1040px; background: #000;}
.contact-content {position: relative; color: #FFF; width: 980px; margin: 0 auto 0 auto; padding: 10px 30px 10px 30px; background: #000;}
.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; }

#content div#main h2 {margin: 0px 0px 3px 0px; }
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: #3399cc;
}

#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: #FFF;}

#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: 32px; /*--Set height of tabs--*/
 border-bottom: 0px solid #999;
 border-left: 1px solid #999;
 width: 100%;
 z-index: 2;
}
ul.tabs li {
 float: left;
 margin: 0;
 padding: 0;
 height: 31px; /*--Subtract 1px from the height of the unordered list--*/
 line-height: 31px; /*--Vertically aligns the text within the tab--*/
 border: 1px solid #999;
 border-left: none;
 margin-bottom: -1px; /*--Pull the list item down 1px--*/
 overflow: hidden;
 position: relative;
 background: #333;
}
ul.tabs li a {
 text-decoration: none;
 color: #fff;
 display: block;
 font-family: 'Playfair Display', Georgia, Palatino, Times New Roman, serif;
 font-weight: normal;
 padding: 0 20px;
 border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
 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%;
 z-index:0;
}
.tab_content {
 padding: 0px;
}

/* 
--------------------------------
*/

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 15px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: 'Playfair Display', Georgia, Palatino, Times New Roman, serif;
font-size: 18px
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
padding: 0;
}

#main ul.shadetabs li{
display: inline;
margin: 0;
padding: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 15px 20px;
margin-right: 3px;
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
color: #FFF;
background: #3399cc;
}

.shadetabs li a:visited{
color: #FFF;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
color: #FFF;
background: #333;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background: #FFF;
color: #000;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background: #FFF;
color: #000;
}

#safaritabs .tabcontent {width: 100%;}
#main fieldset.tabcontent {padding-top: 120px;}
#main .tab-container fieldset h3 {margin-left: 0px;}
#main .tab-container fieldset {padding-top: 30px;}
#main .tab-container fieldset fieldset {
   padding-top: 0px;
   border: 0px;
   -webkit-box-shadow: none;
   -moz-box-shadow: none; 
   box-shadow: none;
   background: none;
}

.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; background: #3399cc; border: solid 1px #CCC; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 18px; line-height: 2.5em; display: block; padding: 0 10px; outline: none; font-family: 'Playfair Display', Georgia, Palatino, Times New Roman, serif; color: #FFF; font-weight: normal }
.tab a:hover { text-decoration: none; }
.tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #CCC; }
.tab a.active { color: #000;}
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
#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%;
}

#flags {float: right; display: inline; text-align: left; width: 150px; margin: 0px; height: 50px }

.ui-widget-content fieldset {background: none; border: 0;}
/* Stylesheet: WIPSLayout Modified On 2013-11-20 10:57:53 */
