/* CSS Document */

* { margin: 0; padding: 0; }


body {
	background: #333;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 0;
	color: #4A5800;
	border-bottom: 2px solid #4A5800;
	width: 650px;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 15px 0 4px 0;
	padding: 0;
	}

h4 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	margin: 0;
	padding: 0;
	}

ul {
	list-style-type: none;
	}

li {
	line-height: 140%;
	}

a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #ff9;
	}
	
div.clear {
	width: 100%;
	height: 1px;
	clear: both;
	}

#ad {
	text-align: center;
	width: 730px;
	height: 90px;
	position: relative;
	top: 0;
	left: 0;
	margin: auto;
	padding-bottom: 10px;
	}
	
#container {
	width: 900px;
	height: 100%;
	min-height: 100%;
	margin: auto;
	padding: 0;
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	}
	
	
#header {
	width: 900px;
	height: 100px;
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
	background: #fff;
	}
	
#header-left {
	margin-bottom: 1em;
	overflow: hidden;
	height: 100px;
	width: 637px;
	float: left;
	/* border-bottom: 0.1em dashed #369; */
}

#header-left h1 {
	padding-top: 10px;
	margin: 0px;
}

#header-right {
	width: 263px;
	overflow: hidden;
	height: 100px;
	padding-top: 1em;
	float: right;
	}

#nav {
	width: 880px;
	height: 145px;
	/* background:url(img/nav-bg.gif) repeat-x #171717; */
	background: #eee;
	position: relative;
	top: 110px;
	left: 0;
	clear: both;
	padding: 1em;
	}

	#nav .navgraf {
		width: 280px;
		margin-right: 10px;
		float: left;
		background: #fff;
		}
	#nav h3 {
		background: #4A5800;
		padding: 4px 5px;
		text-align: center;
		}
	#nav p {
		padding: 10px;
		line-height: 150%;
		}
.bold {
	font-weight: bold;
	}
	
.clear {
	clear: both;
	width: 100%;
	height: 1px;
	}
	
#content {
	position: relative;
	top: 120px;
	left: 0;
	width: 890px;
	background: #fff;
	padding-left: 10px;
	padding-bottom: 100px;
	height: 100%;
	}
	 /* #content a:link, #content a:visited, #content a:active {
		color: #333;
		font-weight: bold;
		} */
#compare-results {
	width: 900px;
	position: relative;
	top: 10px;
	left: 0;
	}

#compare-results table {
	text-align: left;
	}
#compare-results h2 {
	margin-bottom: 15px;
	}
	
#content-thin-center {
	width: 540px;
	margin: auto;
	padding: 10px 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
	
.salary-description {
	width: 500px;
	margin-left: 10px;
	padding: 10px 0 20px 0;
	}
	.salary-description p {
		line-height: 140%;
		font-size: 11px;
		color: #333;
		padding: 0 0 6px 0;
		}
	.salary-description a:link, .salary-description a:visited, .salary-description a:active {
		color: #336600;
		font-weight: bold;
		}

#subnav-years {
	width: 480px;
	background: #4A5800;
	padding: 2px 5px 4px 5px;
	margin-left: 10px;
	}
	#subnav-years li {
		display: inline;
		padding: 0 10px;
		margin: 0;
		}
		
#toplists {
	float: left;
	margin-left: 10px;
	width: 680px;
	height: 100%;
	min-height: 100%;
	}

#toplists .toplist-column {
	width: 155px;
	margin-top: 15px;
	padding: 10px 0 10px 0;
	border-right: 1px solid #ccc;
	float: left;
	}
.toplist-column h4 {
	height: 30px;
	padding-left: 10px;
	}
	
.toplist-column ul {
	margin-top: 10px;
	}

.toplist-column li {
	line-height: 160%;
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: 1px dotted #ccc;
	}
#yearfacts {
	float: left;
	width: 170px;
	margin-top: 20px;
	background: #eee;
	text-align: center;
	}
	#yearfacts h4 {
		background: #4A5800;
		color: #fff;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		margin-top: 15px;
		}
		
	.fact-accented {
		padding: 8px 0 2px 0;
		font-size: 1.6em;
		font-weight: bold;
		color: #333;
		}
	.fact-accented-sub {
		padding: 1px 0 3px 0;
		font-size: 1.1em;
		color: #333;
		}
	.fact-name {
		padding: 2px 0 0 0;
		font-size: 1.2em;
		font-weight: bold;
		}
	.fact-company {
		color: #333;
	}
	
