@import 'classes.css';

html, body
{
	min-width : 760px;

	font : 13px/16px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	color : #1780aa;
	
	padding : 0;
	background-color : #fff;
	margin : 0;
	
	cursor : default;
}

a, a:link, a:visited
{
	color : #3c9fc7;
}
a:hover, a:visited:hover
{
	text-decoration : none;
	
	cursor : pointer;
}

a img
{
	border : 0 none;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
{
	display : none;
}
h1 span + span, h2 span + span, h3 span + span,
h4 span + span, h5 span + span, h6 span + span
{
	display : block;
}

h3, h4, h5, h6
{
	padding : 0;
	margin : 0;
}

h1
{
	font-weight : normal;
	font-size : 30px;
	line-height : 36px;
	
	margin : 0 0 0.5em;
}

h2
{
	font-weight : normal;
	font-size : 18px;
	line-height : 18px;
	
	margin-bottom : 7px;
}

p
{
	margin : 0 0 1em;
}

#head
{
	height : 70px;
	
	padding : 0 10px 0 15px;
	background : transparent url('/images/critters-bg.png') no-repeat center center;
}
#head > a.home
{
	display : block;
	float : left;
	
	font-weight : bold;
	text-decoration : none;
	
	margin-top : 50px;
	margin-left : 5px;
}

#head > a.logo
{
	float : left;
	margin : 8px 0 0 0;
}

#address
{
	float : right;
	
	font-size : 11px;
	line-height : 14px;
	color : #848484;
	
	margin-top : 14px;
}
#address .map
{
	display : block;
	width : 105px;
	height : 15px;
	
	font-weight : bold;
	text-align : center;
	
	padding-top : 2px;
	background : transparent url('/images/map-button-bg.png') no-repeat top left;
	margin-top : 3px;
}
#address .map a:link,
#address .map a:visited
{
	color : #fff;
	text-decoration : none;
}

#body
{
	min-height : 30px;

	padding : 15px 15px 10px 0;
	background : transparent url('/images/bg.png') repeat-x top left;
}

#sidebar
{
	float : left;
	width : 220px;
	
	padding-bottom : 215px;
/*	background : transparent url('/images/facility-int2.jpg') no-repeat bottom center;*/
	margin-bottom : 10px;
}
#sidebar + div
{
	margin-left : 268px;
}
#sidebar ul
{
	padding : 0;
	margin : 0;
}
#sidebar li
{
	list-style : none;
	
	color : #fff;
	background-color : #41a1c8;
	border-bottom : 1px solid #fff;
}
#sidebar li:first-child
{
	border-top : 1px solid #fff;
}
#sidebar li a:link,
#sidebar li a:visited
{
	display : block;
	
	font-size : 15px;
	font-weight : bold;
	text-decoration : none;
	color : #fff;
	
	padding : 5px 0 5px 15px;
}
#sidebar li a:hover,
#sidebar li a:visited:hover,
#sidebar li.active a:link,
#sidebar li.active a:visited
{
	color : #bde0ee;
}

#menu
{
	height : 33px;

	padding : 0;
	background : #3fa0c8 url('/images/menu-bg.png') repeat-x top left;
	border-width : 1px 0;
	border-style : solid;
	border-color : #bde0ee;
	margin : 0;
}
#menu > li
{
	position : relative;
	display : block;
	float : left;
	width : 10%;
	list-style : none;
	
	line-height : 32px;
	text-align : center;
	white-space : nowrap;
	
	padding : 0;
	margin : 0;
}

#menu > li.submenu
{
	background : transparent url('/images/menu-bullet.png') no-repeat center 24px;
}

#menu > li.active,
#menu > li:hover
{
	background-color : #48a5ca;
}

#menu > li > :link, #menu > li > :visited
{
	display : block;

	font-weight : bold;
	text-decoration : none;
	color : #fff;
	
	border-width : 1px;
	border-style : solid;
	border-color : #91d9f6 #014e70 #014e70 #91d9f6;
}

#menu li > ul
{
	display : none;
	position : absolute;
	left : 0;
	top : 100%;
	width : 200px;
	text-align : left;
	padding : 0;
	background-color : #6db7d5;
	border-width : 1px;
	border-style : solid;
	border-color : #91d9f6 #014e70 #014e70 #91d9f6;
	margin : 0;
}

#menu li.fromtheright > ul
{
	left : auto;
	right : 0;
}

#menu li:hover > ul
{
	display : block;
}

#menu li > ul li
{
	display : block;

	color : #fff;
	text-align : left;
	
	padding : 0;
	margin : 0;
}

#menu li > ul li :link,
#menu li > ul li :visited
{
	display : block;

	color : #fff;
	text-decoration : none;
	
	padding : 2px 15px 3px 30px;
}

#menu li > ul li :link:hover,
#menu li > ul li :visited:hover,
#menu li > ul li.active :link,
#menu li > ul li.active :visited
{
	font-weight : bold;
	
	background : transparent url('/images/menu-bullet.png') no-repeat 15px center;
}

#foot
{
	clear : both;
	height : 16px;
	
	font-size : 9px;
	line-height : 16px;
	color : #999;
	
	padding : 3px 9px;
	border-top : 1px solid #bde0ee;
}
#foot > div
{
	float : left;
}
#foot > div + div
{
	float : right;
}
.funsun{
font-style: italic;
color: #F4A815;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: bold;
}

.storybox{
border-width: 1px;
border-style: solid;
border-color: #CCCCCC;
background-color: #CAE6F1;
padding: 10px;

}
