@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #666666;
	font-family: "Trebuchet MS";
	font-size: 13px;
	background-color: #FFFFFF;
}
.webkinzFound #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
} 
.webkinzFound #header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 69px;
	padding-right: 10px;
	padding-left: 20px;
	vertical-align: bottom;
} 
.webkinzFound #header p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009AFF;
	text-align: right;
	margin: 30px;
} 
.webkinzFound  #topImg {
	padding: 0;
} 
.webkinzFound #menu {
	padding: 0;
} 
.webkinzFound #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.webkinzFound #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 234px;
	padding: 0px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7dbdff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a0d0ff;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
.webkinzFound #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 194px; /* padding keeps the content of the div away from the edges */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7dbdff;
	padding: 0px;
}
.webkinzFound #mainContr {
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7dbdff;
} 
.webkinzFound #mainContent {
	margin-top: 0px;
	margin-right: 195px;
	margin-bottom: 0px;
	margin-left: 235px;
	padding: 0px;
} 

.webkinzFound #mainPageContent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 235px;
	padding: 0px;
	margin-right: 7px;
} 

.webkinzFound #mainPageContent a:link {
	text-decoration: none;
	color: #666666;
}

.webkinzFound #mainPageContent a:visited {
	text-decoration: none;
	color: #666666;
	}
.webkinzFound #mainPageContent a:hover {
	text-decoration: underline;
	}

#small a:link {
	text-decoration: none;
	color: #666666;
}

#small a:visited {
	text-decoration: none;
	color: #666666;
	}
#small a:hover {
	text-decoration: underline;
	}

a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #006FB9;
} 

.tabL a:link {
	text-decoration: none;
	color: #666666;
}

.tabL a:visited {
	text-decoration: none;
	color: #7D7D7D;
}
.tabL a:hover {
	text-decoration: none;
	color: #0099FF;
} 


.webkinzFound #mainPageContent td a:link {
	text-decoration: none;
	font-size: 12px;
	color: #57C0FF;
}
.webkinzFound #mainPageContent td a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #57C0FF;
}
.webkinzFound #mainPageContent td a:hover {
	text-decoration: none;
	color: #0099FF;
} 

#list {
	padding-left: 10px;
}
.webkinzFound #list ul {
	list-style-image: url(../images/blueC.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-right: 0px;
	margin-left: 8px;
	list-style-position: outside;
}
.webkinzFound #list li {
	text-align: left;
	margin-top: 6px;
}


#more   a:link {
	text-decoration: none;
	font-size: 12px;
	color: #0099FF;
}
#more   a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #0099FF;
}
#more   a:hover {
	text-decoration: none;
	color: #006FB9;
} 

#topLogo {
	padding: 0px;
	margin: 0px;
	width: 250px;
	float: left;
} 

#topLink {
	font-size: 12px;
	text-align: right;
	color: #7FCDFF;
	margin-left: 650px;
	padding-top: 48px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	
} 

#topLink   a:link {
	text-decoration: none;
	color: #57C0FF;
}
#topLink   a:visited {
	text-decoration: none;
	color: #57C0FF;
}
#topLink   a:hover {
	text-decoration: none;
	color: #0099FF;
} 

.flash {
	border: 1px solid #a0d0ff;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
	width: 580px;
	height: 287px;
} 


#title {
	height: 29px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ffffcc;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bg_title.gif);
	background-repeat: repeat-x;
} 

#title1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ffffcc;
	text-align: left;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 15px;
	background-image: url(../images/bg_title1.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-position: right center;
	border-style: none;
	margin: 0px;
	display: block;
} 

#title1 a:link {
	color: #ffffcc;
	text-decoration: none;
}

#title1 a:hover {
	color: #FFFF99;
	text-decoration: none;
}

#title1 a:visited {
	color: #ffffcc;
	text-decoration: none;
}

#textLf {
	background-color: #E9F1FE;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 56px;
	margin: 0px;
} 

.linkLf {
	background-color: #E9F1FE;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 7px;
} 

.linkLf ul{ 
list-style-type: none;
margin: 0px;
padding: 0px;
}

.linkLf ul li{
	margin: 0px;
	padding: 0px;
}

.linkLf ul li a{
	display: block;
	color: #666666;
	text-decoration: none;
	padding-left: 0px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
}

.linkLf ul li a:hover{
	colorz: white;
	text-decoration: underline;
}




#imgLf {
	margin: 0px;
	padding: 0px;
} 

#storyLf {
	background-color: #E9F1FE;
	height: 58px;
	padding: 8px;
	margin: 7px;
} 

#imgStLf {
	margin: 0px;
	padding: 0px;
	float: left;
} 

#newIndx {
	padding: 0px;
	float: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 64px;
} 
#mission {
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 258px;
	background-image: url(../images/bg_mission.jpg);
	padding-top: 17px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
} 
.links {
	height: 210px;
	background-color: #ecf3fe;
	padding: 20px;
} 

.links ul{ 
list-style-type: none;
margin: 0px;
padding: 0px;
}

.links ul li{
	margin: 0px;
	padding: 0px;
}

.links ul li a{
	display: block;
	color: #666666;
	text-decoration: none;
	padding-left: 0px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
}

.links ul li a:hover{
	colorz: white;
	text-decoration: underline;
}



.content {
	text-align: justify;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
}  
#small {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
} 

.subTitle {
	margin-top: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
} 

.textLink a:link{
	text-decoration: none;	
} 

.textLink a:hover{
	text-decoration: underline;
	color: #666666;
} 

.textLink a:visited{
	color: #666666;
}
.subTitle ul {
	margin: 0px;
	padding: 0px;
}
.subTitle ul li{
	list-style: none;
	display: inline;
	padding-right: 30px;
}
.subTitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399ff;
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 10px;
}



#date {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 5px;
} 
.webkinzFound #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #60aafd;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 42px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
	height: 40px;
	background-color: #FFFFFF;
} 
.webkinzFound #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

.webkinzFound #footer a {
	color: #60aafd;
}

.webkinzFound #footer a:hover {
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.hovermenu ul{
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 40px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_menu.gif);
	width: 1024px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
	text-decoration: none;
	color: #ffffb8;
	width: 147px;
	padding-top: 10px;
	padding-bottom: 14px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	text-align: center;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	float: right;
}

.hovermenu ul li a:hover{
	background-image: url(../images/bg_menu_mo.gif);
	background-repeat: repeat-x;
}

#menu_active a{
	color: #FEDC67;
}

#homem a{
	width: 94px;
} 

#homem_active a{
	color: #FEDC67;
	width: 94px;
}

#faqm a{
	width: 100px;
} 

#faqm_active a{
	color: #FEDC67;
	width: 100px;
}

.gallery {
	padding: 0;
	margin-top: 6px;
	margin-bottom: 5px;
	height: 106px;
}

.gallery ul{
	margin: 0;
	padding: 0;
}

.gallery ul li{
	list-style: none;
	display: inline;
}

.gallery ul li a{
	text-decoration: none;
	float: left;
	padding: 2px;
	border: 1px solid #FFFFFF;
	margin-right: 2px;
}

.gallery ul li a:hover{
	border: 1px solid #57C0FF;
}

#home a{
	width: 236px;
	border-left-width: 0px;
} 
.newR {
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399FF;
	font-size: 20px;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 4px;
}

h2 {
	margin-top: 14px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}


.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399FF;
	font-size: 16px;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 4px;
}
.pageSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399FF;
	font-size: 14px;
	margin-top: 5px;
	font-weight: bold;
}
.homeTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399FF;
	font-size: 22px;
	font-weight: normal;
}

.glossymenu{
	padding: 0;
	width: 234px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.glossymenu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 15px;
	text-decoration: none;
	background-color: #9BD7FF;
	font-size: 13px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 14px;
	right: 8px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-color: #7FCDFF;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #e3eefd;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b4d9fe;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #666666;
	text-decoration: none;
	padding-left: 30px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	background-color: #D9E9FD;
}


#active a{
	color: #0099FF;
}


.shadetabs{
	text-align: left;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

.shadetabs li{
	display: inline;
	margin: 0;
	list-style-type: none;
}

.shadetabs a{
	text-decoration: none;
	color: #999999;
	position: relative;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.shadetabs a:visited{
	color: #999999;
}

.shadetabs a:hover{
	text-decoration: underline;
	color: #999999;
}

.shadetabs a.selected:link{
	font-weight: bold;
	position: relative;
	color: #666666;
}


.shadetabs a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	font-weight: bold;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


.tabcontentstyle{ /*style of tab content container*/
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
