@charset "utf-8";
/* 
File:		new.css
Revised:	10/3/2011
*/

/*====== GLOBAL CONSTANTS ======*/
html, body 
{
	margin: 0px;
	padding: 0px;
}

body 
{
	background-color: #69c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a:link, a:visited
{
	color: #00F;
	font-weight: bold;
	/*text-decoration: none;*/
}

a:hover, a:active
{
	color: #F00;
	font-weight: bold;
	/*text-decoration: underline;	*/
}

h1, h2, h3, h4, h5, h6, div, ul, li
{
	margin: 0;
	padding: 0;
}

h1 
{
	font-size: 2em;
	color: #009;
	margin-bottom: .4em;
}

h2 
{
	font-size: 1.6em;
	color: #009;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: 1em;
}

h3 
{
	color: #009;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h1, h2, h3 
{
	clear: both;
}

table
{
	margin: 10px 0 0px 0;
}

th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

tr
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

td
{
	padding-left: 5px;	
}

/* ====== MAIN ====== */
#main
{
	position: relative;
	background-color: #FFF;
	width: 980px;
	height: 682px;
	padding-bottom: 10px;
}

/*Includes Border*/
#mainBox
{
	position: relative;
	border: 4px solid #9CF;
	height: 652px;
	width: 972px;
	background-color: #FFF;
}

#centerBox
{
	/*border: 1px solid #09f;*/
	position: relative;
	margin: 0 auto;
	height: 200px;
	width: 540px;
	text-align:left;
}

/* ===== HEADER ===== */
#header 
{
	background-color: #9CF;
    height: 80px;
    position: relative;
	font-family: "Broadway", "Times New Roman", Times, serif;
	color: #009;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

.superscript
{
	font-size: .7em;
	vertical-align:top;
} 

/* ===== NAVIGATION ===== */
#topNav
{
	position: absolute;
	background-color: #9CF;
	margin: 0 0 0 0;
	/*width: 980px;*/
	width: 100%;
	bottom: 0;
	left: 0px;
}

#topNav ul
{
	list-style: none;
	/*margin-left: 102px;*/
	margin-left: 137px;
	/*margin-left: 190px;*/
	/*margin-left: 220px;*/
	padding: 0;
}

#topNav li
{
	float: left;
	margin: 0;
	padding: 0;
}

#topNav li a:link, li a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .5em;
	font-weight: bold;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	margin-right: 10px;
	line-height: 25px;
	background: url(../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	border: none;
}

#topNav li a:hover, li a:active
{
	color: #f8b449;
	background-position: left top;
}

#topNav .current
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .5em;
	font-weight: bold;
	display: block;
	color: #aaa;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	margin-right: 10px;
	line-height: 25px;
	background: url(../_images/nav/nav_current.jpg) no-repeat;
	border: none;
}

#topNav li a.current:hover
{
	cursor: default;
}

/* ===== CONTINUE BUTTON ===== */
#bottomNav
{
	position: absolute;
	/*background-color: #9CF;*/
	margin: 0 0 0 0;
	width: 100%;
	/*bottom: 0;*/
}

#bottomNav ul
{
	list-style: none;
	/*margin-left: 300px;*/
	margin-left: 450px;
	padding: 0;
}

#bottomNav li
{
	float: left;
	margin: 0;
	padding: 0;
}
#bottomNav li a:link, li a:visited
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	margin-right: 10px;
	line-height: 25px;
	background: url(../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	border: none;
}

#bottomNav li a:hover, li a:active
{
	color: #f8b449;
	background-position: left top;
}

/* ===== CODES ===== */
#codes
{
	position: absolute;
	/*background-color: #9CF;*/
	margin: 0 0 0 0;
	width: 100%;
	left: 0px;
	top: 600px;
	/*bottom: 0;*/
}

#codes ul
{
	list-style: none;
	margin-left: 300px;
	padding: 0;
}

#codes li
{
	float: left;
	margin: 0;
	padding: 0;
}

#codes li a:link, li a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	margin-right: 10px;
	line-height: 25px;
	background: url(../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	border: none;
}

#codes li a:hover, li a:active
{
	color: #f8b449;
	background-position: left top;
}

#live
{
	/*border: 1px solid #09f;*/
	/*border-style:inset;*/
	position: absolute;
	margin: 0 0 0 0;
	width: 100%;
	left: 0px;
	top: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#license
{
	background-color: #9CF;
	position: absolute;
	margin: 0 0 0 0;
	width: 110px;
	left: 830px;
	top: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ===== INSTRUCTIONS ===== */
#tickerLabel
{
	/*border: 1px solid #f00;*/
	float: left;
	margin-top: 10px;
	height: 20px;
	width: 270px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align:middle
}

#ticker
{
	/*border: 1px solid #f00;*/
	float: left;
	margin-top: 10px;
	height: 24px;
	width: 520px;
}
#rss
{
	/*border: 1px solid #09f;*/
	position: absolute;
	margin: 0 0 0 0;
	width: 133px;
	left: 800px;
	top: 90px;
	font-size: 13px;
	margin: 0 auto;
}
#rss2
{
	/*border: 1px solid #f00;*/
	float: left;
	margin-top: 10px;
	height: 24px;
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
#terms
{
	/*border: 1px solid #09f;*/
	position: relative;
	margin-top: 50px;
	margin-right: 40px;
	margin-left: 40px;
}

#instructions
{
	font-size: .8em;
	margin: 0 auto;
	border: 1px solid #09f;
	height: 30px;
	width: 400px;
	padding: 10px 10px 10px 10px;
}

#instructions2
{
	font-size: .8em;
	/*(972 - (440 + 20 + 2) / 2 = 255*/
	margin: 0 auto;
	border: 1px solid #09f;
	height: 35px;
	width: 440px;
	padding: 10px 10px 10px 10px;
}

/* ===== FORM ===== */
#forms
{
	position: absolute;
	width: 380px;
	margin-top: 20px;
	margin-left: 275px;
	border: 1px solid #aaa;
	background-color: #ffc;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

/* ===== ASK DEAN ===== */
#ad
{
	border: 1px solid #09f;
	width: 650px;
	height: 400px;
	margin: 60px auto;
	text-align: left;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#adBoxLeft
{
	float: left;
	/*border: 1px solid #09f;*/
	width: 148px;
	height: 200px;
}

#adBoxRight
{
	float: left;
	/*border: 1px solid #09f;*/
	width: 500px;
	height: 200px;
}

#adInput
{
	/*border: 1px solid #09f;*/
	margin: auto;
	width: 400px;
	font-weight: bold;
	text-align: right;
}

#adQuestion
{
	/*border: 1px solid #09f;*/
	/*margin-top: 20px;*/
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	font-weight: bold;
}

#adSubmit
{
	margin-top: 20px;
}

#askDean
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

/* ===== SEARCH FORMS ===== */
#results
{
	margin: 20px 0 0 0;
	font-size: .8em;
}

#maps
{
	font-size: .8em;
}

.mapLink
{
	font-weight: bold;
	display: block;
	color: #FFF;
	text-decoration: none;
	background: url(../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	border: none;
}

#tractDetails
{
	font-size: .8em;
}

#modelDetails
{
	font-size: .8em;
}

.inputWidth
{
	width: 200px;
}

#copyright
{
  	font-size: .6em;
	margin-bottom: 20px;
}
#footer 
{
	margin: 0 auto;
	width: 980px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ===== miscellaneous styles ===== */
.clear 
{
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}
