/* CSS Document */

<style type="text/css">
a:link, a:visited {
  color:#958C86;
  background-color:transparent;
  font-weight:bold;
  text-decoration:none;
  }
a:hover {
  color:#616623;
  background-color:transparent;
  text-decoration:underline;
  }

/* Main Elements*/
body {
  margin:0;
  padding:0;
  background-color:#FFFFFF;
  }
#container {
min-height:550px;
background-color:#EFE9D1;
  position:relative;
  width:759px;
  margin:0 auto;
  }
/* END Main Elements*/


/* Header */
#header{
background-image:url(images/header.gif);
background-repeat:no-repeat;
width:759px;
height:25px;}

#header h1{display:none;}


#headpicture h3{display:none;}
/*Defines id headerpicture*/
#headpicture{
margin-left:175px;
background-image:url(images/home_pic.jpg);
background-repeat:no-repeat;
height:320px;}

#contentbox{
background-color:#FEE0A8;
height:245px;
margin-top:-12px;
margin-left:175px;}


#contentbox h3 {display:none;}

#picture{
height:68px;
background-image:url(images/welcome.gif);
background-repeat:no-repeat;
margin-top:0;
margin-left:10px;}


/* ------------------------------------------------ */

.textformat {
font-size:12px;
color:#3C6363;}

#textbox{
margin-top:0px;
margin-left:200px;
margin-right:5px;
}

/*navigation*/
 #navigationbar {
  position:absolute;
  top: 25px;
  left:0px;
  width:175px;
  background: #EFE9D1;
  border:0px solid #c0c0c0;
  text-align: right;
height:auto;}
#logo{
background-image:url(images/jco_logo.gif);
background-repeat:no-repeat;
top:0px;
left:0px;
height:106px;
}
#logo b {display:none;}


#nav_pic{
background-image:url(images/nav_pic.gif);
background-repeat:no-repeat;
top:0px;
left:0px;
height:128px;
}
#nav_pic h3 {display:none;}

#map{
background-image: url(images/map.gif);
background-repeat:no-repeat;
top:0px;
left:0px;
height:171px;
}
#map h3 {display:none;}

#linkpos{
padding-left:21px;
padding-top:10px;}
.links{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #958C86;
	font-style: normal;

text-align:left;
margin-bottom:10px;
}
.style1 {color: #FF0000
	font-family: Helvetica, Arial, sans-serif;
}
.spacer{padding-top:16px;}
.style2 {color: #046464}

#footer{
background-color:#30302f;
height:25px;
width:759px;}

/* ------------------------------------------- */
.floatimgleft {
	float:left;
	margin-top:0px;
	margin-right:5px;
	margin-bottom:5px;
	left: 256px;
	top: 269px;
}
.floatimgleft {display:none;}


</style>