/* campus home and school home style sheet */

* {
	margin: 0;
	padding: 0;
	}
html, body, div, p, form, input, select, textarea, fieldset {
	font: 11px/15px Arial,Helvetica,Verdana,sans-serif;
	color: #333;
}
body {
	background: #900 url("../images/background.gif") repeat-y left top;
}
table {
   font: 12px/15px Arial,Helvetica,Verdana,sans-serif;
   color: #333;
}
/**************************** anchor link styles ********************************/
a.external{
	display:inline-block;
	background: url("../images/icons/extlink.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.swf {
	display:inline-block;
	background: url("../images/icons/swficon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.swf:after {
	content: " (Flash Movie)";
}
a.wmedia {
	display:inline-block;
	background: url("../images/icons/wmedia.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.wmedia:after {
	content: " (Windows Media)";
}
a.mail {
	display:inline-block;
	background: url("../images/icons/icon_letter.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.pdf {
	display:inline-block;
	background: url("../images/icons/pdficon.gif") no-repeat 100% 50%;
	padding-right:18px;
}
a.pdf:after {
	content: " (Acrobat Document)";
}
a.quicktime {
	display:inline-block;
	background: url("../images/icons/movIcon.gif") no-repeat 100% 50%;
	padding-right:18px;
}
a.quicktime:after {
	content: " (Quicktime Movie)";
}
a.doc {
	display:inline-block;
	background: url("../images/icons/docicon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.doc:after {
	content: " (Word Document) ";
}
a.lock {
	display:inline-block;
	background: url("../images/icons/lockicon.gif") no-repeat 100% 50%;
	padding-right:15px;
}
a.lock:after {
	content: " (Secure)";
}
a.only {
	display:inline-block;
	background: url("../images/icons/onlyicon.gif") no-repeat 100% 50%;
	padding-right:15px;
}
a.only:after {
	content: " (HSC use only)";
}
a.xls {
	display:inline-block;
	background: url("../images/icons/xlsicon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.xls:after {
	content: " (Excel Document) ";
}
a.ppt {
	display:inline-block;
	background: url("../images/icons/ppticon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.ppt:after {
	content: " (Powerpoint Document) ";
}
a.rtf {
	display:inline-block;
	background: url("../images/icons/docicon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.rtf:after {
	content: " (Rich Text File) ";
}
a.audio {
	display:inline-block;
	background: url("../images/icons/audio.gif") no-repeat 100% 50%;
	padding-right:12px;
}
a.video {
	display:inline-block;
	background: url("../images/icons/video.gif") no-repeat 100% 50%;
	padding-right:14px;
}
a.backTop {
	display:inline-block;
	background: url("../images/icons/backTop.gif") no-repeat 100% 50%;
	padding-right:14px;
}
.hLink {
	display:block;
	background: url("../images/icons/icon_home.gif") no-repeat 100% 50%;
	padding-right:20px;
	cursor:pointer;
}
a.red:link, a.red:visited {
	color:#c00;
}
a {
	color: #c00;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*.star {
	display:inline;
	background: url("../images/icons/icon_star.gif") no-repeat 100% 50%;
	padding-right:20px;
}
*/

a.new {
	display:inline-block;
	background: url("../images/icons/new.gif") no-repeat 100% 50%;
	padding-right: 20px;
}

#nav a#homelink {
	display: inline;
	position:absolute;
	left: 0;
	top: 0;
	border-bottom: 10px solid #fff;
	width: 900px;
	height: 100px !important;
	_height /**/:110px;
	background: #c00 url(../images/masthead-tier2-1.jpg) no-repeat left top;
}


/********************************************************************************************************
	HEADER TAG STYLES
/*******************************************************************************************************/
/*h1, h2, h3, h4, h5, h6 {
	font-family: "Times Roman","Times New Roman",Times,Serif;
	line-height: 1.2em;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: none;
	letter-spacing: 1px;
}*/
h1 {
	font: normal 29px/32px "Times Roman","Times New Roman",Times,Serif;
	letter-spacing: 0;
	color: #c00;
	background:  url("../images/dotted-border-horz.gif") repeat-x 0 bottom;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}
h1.gray {
	font: normal 29px/32px "Times Roman","Times New Roman",Times,Serif;
	letter-spacing: 0;
	color: #fff;
	padding: 15px 10px 5px 10px;
	margin-bottom: 10px;
	background: #333;
}
.noBotBorder {
	font: normal 29px/32px "Times Roman","Times New Roman",Times,Serif;
	letter-spacing: 0;
	color: #c00;
	padding: 0 10px 0px 10px;
	margin-bottom: -8px;
}

h2 {
	font: normal 18px/21px "Times Roman","Times New Roman",Times,Serif;
	margin: 10px 0;
	background:  url("../images/dotted-border-horz.gif") repeat-x 0 bottom;
	padding: 0 10px 10px 10px;
	clear:left;
}
h2.subtitle {
	color:#c00;
	margin-top: 5px;
	padding-bottom: 0;
	background-image: none;
}
#factContent h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin: 10px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c00;
	padding: 2px 10px 2px 10px;
	margin-top: 10px;
	border-top: 1px solid #c00;
	border-bottom: 1px solid #c00;
}
h5 {
	color: #fff;
	background: #c00;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	}
h6 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 10px 2px 10px;
	margin-top: 10px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.callout {
   font: normal 16px/19px "Times Roman","Times New Roman",Times,Serif;
   letter-spacing: 1px;
   font-style: italic;
   border-top: 1px dashed #999;
   border-bottom: 1px dashed #999;
   padding: 5px 0 5px 0;
}

/***************************
		LAYOUT REGIONS
***************************/		
#container {
	text-align:left;
	width: 900px;
	background: #fff url(../images/background-tier2.gif) repeat-y left top;
}
#factoid {
	padding-top: 110px;
	margin: 0 250px 0 190px;
}
#nav {
	width: 180px;
	float: left;
	display: inline;
}
#general {
	float: right;
	display:inline;
	width: 230px;
	margin-right: 10px;
	padding-top: 110px;
	background: #ccc;
}
#footer {
	clear: both;
	background: #fff url(../images/footer.gif) no-repeat 10px 10px; /* value for Mac IE 5 */
	padding: 5px 10px 20px 60px;
	margin: 0;
	border-top: 10px solid #fff;
	_height: 1%;
	}
	/* hide from Mac IE 5 \*/
	#footer { background-position: 10px 0; }
	/* End Mac IE 5 hack */

/************** home ID styles ****************/
#homeID {
	position: absolute;
	display: inline;
	left: 200px;
	top: 164px;
}

/************** box styles **************/
/* box header */
#general h3 {
	color: #fff;
	background: #333;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px;
	_width /**/:230px;
}
#general h3 em, #general h5 em {
	font-style: normal;
}
#general h5 {
	margin: 15px 0 5px 10px;
	padding: 0 0 -10px 0;
}

#general p {
	padding: 10px;
}
/*.box {
	
}*/



/**********************************
	HELPFUL LINKS NAVIGATION
/*********************************/
#helpful {
	padding-top: 110px;
	margin-left: 10px;
	background: #c00;
}
#helpful h3 {
	color: #fff;
	background: #900;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px;
	_width /**/:170px;
}
#helpful ul {
	_float/**/: left;
	list-style: none;
	}
#helpful li,
#helpful li.more {
	position: relative;
	z-index: 1000;
	color: #fff;
	padding: 5px 10px;
	_float/**/: left;
	width: 150px;
	_width /**/:170px;
}
#helpful li {
	background: url(../images/nav/nav-border-horz.gif) repeat-x left bottom;
	}
#helpful li.more {
	background: url(../images/nav/more-border-arrow.gif) no-repeat right bottom;
	}
#helpful li a {
	color: #fff;
	display: block;
	text-decoration: none;
	width: 150px;
	padding: 0;
	_padding: 0 0 0 1px;
	_margin: 0 0 0 -1px;
	}


#helpful li:hover,
#helpful li.over {
	background-color: #900;
	}
#helpful li.more:hover,
#helpful li.moreover {
	color: #fff;
	background: #900 url(../images/nav/more-border-arrow-over.gif) no-repeat right bottom;
	}
#helpful li:hover a,
#helpful li.over a,
#helpful li.more:hover a,
#helpful li.moreover a {
	color: #fff;
	}
		/* 2nd nav level */
		#helpful li ul,
		#helpful li.more ul {
			position: absolute;
			border: 1px solid #c00;
			border-left-width: 0;
			top: 0;
			left: -9999px;
			width: 170px !important;
			}
		/*
		#helpful li:hover ul,
		*/
		#helpful li.over ul,
		/*
		#helpful li.more:hover ul,
		*/
		#helpful li.moreover ul {
			left: 170px;
			}
		#helpful li li,
		#helpful li li.more {
			color: #c00;
			background-image: none;
			background-color: #ccc;
			padding: 2px 5px;
			border: 3px solid #ccc;
			border-width: 3px 5px;
			width: 150px;
			_width /**/:170px;
		}
		#helpful li li.more {
			background: #ccc url(../images/nav/arrow-gray.gif) no-repeat 150px 50%;
			}
		#helpful li li:hover,
		#helpful li li.over{
			background-color: #c00;
			background-image: none;
			}
		#helpful li li.more:hover,
		#helpful li li.moreover {
			background: #c00 url(../images/nav/arrow-white.gif) no-repeat 150px 50%;
			}
		#helpful li li a,
		#helpful li li.more a,
		#helpful li:hover li a,
		#helpful li.over li a,
		#helpful li.more:hover li a,
		#helpful li.moreover li a,
		#helpful li:hover li,
		#helpful li.over li,
		#helpful li.more:hover li,
		#helpful li.moreover li {
			color: #c00;
			}
		#helpful li li:hover a,
		#helpful li li.over a,
		#helpful li li.more:hover a,
		#helpful li li.moreover a,
		#helpful li li:hover,
		#helpful li li.over,
		#helpful li li.more:hover,
		#helpful li li.moreover {
			color: #fff !important;
			}
				/* 3rd nav level */
				#helpful li:hover li ul,
				#helpful li.over li ul,
				#helpful li.more:hover li ul,
				#helpful li.moreover li ul {
					left: -9999px;
					}
				#helpful li li:hover ul,
				#helpful li li.over ul,
				#helpful li li.more:hover ul,
				#helpful li li.moreover ul {
					left: 165px !important;
					top: -4px;
					border-width: 1px;
					}
				#helpful li li li a,
				#helpful li li li.more a,
				#helpful li li:hover li a,
				#helpful li li.over li a,
				#helpful li li.more:hover li a,
				#helpful li li.moreover li a,
				#helpful li li:hover li,
				#helpful li li.over li,
				#helpful li li.more:hover li,
				#helpful li li.moreover li {
					color: #333 !important;
					}
				#helpful li li:hover li:hover a,
				#helpful li li:hover li.more:hover a,
				#helpful li li.over li.over a,
				#helpful li li.over li.moreover a,
				#helpful li li.more:hover li:hover a,
				#helpful li li.more:hover li.more:hover a,
				#helpful li li.moreover li.over a,
				#helpful li li.moreover li.moreover a,
				#helpful li li:hover li:hover,
				#helpful li li:hover li.more:hover,
				#helpful li li.over li.over,
				#helpful li li.over li.moreover,
				#helpful li li.more:hover li:hover,
				#helpful li li.more:hover li.more:hover,
				#helpful li li.moreover li.over,
				#helpful li li.moreover li.moreover{
					color: #fff !important;
					}
#helpful a.pdf,
#helpful a.external,
#helpful a.swf,
#helpful a.wmedia,
#helpful a.mail,
#helpful a.doc,
#helpful a.xls,
#helpful a.ppt,
#helpful a.rtf,
#helpful .hLink {
	padding-right: 18px;
	width: 132px;
	_width /**/:150px;
}
#helpful a.lock,
#helpful a.only {
	padding-right: 15px;
	width: 135px;
	_width /**/:150px;
}


.merch-links a {
	background-color: #cc0000;
	margin: 10px;
	width: 150px;
	}
.merch-links a:hover {
	background-color: #cc0000;
	margin: 10px;
	width: 150px;
	}
#merch-tour-texas-tech {
	background: url(../images/gateway/merch-tour-texas-tech.gif) no-repeat left top;
	height: 28px;
	}
#merch-from-here {
	background: url(../images/gateway/merch-from-here.gif) no-repeat left top;
	height: 41px;
	}

#merch-red-raiders {
	background: url(../images/gateway/red-raiders.gif) no-repeat left top;
	height: 46px;
	}
#merch-asu-athletics {
	background: url(../images/gateway/asuathletics.gif) no-repeat left top;
	height: 46px;
}
#merch-tour-texas-tech {
	background: url(../images/gateway/merch-tour-texas-tech.gif) no-repeat left top;
	height: 28px;
	}
#merch-give-to-texas-tech {
	background: url(../images/gateway/merch-give-to-texas-tech.gif) no-repeat left top;
	height: 28px;
	}
#merch-give-to-ttuhsc {
	background: url(../images/gateway/merch-give-to-ttuhsc.gif) no-repeat left top;
	height: 28px;
	}
#merch-give-to-asu {
	background: url(../images/gateway/merch-give-to-asu.gif) no-repeat left top;
	height: 28px;
	}
#merch-from-here {
	background: url(../images/gateway/merch-from-here.gif) no-repeat left top;
	height: 41px;
	}
#merch-vistas {
	background: url(../images/gateway/merch-vistas.gif) no-repeat left top;
	height: 28px;
	}
#merch-texas-tech-today {
	background: url(../images/gateway/merch-texas-tech-today.gif) no-repeat left top;
	height: 28px;
	}
#merch-president-search {
	background: url(../images/gateway/merch-president-search.gif) no-repeat left top;
	height: 28px;
}
#merch-asu {
	background: url('../images/gateway/merch-asu.gif') no-repeat left top;
}


/**********************************
	AUDIENCE LINKS NAVIGATION
/*********************************/
#audience {
	display:block;
	clear:both;
}
#audience ul {
	_float/**/: left;
	list-style: none;
	}
#audience li,
#audience li.more {
	position: relative;
	z-index: 1000;
	color: #333;
	padding: 5px 10px 5px 20px;
	_float/**/: left;
	width: 200px;
	_width /**/:230px;
}
#audience li {
	background: url(../images/nav/nav-border-horz.gif) repeat-x left bottom;
	}
#audience li.more {
	background: url(../images/nav/more-border-arrow-right.gif) no-repeat left bottom;
	}
#audience li a {
	color: #333;
	display: block;
	text-decoration: none;
	width: 200px;
	padding: 0;
	_padding: 0 0 0 1px;
	_margin: 0 0 0 -1px;
	}


#audience li:hover,
#audience li.over {
	background-color: #c00;
	}
#audience li.more:hover,
#audience li.moreover {
	color: #fff;
	background: #c00 url(../images/nav/more-border-arrow-right-over.gif) no-repeat left bottom;
	}
#audience li:hover a,
#audience li.over a,
#audience li.more:hover a,
#audience li.moreover a {
	color: #fff;
	}
		/* 2nd nav level */
		#audience li ul,
		#audience li.more ul {
			position: absolute;
			border: 1px solid #c00;
			border-right-width: 0;
			top: 0 !important;
			left: -9999px;
			width: 170px !important;
			}
		/*
		#audience li:hover ul,
		*/
		#audience li.over ul,
		/*
		#audience li.more:hover ul,
		*/
		#audience li.moreover ul {
			left: -171px;
			}
		#audience li li,
		#audience li li.more {
			color: #c00;
			background-image: none;
			background-color: #e3e3e3;
			padding: 2px 5px;
			border: 3px solid #e3e3e3;
			border-width: 3px 5px;
			width: 150px;
			_width /**/:170px;
		}
		#audience li li.more {
			background: #e3e3e3 url(../images/nav/arrow-gray.gif) no-repeat 150px 50%;
			}
		#audience li li:hover,
		#audience li li.over{
			background-color: #c00;
			background-image: none;
			}
		#audience li li.more:hover,
		#audience li li.moreover {
			background: #c00 url(../images/nav/arrow-white.gif) no-repeat 150px 50%;
			}
		#audience li li a,
		#audience li li.more a,
		#audience li:hover li a,
		#audience li.over li a,
		#audience li.more:hover li a,
		#audience li.moreover li a,
		#audience li:hover li,
		#audience li.over li,
		#audience li.more:hover li,
		#audience li.moreover li {
			color: #c00;
			width: 150px;
			}
		#audience li li:hover a,
		#audience li li.over a,
		#audience li li.more:hover a,
		#audience li li.moreover a,
		#audience li li:hover,
		#audience li li.over,
		#audience li li.more:hover,
		#audience li li.moreover {
			color: #fff !important;
			}
#audience a.pdf,
#audience a.external,
#audience a.swf,
#audience a.wmedia,
#audience a.mail,
#audience a.doc,
#audience a.xls,
#audience a.ppt,
#audience a.rtf,
#audience .hLink {
	padding-right: 18px;
	width: 182px;
	_width /**/:200px;
}
#audience a.lock,
#audience a.only {
	padding-right: 15px;
	width: 185px;
	_width /**/:200px;
}
#audience li li a.pdf,
#audience li li a.external,
#audience li li a.swf,
#audience li li a.wmedia,
#audience li li a.mail,
#audience li li a.doc,
#audience li li a.xls,
#audience li li a.ppt,
#audience li li a.rtf,
#audience li li .hLink {
	padding-right: 18px;
	width: 132px !important;
	_width /**/:150px;
}
#audience li li a.lock,
#audience li li a.only {
	padding-right: 15px;
	width: 135px !important;
	_width /**/:150px;
}

/************** general news styles ****************/
#general .news a {
	color: #c00;
	}
#general .news ul {
	margin: 10px;
}
#general .news ul li {
	list-style: none;
	padding: 0 0 5px 10px;
	background: url(../images/bullet2.gif) no-repeat 0 6px;
}

/************** general search styles ****************/
#general .search {
	float:left;
	width: 230px;
}
#general .search a {
	color: #c00;
	}
.search form {
	padding: 10px;
	_float /**/:left;
	_width /**/:210px;
}
#general .search ul {
	float:left;
	display:inline;
	width: 100px;
	_width: 85px;
	margin: 0 0 10px 10px;
	_margin: 0 0 10px -2px;
}
#general .search li {
	list-style: none;
	background: transparent url("../images/bullet.gif") no-repeat 0 6px;
	padding: 0 0 3px 10px;
	width: 100px;
	_width: 85px;
}
#general .search input {
	background: #fff;
	border: 1px solid #333;
	padding: 3px;
	width: 155px;
}
#general .search input.button {
	color: #c00;
	width: auto;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	padding: 2px 5px 2px 2px;
	border: none;
	background: transparent url(../images/go-arrow.gif) no-repeat right 50%;
	cursor: pointer;
	_cursor: hand;
}
.search img {
	display: none;
}

/************** factoid styles ****************/
#factContent {
	background-image: none;
	}
#factContent img {
	margin: 0px 10px 10px 10px;
	_margin-top: 0px;
	float: left;
	display:inline;
}
#factContent a {
	border:none;
}
#factContent p {
	line-height: 18px;
	margin: 10px 10px 0 10px;
	font: 12px/15px Arial,Helvetica,Verdana,sans-serif;
}
#factContent p a {
	color:#c00;
}
/************** general footer styles ****************/
#footer hr {
	top: 0px;
	padding: 0px;
	width: 700px;
	color:#ccc;
	height:1px;
}
#footer p,
#footer a {
	color: #999;
	font-weight: normal;
	}
#footer a:hover {
	color: #666;
	}
#footer p {
	margin: 0 0 2px 0;
	}
#footer img {
	display: none;
	}


/**************** Columns in main content area ************/

.columns {
	display:block;
	float:left;
	width: 460px;
	z-index:inherit;
	margin: 0;
	padding: 0;
	border: 0px solid green;
}
.columnLeft {
	display:block;
	float:left;
	clear:none;
	width: 50%;
	height:auto;
	padding:0;
	margin:0;
	background: blue;
}
.columnRight {
	display:block;
	float:right;
	clear:right;
	width: 50%;
	height:1%;
	padding:0;
	margin:0;
	background: yellow;
}
/*
*** this was for floating h5's with imageWrap in a div column ***
#content .columns h5 {
	float: left;
	width:98%;
	padding-bottom:8px;
}
/*
/*.columns {
	float:left;
	clear:both;
	margin:0 0 15px 0;
	padding:1px;
	border:1px solid black;
}
*/
/*
.columns {
	float:right;
	border:1px solid black;
	padding:0 0 15px 0;
}
.columnLeft {
	float:left;
	display:block;
	width:350px;
	margin:0;
	padding:0 5px 0 0;
	border:1px solid red;
}
.columnRight {
	display:block;
	width:350px;
	margin:0 0 0 360px;
	padding:0;
	border:1px solid blue;
}
*/


/*************** Another Variation of Two Columns ****************/
.twoColumns {
   width: 100%;
   background: khaki;
   float:left;
}

.leftColumn {
   float: left;
   width: 230px;
   background: gold;
}

.rightColumn {
   float: right;
   width: 230px;
   background: seagreen;
}

.leftColContent {
   padding: 0 10px 0 13px;
}

.rightColContent {
   padding: 0 10px 0 12px;
}



/*************** Two Column Variation ****************/
.twoColumnWrapper {
   width: 100%;
   float:left;
   background: #cb9f5b;
   /* border: 2px solid green; */
}

.twoColumnleft {
   float: left;
   width: 190px;
}

.twoColumnRight {
   float: right;
   width: 240px;
}

.twoColumnLeftContent {
   padding: 12px 10px 0 3px;
}

.twoColumnRightContent {
   padding: 0 10px 8px 0px;
}

.twoColumnRightContent p {}




/*************** Two Column Variation BACKUP ****************
.twoColumnWrapper {
   width: 99.2%;
   float:left;
   border: 2px solid green;
   background: khaki;
}

.twoColumnleft {
   float: left;
   width: 190px;
   background: gold;
}

.twoColumnRight {
   float: right;
   width: 240px;
   background: yellow;
}

.twoColumnLeftContent {
   padding: 12px 10px 0 3px;
   background: red;
}

.twoColumnRightContent {
   padding: 0 10px 8px 0px;
   background: blue;
}

******************************************************************/



.indent7px {
   margin-left: 7px;
}

.smallerFont {
   font: 11px/15px Arial,Helvetica,Verdana,sans-serif;
}


/*************** 460 width Images styles ******************/
#emergingResearchImage {
    height: 269px;
	/*margin: 0 250px 0 190px;*/
	background: url(../images/emergingResearchInst.jpg) no-repeat 0 0px;
	margin: 0px 0 10px 0;
}



.imgswap,
.learn-more {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
    _text-indent /**/:/**/0;
    _line-height /**/:/**/9999em;
	}
	/* hide from Mac IE 5 \*/
	.imgswap,
	.learn-more { overflow: hidden; }
	/* End Mac IE 5 hack */

.learn-more {
	height: 8px;
	margin: 7px 0 12px 0;
	background: url(../images/learn-more.gif) no-repeat left top;
	}