@charset "utf-8";

#header {

	background-image:url(http://www.utdallas.edu/websvcs/templates/05/mercury/images/bg-orange.gif);
	background-repeat:repeat-x;
	height:103px;
	

	/*width:100%;*/
	min-width:1040px;
	
	/*The background is in the nav div*/
}

#header #header-left {

	background-image:url(http://www.utdallas.edu/websvcs/templates/05/mercury/images/bg-left.gif);
	background-repeat: no-repeat;
	background-position:top left;
	height:103px;

	float:left;
	width: 670px;;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	

	
	
}
#header #header-right {
	float:left;
	width: 340px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	

	
}
#logo {
	width:207px;
	height:78px;
	float:left;
	text-decoration:none;
	margin:12px 0 0 20px;
	padding:0px
}

#logoPrint{display: none;}

#sitetitle {
	margin-top: 45px;
	margin-right: 6px;
}


#toplinks {
	height:10px;
	color:#fff;
	font-size:10px;
	width: auto;
	list-style-type: none;
	float: right;
	
	
	
}
#toplinks a {
	color:#fff;
	text-decoration:none;
}
#toplinks a:hover {
	color:#CCCCCC
}
#toplinks ul li {
	padding:0px 8px;
}
#toplinks ul { /* all lists */
	padding: 0;
	margin:0px;
	list-style: none;
	text-decoration:none;
}
#toplinks li { /* all list items */
	float: left;
	position: relative;
}



/*navigation */




#mainnav {
	
	
	color:#fff;
	/*width:100%;*/
	font-size:16px;
	background-image:url(http://www.utdallas.edu/websvcs/templates/05/mercury/images/bg-green.gif);
	background-repeat:repeat-x;
	height:24px;
	clear:both;
	
	padding:5px 0px 0px 40px;
	
	margin:0px;
	
	
	
}
#mainnav ul { /* all lists */
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration:none;
	display:solid;
	
}
#mainnav ul li {
	padding:0px 30px 0px 0px;
	margin:0px;
}
#mainnav ul li ul{
	display:none;
}
#mainnav ul li ul li{
	
}
#mainnav li { /* all list items */
	float: left;
	position: relative;
	margin:0px;
	padding:0px;
}
#mainnav a {
	color:#fff;
	text-decoration:none;
}
#mainnav a:hover {
	color:#fcb514
}

#mainnav #search {
	width: 185px;
	height:25px;
	margin-top: -8px;
	font-size: 9px;
	margin-left: 800px;
	
}
#mainnav .searchbox {
	font-size:10px;
	background-color:#73B640;
	background-image: url(http://www.utdallas.edu/websvcs/templates/05/mercury/images/bg-search.gif);
	background-repeat: no-repeat;
	border: none;
	background-position: left top;
	width:160px;
	padding-left: 1px;
}
#breadcrumbs {
	font-size: 10px;
	color: #999999;
	float:left;
	margin-left: 40px;
	height:13px;
	margin-top:5px;
	margin-bottom:5px;
	width: 960px;
	clear:both;
}

#breadcrumbs a {
	color:#CD5806; text-decoration:none;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#CD5806; text-decoration:none;
	text-decoration:underline;
}
#breadcrumbs a:visited{
	color:#CD5806; 
	text-decoration:none;
}