/*
Last Updated: 4/4/2008
*/


/* overrides */

.main {
	border-left: 1px solid #3d4144;
	border-right: 1px solid #3d4144;
}

.content {
	padding: 0;
}

#conversation {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* columns */

.sp-col1 {
	float: left;
	/*
	width: 644px;
	*/
	width: 784px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #DDD;
	font-size: 1.2em;
}

.sp-col2 {
	float: left;
	/*
	width: 345px;
	*/
	width: 205px;
	overflow: hidden;
	margin-right: -3px; /* fixes ie6 duplication bug */
	font-size: 1.1em;
}

.sp-col1-inner {
	padding: 0 15px 5px 35px;
}

.sp-col2-inner {
	/*
	padding: 0 20px 10px 10px;
	*/
	padding: 0 35px 0 10px;
}

.sp-clear {
	clear: both;
}

.gutter {
	margin: 0 0 14px 0;
}

/* float clear */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



.autoPageHeader {
	margin: 0 35px;
	position: relative;
}

h1.autoPageTitle {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 2.4em;
	padding: 5px 0;
	margin: 20px 0 15px 0;
	line-height: 1em;
}

h1.autoPageTitle img {
	position: absolute:
	top: 1px;
	left: 1px;
}

.autoPageNav {
	line-height: 1.8em;
	padding: 0 0 10px 0;
}












/* jump unit */

.jumper {
	padding: 10px 0 20px 35px;
	background: url(/i/story/design07/jumperBg.jpg) repeat-x 0 100%;
	display: inline-block;	/* added 4/4/08, fixes IE 7 jumper wrapping bug */
}

.jumper h2 {
	border-top: 1px solid #ddd;
	font-size: medium;
	font-family: Arial, Helvetica, Sans-serif;
	padding: 10px 0 10px 0;
	margin: 0 35px 0 0;
}

.jump-item {
	float: left;
	width: 134px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #e6e9ec;
	font-size: 1.1em;
}

.last {
	border: 0;
}

.jump-item h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
	margin: 5px 0 4px 0;
	padding: 0;
}

.insider h3 {
	padding-left: 14px;
	background: url(/i/in.gif) no-repeat 0 2px;
	color: #fda100;
}

.jump-item img {
	border: 0;
}

.jump-item p {
	color: #666;
	margin: 3px 0;
	padding: 0;
	font-size: x-small;
}

.jump-item p a, .jump-item p a:visited {
	color: #333;
	text-decoration: none;
}

.jump-item p a:hover {
	color: red;
}



