/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
/* navigation */
#nav {
	background:#ddd url(/img_style/h300_reverse.png);
	border-bottom:1px solid #CCCCCC;
	height:141px;	
	width:937px;
	-moz-border-radius:0 0 6px 6px;
}

#nav ul {	
	width:937px;
	margin:0 auto;	
}

#nav li {	
	border-right:1px solid #ddd;
	float:left;
	padding-left:1px;
	width:115px;
	list-style-type:none;
	text-align:center;
}

#nav a {
	color:#333333;
	display:block;
	padding:10px;
	position:relative;
	word-spacing:-2px;
	font-size:11px;		
	height:122px;
	text-decoration:none;
}	


#nav img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:3px 0 5px 6px;
	padding:4px;		
	display:block;
}

#nav strong {
	display:block;		
	font-size:12px;
}

/* panes */
#panes {
	background:#fff url(/img_style/h300_reverse.png) repeat scroll 0 0;
	border-color:#ccc;
	border-style:solid;
	border-width:1px 1px 0;
	width:935px;	
	height:205px;
	margin-bottom:-20px;
	padding-bottom:20px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
	-moz-border-radius:6px 6px 0 0;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:20px;
	left:20px;
	font-size:13px;
	color:#444;	
	width:900px; 
}

#panes img {
	float:left;
	margin-right:20px;		
}

#panes p.more {
	color:#000;
	font-weight:bold;
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:18px;
	font-weight:normal;
}

.overlay {
	display:none;
	width:850px;
	padding:20px;
	background-color:#ddd;
}

.icard24 {
float: right;
}

