div#main-container
{
	width: 868px;
	font-size: 0.75em; /* 16x0.75=12 */
	line-height: 1.5em; /* 12x1.5=18 */
	margin: 0 auto;
}

div#header
{
	position: relative;
	height: 142px;
}

	div#header h1#logo
	{
		position: absolute;
		top: 0;
		right: 0;
		background: #000 url(../images/layout/fuel_logo.jpg) top right no-repeat;
		text-indent: -1000em;
		width: 454px;
		height: 142px;
	}

		div#header h1#logo a
		{
			position: absolute;
			top: 15px;
			right: 10px;
			display: block;
			width: 440px;
			height: 110px;
		}

	div#header h6#date
	{
		position: absolute;
		bottom: 15px;
		left: 10px;
		color: #004ac5;
	}

div#frame-top
{
	background: #000 url(../images/layout/frame_top.jpg) 0 0 no-repeat;
	width: 868px;
	height: 26px;
}

div#frame-middle
{
	background: #000 url(../images/layout/frame_bg.jpg) 0 0 repeat-y;
	width: 868px;
}

	div#frame-middle div#content
	{
		padding: 10px 35px 5px 35px;
	}

		div#frame-middle div#content div#content-left
		{
			float: left;
			width: 525px;
			padding-right: 10px;
		}

		div#frame-middle div#content div#content-right
		{
			float: left;
			width: 286px;
			padding-left: 10px;
			background-color: green;
		}

div#frame-bottom
{
	background: #000 url(../images/layout/frame_bottom.jpg) 0 0 no-repeat;
	width: 868px;
	height: 26px;
}

div#inset-box
{
	float: right;
	width: 286px;
	margin-bottom: 5px;
	background: #FFF url(../images/layout/inset_bg.jpg) 0 0 repeat-y;
}

	div#inset-box-content
	{
		padding: 0 30px 5px 30px;
	}

	div#inset-box-content h6
	{
		font-weight: bold;
		color: #333;
		text-transform: uppercase;
		margin-bottom: 6px;
	}

	div#inset-box-content ul
	{
		margin: 0 0 24px;
	}

	div#inset-box-content ul li
	{
		padding: 0 0 8px 0;
	}
	
		div#inset-box-content ul li a:link,
		div#inset-box-content ul li a:visited
		{
			text-decoration: none;
		}
		
		div#inset-box-content ul li a:active,
		div#inset-box-content ul li a:hover
		{
			text-decoration: underline;
		}
	
	div#inset-box-bottom
	{
		width: 286px;
		height: 42px;
		background: #FFF url(../images/layout/inset_bottom.jpg) 0 0 repeat-y;
		padding: 18px 0 0;
		text-align: center;
		color: #fff;
	}
	
	div#inset-box-bottom *
	{
		vertical-align: middle;
	}
	
	div#inset-box-bottom input#keywords
	{
		width: 115px;
	}

div#go-to-next-button
{
	float: right;
	width: 158px;
	height: 19px;
	margin: 0 0 0 0;
}

	div#go-to-next-button a
	{
		display: block;
		width: 158px;
		height: 19px;
		text-indent: -1000em;
	}

		div#go-to-next-button a:link,
		div#go-to-next-button a:visited
		{
			background: #000 url(../images/layout/go_to_next.gif) 0 0 no-repeat;
		}

		div#go-to-next-button a:active,
		div#go-to-next-button a:hover
		{
			background: #000 url(../images/layout/go_to_next_over.gif) 0 0 no-repeat;
		}


div#footer
{
	position: relative;
	background: #000 url(../images/layout/jumpstart_logo.gif) center bottom no-repeat;
	color: #004ac5;
	font-size: 0.825em; /* 12×0.825=10 */
	line-height: 1.5em; /* 12×1.5=18 */
	height: 64px;
}

	div#footer h2
	{
		text-indent: -1000em;
	}
	
		div#footer h2 a#logo-link
		{
			display: block;
			position: absolute;
			left: 380px;
			top: 8px;
			width: 90px;
			height: 43px;
			text-indent: -1000em;
		}
	
	div#footer div#footer-left
	{
		float: left;
		padding-left: 5px;
	}

	div#footer div#footer-right
	{
		text-align: right;
		padding-right: 5px;
	}


/******************************************************************************
* BEGIN Forms
******************************************************************************/

form#contact_form {

}

form#contact_form fieldset {
	margin: 0 20px 0 0;
	padding: 10px;
	border-color: #787d7d;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
}

form#contact_form fieldset legend {
	padding: 0 5px;
	font-weight: bold;
	color: #787d7d;
}

form#contact_form div.formrow,
#comments_form div.formrow {
	position: relative;
	padding: 6px 6px 6px 110px;
}

	form#contact_form div.formrow label.normal,
	#comments_form div.formrow label.normal {
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		padding-top: 6px;
		margin: 0 5px 0 0;
		text-align: right;
		font-weight: bold;
	}

.hideme
{
	display: none;
}

/******************************************************************************
* BEGIN comments
******************************************************************************/

#comments
{
	margin: 25px 0 0;
	border-top: 1px solid #333;
	padding: 25px 0 0;
}

#comments h3
{
	margin: 0 0 1em;
	font-weight: bold;
	color: #333;
	font-size: 1.17em; /* 12x1.17=14 */
	line-height: 1.5em; /* 12x1.5=18 */
}

#comments blockquote
{
	margin: 0 10px;
	border-left: 1px dotted #333;
	padding: 0 0 0 10px;
}

#comments_form
{
	margin: 25px 0 0;
}

/******************************************************************************
********* ADDED FOR DECEMBER 2008 - 2nd Edition Articles
******************************************************************************/

/* Article - Jumpstart #1 on comScore */
table#comscore-table
{
	border-collapse: collapse;
	font-size: 10px;
}

	table#comscore-table th
	{
		font-weight: bold;
		padding: 4px;
		border-right: 1px solid #CECECE;
		border-bottom: 1px solid #CECECE;
	}

	table#comscore-table th.head-row-one
	{
		background-color: #666666;
		color: #FFF;
		text-align: center;
		border-top: 1px solid #CECECE;
	}

	table#comscore-table th.head-row-two
	{
		background-color: #000;
		color: #FFF;
		text-align: right;
	}

	table#comscore-table th.head-row-three
	{
		background-color: #AAA;
		color: #000;
		text-align: right;
	}

	table#comscore-table td
	{
		padding: 4px;
		text-align: right;
		border-right: 1px solid #CECECE;
		border-bottom: 1px solid #CECECE;
	}

	table#comscore-table th.coname,
	table#comscore-table td.coname
	{
		text-align: left;
		border-left: 1px solid #CECECE;
	}

	table#comscore-table td.note-field
	{
		border-left: 1px solid #CECECE;
		padding: 4px;
		font-style: italic;
		text-align: right;
	}


/* Article - U.S. News Names the 2009 Best Cars for the Money */
table#best-for-money-table
{
	border-collapse: collapse;
	font-size: 10px;
	border: 1px solid #CECECE;
	float: right;
	margin: 0 0 10px 10px;
}

	table#best-for-money-table th
	{
		font-weight: bold;
		padding: 8px;
		font-size: 14px;
		color: #F00;
		text-align: left;
	}

	table#best-for-money-table td
	{
		padding: 0 8px;
		text-align: left;
	}

table#methodology-table
{
	border-collapse: collapse;
	font-size: 10px;
	border: 1px solid #CECECE;
	width: 300px;
	float: right;
	margin: 0 0 10px 10px;
}

	table#methodology-table th
	{
		font-weight: bold;
		padding: 8px;
		font-size: 14px;
		color: #F00;
		text-align: left;
	}

	table#methodology-table td
	{
		padding: 8px;
		text-align: left;
	}

