html {
	min-height:101%;	
}

body
{
  background: #e2e2e2;
	margin: 0px; 
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;

}

#head 
{
  background: url(../images/body_cont.jpg) repeat-y top left;
	width: 747px;
	height: 126px;
	padding: 0px;
	margin: 0 auto;
}

#head #headcontent
{
  background:url(../images/idmapslogo.jpg);
  width:719px;
  height:126px; 
  margin-left:12px;
  position:relative;
}
#head span
{
display:none;	
}
#head #title
{
	position:absolute;
	bottom:10px;
	left:10px;
	height:50px;
	width:200px;
 	font-size: 30px;
	color: #ffffff;
}
#head #jisc
{
	position:absolute;
	top:5px;
	right:5px;
	height:50px;
	width:100px;
 	font-size: 30px;
	color: #ffffff;
}


#body_wrapper
{
  background: url(../images/body_cont.jpg) repeat-y top left;
	margin: 0px auto;
	width: 747px;
	display: block;
}


#body
{
  background: url(../images/body_cont.jpg) no-repeat top left;
	float: left;
	padding: 2px 20px 0px 20px;
	min-height: 343px;
	display: block;
}

#end_body
{
  background: url(../images/footer.jpg) no-repeat top left;
	margin: 0px auto;
	width: 747px;
	height: 37px;
	display: block;
}

.clearer
{
        clear: both;
	height: 1px;
}

#all
{
  width: 707px;
	float: left;
	padding: 0px;
	background: url(../images/all_middle.gif) repeat-y top left;
}

#all .top
{
  background: url(../images/all_top.gif) no-repeat top left;
	width: 707px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#all .bottom
{
  background: url(../images/all_bottom.gif) no-repeat bottom left;
	width: 707px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}

#left
{
  width: 538px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: url(../images/left_middle.gif) repeat-y top left;
}

#left .top
{
  background: url(../images/left_top.gif) no-repeat top left;
	width: 538px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#left .bottom
{
  background: url(../images/left_bottom.gif) no-repeat bottom left;
	width: 538px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}

#right
{
  width: 169px;
	float: right;
	padding: 0px;
	margin: 0px;
	background: url(../images/right_middle.gif) repeat-y top left;
}

#right .top
{
  background: url(../images/right_top.gif) no-repeat top left;
	padding: 0px;
	margin: 0px;
	width: 169px;
	height: 18px;
}

#right .bottom
{
  background: url(../images/right_bottom.gif) no-repeat bottom left;
	padding: 0px;
	margin: 0px;
	width: 169px;
	height: 21px;
}

#right .content .rssfeed
{
  margin-bottom: 3em;
#  border-bottom: 1px solid #444;
#  border-top: 1px solid #444;
}

#right a
{
  color:#000 !important;
}

.content 
{
  padding: 0px 15px;
  margin: 10px;
}
.content ul {
	padding-left:18px;
}
.content ul li {
	padding-bottom:5px;
}

#footer
{
  margin: 0 auto; 
	width: 747px;
	text-align: center;
	color: #c48f5e;
	font-weight: bold;
}

#footer a
{
 color: #c48f5e;
}

#right ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#right ul li 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
        padding-bottom:5px;
}

#right ul a
{
	display: block;
	width: 125px;
	color: #000;
	padding-right: 0px;
	padding-left: 0px;
    padding-top:5px;
	margin: 0px;
	border: 0px;
	line-height:normal;
}

#right ul a:hover
{
text-decoration:none;
/*
	color: #FFFFFF;
	background: #613005;
*/
}

/* for RSS feed */

.rssfeed h4 a
{
	display: block;
	width: 125px;
	background: #c7b8a4;
	color: #444444;
	padding: 3px;
	padding-left: 0px;
	text-decoration: none;
	margin: 0px;
	border: 0px;
}

.rssfeed h5 a
{
	display: block;
	width: 125px;
	background: #555;
	color: #000;
	padding: 3px;
	padding-left: 0px;
	text-decoration: none;
	margin: 0px;
	border: 0px;
	text-decoration:underline;
        font-size:13px;
}

.rssfeed a:hover
{
	color: #FFFFFF;
	background: #822C0F;
}



/* end for RSS feed */

/* Navigation */

#menu 
{
  float: right;
	margin: 84px 20px 0px 0px;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	white-space : nowrap;
}

#menu ul li 
{
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}

#menu ul li a 
{
	color: #613005;
	background-color: transparent;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border-style:none;
}

#menu ul li a:link, #menu ul li a:visited 
{
	background-image: url(../images/menu_item3.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 94px;
	line-height: 26px;
	padding-top: 7px;
}

#menu ul li a:hover, #menu ul li a:active 
{
	background-image: url(../images/menu_item3.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
}

#menu ul li.active a:hover, #menu ul li.active a:active, #menu ul li.active a:link, #menu ul li.active a:visited 
{
	background-image: url(../images/menu_item3.gif);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
	color: #000;
}


/*  Headers  */
h1 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #613005;
	background-color: transparent;
	font-size: 1.6em;
	font-weight: normal;
}

h2 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #c48f5e;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: normal;
}

h3 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #d4ab86;
	background-color: transparent;
	font-size: 1.4em;
	font-weight: normal;
}

h4
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: normal;
}

h5 
{
	color: #613005;
	background-color: transparent;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h6
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #D96B11;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 150%;
}

/* HTML Tags */

code
{
  display: block;
	margin: 5px;
	padding: 5px;
	color: #ad4c21;
	border: 1px dashed;
	background: #f0ebe7;
	font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace;

}

small
{
  color:#333;
  margin:0px;
  padding:0px;
}

a
{
        color: #c48f5e;
	text-decoration: underline;
	/*border-bottom: 0px dashed;*/
	padding-bottom: 0px;
}

a:hover
{
	color: #000;
        text-decoration: none;
}

#right hr
{
  border: 0px;
  border-bottom: 1px #FFF dashed;
  height: 1px;
}

#left hr, #all hr
{
width: 95%;
height: 1px;
margin-top: -30px;
margin-bottom: 5px;
padding: 0px;
line-height: 1px;
border:none;
color:#C48F5E;
background-color:#C48F5E;
}

form
{
  margin: 0px;
	padding: 0px;
}

form .item
{
  clear: left;
	border-top: 1px solid #EEE;
	margin: 3px;
}

form .label
{
  float: left;
	clear: left;
	width: 150px;
}

input, textarea, select
{
  color: #AD4C21;
	border: 1px solid;
	background: #F0EBE7;
	margin: 3px;
	padding: 2px;
}

blockquote {
	margin: 2px;
	padding-left: 2px;
}

blockquote[cite]:after {
	content: "Quote from: " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: .8em;
	font-weight: bold;
}

del 
{
  color: #800;
  text-decoration: line-through;
}

dt
{
  font-weight: bold;
  font-size: 1.05em;
  color: #ad4c21;
  float:left;
}

dd 
{
  margin-left: 15px;
  margin-bottom:5px;
  float:left;
}

/* adds a space and then a graphic after any external (i.e. off-site) links */
a[target]:after{
	content: " " url(../images/externalpage.gif);
}

#wrapper
{ 
  position: relative;
  top: 32px;
}

.pageHeader 
{
  height: 71px;
}


table.teamlist {
	width:80%;
	border:none;
}

table.teamlist tr {
	vertical-align:top;
}

table.teamlist td, table.teamlist th {
	padding:5px;
}

table.teamlist th {
	font-weight:bold;
	text-align:left;
	color: #ad4c21;
}

table.teamlist td p {
	padding-bottom:5px;
	margin:0px;
}

span.pagesubtitle {
	line-height:1.5em;	
}

span.pagesubtitle-grey {
	color:#999;
}
/* News Page Styles */


div.news p.subtitle {
	font-style:italic;
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
}

div.news p.description {
	padding-top:0px;
	margin-top:3px;
	margin-bottom:3px;
	
}

div.news p.datetime {
	margin:0px;
	padding-bottom:10px;
}

div.news h5 {
	margin-top: 5px; 

}

div.news a:hover
{
	color:#666666;
}
div.news small {
/*	font-weight:normal;
	font-style:italic; */
}
