@charset "utf-8";
/* Specific CSS Document for the AKC Homepage */
.screen, .child{
	border:none;
	margin:0;
	padding:0
}
.screen{
	background-color:#fff;
	overflow:hidden;
}
#slideshow_container{
	width:604; 
	height:308px;
	margin:8px 0 0 0; 
	padding:0;
}
#slides{
	height:273px;
	width:597px;
	margin-left:6px;
}
.pics {  
    width:597px; 
    height:273px;    
} 
 
.pics img {     
    width:597px; 
    height:273px; 
}
#slideshow{
	width:597px;
	margin:0;
	padding:0;
}
ul#homepage_menu_bar{
	margin:0 0 0 2px;
	padding:0;
	float:left;
	list-style:none;
	width:605px;
	height:35px;
	background: url(//images.akc.org/template/images/sprite.png) -10px -10px;
	_background:url(//images.akc.org/template/images/sprite.gif) -10px -10px; /* IE6 gets the less then pretty icons */
}
ul#homepage_menu_bar li{
	text-transform:uppercase;
	color:#FFF;
	float:left;
	display:block;
	height:35px;
	padding:0;
	background:url(//images.akc.org/homepage/pipe.gif) no-repeat right 9px;	
	
}
ul#homepage_menu_bar li a{
	text-transform:uppercase;
	color:#FFF;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	float:left;
	display:block;
	margin:11px 0 0 0;
	padding:0 9px 0 8px;
	
}
ul#homepage_menu_bar a:hover{
	color:#a5cbfd;
}
ul#homepage_menu_bar li.last{
	background-image:none;
}
ul#homepage_menu_bar li.last a{
	margin:11px 0 0 0;
	padding:0 1px 0 6px;
}
#bottom_container{
	position:relative;
	width:600px;
	min-height:575px;
	display:block;
	margin:0 0 0 5px;
	clear:both;
	background:url(//images.akc.org/template/images/portal/grey_vertical.gif) center top repeat-y;
	
}
.horizontal_lines {
	clear:both;
	display:block;
	height:7px;
	width:600px;
	background: url(//images.akc.org/template/images/sprite.png) -10px -123px;
	_background: url(//images.akc.org/template/images/sprite.gif) -10px -123px;
}
h1.section_heading {
	font-weight:bold;
	color:#10386b;
	text-transform:uppercase;
	height:39px;
	width:293px;
	margin:0;
	padding:10px 0 0 5px;
	background: url(//images.akc.org/template/images/sprite.png) -10px -64px;
	_background: url(//images.akc.org/template/images/sprite.gif) -10px -64px;
}
/* News Section Styles*/
#news_container {
	margin:0;
	padding:0;
	float:right;
	width:293px;
	height:595px;
}
#news_block {
	width:293px;
	height:545px;
	overflow:auto;
}
#news_list{
	width:276px;
	height:585px;	
}
#news_list .searchlist {
	list-style:circle;
	margin:-5px 0 0 0;
	padding:0;
}
#news_list .searchlist li {
	margin:0 0 0 17px;
	padding:0 0 10px 0;
}
#news_list .attention {
	color:#1883E7;
	font-weight:bold;
}
#news_list p {
	font-weight:bold;
	margin-top:7px;
}
/* World of AKC Section Styles*/
#world {
	margin:0;
	padding:0;
	width:293px;
	min-height:540px;
}
#world hr{
border-top:1px solid #ccc;
border-left:none;
border-right:none;
}
#world ul{
list-style:circle;
}
#world p {
	font-size:1.0em;
	margin:0 0 1px 0;
	padding:1px 5px;
}
#world dt {
	cursor:pointer;
	display:block;
	width:281px;
	margin:0;
	padding:5px;
	font:bold 1.0em Arial, Helvetica, sans-serif;
}
#world dt a:link, #world dt a:active, #world dt a:visited, #world dt a:hover {
	font-weight:bold;
}
#world dd {
	margin-left:0;
}
#world dd.nic_bkg {
	background:url(images/homepage/accordion/nic_pink2.gif) no-repeat top left;	
}
#world dd.humanefund_bkg {
	background:url(images/homepage/accordion/humanefund.jpg) no-repeat top left;	
}
.js .pics img {
display:none;
}
