/* CSS Document */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}

#header{
	border-bottom:solid 1px #999999;
	box-shadow: 0px 0px 5px #ccc;
}
.item{
	height:500px;
/*  width:33.33%;*/
	float:left;
	
}

.container{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	transform:translate(0%, 0px);
	
}

.menu {
	display:table;
	margin: 0 auto;
}
.menu ul{
	padding:24px 0;
	display:table;
	margin: 0 auto;
	float:left;
}
.menu ul li{
	float:left;
	list-style:none;
	/*padding:24px 0;*/
	margin-right:15px;
}
.menu a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:9pt;
}
.menu a:hover{
	color:#429538;
}


a.next, a.previous {
	background-image: url("../images/jaxsprites.r3.png");
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 64px;
	overflow-y: hidden;
	text-indent: -200px;
	width: 64px;
	}

a.next {
	background-position: -150px 0;
	}

a.previous {
	background-position: -150px -64px;
	}

.language li{
	border-right:0px;
	padding-top:40px;
	float:left;
	padding-right:4px;
	padding-left:4px;
	list-style:none;
	text-decoration:none;
}
.language a{
	text-decoration:none;
	color:#000000;
}

.language li a:hover{
	color: #429538;
}

#header li.next, #header li.previous {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	/*position: absolute;*/
	right: 0;
	top: 4px;
	z-index: 100;
	}

#header li.previous {
	right: 56px;
	}

#header a.next {
	background-position: -308px 0;
	}

#header a.previous {
	background-position: -308px -64px;
	}
#header li.next:hover,#header li.previous:hover {
	background-image: url("../images/jaxsprites.r3.png");
	background-position: -228px 0;
	background-repeat: no-repeat;
	}
#footer{
	width:100%;
	height:50px;
	border-top:solid 3px #006600;
}
#content{
	overflow:hidden;
}

.copyright{
	display:table;
	vertical-align:middle;
	margin: 15px auto;
	font-weight:bold;
	color:#999999;
}