/* Tennessee Tech University Main CSS Document - Global Resource */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
* a, a:link, a:visited {
	color:#6600CC;
	text-decoration:none;
}
* a:hover {	
	color:#6600CC; 
	text-decoration: underline;
}
body {
	margin:0px;
	padding:0px;
	background: #000000 url(/global_images/mainbody_bg.jpg) no-repeat scroll center top;
	/* Keeps my data at the width of the contentContainer below so nav and set margins are kept intact on scroll */
	display: table;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:120%;
	width:100%;
}

/* Start Content Fixed Width Container */
#contentContainer {
	margin: 0pt auto;
	position: relative;
	width: 821px;
	height: 1097px;
	min-height: 1097px;
}
#contentContainer h1, h3{
	display: none;
	visibility:hidden;
}
/* End */

/* Main Text in Content, Not for Lists */
#mainContentBody {
	padding-left: 8px;
	padding-right: 8px;
	line-height: 140%;
}

/* Start Main Navigation */
ul#mainmenu {
	list-style: none;
	top: 36px;
	left: 70px;
	width: 707px;
	height: 53px;
	position: absolute; 
}
ul#mainmenu li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;
}
ul#mainmenu li a {
	height: 53px;
	border: 0;
	display: block;
	background: url(/global_images/mainMenu.jpg) no-repeat;
}
ul#mainmenu li a:hover {
	border: 0;
	display: block;
	background-image: url(/global_images/mainMenuOver.jpg);
}
li#mainMenuApply a {
	width: 123px;
}
li#mainMenuApply a:link, li#mainMenuApply a:visited, li#mainMenuApply a:hover {	
	background-position: 0px 0px;
}
li#mainMenuMajors a {
	width: 144px;
}
li#mainMenuMajors a:link, li#mainMenuMajors a:visited, li#mainMenuMajors a:hover {	
	background-position: -123px 0px;
}
li#mainMenuHousing a {
	width: 134px;
}
li#mainMenuHousing a:link, li#mainMenuHousing a:visited, li#mainMenuHousing a:hover {	
	background-position: -267px 0px;
}
li#mainMenuFinAid a {
	width: 153px;
}
li#mainMenuFinAid a:link, li#mainMenuFinAid a:visited, li#mainMenuFinAid a:hover {	
	background-position: -401px 0px;
}
li#mainMenuVisit a {
	width: 153px;
}
li#mainMenuVisit a:link, li#mainMenuVisit a:visited, li#mainMenuVisit a:hover {	
	background-position: -554px 0px;
}
/* End */

/* Start Middle Navigation */
ul#midNav {
	list-style: none;
	left: 185px;
	top: 100px;
	width: 707px;
	height: 95px;
	position: absolute; 
}
ul#midNav li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;
}
ul#midNav li a {
	height: 95px;
	border: 0;
	display: block;
	background: url(/global_images/midNavNew.png) no-repeat;
}
ul#midNav li a:hover {
	border: 0;
	display: block;
	background-image: url(/global_images/midNavOverNew.png);
}
li#midNavTennTech a {
	width: 220px;
}
li#midNavTennTech a:link, li#midNavTennTech a:visited, li#midNavTennTech a:hover {	
	background-position: 0px 0px;
}
li#midNavBlogs a {
	width: 212px;
	margin-left: 225px;
}
li#midNavBlogs a:link, li#midNavBlogs a:visited, li#midNavBlogs a:hover {	
	background-position: -495px 0px;
}
/* End */

/* Start Left Navigation */
#sideContent {
	width: 274px;
	float: left;
	display: inline;
}
ul#sideTube {
	width: 274px;
	height: 100px;
	margin-top: 540px;
}
ul#sideTube li {
	padding-left: 15px;
	display: block;
}
li#sideNavFacebook a, sideNavFacebook a:link, li#sideNavFacebook a:visited, li#sideNavFacebook a:hover {	
	display: block;
	text-indent: -9999px;
	height: 60px;
	width: 190px;
}
ul#sideNav {
	width: 274px;
	height: 100px;
	margin-top: 130px;
}
ul#sideNav li {
	padding-left: 104px;
	display: block;
	text-indent: -9999px;
}
ul#sideNav li a {
	display: block;
	background: url(/global_images/leftNav.gif) no-repeat;
}
ul#sideNav li a:hover {
	border: 0;
	display: block;
	background-image: url(/global_images/leftNavOver.gif);
}
li#sideNavFastFacts a {
	height: 46px;
	width: 164px;
}
li#sideNavFastFacts a:link, li#sideNavFastFacts a:visited, li#sideNavFastFacts a:hover {	
	background-position: 0px 0px;
}
li#sideNavParents a {
	height: 41px;
	width: 164px;
}
li#sideNavParents a:link, li#sideNavParents a:visited, li#sideNavParents a:hover {	
	background-position: 0px -46px;
}
li#sideNavAz a {
	height: 50px;
	width: 164px;
}
li#sideNavAz a:link, li#sideNavAz a:visited, li#sideNavAz a:hover {	
	background-position: 0px -87px;
}
li#sideNavAskTech a {
	height: 50px;
	width: 164px;
}
li#sideNavAskTech a:link, li#sideNavAskTech a:visited, li#sideNavAskTech a:hover {	
	background-position: 0px -137px;
}
/* End */

/* Start Main Content Area */
#content {
	margin-top: 360px;
	margin-left: 0px;
	width: 468px;
	height: 605px;
	padding: 0px;
	float: left;
	overflow:hidden;
}
/* End */

/* Start Footer */
#footer {
	color:#666666;
	width: 300px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -118px;
	margin-bottom:118px;
}
/* End */

/* Display Elements */
#content h4 {
	display: block;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 41px;
	color: #783faf;
	padding-bottom: 10px;
	margin-bottom:10px;
	margin-top: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	letter-spacing: -3px;
}
#content h5 {
	display: block;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 24px;
	color: #000000;
	padding-bottom: 10px;
	margin-top: 10px;
}
.tableHeader {
	background:#660099;
	color:#FFFFFF;
	font-weight: bold;
	height: 25px;
	padding-top: 0px;
	padding-left: 5px;
}
#announcements {
	text-indent: -9999px;
	display: block;
	width: 450px;
	height: 50px;
	background-image: url(../global_images/announcements.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#getMoreInfo {
	text-indent: -9999px;
	display: block;
	width: 450px;
	height: 50px;
	background-image: url(../global_images/getMoreInfo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.announcemensDate {
	display: block;
	width: 50px;
	height: 40px;
	float: left;
	text-align: center;
	position:relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px;
}
.announcemensDesc {
	padding: 5px;
	margin-left: 5px;
	display: block;
	width: 350px;
	height: 40px;
	float: left;
	text-align: left; 
	position:relative;
}
#homePage {
	z-index: 1;
	padding-bottom: 5px;
}
#moreLinks{
	border:1px solid clear;
	height:34px;
	margin:0 auto;
	width:450px;
	text-align:center;
}
#moreLinks div#professors, div#students, div#site{
	float:left;
	height:34px;
	width:150px;
}
#moreLinks div#professors img{
	height:16px;
	margin:9px auto;
	width:119px;
}
#moreLinks div#students img{
	height:34px;
	margin:auto;
	width:118px;
}
#moreLinks div#site img{
	height:15px;
	margin:9.5px auto;
	width:112px;
}
.site{
	font-weight:bold;
}
/* End */

/* New Tabs */
#menu {
	width: 467px;
	position: relative;
	height: 500px;
	overflow:none;
}
.gallery{
	margin: 5px auto;
	width: 100%;
}
.menuitem{
	background: #afec77;
}
.menutarget{
	display: none;
}

#twoColumnOne {
	padding-top: 40px;
	display: block;
	width: 220px;
	height: 500px;
	float: left;
	position:relative;
}
#twoColumnTwo {
	padding-top: 40px;
	display: block;
	width: 220px;
	height: 500px;
	float: left;
	padding-left: 15px; 
	position:relative;
}
/* End Tabs */

/* Start Tooltips */	

.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 12px;
	z-index: 10000!important;
}
.tooltip .xtop, .tooltip .xbottom {
	display: block; 
	background: transparent; 
	font-size: 1px;
}
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 {
	display: block; 
	overflow: hidden; 
}
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { 
	height: 1px;
}
.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { 
	background: #666;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 {
	background: #666;
}
.tooltip .xb1 {
	margin: 0 5px; 
	background: #333; 
}
.tooltip .xb2 { 
	margin: 0 3px; 
	border-width: 0 2px;
}
.tooltip .xb3 { 
	margin: 0 2px;
}
.tooltip .xb4 { 
	height: 2px; 
	margin: 0 1px;
}
.tooltip .xboxcontent {
	padding: 0 .5em;
	margin: 0;
	color: #000;
	text-shadow: 2px 2px 0px #CCC;
	word-wrap:break-word;
	border: 1px solid #333;
	border-width: 0px 1px 0 1px;
	background-color: #666;
}
/* End */

/* START STUDENT PROFILE */
.studentProfile{
	padding:0 8px;
	line-height:160%;
	width:394px;
}
.studentInfo{
	float:left;
	/*height:130px;*/
	padding:0 8px 0 16px;
	width:210px;
}
.profilePhoto{
	float:left;
	height:75px;
	width:100px;
}
.classof09 {
	text-indent: -9999px;
	display: block;
	width: 99px;
	height: 21px;
	background-image: url(../../images/classof09.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.classof10 {
	text-indent: -9999px;
	display: block;
	width: 103px;
	height: 22px;
	background-image: url(../../images/classof10.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.hr{
	background-image: url(../../images/hr.gif);
	background-repeat:no-repeat;
	height:22px;
	margin:0;
	padding:0 0 8px 0;
	width:450px;
}
/* END STUDENT PROFILE */