body {
	background-image:url(http://www.uta.edu/msmr/images/115.gif);
	font-family:verdana,arial,sans-serif;
	color: #192945;
	background-color: #fff;
	}

img {border:0;}

#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 

#skip a:active 
{ 
position:static; 
width:auto; 
height:auto; 
} 


#page {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #ffffff;
	width: 760px;
	}

#listMenuRoot {height:30px; text-align:left; padding-top:10px;}

/* the following classes used for video columns and career columns on home page */ 
.leftcol, .middlecol, .rightcol {
display:inline;
padding:0px;
width:251px;
margin:0px;

}
.leftcol {margin-left: 1px;}
.leftcol, .middlecol {float:left;}
.middlecol, .rightcol {margin-left:0;}
.rightcol {float:right; margin-right:0px;}

#videos {background-color: #F4F4F4; height:100px; text-align: left; clear: both;}
#videos div.headshot {float:left; margin:10px;}
#videos div.headshot a, #videos div.headshot a:visited, #videos div.headshot a:active {
	font-size:9px;
	color: #192945;
	}
#videos div.headshot img.videobutton {margin-top:5px; vertical-align: bottom;}
#videos div.quote {font-size:10px; margin:5px;}
#videos .leftcol, #videos .middlecol, #videos .rightcol {background-color: #F4F4F4;}

/* HORIZONTAL FREESTYLE MENU LAYOUT */
#listMenuRoot {height: 50px; position: relative; left: 20px; top: 5px;}
#listMenuRoot img{float:left; position: relative; left:10px; margin-right: 20px; top:-5px;}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0; 
 padding: 0;
 list-style: none;
 /*background: #ffffff;*/
color: #192945;
 font-size: 10px;
 }

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 /*top: 2.5em;  I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 180px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 180px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 background: #fff;
  /*border: 1px solid #330; */
 margin-right: -1px;

}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 background: #99a7b4;
 color: #192945;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */

.menulist a {
 display: block;
 padding: 3px 20px; 
 color: #192945;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #fff;
 background-color: #546474;
}
.menulist  a.highlighted {
 color: #fff;
 background-color: #546474;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/

* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

#msmr {
	background-image:url(http://www.uta.edu/msmr/images/117.jpg); 
	height:80px; 
	background-repeat: no-repeat;
	background-position: center;
	}
	
#careers .middlecol {width: 250px; border-left:1px solid #99a7b4; border-right:1px solid #99a7b4; position:relative; left:2px;}
#careers .middlecol h2 {font-weight: bold; font-size: 14px; margin:5px 12px 2px 28px; text-align:left; }
#careers .middlecol p {font-size: 10px; margin: 5px 12px 10px 28px; text-align:left; }
#careers .leftcol, #careers .middlecol, #careers .rightcol {background-color: #fff;}
#careers .rightcol li {font-size: 10px; text-align:left; margin-right: 18px; margin-left:0;}
#careers .rightcol ul {margin-top: 8px; }
#careers .rightcol div {text-align:right; margin-right:20px;}
#careers .rightcol a, #careers .rightcol a:visited, #careers .rightcol a:active {
	font-size:10px; 
	color: #192945;
	}
#boardlinks {
	background-color: #546474;
	font-size: 10px;
	color: #fff;
	margin-top: 10px;
	height: 27px;
	
	}
#boardlinks div {padding-top: 5px;}
#boardlinks img {position:relative; left:0; float:left;}
#boardlinks a, #boardlinks a:visited, #boardlinks a:active {
	color: #fff;
	}

#footer {
	clear: both; 
	padding: 30px;
	font-size: 10px;
	color: #192945;
	}
#footer a, #footer a:visited, #footer a:active {
	font-size: 10px;
	color: #192945;
	}

