/*
----------------------------------------------------
AJC Common CSS
Last modified:  02.12.2008 08:49 jgilstrap

THIS FILE IS VERSIONED - UPDATE THROUGH SVN ONLY
---------------------------------------------------- */

/* @group Verticals bar */

div#ajc-verticals-nav {
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #999;
	background: #e3e3e3;
	font: 12px Arial, Helvetica, Sans-serif;
	text-align: left;
}

div#ajc-verticals-nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 950px;
}

div#ajc-verticals-nav ul li {
	margin: 0;
	padding: 0;
	background: none;
	background-image: none;
	font-weight: bold;
	display: inline;
	float: left;
}

div#ajc-verticals-nav ul li a {
	margin: 0;
	padding: 5px 10px;
	border-top: 1px solid #e3e3e3;
	text-decoration: none;
	color: #900;
	float: left;
}

div#ajc-verticals-nav li#active a {
	border: 1px solid #ccc;
	border-bottom: none;
	background: #fff;
	color: #009;
}

div#ajc-verticals-nav ul li a:hover {
	background: #f5f5f5;
	text-decoration: none;
	color: #900;
}

div#ajc-verticals-nav ul li.subscribe {
	margin: 0;
	background: transparent url('http://alt.coxnewsweb.com/ajc/css/homepage/blueshift/images/ajc-mast.gif') 0 0 no-repeat;
	text-indent: -10000px;
	width: 260px;
	height: 25px;
	float: right;
}

div#ajc-verticals-nav ul li.subscribe a {
	margin: 0;
	padding: 0;
	border-top: none;
	width: 260px;
	height: 25px;
	display: block;
}

div#ajc-verticals-nav ul li.subscribe a:hover {
	margin: 0;
	padding: 0;
	border-top: none;
	background: transparent url('http://alt.coxnewsweb.com/ajc/css/homepage/blueshift/images/ajc-mast.gif') 0 -25px no-repeat;
	width: 260px;
	height: 25px;
	display: block;
}

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

.clearfix {display: inline-block;}

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

/* @end */

#site-map {
	margin: 20px 0 0 0;
	border-top: 5px solid #999;
	border-bottom: 1px solid #ccc;
	background: url('http://img.coxnewsweb.com/C/04/92/13/image_6613924.gif') top left repeat-y;
	text-align: left;
}

#site-map p {
	font-size: 11px;
}

#site-map h5 {
	margin: 8px;
	padding: 0;
	background: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
}

#site-map a {
	border: none;
}

#site-map a:hover {
	text-decoration: none;
}

#site-map ul {
	margin: 0 8px 16px 8px;
	padding: 0;
	list-style: none;
}

#site-map ul li {
	margin: 0 0 4px 0;
	padding: 0;
	background: none;
	font-size: 11px;
	line-height: 1.2;
}

#site-map ul li.rss-feeds {
	padding: 0 0 0 15px;
	background: url('http://img.coxnewsweb.com/C/07/61/51/image_6151617.png') top left no-repeat;
}

#site-map .site-map-search {
	margin: 20px 0 8px 0;
	padding: 0 0 8px 8px;
}

#site-map .site-map-search h5 {
	margin: 0 0 10px 0;
}

#site-map .site-map-search ul {
	margin: 0 0 4px 0;
}

#site-map .site-map-search ul li {
	margin: 0 10px 0 0;
	display: inline;
}

#site-map .site-map-search ul li.selected a {
	font-weight: bold;
}

#site-map .site-map-search input.query {
	padding: 0;
	border: 1px solid #ccc;
	font-size: 13px;
	width: 197px;
	height: 20px;
}

#site-map .site-map-search input.submit {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#site-map .site-map-search .search-select {
	margin: 5px 0 2px 0;
	font-size: 11px;
}

#footer p.copyright {
	margin: 10px 0;
	font-size: 11px;
	text-align: center;
}

#footer p.copyright a {
	border: none;
}

/* @end */

/* @group ajc.com grid styles, modified for 950px layout */

div.row {clear: both;width:950px;}
div.column {float: left;display: inline;}

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

.row {display: inline-block;}

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

div.five-up-2half-2half-4-2half-2half {} /* Used for site footer */
	div.five-up-2half-2half-4-2half-2half div.col-1 { width: 156px; margin: 0 4px 0 0; }
	div.five-up-2half-2half-4-2half-2half div.col-2 { width: 167px; margin: 0 4px 0 4px; }
	div.five-up-2half-2half-4-2half-2half div.col-3 { width: 272px; margin: 0 4px 0 4px; }
	div.five-up-2half-2half-4-2half-2half div.col-4 { width: 167px; margin: 0 4px 0 4px; }
	div.five-up-2half-2half-4-2half-2half div.col-5 { width: 156px; margin: 0 0 0 4px; }

/* @end */