body
{
	width: 100%;
}

#page
{
	width: 860px;
	margin: 0px auto;
}

#reception
{
	position: relative;
}

#logo
{
	height: 122px;
}

#logo img
{
	display: block;
}

#body
{
	padding-bottom: 16px;
}

/* Login button */

#login-bar
{
	position: absolute;
	top:16px;
	right:0px;
	
	width:240px;
}

	#login-bar p
	{
		float:left;
		line-height:28px;
		margin-right: 5px;
	}

#login
{
	float:right;
	
	height: 28px;
	padding-left: 12px;

	background: url( ../images/buttons/login-button-edge.gif) no-repeat 0px 0px;
	
	white-space: nowrap;
}

#login a
{
	display: block;

	height: 22px;
	padding-top: 6px;
	padding-right: 12px;

	color: #005a80;

	background: url( ../images/buttons/login-button-tile.gif) no-repeat right 0px;
}

#login a span
{
	font-weight: bold;
	color: #ffffff;
}

#login a:hover
{
	text-decoration: none;
}

/* Main nav */

#major-nav
{
	overflow: hidden;
	height: 43px;
}

#major-nav ul
{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#major-nav ul li
{
	display: block;
	float: left;

	margin: 0px;
	padding: 0px;

	height: 43px;
	line-height: 1em;

	background: url( ../images/main-nav-line.gif) no-repeat right 5px;
}

#major-nav ul li.last-child
{
	background: none;
}

#major-nav ul li.selected,
#major-nav ul li.selected-by-child
{
	background: url( ../images/main-nav-shadow.gif) no-repeat right top;
	background-color: #f6f6f6;
	padding-right: 7px;
}

#major-nav ul li a
{
	display: block;
	float: left;
	height: 9px;	/* 37px - 14px - 14px */

	padding: 14px 11px 14px 11px;

	color: #505050;
	text-decoration: none;
}

#major-nav ul li a:hover
{
	text-decoration: none;
}

#major-nav ul li:hover a,
#major-nav ul li.hover a,
#major-nav ul li.selected a
{
	padding-left: 11px;
	color: #0095cd;
}

/* Minor Nav */

#minor-nav
{
	width: 630px;
}

#minor-nav ul
{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;

	width: 627px;	/* 630 - 3 */
	background: #00aeef;
}

#minor-nav ul li
{
	float: left;
	padding: 4px 0px 7px 0px;
	line-height: 1em;
}

	#minor-nav ul li.last-child
	{
		border-right: none;	
	}

#minor-nav ul li a
{
	color: #FFFFFF;
	font-size:11px;	
	padding: 0px 5px;
	
	border-right: 1px solid #FFFFFF;
}

	/* fix for weird ass hover */
	#minor-nav ul li.last-child a
	{
		border-right: none;	
	}	

#minor-nav ul li a:hover,
#minor-nav ul li.selected a
{
	color: #000000;
	text-decoration: none;
}

/* Johnson Boxes (Right column) */

#johnson-boxes h5
{
	margin-bottom: 12px;
}

ul#johnson-boxes
{
	width: 210px;
	float: right;
	margin-bottom: 12px;
}

#johnson-boxes a.arrow-link,
#hero-spot a.arrow-link
{
	font-size: 116.7%;
	line-height: 21px;
	margin-top: 10px;
	
	background:url(../images/red-arrow-circle.gif) no-repeat;
}

#johnson-boxes li
{
	margin: 20px 0px 14px 0px;
}

#johnson-boxes li.johnson-simple
{
	width: 168px; /* 210 - 25 - 17 */
	background: url( ../images/johnson-boxes/gradient-bordered-bg.gif) 0 bottom no-repeat #fff;
	border-top: 1px solid #ebebeb;

	padding: 16px 25px 16px 17px;
}

/* Quote with signature */

.quote-container
{
	border:1px solid #ebebeb;
	padding:5px;
}

.quote-container img
{
	margin-left:30px;	
}

.quote
{
	width: 160px; /* 210 - 40 */
	background: url( ../images/open-quote.gif) 0 0 no-repeat #fff;
	padding-left: 40px;
}

.quote-close
{
	background: url( ../images/close-quote.gif) right bottom no-repeat #fff;
	padding-right: 40px;
}

.quote-sig
{
	color: #505050;
	padding-top: 8px;
	padding-left: 0px;
}

/* Common hero spot elements */

#hero-spot p
{
	margin-bottom: 8px;
}

#hero-spot h1,
#body h1
{
	margin-bottom: 16px;
}

/* Common resource box (typically floats right inside body) */

.resource-box
{
	width: 182px;	/* 230 - 24 - 24 */
	float: right;

	margin: 0px 0px 20px 30px;
	padding: 16px 24px 16px 24px;

	border: 1px solid #ebebeb;
}

.resource-box ul li
{
	margin: 12px 0px 0px 0px !important;
	padding: 0px 0px 0px 16px !important;

	background: url( ../images/blue-arrow.gif) 0px 7px no-repeat !important;
}

/* Smart solutions nav */
#smart-solutions, #products
{
	width:182px;
	margin: 0px 0px 20px 10px;
}

#smart-solutions li.solution, #products li.product
{
	margin: 10px 0px 0px 0px;
	height:22px;
}

	#smart-solutions li.solution a, #products li.product a
	{
		background: url(../images/red-arrow-circle.gif) no-repeat;
		padding: 0px 0px 0px 30px;
		height:22px;
		line-height:22px;
		display:block;
	}


/* Cross-sell Ad (freeform content) */


/* This should have been done in typography.css from the beginning -- lesson learned */

#body h2,
#body ul,
#body p
{
	margin-bottom: 12px;
}

/* Footer */

#footer
{
	clear: both;
	overflow: hidden;
	width: 860px;

	background:url(../images/footer/bg.gif) no-repeat bottom;
}

#footer-content p
{
	margin:10px 0px 10px 0px;
_margin:0px 0px 10px 0px;
}

#footer-title
{
	width:860px;
	height:31px;
	background:url(../images/footer/header.gif) no-repeat;
	
	font:14px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	line-height:31px;
}

#footer-content
{
	width:840px;
	padding:0px 10px;
}

.footer-nav
{
	float:left;
	width:210px;
}

.footer-nav ul
{
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	
	width:210px;
}

.footer-heading, .footer-heading-last
{
	width:210px;
	height:20px;
	float:left;
	
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#008fc9;
	border-bottom:1px solid #0092ce;
	
	margin:20px 0px 10px 0px;
}

	.footer-heading-last
	{
		_margin:20px 0px 0px 0px;
	}

.footer-nav ul li
{
	display: block;
	background:url(../images/footer/ruler.gif) no-repeat bottom left;
	width:200px;
	height: 18px;
	
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 1em;
}

	.footer-nav ul li.last-child
	{
		background:none;
	}
	
	.spacer
	{
		margin-left:8px;	
	}

#footer-legal
{
	width:840px;
	height:32px;
	float:left;
	
	margin:10px 10px 0px 10px;
_margin:5px 5px 0px 5px;
	padding-top:10px;
	border-top:1px solid #0092ce;
}

#copyright
{
	float:left;
}

#other-sites
{
	float:right;
}	