* {
	margin: 0;
	padding: 0;
	}
.this-stylesheet-will-be-ignored-by-NN4 {
	\width: auto;
	}

body {
	background: #900;
	font-size: 100%;
	line-height: 1.125em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	}
#masthead label,
#skip-links {
	display: none;
	}
a {
	color: #C00;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	cursor: pointer;
	}

/* PAGE TEMPLATE ------------------------------------------ */

#wrapper {
	width: 898px;
	float:none;
	display:block;
	height: 100%;
	margin: 0px auto;
	padding: 0 11px;
	background: #fff url('/images/uploads/template/background.gif') repeat-y left top;
	}
	.push { clear:both; }
#masthead {
	position: relative;
	z-index: 1000;
	border-bottom: 10px solid #fff;
	height: 100px !important;
	_height /**/:110px;
	width:898px;
	background: #000 url('/images/uploads/template/site-elements.gif') no-repeat 0 0;
	}
#masthead img {
	width: 289px;
	height: 92px;
}
#masthead-hidden {
display:none;
}
#nav {
	position: relative;
	float: left;
	display: inline;
	z-index: 1000;
	margin: 0 10px 10px 10px;
	width: 878px;
	height: 32px;
	font-family: Arial, sans-serif;
	background: #c00 url("/images/uploads/template/globalNav_bg.gif") repeat-x 0 0;
}
#footer {
	clear: both;
	background: #fff url('/images/uploads/template/site-elements.gif') no-repeat 10px -170px;
	/* value for Mac IE 5 */
	/*	padding: 20px 10px 20px 60px;*/
	padding: 20px 10px 0px 10px !important; 
	padding-bottom: 14px; /* for ie6 */
	width:878px;
	border-top: 10px solid #fff;
	height: 120px;
	_height: 1%;
	margin: 0px;
	}
	/* hide from Mac IE 5 \*/
	#footer { background-position: 10px -170px; }
	/* End Mac IE 5 hack */

/* MASTHEAD ------------------------------------------ */

#masthead a#homelink {
	position: absolute;
	left: 19px;
	top: 19px;
	width: 62px;
	height: 62px;
    	background:  url("/images/uploads/template/site-elements.gif") no-repeat 0 -100px;
	border: none;
}
#masthead img {
	position: absolute;
	left: 67px !important;
	top: -21px !important;
        border: none;
}
#search-box {
	position: absolute;
	left: 670px;
	top: 41px;
	}
#q {
	color: #666;
	padding: 2px 0 0 3px;
	_padding: 0 0 0 3px;
	width: 167px;
	height: 13px !important;
	_height:15px;
	background: #fff;
	border: none;
	}
#search-box input {
	font-size: 11px;
	line-height: 13px;
	}
#search-box input.button {
	position: absolute;
	top: 2px;
	_top: 3px;
	left: 180px;
	}

/* NAVIGATION ----------------------------------- */

#nav ul {
	float: left;
	list-style: inline;
	width: 100%;
}
#nav li {
	display: block;
	float: left;
	position: relative;
	height: 22px;
	_height /**/:32px;
	padding: 10px 11px 0 10px;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: url("/images/uploads/template/globalNav_right.gif") no-repeat right 10px;
	cursor:default;
}
#nav li:hover {
	background-color: #900;
}
#nav li a, #nav li a:hover {
	color: #fff;
	text-decoration: none;
}
#nav li.last, #nav li.lastover {
	background-image: none;
	}
#nav li ul {
	/* second-level lists */
	position: absolute;
	left: -9999px;
	top: 32px;
	width: 170px;
	border: 1px solid #900;
	border-top: none;
	background: #c00;
	_float/**/:left;
}
/*
#nav li:hover ul, 
*/
#nav li.over ul, 
#globalNav li.endover ul {
	/* lists nested under hovered list items */
	left: 0;
}
#nav li li {
	width: 170px;
	background: #c00;
	padding: 0;
	background: url("/images/uploads/template/more-border-arrow-on.gif") no-repeat 0 bottom;
	font-size: 11px;
	line-height: 15px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	height: auto;
	_float/**/:left;
}
#nav li li a {
	display: block;
	padding: 5px 9px;
	text-decoration: none;
	color: #fff;
}
#nav li:hover li:hover, 
#nav li li.over {
	background: #900;
}
#nav li:hover li:hover a, 
#nav li li.over a {
	color: #fff;
}


/* BREAD CRUMBS ----------------------------- */

#crumbs {
	padding: 0 10px;
	font-size: 10px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	}
#crumbs A {
	color: #666;
	text-decoration: none;
	display:inline-block;
	background: url("/images/uploads/template/crumb1.gif") no-repeat 100% 50%;
	padding-right:13px;
	margin-right:4px;
	}
#crumbs A:link, #crumbs A:visited {
	color: #666;
	}
#crumbs A:hover, #crumbs A:active {
	color: #c00;
	text-decoration: none;
	background: url("/images/uploads/template/crumb2.gif") no-repeat 100% 50%;
	}


/* FOOTER ------------------------------------------ */

#footer ul,
#footer p,
#footer a {
	color: #999;
	font-size: 11px;
	}
#footer a:hover {
	color: #666;
	}
#footer ul {
	list-style: none;
	margin: 0 0 10px 0;
	line-height: 1.5em;
	}
#footer li {
	padding-left: 10px;
	background: url('/images/uploads/template/footer-bullet.gif') no-repeat 0 6px;
	}
#footer p {
	margin: 0 0 2px 0;
	}
#footer ul,
#footer p {
	margin-left: 63px;
}

/* CONTENT TAGS *******************************/

h1 {
	font: normal 30px "Times New Roman", Times, serif;
	border-bottom: 1px dotted #bebebe;
	color: #c00;
	padding: 5px 10px 5px 10px;
	margin: 10px 0;
	}
h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.25;
	padding: 0 10px;
	}
h2.section {
	border-top: 1px dotted #bebebe;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
	}
.sidebar h2 {
	font-family: Helvetica, Arial, sans-serif;
	border-top: 1px solid #dedede;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 11px;
	padding: 12px 10px 10px 10px !important;
	margin: 10px 0 5px 0 !important;
	color: #333;
	clear: left;
	text-transform: uppercase;
	}
.sidebar h2.first {
	margin: 0 !important;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 10px 10px 0 10px;
	color: #333;
	clear: left;
	}
p {
	font-size: 12px;
	line-height: 1.5;
	margin: 15px 10px;
	}
p.byline{
	margin: 3px 10px -10px 10px;
	color: #666;
	font-size: 11px;
	}
p.byline span{
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #666;
	}
p.byline span.separator{
	color: #ccc;
	}
p.footnote, p.reprint {
	font-size: 11px;
	color: #666;
	}
.sidebar p {
	font-size: 12px;
	margin-top: 0;
	line-height: 1.3;
	}
ol {
	margin: 0 12px 0 30px;
	padding-left: 0px;
}
ol li {
	margin: 0 0 10px 0;
	line-height: 1.3;
	}
table.cc {
	font-size: 12px;
	border-collapse: collapse;
	width: 100%;
	}
table.cc th {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #ddd;
	}
table.cc tr.alt {
	background-color: #f5f5f5;
	}
table.cc td {
	padding: 5px 10px;
	text-align: center;
	vertical-align: top;
	}
table.cc td.left {
	text-align: left;
	}
.sidebar ol {
	font-size: 11px;
	}
a.img-magnify {
	position: relative;
}
a.img-magnify span{
	background: url(/images/uploads/template/icons/magnify-icon-16.gif) no-repeat;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	display: none;
	}
a.img-magnify:hover span {
	display: block;
}
	
.grid-layout ul {
	font-size: 12px; 
	line-height: 1.3;
	display: inline-block;
	margin: -5px 0 0 0;
}
.grid-layout ul li {
	background: url(/images/uploads/template/bullet.gif) no-repeat 10px 12px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 7px 0 5px 25px;
}
.content-wrapper ul {
	font-size: 12px; 
	line-height: 1.3;
	display: inline-block;
	margin: -5px 0 0 0;
}
.content-wrapper ul li {
	background: url(/images/uploads/template/bullet.gif) no-repeat 10px 12px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 7px 0 5px 25px;
}


/**************************** anchor link styles ********************************/
a.more {
	display:inline-block;
	background: url("/images/uploads/template/crumb1.gif") no-repeat 100% 50%;
	padding-right: 10px;
}
a.mail {
	display:inline-block;
	background: url("/images/uploads/template/icons/email-16.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.pdf {
	display:inline-block;
	background: url("/images/uploads/template/icon-pdf.gif") no-repeat 100% 50%;
	padding-right:18px;
}
a.rss {
	display:inline-block;
	background: url("/images/uploads/template/site-icons.gif") no-repeat 0 0;
	padding-left:20px;
	height: 16px;
}
a.rss-icon {
	display: inline-block;
	background: url('/images/uploads/template/site-icons.gif') no-repeat 0 0;
	text-indent: -9000px !important;
	height: 16px!important;
	width: 16px!important;
	margin: 10px 0 0 0!important;
}
a.rss:hover, a.rss-icon:hover {
	background-position: 0 -16px;
}
.sidebar a.twitter {
	display:inline-block;
	background: url("/images/uploads/template/site-icons.gif") no-repeat 0 -96px;
	padding-left:20px;
	padding-top: 3px;
	height: 12px;
}
.sidebar a.twitter:hover {
	background-position: 0 -112px;
}

/* GRID ****************************************************/
.sidebar-bg {
	background: url(/images/uploads/template/sidebar-bg.gif) repeat-y top right;
}
.grid-layout {
	float: left;
}
.grid-2column{
	width: 138px;
	float: left;
padding-left: 10px;
}
.grid-3column{
	width: 212px;
	float: left;
padding-left: 10px;
}
.grid-4column {
	width: 286px;
	float: left;
padding-left: 10px;
	}
.grid-6column{
	width: 434px;
	float: left;
padding-left: 10px;
}
.grid-8column {
	width: 582px;
	float: left;
padding-left: 10px;
}
.grid-12column {
	width: 878px;
	float: left;
padding-left: 10px;
}
.content-wrapper {
	float: left;
	padding: 0 0 0 5px;
}
.g-2 {
	width: 138px;
	float: left;
	padding: 0 5px;
}
.g-3 {
	width: 212px;
	float: left;
	padding: 0 5px;
}
.g-4 {
	width: 286px;
	float: left;
	padding: 0 5px;
	}
.g-6 {
	width: 434px;
	float: left;
	padding: 0 5px;
}
.g-8 {
	width: 582px;
	float: left;
	padding: 0 5px;
}
.g-9 {
	width: 656px;
	float: left;
	padding: 0 5px;
}
.g-12 {
	width: 878px;
	float: left;
	padding: 0 5px;
}


/* AD SIZES **********************************************/

.ad-266x266 {
	padding: 10px 10px 0 10px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px dotted #bebebe;
	margin-top: 10px;
	}


/* FORM ELEMENTS ***********************************/

.formLabel{
	font-weight: bold;
	margin-bottom: 5px;
	text-align:left;
	float: left;
	clear: left;
	font-size: 12px;
}
.formField {
	margin: 0 0 10px 0 !important;
	width: 440px;
	float: left;
	clear: left;
}
form {
	margin: 0 10px;
}
.sidebar form{
	width: 266px;
}
#button {
	float: left;
	padding: 1px 8px;
	margin-top: 10px;
	clear: left;
}
.error {
	background-color: #F00;
	color: #FFF;
	padding: 1px 3px;
}
.noError {
	background-color: #FFF;
	color: #333;
	padding: 0;
}
#warning {
	display: none;
	margin: 5px 0 15px 0;
	font-weight:bold;
}

/* SHARE LINKS **************************************/

ul.sharelinks li{
float: left;
width: 123px;
margin: 0;
display: block;
height: 13px;
overflow: hidden;
font-size: 13px;
line-height: 1;
padding: 10px 10px 10px 10px;
background: none;
}

ul.sharelinks li:hover {
background-color: #f5f5f5;
}

ul.sharelinks a {
padding: 1px 0 0 21px;
}

ul.sharelinks a.facebook {
background: url('/images/uploads/template/site-icons.gif') no-repeat 0 -32px;
}
ul.sharelinks li:hover a.facebook {
background-position: 0 -48px;
}
ul.sharelinks a.flickr {
background: url('/images/uploads/template/site-icons.gif') no-repeat 0 -64px;
}
ul.sharelinks li:hover a.flickr {
background-position: 0 -80px;
}
ul.sharelinks a.twitter {
background: url('/images/uploads/template/site-icons.gif') no-repeat 0 -96px;
}
ul.sharelinks li:hover a.twitter {
background-position: 0 -112px;
}
ul.sharelinks a.youtube {
background: url('/images/uploads/template/site-icons.gif') no-repeat 0 -128px;
}
ul.sharelinks li:hover a.youtube {
background-position: 0 -144px;
}


/* ARTICLE TOOLS **************************************/

#article_tools {
float:right;
border:1px solid #ddd;
width:105px;
margin:20px 10px 10px 10px;
padding:5px 0;
list-style-type: none;
}

#article_tools li {
background-image:none !important;
background-color:#fff;
padding:5px 0 5px 10px !important;
}

#article_tools a {
padding:2px 0 2px 20px;
}

#article_tools a.email {
background:#fff url('/images/uploads/template/icons/email-16.gif') 0 50% scroll no-repeat;
}

#article_tools a.print {
background:#fff url('/images/uploads/template/icons/print-16.gif') 0 50% scroll no-repeat;
}

#article_tools a.share_expand {
background:url('/images/uploads/template/icons/social_links-16.gif') 0 50% scroll no-repeat;
}

#article_tools a.share_expand:hover {
background:url('/images/uploads/template/icons/expand-16.gif') 0 50% scroll no-repeat;
}

#article_tools a.share_contract {
background:url('/images/uploads/template/icons/contract-16.gif') 0 50% scroll no-repeat;
}

#article_tools #share_list {
	margin: 6px 0 0 8px;
}
#article_tools #share_list li {
	padding-left: 0 !important;	
	margin:0;
	list-style-type: none;
}

#article_tools #share_list a {
background-image:none;
}

#article_tools #share_list a.digg {
background:url('/images/uploads/template/icons/digg-16.gif') 0 50% scroll no-repeat;
}

#article_tools #share_list a.delicious {
background:url('/images/uploads/template/icons/delicious-16.gif') 0 50% scroll no-repeat;
}

#article_tools #share_list a.twitter {
background:url('/images/uploads/template/icons/twitter-16.gif') 0 50% scroll no-repeat;
}

#article_tools #share_list a.facebook {
background:url('/images/uploads/template/icons/facebook-16.gif') 0 50% scroll no-repeat;
}

#article_tools #share_list a.linkedin {
background:url('/images/uploads/template/icons/linkedin-16.gif') 0 50% scroll no-repeat;
}

#article_tools #share_list a.yahoobuzz {
background:url('/images/uploads/template/icons/yahoobuzz-16.gif') 0 50% scroll no-repeat;
}

/* TWITTER UPDATES ***********************************/
#tweets-single ul li {
	background: none;
	padding: 5px 10px 10px 10px;
}


/* PAGE-SPECIFIC STYLES ***************************/
/* Home */

body.home h1 {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	border: 0;
	margin: 0;
	padding: 0;
	}

body.home h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.05em;
	margin: 10px 10px 15px 10px;
	padding: 0;
	}
body.home h2 a, body.home h2 a:hover {
	color: #444;
	}
body.home h3 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25;
	margin: 0;
	}
body.home .feature {
	background: #efefef url('/images/uploads/template/feature-background.jpg') no-repeat 0 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	height: 332px;
	float: left;
	width: 838px;
	margin: 0 0 10px 10px;
	display: inline;
	text-align: center;
	padding: 10px 20px;
	}
	
body.home .slideshow {
	
	}
	
body.home .slide {
	width: 100%;
	height: 100%

	}

body.home .feature #feature_nav {
	min-height: 30px;
	width: 255px;
	list-style-type: none;
	font-size: 13px;
	display: block;
	margin-top: 302px;
	z-index: 101;
	float: left;
	}
#feature_nav li{
	display: inline;
	margin: 7px;
	}
#feature_nav a {	
	padding: 3px 8px;
	background: #bbb; 
	color: #fff; 
	text-decoration: none;
	border: 1px solid #999;
	width: 30px !important;
	overflow: hidden !important;
	}
#feature_nav a:focus {	
	outline:none;
	}
#feature_nav a:hover {	
	background-color: #666;
	border: 1px solid #444;
	color: #efefef;
	}
#feature_nav a.activeSlide {
	background-color: #666;
	border: 1px solid #444;
	color: #efefef;
	}

body.home .slide img, body.home .slide #flashcontent {
	float: right;
	width: 562px;
	height: 332px;
	clear: none;
	outline: none;
	border: none;
	}
body.home .feature p.credit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #bbb;
	opacity: 0.75;
	text-shadow: 1px 1px 1px #000;
	float: right;
	clear: right;
	width: 552px;
	margin: -16px 5px 0 0;
	z-index: 100;
	}
body.home .feature h2 {
	display: block;
	width: 256px;
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	line-height: 1.15;
	margin: 30px 0 15px 0;
	font-weight: normal;
	text-transform: none;
	color: #333;
	text-align: center;
	clear: none!important;
	padding: 0!important;
	letter-spacing: 0;
	}
body.home .feature p {
	display: block;
	width: 256px;
	margin: 0 0 30px 0;
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	line-height: 1.25;
	font-weight: normal;
	color: #333;
	text-align: center;
	}
a.button {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0px 0 0 !important;
	line-height: 17px;
	padding: 4px 6px;
}

a.button span {
	padding: 2px 0 2px 22px;
}
body.home .feature a.button span img {
	vertical-align: middle;
	position: relative;
	float: none;
	width: 6px;
	height: 9px;
	border: none;
	padding: 0 0 0 5px;
}

a.asu {
	background: #dba056 url(/images/uploads/template/button-asu-bg.gif) repeat-x 0 0;
	border: 1px solid #8b4513;
}
a.ttu {
	background: #900 url(/images/uploads/template/button-ttu-bg.gif) repeat-x 0 0;
	border: 1px solid #600;
	text-shadow: 1px 1px 1px #300;
}
a.ttuhsc {
	background: #666 url(/images/uploads/template/button-ttuhsc-bg.gif) repeat-x 0 0;
	border: 1px solid #444;
}
a.ttus {
	background: #111 url(/images/uploads/template/button-ttus-bg.gif) repeat-x 0 0;
	border: 1px solid #000;
}

a.asu span {
	background: url(/images/uploads/template/button-asu-logo.gif) no-repeat 0 2px;
	text-shadow: 1px 1px 1px #8b4513;
}
a.ttu span {
	background: url(/images/uploads/template/button-ttu-logo.gif) no-repeat 0 2px;
	
}
a.ttuhsc span {
	background: url(/images/uploads/template/button-ttuhsc-logo.gif) no-repeat 0 2px;
	text-shadow: 1px 1px 1px #444;
}
a.ttus span {
	background: url(/images/uploads/template/button-ttus-logo.gif) no-repeat 0 2px;
	text-shadow: 1px 1px 1px #000;
}

a.asu:hover, a.ttu:hover, a.ttuhsc:hover, a.ttus:hover {
	text-decoration: none;
}

a.button:active {
	background-image: none
}


/* Blog */

body.blog .feature {
	padding: 0 10px;
	}
p.photo-credit{
	text-align: right;
	font-size: 9px;
	color: #999;
	margin: 1px 0 2px 0;
}
p.cutline {
	margin: 0 0 8px 0;
	font-size: 11px;
	color: #666;
	line-height: 1.3;	
	}
body.blog p.lede {
	margin-top: 20px;
	}
body.blog .articleInline{
	border-top: 1px dotted #bebebe;
	border-bottom: 1px dotted #bebebe;
	margin: 0 20px 20px 10px;
	padding: 0 !important;
	width: 212px !important;
}
body.blog .articleInline h2 {
	font-size: 12px;
	font-weight: bold;
	color: #444;
	letter-spacing: 0.05em;
	font-family: Helvetica, Arial, sans-serif;
	margin: 15px 0 0 0;
	text-transform: none;
	
}
body.blog .articleInline p {
	margin: 5px 0 0 0 !important;
	font-size: 11px;
	line-height: 1.3;
}
body.blog .articleInline p.photo-credit {
	font-size: 8px;
	margin: 0 0 0 0 !important;
}
body.blog .articleInline p.give-button {
	text-align: center;
	margin: 15px 0 15px 0 !important;
	display: block;
	}
body.blog .articleInline img {
	border: none;
	margin-top: 10px;
	}
body.blog .articleInline ol {
	font-size: 12px;
	margin: 15px 20px 10px 20px;
	}

body.blog .articleInline a.more:hover, body.blog .articleInline a.more:active {
}
body.blog .sidebar p, body.blog .sidebar ul, body.blog .sidebar ol {
	font-size: 11px;
	line-height: 1.3;
}
body.blog .sidebar h2 {
	font-family: Helvetica, Arial, sans-serif;
	border-top: 1px solid #dedede;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 11px;
	padding-top: 12px !important;
	margin-bottom: 5px !important;
	color: #333;
	clear: left;
}
body.blog .sidebar img {
	border-top: 1px solid #dedede;
}
body.blog .sidebar form{
	margin-top: -5px;
}
body.blog .sidebar form label {
	font-size: 11px;
	padding-right: 5px;
}
body.blog .sidebar .prev-story{
	float: left;
	width: 133px;
	margin: 10px 0;
}
body.blog .sidebar .next-story{
	float: left;
	width: 137px;
	margin: 10px 0;
	padding-left: 10px;
	border-left: 1px solid #ddd;
}
body.blog .sidebar .prev-story h2, body.blog .sidebar .next-story h2 {
	border: none;
	margin: 0!important;
	padding-top: 4px !important;
}
body.blog .sidebar .prev-story p, body.blog .sidebar .next-story p {
	margin-bottom: 0 !important;
}
body.blog a.prev-stories {
	float: left;
	margin: 10px;
	font-size: 13px;
	display:inline-block;
	background: url("/images/uploads/template/grayarrow-left.gif") no-repeat 0 50%;
	padding-left: 10px;
}
body.blog a.next-stories {
	float: right;
	margin: 10px;
	font-size: 13px;
	display:inline-block;
	background: url("/images/uploads/template/grayarrow-right.gif") no-repeat 100% 50%;
	padding-right: 10px;
}
body.blog h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.05em;
	margin: 10px 10px 15px 10px;
	padding: 0;
	}
body.blog h2.related {
	font-weight: bold;
	margin: 30px 10px 10px 10px;
}
body.blog h3 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 0 0;
	}

#mostPopWidget {
	margin-bottom: 10px;
	}
#mostPopWidget #tabsContainer {
	margin: 10px 10px 0 10px;
	padding-bottom: 10px;
	}
#mostPopWidget ul.tabs {
	display: block;
	left: 0px;
	top: 1px;
	position: relative;
	}
#mostPopWidget ul.tabs li:first-child {
	border-left-width: 1px;
	}
#mostPopWidget ul.tabs li {
	background-color:#ddd;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 1px 1px 0;
	display:block;
	float:left;
	margin:0;
	padding:7px 8px 3px 8px;
	white-space:nowrap;
	z-index:6000;
	background-image: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.03em;
	}
#mostPopWidget ul.tabs li.selected {
	background-color: #efefef;
	border-bottom:medium none;
	padding:7px 8px 4px 8px;
	z-index:9999;
	}
#mostPopWidget ul.tabs li a {
	color: #333;
	outline: none;
	}
#mostPopWidget .tabContent {
	border: 1px solid #ccc;
	display: block;
	clear: both;
	padding: 15px 0 5px 0;
	margin: 0 10px;
	}
#mostPopWidget #allTime {
	display: none;
	}

ul.directory {
	margin: 5px -10px 0 0;
	float: left;
	}
ul.directory li{
	float: left;
	width: 266px;
	padding: 10px 20px 15px 10px;
	list-style-type: none; 
	background: none;
	}

ul.directory li.highlight{
	background-color: #efe3b9;
	}

ul.directory img{
	float: left;
	margin: 0 10px 10px 0;
	}
ul.directory a img{
	outline: none;
	border: none
	}

ul.directory h3{
	font-size: 13px;
	line-height: 1;
	padding: 5px 0 0 0;
	clear: none;
	}

ul.directory p{
	font-size: 11px;
	line-height: 1.25;
	margin: 0;
	padding: 5px 0 0 0;
	}

#staff-tabsContainer {
	clear: both;
	}
#staff-tabsContainer ul.tabs {
	display: block;
	left: 0px;
	top: 1px;
	position: relative;
	width: 858px;
	border-bottom: 1px solid #ccc;
	height: 24px;
	padding: 10px 10px 0 10px;
	}
#staff-tabsContainer ul.tabs li:first-child {
	border-left-width: 1px;
	}
#staff-tabsContainer ul.tabs li {
	background-color:#efefef;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 1px 1px 0;
	display:block;
	float:left;
	margin:0;
	padding:7px 8px 3px 8px;
	white-space:nowrap;
	z-index:6000;
	background-image: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.03em;
	}
#staff-tabsContainer ul.tabs li.selected {
	background-color: #fff;
	border-bottom:medium none;
	padding:7px 8px 4px 8px;
	z-index:9999;
	}
#staff-tabsContainer ul.tabs li a {
	color: #333;
	outline: none;
	}
#staff-tabsContainer .tabContent {
	border: 1px solid #ccc;
	display: block;
	clear: both;
	padding: 15px 0 5px 0;
	margin: 0 10px;
	}
#staff-tab-asu, #staff-tab-ttu, #staff-tab-ttuhsc, #staff-tab-ttus {
	padding-top: 10px;
	}
#staff-tab-asu, #staff-tab-ttu, #staff-tab-ttuhsc {
	display: none;
	}

/** sticky footer **/
html, body, #wrapper { height: 100%; }
body > #wrapper { height: auto; min-height: 100%; }
#footerWrapper {
	clear: both;
	position: relative;
	z-index: 10;
	height: 140px;
	margin: -140px auto 0 auto;
	width: 898px;
	padding: 0px 11px;
	background: url("/images/uploads/template/background.gif") repeat-y left top;
}

#content {
	padding-bottom: 140px;
}
