html { 
	font-size: 100%; /* IE trick to allow proper resizing of text */ 
}
body {
	color: #666666;
	font: 0.75em/1.5em "Helvetica Neue", Arial, Helvetica, sans-serif; /* 1em is now 12px at 96ppi. */
	margin: 0;
	min-width: 600px;
	background-color: white;
	background-image: url(http://subsurface.vistacomputational.com/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
table, form, select, input, textarea { 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100%; /* IE hack so these elements correctly inherit the default text size */ 
}
hr {
	height: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	width: 100%;
}

/* HEADINGS */	
h1 {
	font-size: 1.8em;
	padding-top: -1.2em;
	padding-bottom: -1.2em;
}
h2 {
	color: #333;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: -0.2em;
	margin-top: -0.2em;
}
h3 {
	background: #E8E8E8;
	border-top: solid 5px #153B8C;
	margin-bottom: 20px;
	padding: 10px;
	color: #333333;
	font-weight: bold;
	font-size: 0.84em;
	line-height: 0.84em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h4 {
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
	margin-top: 0px;
	letter-spacing: 1px;
}
h5, h6 {
	font-size: .84em;
}

/* LINKS */
a, a:link, a:visited {
	color: #153B82;
	text-decoration: none;
}
a:focus, a:hover,  a:active {
	color: #000000;
	text-decoration: underline;
}

/* SECTIONS */
#container {
	margin: 0;
	position: absolute;
	text-align: left;
	left: 40px;
	top: 0px;
	right: 40px;
	bottom: 0px;
}
#header {
/*	margin-bottom: 40px; */
	margin-bottom: 20px;
}
#login {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	width: 100%;
/*	padding-top: 20px; */
}
#content {
	margin: 0;
	margin-bottom: 20px;
/*	min-width: 760px; */
}
#sidebar{
	float: left;
	width: 250px;
	margin: 0;
}
#sidebar-item{
	background: #E8E8E8;
	border-top: solid 5px #153B8C;
	margin-bottom: 20px;
	padding: 10px;
	padding-bottom: 1px;
}
#article{
	margin-left: 270px;
	font-size: 1.2em;
	line-height: 1.3em;
/*	max-width: 800px;  */
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	width: 100%;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	font-size: 0.9em;
}

/* SPECIAL CLASSES */
a.highlight {
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	background: #153B82;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	letter-spacing: 1pt;
}
a.highlight:focus, a.highlight:hover, a.highlight:active {
	background: black;
}

/* COMPARE MODEL TABLES */
.comparetable {
	font: 0.9em/1.2em "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-type: square;
	margin-left: -10px;
}
.comparetable th { 
	font-weight: bold;
	background: #E8E8E8;
}
.comparetable td { 
	background: #E8E8E8;
	line-height: 1.6em;
}
.comparetable-cat {
	border-left: solid 5px #153B82;
	font: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

/* MODEL WIZARD COLUMNS */
#model-list{
	float:left;
	width:350px;
	margin-right:40px;
}
#model-criteria{
	float:left;
	width:350px;
}
#model-reset{
	clear:both;
	background:#CCFFFF;
}