@charset "UTF-8";
html, body {    
   height: 100%; 
}

body {
	background-color: #F7F7ED;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	color: #000;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: large;
	color: #000;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	color: #000;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #FCF;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #9CF;
}
a:link {
	color: #06C;
	text-decoration: none;
}

#container {
	margin-bottom: -90px;
	position: relative;
	min-height: 100%;
}

#header {
	position:absolute;
	left:5%;
	top:0px;
	height:45px;
	background-color: #000000;
	width: 90%;
	clear: both;
}
/* CSS Document */

#topMenu {
	position:absolute;
	top:12px;
	overflow: visible;
	left: 5px;
	z-index: 1000;
}
#fc {
	position:absolute;
	left:5px;
	width:50px;
	height:50px;
	background-image: url(../images/fc.png);
	z-index: 1;
	top: 45px;
}
#xxxxxx {
	position:absolute;
	left:10%;
	width:286px;
	height:50px;
	background-image: url(../images/xx.png);
	top: 45px;
}

#futureclaw {
	position:absolute;
	right:5%;
	top:45px;
	width:500px;
	height:51px;
	background-image: url(../images/futureclaw.png);
}

.content {
	position:relative;
	right:0%;
	top:95px;
	margin-bottom: 90px;
}

#varcontent {
	position: absolute;
	bottom: 0px;
	width:100%;
}


.contentNavigator {
	position:absolute;
	left:10px;
}

#article {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-color: #FFF;
	padding-right: 2em;
	padding-left: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	position:absolute;
	top: 150px;
	margin-bottom: 180px;
    right: 5%;
	left: 5%;
	overflow:auto;
	bottom: 0px;
}

#listContainer {
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	position:absolute;
	top: 150px;
	margin-bottom: 135px;
    left: 5%;
	right: 5%;
	overflow: auto;
	bottom: 0px;
	min-height: 200px;
}

#list {
	margin: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-color: #FFF;
	padding-right: 2em;
	padding-left: 2em;
	border-right-width: thin;
	border-right-style: inset;
	border-right-color: #666;
	width: 250px;
	overflow: auto;
	float: left;
	left: 0px;
	position: absolute;
	height: 100%;
}
#map_canvas {
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 100%;
	left: 303px;
	right: 0px;
}

#formSpring {
    right: 5%;
	left: 5%;
	width: 90%;
}

#bottom {
	position:absolute;
	left:5%;
	bottom:-45px;
	right:5%;
	height:44px;
	background-color: #000000;
}
#below {
	position:absolute;
	left:5%;
	bottom:-90px;
	right:5%;
	height:44px;
}

.clearfooter {
	height: 90px;
	clear: both;
}

#footer {
	position:relative;
	left:5%;
	height:45px;
	border-top-style: solid;
	border-top-width: 45px;
	width: 90%;
}

#footerMenu {
	position:absolute;
	left:10px;
	bottom:12px;
	font-style: italic;
}

#externalMenu {
	position:absolute;
	right:10px;
	bottom:12px;
	font-style: italic;
}

#footer #externalMenu a:link {
	color: #09C;
}
#footer #externalMenu a:visited {
	color: #06C;
}
#footer #externalMenu a:active {
	color: #FF0;
}
#footer #externalMenu a:hover {
	color: #06F;
}
#footer #externalMenu table {
	color: #09F;
}

#facebook {
	position:absolute;
	right:5%;
	bottom:40px;
	visibility: hidden;
}

