/* --( OUTLINE )-- */
.cj_1
{ width:960px;
  margin:auto;
  background:url('images/cj_glow.png') 350px top no-repeat;
  height:247px }

.cj_2
{ position:absolute;
  top:85px;
  left:60%;
  width:238px;
  height:150px;
  padding:20px;
  background-image:url('images/cj_media.png') }

.cj_3
{ width:960px;
  margin:auto;
  padding-top: 20px; }

.cj_4daddy
{ background-image:url(images/cj_contentbk.png); background-repeat:repeat-x;
  background-position:bottom;
  background-color:#FFFFFF; }

.cj_4
{ width:960px;
  margin:auto; 
  font: 10pt Verdana;
  color:#595959; }

.cj_5
{ width:960px;
  margin:auto; }

.cj_menu1
{ color:#000000;
  padding-top:150px;
  font:8pt Verdana;  }

.cj_menu1 a
{ color:#8d8d8d;
  text-decoration:none; }

.cj_menu1 a:hover
{ color:#f6be23; }

.cj_menu2
{ color:#000000;
  font:8pt Verdana;  }

.cj_menu2 a
{ color:#FFFFFF;
  text-decoration:none; }

.cj_menu2 a:hover
{ color:#f6be23; }

.page_link_summary
{ font: 10pt  Verdana;
  margin-top: 2px; }

#top
{ width:960px;
  margin:0 auto;
  padding: 0;
  height:23px; }
  
#top td
{ font:8pt Tahoma, Arial, Helvetica; 
  color:#aaa }
  
#top a
{ color: #aaa;
  text-decoration: none }

#top a:hover
{ color: #fff; }
  
#top_banner
{ width:960px;
  margin:auto;
  height:85px;
  font:8pt Arial, Helvetica;
  color:#fff;
  background:#333  }
  
#top_menu
{ width:954px;
  margin:auto;
  background: #555;
  padding:3px  }

#top_menu td:hover
{ background: #999 }

#top_menu td a
{ font-size::11pt;
  color:#fff;
  text-decoration: none;
  font-size: 12pt;
  padding:0 15px }
  
#body
{ width:960px;
  margin:16px auto 0 auto;  }

#footer
{ width:948px;
  margin:20px auto 0 auto;
  background: #eee;
  padding: 6px; }

#footer td
{ font-size: 8pt }

input.search
{ background:url('images/top_search.png') 0 0 no-repeat;
  font: 9pt Arial, Helvetica;
  width:97px;
  height:19px;
  border:none;
  padding:2px 35px 0 25px;
  margin:0;}

input.username
{ background:url('images/username_bg.png') 2px 3px no-repeat;
  padding-left:20px; }

input.password
{ background:url('images/password_bg.png') 2px 3px no-repeat;
  padding-left:20px; }

/* SLIDER 1 -- featured content -- */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 430px; /*width of featured content slider*/
height: 275px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 430px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 410px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #e3e0e0;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #7d78f0;
}

/* --( Password Strength )-- */
#passwordStrength
{	
	font-size:8pt;
	height:13px;
	display:block;
	float:left;
}

.strength0
{
	width:205px;
	background:#cccccc;
}

.strength1
{
	width:50px;
	background:#ff0000;
}

.strength2
{
	width:100px;	
	background:#ff5f5f;
}

.strength3
{
	width:150px;
	background:#56e500;
}

.strength4
{
	background:#4dcd00;
	width:175px;
}

.strength5
{
	color:#fff;
	background:#399800;
	width:205px;
}

#dhtmltooltip {
  position: absolute;
  border: 1px solid #000;
  padding: 2px;
  min-width:150px;
  min-height:150px;
  background:url(../_common/images/loading.gif) center center no-repeat #fff;
  z-index: 100;
  font: 8pt Verdana;
  font-weight:bold;
  color: #fff;
}

/* -- ( lightbox )-- */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('../_common/images/1x1t.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('../_common/images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('../_common/images/nextlabel.gif') right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}