/* GLOBAL PRESETS */

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, table, pre, form, fieldset, legend, label, input, select, textarea { margin: 0; padding: 0; }
p, li, dt, dd, legend, label, input, options, textarea { line-height: 1em; }
h1, h2, h3, h4, h5, h6 { line-height: 1em; }
div { position: relative; }
a { text-decoration: none; }
a img { border: none; }
* a, * b, * i, * strong, * em, * span { font-family: inherit; font-size: inherit; }
* sup, * sub { font-size: smaller; vertical-align: baseline; position: relative; }
* sup { bottom: 0.33em; }
* sub { bottom: -0.25em; }



/* GENERAL VISUAL STYLING */

body {
	background-color: #000;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
#primary {
	font-family: Verdana, Helvetica, sans-serif;
}
#secondary {
	font-family: Verdana, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
h1 {
	margin-top: 0em;
	margin-bottom: 0.75em;
}
h2, h3, h4, h5, h6 {
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}
h1, h2, h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.subtitle {
	display: block;
	font-size: 85%;
	line-height: 1em;
}

p {
	line-height: 1.25em;
	margin-bottom: 0.5em;
}
ul {
}
ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.links {
	list-style-type: none;
	padding-left: 0;
	margin: 0 0 1em 0;
}
li {
	line-height: 1.1em;
	margin-bottom: 0.67em;
}
#primary li,
#secondary li {
	font-family: Tahoma, Helvetica, sans-serif;
}
li.separator {
	list-style-type: none;
	line-height: 0;
}
dt {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.25em;
}
dd {
	margin: 0;
	line-height: 1.25em;
	margin-bottom: 0.75em;
}
a {
	color: #c90;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #fc0;
}

ul.links li a, a.more {
	font-family: Tahoma, Helvetica, sans-serif;
	display: block;
	background: url(/images/_site/aro/med_dkgold.gif) 1px 2px no-repeat;
	padding-left: 10px;
	cursor: pointer;
}
a.less {
	display: block;
	background: url(/images/_site/aro/dn/med_dkgold.gif) -1px 6px no-repeat;
	padding-left: 10px;
	cursor: pointer;
}

table tr {
	vertical-align: top;
}
table th, table td {
	padding: 3px 6px;
}


/* PAGE STRUCTURE */

body {
	text-align: center;
	min-width: 840px;
}
#page {
	text-align: left;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
#pageHeader {
	width: 890px;
	height: 110px;
	left: -25px;
}
#pageHeader img#logo {
	position: absolute;
	left: 52px;
	top: 0px;
}
#pageHeader ul {
	position: absolute;
	right: 60px;
	top: 10px;
}
#pageHeader ul li {
	list-style-type: none;
	float: left;
}
#pageHeader form#siteSearch {
	position: absolute;
	right: 60px;
	top: 40px;
}
#pageBody {
	min-height: 490px !important;
	padding-bottom: 20px;
	z-index: 1;
}
#pageFooter {
	width: 780px;
	height: 38px;
	padding: 10px 30px;
	clear: both;
	margin-top: 20px;
}
#pageFooter img.affiliations {
	position: absolute;
	right: 25px;
	top: 5px;
}



#mainMenu {
	left: 240px;
	top: 70px;
	z-index: 2;
}
#breadcrumb {
	z-index: -1;
	position: absolute;
	left: -30px;
	top: 0;
	width: 890px;
}
#breadcrumb > ul {
	position: relative;
	left: 247px;
	top: 50px;
}
#breadcrumb ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
#breadcrumb li {
	display: inline;
}
#breadcrumb li a {
	font-size: 9px;
}

#tagline {
	position: absolute;
	left: 23px;
	top: 3px;
}


#primary {
	clear: both;
}




/* PAGE HEADER / FOOTER / BREADCRUMB STYLES */

#pageHeader {
	background: url(/images/_site/bg/pageheader2.jpg) no-repeat;
}
#pageHeader a, #pageFooter a {
	color: #b80;
}
#pageHeader a:hover, #pageFooter a:hover {
	color: #eb0;
}
#pageHeader li, #pageFooter p {
	font-size: 85%;
}
#pageHeader ul li a {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
	padding-left: 12px;
	margin-left: 12px;
	border-left: 1px solid #999;
}
#pageHeader ul li:first-child a {
	border-left: none;
}
#pageHeader form#siteSearch input[type='text'] {
	width: 135px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	background-color: #1e272e;
	border: 1px solid #595e64;
}
#pageHeader form#siteSearch input[type='submit'] {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background-color: #750;
	border: 1px solid #530;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #420;
	padding: 2px 0;
}
#pageHeader form#siteSearch input[type='submit']:hover {
	background-color: #a88226;
	color: #530;
}
#pageFooter {
	background: url(/images/_site/bg/pagefooter2.jpg) repeat-y;
	border-top: 3px solid #000;
}
#pageFooter p {
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #808080;
}
#pageFooter p a {
	color: #aaa;
}


#breadcrumb {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
#breadcrumb li {
	font-size: 11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#tagline {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #750;
}

#page #innerFooterBefore {
	clear: both;
	position: relative;
	display: block;
	height: 68px;
}
#page #innerFooter {
	position: absolute;
	width: 840px;
	height: 88px;
	left: 0px;
	bottom: -20px;
}



/* SINGLE-IMAGE ROLLOVER BUTTONS (50px v offset) */

a.btn {
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	background-position: 0 0;
}
a.btn:hover {
	background-position: 0 -50px !important;
}

foo {
}

