﻿/* version 7 Screen Display */

/* OVERALL PAGE STYLES */
html {font-size:16px;}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, th, td, p, img{margin: 0px; padding: 0px;}
table{border-collapse: collapse;border-spacing: 0;border-style: solid;border-color: #4D4633;border-width: 0px;margin-right: 5px;margin-top: 5px;}
th{padding: .5em;font-weight:bold; font-size:140%; border-style: solid;border-color: #4D4633;border-width: thin;}
td{padding: .5em;vertical-align: top;border-style: solid;border-color: #4D4633;border-width: thin;}
fieldset, img{border: 0;background-repeat: no-repeat;}
address, caption, cite, code, dfn, em, strong,var{font-style: normal;font-weight: normal;}
ol, ul{list-style: none;}
caption, th{text-align: left;}
q:before, q:after{content: '';}
strong{font-weight:normal;}
bold{font-weight: normal;}
em{font-style: normal;}
i{font-style: normal;}
abbr
{font-style: normal;text-decoration: none;}
acronym{font-style: normal;text-decoration: none;}

/*Sets default style information for body */
body{font-family: "Times New Roman" , Times, serif;color: #4D4633;background-color:#B3A26C;font-size: 74%;min-width: 995px; letter-spacing:.5px;}
strong {font-weight:bold;}
em {font-style:italic;}
ul{list-style-position: outside;list-style-type: disc;margin: 10px 0px 10px 30px;line-height: 20px;}
ol{list-style-position: outside;list-style-type: decimal;margin: 0px 0px 20px 30px;padding-top: 1em;}
li{margin: 0px 0px 0px 0px;padding: 0px;}

/* General Link Color */
a
{	font-weight: bold;
	padding: .1em;
	color: #4D4633;
	text-decoration: underline;
	font-style: normal;
	letter-spacing:1px;
}
a:hover
{
	font-weight: bold;
	padding: .1em;
	color: #4D4633;
	text-decoration: underline;
	font-style: normal;
}

/*Styles for Coollege of Arts and Science Links */
#linksBox {height:20px; float: right;background-color: #B3A26C; border-width: 0px 0px 1px 1px; border-style: solid; border-color: #4D4633; }
#linksBox p {  float: left; border-width: 0px 1px 0px 0px; border-style: solid; border-color: #4D4633; }
#linksBox p a { display:block;font-weight: bold;color: #4D4633; text-decoration: none; padding: 3px 3px 3px 3px;  }
#linksBox p a:hover{ color: #CFC782; text-decoration: none; background-color:#4D4633 }

/* Style Tags for Headers */
h1{
	color: #CFC782; font-size:180%;
	font-style: normal;
	font-weight: normal;
	margin-bottom:5px;
	background-color: #4D4633;
	text-align: center;
}
h2
{
	color: #4D4633;
	font-size: 160%;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3
{
	color: #4D4633;
	font-size: 145%;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4
{
	color: #4D4633;
	font-size: 130%;
	font-weight: bold;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5
{
	color: #4D4633;
	font-size: 115%;
	font-style: italic;
	font-weight: bold;
	line-height: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
}
h6
{
	color: #4D4633;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
h7
{
	color: #4D4633;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* IGUIDE LAYER */
#iguide
{
	background-color: #786734;
	text-align: left;
	vertical-align: top;
	height: 35px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display:none;
}
#iguide table
{
	width: 580px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#iguideGraphics
{
	margin: 0;
	padding: 0;
}

/*Search Box style information */
#search
{clear:right;
	float: right;
	margin-right: 12px;
	margin-top:40px;
	
}

/* MASTHEAD LAYER */
#mastband
{
	display: block;
	height: 90px;
	background-color: #AF9B5D;
	/*background-image:  url(../../graphics/phil_top_banner.jpg);*/
	background-repeat: no-repeat;
	margin: 0px;
	border-bottom:1px solid #4D4633;
}

#mastband img
{
	height: 90px;
	width: 450px;
	background-repeat: no-repeat;
}

#mastband a:hover
{
	background-color: transparent;
}

/* MASTHEAD LEVEL NAVIGATION LAYER */
#mastLinks
{
	display:block;
	height: 25px;
	margin-left:5px;
	margin-top:3px;

}
#mastLinks p
{
	margin: 0px 0px 0px 0px;
	float:left;

	border-right-width: 1px; 
border-right-style: solid;
border-right-color: #4D4633;

}
#mastLinks p a
{
	display:block; 
	font-weight:800;
	letter-spacing:1px;
	padding-top:2px;
	padding-bottom:2px;
	color: #4D4633; 
	background-color:#B3A26C;
	text-align: left;
	text-decoration: none; 
		margin-right:2px;
	margin-left:2px;

}

#mastLinks p a:hover
{
	color: #CFC782;
	background-color: #4D4633;

	
}
/*Styles for Homepage only */

#containerHome:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Lefthand Navigation Menu */
#columnLinkHome
{ 	
	display: block;
	float:left;
	height:350px;
	width:140px;
	padding-left: 5px;
	text-align: center;
}

#columnLinkHome img
{display:block; margin:auto; text-align:center;}
/* Main Content Body */
#columnBodyHome
{
	margin-left: 170px;
	margin-right: 10px;
}

#containerTextHome {background-color:#4D4633; padding:3px; }
 
/*Styles for the Two Column Formats */

#twocolumnleft
{
	display: block;
	background-color: #CFC782;
	
	margin-right:305px;
	border-right: 3px solid #4D4633;
	border-left: 3px solid #4D4633;
	border-top: 3px solid #4D4633;
}

#twocolumnright
{ 	
	display: block;
	height:406px;
	float:right;
	width:300px;
	color: #CFC782;
}


/* Styles for divs in the twocolumnleft  */
#announcement
{ 	display:block;
	background-color:#B7AE75;
	margin:5px;

	}
#announcement h2{margin-top:0px; margin-bottom:5px; margin-left:5px;}
#announcement p
{
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
}
#announcement img {float:right; padding:0px;margin-left:3px; margin-right:3px}


#pointsofpride
{ 	
	background-color:#B7AE75;
	margin:5px;
	height:150px;
	overflow:hidden;
	
	}
#pointsofpride p
{
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
}


#pointsofpride img
{
float:right;
border: 1px solid black;
margin-left:10px;
margin-right:10px;
}
/*Special styles for homepage end here*/

/* PAGE CONTENT LAYER */
#containercontent
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Lefthand Navigation Menu */
#columnlink
{
	float: left;
	width: 150px;
	display: block;
	margin: 0px;
	margin-left:5px;
	padding: 0px;
	min-height: 400px;
	background-image:url('../../graphics/phil_columnlong.gif');
	background-repeat: no-repeat;
}
#columnlink p.navigationLink1, #columnlink p.navigationLink2, #columnlink p.navigationLink3, #columnlink p.navigationLink4, #columnlink p.navigationLink5, #columnlink p.navigationLink6
{
	display: none;
}
#columnlink h3
{
	font-variant: normal;
	padding: 2px 2px 3px 3px;
	color: #4D4633;
	text-decoration: none;
	background-color: #CFC782;
	border: 1px solid #4D4633;
}

/* Nav Link Props */
#columnlink p
{
	margin: 0px 0px 10px 0px;
}
#columnlink p a
{
	display: block;
	font-style: normal;
	padding: 3px 0px 3px 5px;
	color: #4D4633;
	text-decoration: none;
	background-color: #CFC782;
	border: 1px solid #4D4633;
}

#columnlink p a:hover
{
	color: #CFC782;
	background-color: #4D4633;
	border: 1px solid #CFC782;
}

/*#columnlink p a.secondary:link { margin: 0px 0px 0px 10px; }
#columnlink p a.secondary:active { margin: 0px 0px 0px 10px; }
#columnlink p a.secondary:visited { margin: 0px 0px 0px 10px; }
#columnlink p a.secondary:hover, #columnlink p a.secondary:focus { margin: 0px 0px 0px 10px; }*/

/* Main Content Body */
#columnbody
{
	height: 1%;
	display: block;
	background-color: #CFC782;
	border-left: 3px solid #4D4633;
	border-right: 3px solid #4D4633;
	border-top: 3px solid #4D4633;
	border-bottom: 3px solid #4D4633;
	margin-bottom: 10px;
	margin-left: 160px;
	margin-right: 10px;
}
#content
{ 	margin:5px;}
#content img
{

	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 1em;
}
#content:after
{
	content: ".";
	display: block;
	height:0px;
	clear: both;
	visibility: hidden;
}
#content p
{
	line-height: 20px;
}

/* Float Window Information */



#containerText
{
	margin-bottom: 1em;
}
/* Styles for MultiColumn Formats 
#columnIntro { margin: 0px; padding: 0px; }
#containercolumns { width: 100%; margin: 0px; padding: 0px; }*/

/* Alumni Quote Window Information */
#quote
{
	background-color: #AF9B5D;
	float: right;
	width: 320px;
	padding: 0px 5px 5px 5px;
	display: block;
	text-align: left;
	border: 3px solid #4D4633;
}
#quote h2
{
	clear: both;
	display: block;
	color: #4D4633;
	font-size: 165%;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 0px 5px;
}
#quote p
{
	clear: both;
	margin: 0px 5px 5px 5px;
	color: #4D4633;
	font-size: 100%;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	display: block;
}


/* Styles for the three Column Formats 
#threecolumnleft { float: left; width: 30%; margin: 0px; padding: 0px; }
#threecolumnmiddle { float: left; width: 32%; margin: 0px; padding: 0px; border-width: 0px 0px 0px 1px; border-style: solid; border-color: #990000; margin: 0px 0px 0px 10px; padding: 0px 5px 0px 10px; }
#threecolumnright { margin: 0px 0px 0px 68%; padding: 0px 0px 0px 10px; border-width: 0px 0px 0px 1px; border-style: solid; border-color: #990000; }*/

/* FOOTER LAYER */
#footer
{
	clear: both;
	margin-bottom: 30px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #666666;
	text-align: left;
}

#footer p
{
	margin: 5px 0px 5px 0px;
	padding: 0px 10px 10px 10px;
	text-align: left;
}
#footer a
{
	font-weight: normal;
	padding: .1em;
}


#siteDesign
{
	display: none;
}
/*Calendar Feed */

#isuCalendarTable
{
	display: block;
}

/* ALTERNATE INFORMATION FOR PRINT/HANDHELD/SCREENREADERS */
.screenRead
{
	display: none;
}
@media aural
{
	.screenRead
	{
		display: block;
		speak: normal;
	}
}



/*
#profile
{
	width: 80%;
	max-width: 655px;
	padding-bottom: 10px;
}
#profile table
{
	border: 0px;
}
#profile #GridView1
{
	width: 150px;
}
#profile #DataList1
{
	width: 500px;
}
#profile td
{
	border-width: 0px;
	border-style: none;
}
#profile td td
{
	padding: .5em;
}*/