@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bgsquare.gif);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 10px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFix #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #container a {
	font-weight: 600;
	color:#000000;
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 153px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px; *//* padding keeps the content of the div away from the edges */
	padding: 0px 2px 2px 2px;
	margin: 0px;
}

#sidebar1 a {
	text-decoration: none;
}

#container a {
	font-weight: 600;
	color:#000000;
}
#container a:hover {
	color:#FFFFCC;
}

.thrColFix #mainContent { 
	margin: 0 0 10px 155px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: thin #000000 solid;

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topbar {
	height: 80px;
	border-bottom: thin #000000 solid;
	background-color:#c6e06c;
	background-position: bottom;
	background-image:url(../images/topmenu/bggrad-green.gif);
	background-repeat:repeat-x;
	margin: 0px;
	margin-bottom: 10px;
}

#topbar a {
	text-decoration: none;
     	color: black; !important;
}

#topbar a:hover {
	/* color: white; */
		color:#006600;
!important;
}

#topbar ul {
	margin: 0 5px;
	padding: 0px;
}
#topbar li {
      float:left;
	width: 106px;
	margin: 0 1px;
	list-style-type:none;
	font-size:12px;
	position: relative;
	top: 10px;
	text-align:center;
	vertical-align: middle;
	margin-bottom: 5px;
	font-weight: 800;
	height: 20px;
	border: 1px transparent solid;
	background-image:url(../images/topmenu/topmenu-btn-liz.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
}

#topbar li:hover {
	background:url(../images/topmenu/topmenu-btn-liz2.gif);
        background-repeat: no-repeat;
     	/* color: white; */
		color:#FFFFCC;
}

#sidebar1 { height: 918px;}

#sidebar1 #navtitle {
	background-color:#c6e06c;
	background-position: bottom;
	background-image:url(../images/topmenu/bggrad-green.gif);
	background-repeat:repeat-x;
	width:150px;
	padding: 0px;
	z-index: 1;
	margin: 0px;
	height: 44px;
	border: #000000 solid;
	border-width: 1px 1px 0px 1px;
	position: absolute;
	top: 105px;
}
#sidebar1 #navtitle h3{
	padding: 5px;
    padding-top: 12px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
	margin: 0;
}

#sidebar1 #navtitle a {
	color: #000000 !important;
}

#sidebar1 #navtitle a:hover {
	color: #FFFFCC !important;
}

#sidebar1 #navmenu {
	border: 1px #000000 dotted;
	border-top: 1px #000000 solid;
	background:url(../images/navmenu/navmenu-bg.gif);
	width:150px;
	margin: 0px;
	padding: 10px 0;
	position: absolute;
	top: 150px;
}



#sidebar1 #navmenu ul {
	padding: 5px;
	margin: 0;
}
#sidebar1 #navmenu li {
	list-style-type: none;
	padding: 3px;
	margin: 5px 0;
	font-size:10px;
	height: 15px;
	background: url(../images/navmenu/navmenu-button.gif);
	background-repeat:repeat-x;
	border: 1px black solid;
}

#sidebar1 #navmenu li:hover {
      background: url(../images/navmenu/navmenu-button-hover.gif);
}


#sidebar1 #landed_logo {
        text-align: center;
	border-width: 0px;
	font-size: 10px;	
}

#sidebar1 #landed_logo a img{
	border-width: 0px;
}

#sidebar1 #banners {
        text-align: center;
	border-width: 0px;
	font-size: 10px;
	padding-top: 2px;
}

#sidebar1 #banners a img{
        padding-top: 2px;
        padding-bottom: 2px;
	border-width: 0px;
}

#mainContent #pagetitle {
	background:url(../images/pagetitlebg.gif);
	background-repeat:repeat-x;
	padding: 4px;
	margin: 0px;
	border: 1px black solid;
}
#mainContent #pagemedia {
	margin: 10px 0 0 0;
	padding: 0;
	background: url(../images/mediamenu/bg.gif);
	background-repeat:no-repeat;
	height: 38px;
	color:#999999;
	font-weight: 100;
}
#mainContent #pagemedia ul {
	margin: 0;
	padding: 0;
	background: none;
}
#mainContent #pagemedia li {
	margin: 10px 0;
	padding: 5px 0;
	float: left;
	width: 145px;
	text-align: center;
	list-style-type: none;
	position: relative;
	left: 10px;
}
#mainContent #pagemedia #mediaSelected {
	display: none;
}
.highlightMediaSelected {
	background-image: url(../images/mediamenu/hl.gif);
	background-repeat: no-repeat;
}
#mainContent #pagetext {
	padding: 5px;
	background-color: #ddeeff;
	border: #000000 solid;
	width: 588px;
	border-width: 0 1px 1px 1px;
}
#mainContent #contentbody {
	width: 100%;
	border: none;
	height: 100%;
}


#infopageContent img {
	float: left;
	margin: 0 15px 0 5px;
	padding: 0;
	max-width: 578px;
}

#mainContent #contentbody {
	width: 100%;
	border: none;
	height: 100%;
}
#mainContent #picturesAll {
	text-align: center;
}
.pictures {
	margin: 10px 0;
	padding: 5px;
}
.picturesImg img {
	border: 1px black solid;
	max-width: 550px;
}
.picturesImg {
	background: #A1D0FF;
	padding: 10px;
	border-top: 1px black solid;
	border-left: 1px black dotted;
	border-right: 1px black dotted;
}
.picturesCaption {
	background: #6CACFF;
	padding: 10px;
	border: black solid;
	border-width: 1px 0;
	border-left: 1px black dotted;
	border-right: 1px black dotted;
}
/* .subsection {
	background: #C797F8;
	padding: 10px;
	height: 110px;
	width:220px;
	margin: 10px;
	border: 1px black dashed;
	font-size:12px;
} */

.subsection {
	padding: 10px;
	height: 104px;
	margin:10px;
	border: 1px black dashed;
	font-size:10px;
	width: 250px;
	float: left;
	background-color: #8BB1FF;
	
}

.subsection img {
	width: 100px;
	margin: 0 10px;
	float: left;
	border: 1px black solid;
}

.fullpageimage {
	width: 100% !important;
	border: 1px black solid;
	max-width: none !important;
	padding: 0px !important;
	margin: 0px !important;
	margin-left: 3px !important;
}

#pagetext p a {
	text-decoration: underline;
}

#pagetext a {
	font-weight: 600;
	color:#000099;
}
#pagetext a:hover {
	color:#990033;
}

.imgcopyright {
	font-size: 8px;
}