﻿/*
	Layout Stylesheet
	Background colors are for comping purposes only
*/ 

* {
	margin: 0;
	padding:0;
}

body {
	text-align:left;
	font-family: Tahoma, Helvetica, Verdana, Arial;
}

#topHeader {
	background-image: url('http://www.indianatech.edu/PublishingImages/global/header-bg.gif');
	background-repeat:repeat-x;
	background-position:left top;
	height: 154px;
}

#headerMomentum {
	margin:0 0 0 200px;
	float:right;
	height:114px;
	/* position:absolute; 
	top:20px;
	right:25px;
	z-index:20;*/
}

/* 

#headerMomentum a {
	display:block;
}

/* #headerSE {
	position:absolute;
	top:22px;
	right:25px;
	z-index:20;
}

#headerSE a {
	display:block;
}

#topNavTwo {
	position:absolute;
	top:140px;
	left:50px;
	width:900px;
	height:30px;
	font-family:Helvetica, Verdana, Arial;
}

.jqGATitle {
	position: relative;
}

.popup {
	display:none;
	position: absolute;
}

#SRSB {
	position:absolute;
	top:5px;
	left:0;
	z-index:0;
}

*/

#SRSB .ms-sbtext {
	color:#fff;
}

#globalNavContainer {
	width:960px;
}

#secondaryNavContainer {
	width:960px;
	height: 45px;
}


/* ------------ CHANGE THIS IN SITE_STYLES.CSS IF KEEPING SMALLER FONT SIZE -------------- */


#seclinksWrap {
	font-size:.9em;
    /* color: #FFF; */
    float: left;
    margin-top:3px;
    margin-left:1px;
    width: 650px;
    height:25px;
}


#QuickLinks {
	font-size:1em;
    color: #FFF;
    float: left;
    margin-top: 2px;
    margin-left:17px;
    /* width: 560px; */
}

#QuickLinks a:link
{
	color:white;
	text-decoration:none;
}

#QuickLinks a:hover
{
	color:#fff;
	/* text-decoration:underline; */
	border-bottom: 1px dotted #fff;
}

#QuickLinks a:visited
{
	color:white;
}


/* NOT SURE WHAT THESE DO */

#QuickLinksSearch {
	top:5px;
	/* left:320px; */
	color:#FFF;
}

#QuickLinksSearch a:link
{
	color:white;
	text-decoration:none;
}
#QuickLinksSearch a:hover
{
	color:white;
	text-decoration:underline;
}
#QuickLinksSearch a:visited
{
	color:white;
}


/* SEARCH */

#searchWrap {
    float: left;
    margin-left: 75px;
    width: 185px;
    height: 35px;
    padding-top: 5px;
}

/* END SEARCH */




/* THIS IS THE GLOBAL NAVIGATION IN THE LIGHT ORANGE BANNER AREA */

#list_wrapper ul{
   	margin: 0 auto;
}


/* The wider the #list_wrapper is, the more columns will fit in it */

#list_wrapper{
	position:absolute;
	top:45px;
	left:225px;
    width:450px;
    font-family:Helvetica, Verdana, Arial;
}


#list_wrapper a {
	color:#000;
	text-decoration:none;
	font-family:Helvetica, Verdana, Arial;
}

#list_wrapper a:hover {
	color:#000;
	border-bottom: 1px dotted #000;
	/* text-decoration:underline; */
}

/* The wider this li is, the fewer columns there will be */

#list_wrapper ul.multiple_columns li{
    text-align: left;
    float: left;
	list-style: none;
    width: 200px;
    font-size:16px;
    padding-left:18px;
    font-family:Helvetica, Verdana, Arial;
    padding-top:2px;
}

#list_wrapper ul.multiple_columns li.current {
	height:20px;
	background:transparent url('../../Images/nav.png')  left no-repeat;
	font-family:Helvetica, Verdana, Arial;
}

.jqGSPagination a.pause {
	height:18px;
	width:22px;
	background:transparent url('../../Images/pause.png') center center no-repeat;
	color:#FFF;
	display:block;
	float:right;
	margin:0 5px;
	padding:0;
}

.jqGSPagination a.play {
	height:18px;
	width:22px;
	background:transparent url('../../Images/play.png') center center no-repeat;
	color:#000;
	display:block;
	float:right;
	margin:0 5px;
	padding:0;
}

#container {
	margin:auto;
	position:relative;
	width: 960px;
	/* background-color: White; 
	border:1px solid white; */
	font-family:Helvetica, Verdana, Arial;
}

#container {
	margin:auto;
	position:relative;
	width: 960px;
	/* background-color: white;
	border:1px solid white; */
	font-family:Helvetica, Verdana, Arial;
}

#container * {	}

#containersystem {
	margin:auto;
	position:relative;
	width: 990px;
	background-color: white;
	border:1px solid white;
	font-family:Helvetica, Verdana, Arial;
}

#bodyBorder {
    width: 960px;
    background: #FFF url(http://www.indianatech.edu/PublishingImages/global/border.gif) repeat-y;
    border-bottom: 1px solid #c5c5c5;
    /* height: 100%; */
}


/*
Sharepoint Elements	
*/ 


.ms-sitemapdirectional
{
	text-decoration:none;
}
.console
{
	clear:both;
}
.login
{
	display:inline;
}
.login a:hover
{
	text-decoration:underline;
}
.siteActions
{
	height:20px;
	float:right;

}
.sharepointLogin
{
	float:right;
	display:inline;
	font-size:3px;
}
.sharepointLogin a:link
{
	color:white;
	text-decoration:none;
}
.sharepointLogin a:hover
{
	color:white;
	text-decoration:none;
}
.sharepointLogin a:visited
{
	color:white;
	text-decoration:none;
}
.sharepointLogin .ms-globallinks
{
    position:relative;
}
.logo
{
    float:left;
	height: 42px;
	width: 200px;
	margin-top:30px;
	}
.logo a
{
	color: #656B77;
	background-image:url("../../images/indtech_logo_header.gif");
	background-repeat:no-repeat;
	/* display:block; */
	padding:5px;
	margin-left:20px;
}
.console
{
	clear:both;
}
.search .ms-sbcell .ms-sbplain {
    margin-right:2px;
    margin-left:2px;
    /* border:1px #555555 solid; */
    height:16px;
}

.search .ms-sbcell {
    border:none;
    font-weight:normal; 
    font-size:8pt; 
    color: #3A4663;
    padding:0px;
}

.search .ms-sbgo {
    background:none;
    height:20px;
}

.ms-sbplain {
	height: 20px; width: 120px;
} 

.siteActionMenu {
    float:right;
}

.authoringRegion {
	width:100%;
	background-color:#FFFFFF;
	color:#FFFFFF;
}


/*
Left Navigation
*/ 


.leftNav/* Override	*/ 

{
	margin-left:-2px;
	margin-top:0;
	font-size:20px;
	width:195px;
	color:#ffffff;
	height:20px;
	float:left;
}


.leftNavHover { 
	color:#ffffff;

}

.leftNavSelected {
	font-weight:bold;
	width:195px;
}


/* ---------- THIS CONTROLS THE PARENT LINKS IN THE LEFT-HAND NAVIGATION ----------- */

.leftNav1 a
{
	font-family: tahoma;  
	font-size: 9pt; 
	width:195px;
	color:#ffffff;
	font-weight:bold; 
	height:20px;
	background: url(http://www.indianatech.edu/Athletics/PublishingImages/assets/global/nav-bg-off.gif) top left; 
	background-repeat:no-repeat;
}

.leftNav1 a:visited {
	font-family: tahoma;  
	font-size: 9pt; 
	font-weight:bold; 
	padding-right:10px;
	height:20px;
	color:#ffffff;
	width:195px;
}

.leftNav1 a:hover {
	font-family: tahoma;  
	font-size: 9pt; 
	font-weight:bold; 
	color:#fb8905;
	height:20px;
	width:195px;
}


/* ---------- END PARENT LINKS IN THE LEFT-HAND NAVIGATION ----------- */


/* ---------- THIS CONTROLS THE CHILD LINKS IN THE LEFT-HAND NAVIGATION ----------- */

.leftNav2 {	
	color:#0a1e29;
	background:#e8e8e8;
	width:195px;
}

.leftNav2 a {
	padding-left:10px;
	color:#0a1e29;
	width:184px;
}

.leftNav2 a:visited {
	padding-left:10px;
	color:#0a1e29;
	width:184px;
}

.leftNav2 a:hover {
	padding-left:10px;
	display:block;
	color:#fb8905;
	width:184px;
}

.leftNav3
{	
	color:#ffffff;
	width:195px;
}

.leftNav3 a {
	padding-left:18px;
	display:block;
	color:#ffffff;
	width:195px;
}

.leftNav3 a:visited {
	padding-left:18px;
	display:block;
	color:#ffffff;
	width:195px;
}

.leftNav3 a:hover
{
	padding-left:18px;
	display:block;
	color:#ffffff;
	width:195px;
}

/*
Legacy Left Nav may need colors adjusted
*/ 




.leftNavFlyOuts
{
	font-family:Tahoma; 
	font-size:8pt; 
	width:195px;
}
.leftNavFlyOutsItem
{
	width:195px;
}
.leftNavFlyOutsItem a
{
	padding:1px 5px 1px 5px;
	display:block;
	*width:100px;
	min-width:100px;
	
}
.leftNavFlyOutsHover
{
	width:195px;
}









/*
Column Definitions
*/ 

/* One Column */
#onecolmain {
	float: left;
	margin-left: 0px;
	width: 960px; /*This was 950*/
	/* background-color: White; */
	background: #FFF url(http://www.indianatech.edu/PublishingImages/global/border.gif) repeat-y;
	border-bottom: 1px solid #c5c5c5;
	/* padding: 5px; */
	margin-bottom: 5px;
	text-align:left;
	padding-top:4px;
}

/* Two Columns */ 

#twocolleftnarrow {
	float: left;
	/* margin-left: 5px; */
	width: 180px;
	/* background-color: White; */
	/* padding: 5px; */
	padding: 5px 5px 5px 0;
	margin-left: 8px;
	margin-bottom: 5px;
	text-align:left;
	/* margin-top:9px; */
}

#twocolleftnarrowsystem {
	float: left;
	margin-left: 0px;
	width: 180px;
	/* background-color: White; */
	padding: 2px;
	margin-bottom: 5px;
}


#twocolrightwide {
	float: right;
	width: 745px; /* was 740 */
	/* background-color: #ffffff; */
	margin-left:5px;
	margin-bottom: 5px;
	margin-top:7px;
	text-align:left;
}

#twocolleftwide {
	float: left;
	width: 745px; /* was 740 */
	padding-right:20px;
	/* background-color: White; */
	margin-bottom: 5px;
	text-align:left;
}


#twocolrightnarrow {
	float: left;
	width: 745px; /* was 740 */
	/* background-color: White; */
	margin-bottom: 5px;
	text-align:left;
}


#twocolrightwidesystem {
	float: right;
	width: 745px; /* was 740 */
	/* background-color: White; */
	padding: 5px;
	margin-bottom: 5px;
	text-align: left;
	left: 0px;
	position: relative;
}


/* Three Columns */ 

#threecolleft{
	float: left;
	margin-left: 0px;
	width: 295px;
	/* background-color: White; */
	padding: 5px;
	margin-bottom: 5px;
	text-align:left;
}

#threecolmiddle {
	float: left;
	margin-left: 20px;
	width: 300px;
	/* background-color: White; */
	padding: 5px;
	margin-bottom: 5px;
	text-align:left;
}

#threecolright {
	float: right;
	margin-left: 20px;
	width: 295px;
	/* background-color: White; */	
	padding: 5px;
	margin-bottom: 5px;
	text-align:left;
}

.clear{
 	clear: both
}
 
/*  */ 

