﻿@charset "UTF-8";
/* CSS Document */


* {
	padding: auto;
	margin: auto;

}

body {
	font-size: 100%;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
	

h1, h2, h3, h4 {
	font-family: sans-serif, Arial, Helvetica, Verdana;
	font-weight: bold;
	color: #000;
	}
	
h1 {
	font-size: 200%;
	margin-bottom: .35em;
	line-height: 135%;
	color:#666666;
}
	
h2 {
	font-size: 150%;
	margin-bottom: .5em;
	line-height: 115%;
	}
	
h3 {
	font-size: 125%;
	margin-bottom: .3em;
	}
	
h4 {
	font-size: 100%;
	margin-bottom: 0em;
	color:#000000;
	}
	
p {
	font-family: sans-serif, Arial, Helvetica, Verdana;
	margin-bottom: .7em;
	font-size: 100%;
	line-height: 120%;
}

ul {
	font-family: sans-serif, Arial, Helvetica, Verdana;
    margin-bottom: .7em;
    /* padding-top:4px; */
    font-size: 100%;
    line-height: 120%;
    list-style-type: square;
    list-style-position:inside;
}

ol {
	font-family: sans-serif, Arial, Helvetica, Verdana;
    margin-bottom: .7em;
    font-size: 100%;
    line-height: 120%;
    list-style-type: decimal;
    list-style-position:inside;
}

.clear { 
	clear:both;
	height:1px;
} 


/*lists*/

.pageContent ul {
    margin-bottom: .7em;
    line-height: 120%;
    list-style-type: square;
    padding-left: 2em;
    font-size: 100%;
}

.pageContent ol {
    margin-bottom: .7em;
    line-height: 120%;
    list-style-type: decimal;
    padding-left: 2em;
    font-size: 100%;
}

.pageContent li {
	font-family: sans-serif, Arial, Helvetica, Verdana;
    font-size: 100%;
    list-style-position: outside;
    text-indent: -.1em;
}



/* basic links*/



/*block quotes*/


blockquote {
	font-weight: bold;
	padding: 0 0px;
	margin: 1em 0em 1.3em 0em;
	width: 55%;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left:#FF6600 solid 15px;
	margin: 0;
	padding: 0 0 0 15px;
}

cite {
	color:#000000;
	font-size: 85%;
	text-align: left;
	font-style:italic;
	display: block;
}

/*legacy CSS from old site*/

.homeTitle {
	text-transform:uppercase;
	font-size:13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #e1e1e1;	
	margin: 1px;
	width:455px;
}


.spacer {height: 10px; }

.bioDiv {
	padding-top: 3px;
	padding-bottom: 3px;
	padding: 3px;
	border: 1px solid #e1e1e1;
}

.bioTitle {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #e1e1e1;	
}

#box{
	font-size: 100%;
	border: 1px dashed #000000; padding: 0px; 
}

#box a{
	font-size: 100%;
	font-weight:Normal;	
	color:#333333;
	text-decoration: none;
}

#box a:hover {
	text-decoration: underline;
	color: #cc5500;
}

hr {
	border: 0px;
}

.clear {
	clear: both;
}


/* master page footer styles */

#footerWrap {
       font-size:70%;
       color:#333;
       background-color:#fc9200;
       text-align:center;
       line-height:1.5em;
       padding-top:.2em;
       padding-bottom:.3em;
       width:960px;      
        clear: both;
        margin: 0 auto;
}

div#footerWrap a:active { 
	color: #FFF
}

div#footerWrap a:hover { 
	color:#FFF
}

/* master page content styles */


div#mainContent {
	width:700px;
}

div#mainContent .floatRight {
	float:right;
	clear:left;
	margin:.5em;
}

.floatLeft {
	float:left;
	clear:right;
	margin-right:.75em;
	margin-bottom:.75em;
	padding-right:1em;
	padding-bottom:1em;
}



.link-item, .link-item a, .link-item a:link {
font-family:tahoma;
font-size:1.1em;
}


#headerGraphic {
	margin-top:23px;
	margin-bottom:20px;
}

/* FOOTER STYLES */

#footerWrap {
       font-size:70%;
       color:#333;
       /* background-color:#fc9200; */
       text-align:center;
       line-height:1.4em;
       padding-top:1.7em;
       padding-bottom:.3em;
       width:959px;  
       height:54px;    
       clear: both;
       margin: 0 auto;
       background: url(http://www.indianatech.edu/PublishingImages/global/footer.jpg) top left; 
	   background-repeat:no-repeat;
}

div#footerWrap a {
	color: #2a445c;
	text-decoration:none;
	font-weight:bold;
}

div#footerWrap a:active { 
	color: #2a445c;
	font-weight:bold;
}

div#footerWrap a:hover { 
	color:#dc6800;
	border-bottom: 1px dotted #dc6800;
	font-weight:bold;
}






