﻿/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #f8efc5 url(../images/bg_grad.jpg) fixed;
}

#address {
text-align: center;
}

.fivespace {padding: 5px;
}

.tenspace {padding: 10px;
}

.indent1	        {margin-left: 40px}

.indent2	{margin-left: 60px}

.eightwide {width:800px;}

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #006633;
	text-decoration: underline;
	
	
	
}

a:visited 	        {
	color: #666600;
	
	
	
}

a:hover{
	text-decoration: none;
	
	
}


.right{text-align:right;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	background-color: white;
	border-top: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;
	border-left: 1px solid #ccd2d2;
	border-bottom: 1px solid #ccd2d2;
	padding: 5px 20px;
	
}

#pagecell2{
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: white;
	border-top: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;
	border-left: 1px solid #ccd2d2;
	border-bottom: 1px solid #ccd2d2;
	padding: 5px 20px;
	
}

#pagecell2 h2 {font-family: Tahoma, Arial, Helvetica, sans-serif; 
				font-size: 125%; 
				color: #006699; 
				text-align: left}
				
#pagecell2 h3 {font-family: Tahoma, Arial, Helvetica, sans-serif;
				font-size: 125%;}
				
#pagecell2 table.prg {border-top:thin; border-bottom:thin; border-right:thin; border-left:thin; border-bottom-style:ridge; border-top-style:ridge; border-right-style:ridge; border-left-style:ridge; width:700px;}

#pagecell2 table td {vertical-align:top;}
					
.lrg {font-size:large;}

.xlrg {font-size: x-large;}

.footer{
	color: #334d55;
	font-size: 75%;
	padding: 10px;
	text-align: center;
}

.footer a:link    	 {
 color: #334d55;

 }

/************** feature styles *****************/

.feature{
	padding: 5px 20px 30px 20px;
	font-size: 90%;
	height: 150px;
	
}
html>body .feature {height: auto;}

.feature h1{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:175%;
color: #006666;
	padding: 20px 0px 0px 0px;
	}
	
.feature h2     {font-family: Tahoma, Arial, Helvetica, sans-serif; 
				font-size: 125%; 
				color: #006699; 
				text-align: left}

	
.feature h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 105%;
	color: #005fa9;
	display:block;
	background-color: #F8EFC5;
	background-position: center;
	text-align: center;
	border-top: thin solid #336600;
	border-right: thin solid #F8EFC5;
	border-bottom: thin solid #F8EFC5;
	border-left: thin solid #F8EFC5;
}	
	

.faculty {
font-family:Arial, Helvetica, sans-serif;
font-size: 150%;
font-weight:bold;
font-style:italic;
	color: #3d8e76;
	
	
}

.feature a {
	color: #006633;
	text-decoration: underline;
	font-size: 100%;
	
}

.feature a:visited 	        {
	color: #006633;
	text-decoration: underline;
	font-size: 100%;
	
}

.feature a:hover{
	text-decoration: none;
	color:#009933;
	
}

/************** home styles *****************/

.home{
	padding: 10px 20px 30px 20px;
	font-size: 90%;
	height: 150px;
	
}
html>body .home {height: auto;}

.home h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 105%;
	color: #005fa9;
	display:block;
	background-color: #F8EFC5;
	background-position: center;
	text-align: center;
	border-top: thin solid #336600;
	border-right: thin solid #F8EFC5;
	border-bottom: thin solid #F8EFC5;
	border-left: thin solid #F8EFC5;
}	
	
.home h2     {font-family: Tahoma, Arial, Helvetica, sans-serif; 
				font-size: 125%; 
				color: #006699; 
				text-align: left}
.faculty {
font-family:Arial, Helvetica, sans-serif;
font-size: 150%;
font-style:italic;
font-weight:bold;
	color: #3d8e76;
	
	
}

.home a {
	color: #006633;
	text-decoration: underline;
	font-size: 100%;
	
}

.home a:visited 	        {
	color: #006633;
	text-decoration: underline;
	font-size: 100%;
	
}

.home a:hover{
	text-decoration: none;
	color:#009933;
	
}



/*******************TopNavTags *****************/



#topnav{
	color:#006633;
	font-size: 12px;
	background-color: #f8efc5;
	font-weight: bold;
	}

#topnav a{
 	background-color: #f8efc5;
	text-decoration: underline;
	}
	

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	
}

#masthead{
	position: absolute;
	top: 0px;
	width:100%;
	
}

#search {
text-align: right;
}

	

/***********************************************/
/* Navigation tags                             */
/***********************************************/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	width: 8em;
	list-style: none;
	color: #f8efc5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background: #f8efc5;
	z-index: 1000;
	}
	
	#nav li { /* all list items */
		/*position : relative;*/
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 8em;
		z-index: 1000;
		
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 9em;
		margin-top : -4em;
		z-index: 1000;
		
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		z-index: 1000;
	}
	
	#nav li a {
	width : 8em;
	display : block;
	color : black;
	font-weight: normal;
	font-size: 105%;
	text-decoration : none;
	background-color : #d6dbb0;
	padding : 0.3em 0.5em;
	border-top: thin solid #f8efc5;
	border-right: thin solid #ffffff;
	border-bottom: thin solid #ffffff;
	border-left: thin solid #f8efc5;
	z-index: 1000;
	}
	
	#nav li a:hover {
		color : #006633;
		background-color : #f8efc5;
		z-index: 1000;
		
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
		z-index: 1000;
		
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		z-index: 1000;
		
	}




/************* globalNav styles ****************/

#globalNav{
position: relative;
top: 90px;
width: 100%;
height: 32px;
color: #666633;
padding: 0px;
margin: 0px;
background-image:  url(../images/glbnav_background.jpg);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: -6px;
	left:-1px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	padding: 3px;
	margin: 0px;
	z-index: 100;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}


a.glink, a.glink:visited{
	font-size: 105%;
	color: white;
	font-weight: bold;
	margin: 0px;
	padding: 20px;
	border-right: 1px solid #f8efc5;
	text-decoration: none;
}

a.glink:hover{
	text-decoration: none;
	color: #F8EFC5;
}

a.ghomelink, a.ghomelink:visited{
  	font-size: 105%;
  	color: white;
	font-weight: bold;
	margin: 0px;
	padding: 20px;
	border-right: 1px solid #f8efc5;
	text-decoration: none;
}

a.ghomelink:hover{
	text-decoration: none;
	color: #F8EFC5;
}


.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 125px;
	width: 100%;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #F8EFC5;
	text-align: center;
	font-weight: bold;
}



.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 90%;
	color: #006633;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	
		
	
}

.subglobalNav a:hover{
	color:#996633;
}

/************** utility styles *****************/

#utility{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:75%;
	position: absolute;
	top: 2px;
	z-index: 100;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}


/**********dow lab styles****************/

	
	
.dowpage {padding: 10px 20px 30px 20px;
position: relative;
width: 100%;
}

.dowpage h1 {
font-family:"Times New Roman", Times, serif;
color:#999999;
font-size: 200%;
}	
	
.peeps table {
width: 100%;

}

.peeps td {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
font-weight:bold;
}

.gray td{
background-color:#999999;
border-bottom:#9999cc inset solid;
}

.events p {
font-family:Arial, Helvetica, sans-serif;
font-size:small;
color:#999999;
}

.events td{
border-left:#cccccc thin solid;
}


#dowheader {

font-family:"Times New Roman", Times, serif;
font-size:36px;
font-weight:bold;
background-color: #CCCCCC;
margin: 0px;
width: 95%;
border-right:  #666666 thin solid inset;
border-left:  #666666 thin solid inset;
border-top:#9999cc thick solid;

}

#dowheader img {
vertical-align:top;
}

#dowheader table {
width: 800px;
vertical-align:middle;
}

#downav {
background-color:#999999;
width: 95%;
border-bottom:thick #9999cc solid inset;
border-right:  #666666 thin solid inset;
border-left:  #666666 thin solid inset;
border-top:#9999cc thin solid;
}

#downav table{
width:800px;
}

#downav td{
width:200px;
text-align:center;
font-weight:bold;
}

#downav a {
	color: #000000;
	text-decoration: none;
		
}

.home a:visited	        {
	color:#9999CC;
	text-decoration: none;
		
}

#downav a:hover {
color:#CCCCCC;
}


/********************* end **********************/

