/*************************/
/* Custom styling (framework overrule) */

body{
	color: #505050;
	word-spacing: 0.1em;
    overflow-y: scroll;  /* JPD: We need to fix this for IE7 in */
}
h1, h2, h3, h4 {
  font-family: Gill Sans, Gill Sans MT, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; margin: 0px 0 5px 0; }
h3 { font-size: 20px; }


h1, h2, h3, h4, h5, h6 {
  color:  #153856;
	letter-spacing: 0.1em;
}
h1, h2, h3, h4{
  jpd_text-shadow: 0px 0px 2px #707070;
}
  h1.no_shadow, h2.no_shadow, h3.no_shadow, h4.no_shadow{
    text-shadow: none;
  }
h5, h6{
	font-weight: normal;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6{
	color: white;
}
#footer p{
	color: #bde2ff;
	font-size: 1.05em;
}
a{
	jpd_background: #afd7ff;
	color:  #0066cc;
	text-decoration: underline;
	jpd_padding: 0 2px;
}
  a:hover{
  	background: #0066cc;
  	color:  white;
  }
  a.img, a .img, a:hover.img, a:hover .img{
    background:  none;
    padding: 0;
    cursor: pointer;
  }
#footer a{
	background: #9acdff;
	color:  #0066cc;
	text-decoration: none;
}
  #footer a:hover{
  	background: #FFF;
  	color: #0066cc;
  }
      
      
/*************************/
/* Background color and images */

body{
	background: #FFFFFF url(../images/background.png) 0 0 repeat-x;
}
#footer {
	background: #0066CB url(../images/background_footer.gif) 0 0 repeat-x;
}


/*************************/
/* Layout (order and indent is like html layout) */

#header, #footer {
	width: 100%;
	margin: 0;
}
#header, #footer {
	padding: 10px 0 5px 0;
}
#header, #menu{
  position: relative;
	z-index: 1000;
}
#header #header_content {
	width: 950px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
  #header #logo{
    position: absolute;
    top: 0px;
    left: 15px;
  	width: 533px;
  	height: 76px;
  	background: url(../images/logo.png) no-repeat;
  	
  }
  #header .subtitle{
  	position: absolute;
  	top: 5px;
  	left: 220px;
  }

#shade_top{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100px;
	background: url(../images/background_shade.gif) left top repeat-x;
	z-index: 100;
}

.container {
  width: 950px;
  margin: 0 auto;
  padding-top:  10px;
}
.container_wide{
	width: 100%;
}
  .hr{
	width: 100%;
    height: 2px;
  	background: url(../images/hr.gif) 0 0 repeat-x;
  }

#footer{
  text-align: left;
  height: auto;
  margin-top: 20px;
}
  #footer #footer_content {
  	width: 950px;
  	height: 200px;
  	margin: 0 auto;
  	margin-top: 20px;
  	position: relative;
  }
    #footer h3{
    	margin-bottom: 7px;
    }
    #footer p{
    	margin-bottom: 25px;
    	padding-right: 25px;
    }
    
#toptab {
	width: 100%;
	margin: 0;
	position: relative;
}

#toptab #toptab_content {
	width: 950px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}

/*****************************/
/* miscalleaneous */

.hr{
	
}
.hr_footer{
	width: 100%;
	height: 2px;
	background: url(../images/hr_footer.gif);
}

.showgrid {
  background:url(../images/grid.png);
}
.justify{
	text-align: justify;
}
.center{
	text-align:center;
}
.invisible{
	opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  display: block;
}
.dimm{
	opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
}
input.extraExtraSmallInput{
	width: 20px;
}
input.extraSmallInput{
	width: 50px;
}
input.smallInput{
	width: 100px;
}
input.mediumInput{
	width: 150px;
}
input.largeInput{
	width: 200px;
}
input.extraLargeInput{
	width: 300px;
}
input.extraExtraLargeInput{
	width: 400px;
}
input.fullWidth{
	width: 100%;
}

.top_index{
	z-index: 100000;
}

#keypoints {}

#keypoints li {
	font-size: 14px;
}

#keypoints .highlight {
	jpdfont-variant: small-caps;
	font-weight: bold;
	color: #FFFFFF;
	background-color: ORANGE;
	jjletter-spacing: 0.1em;
	padding: 1px;
}