@charset "utf-8";
/* CSS Document */

/********************************* banner1 components ************************************/
#banner1 
{
	background-color: #036; 
	color:#fff; 
	padding-bottom: 0; 
	margin: 0px;
	height: 56px;
}
	
#banner1 a 
{
	text-decoration:none; 
	color:#fff; 
	background-color: #036;
}
	
#banner1 a:hover { 
	text-decoration:underline; 
	color:#39F; 
	background-color: #036;
}
	
#banner1 ul { 
	padding: 0; 
	margin: 0; 
	border: 0; 
	background-image: none; 
}
	
#banner1 ul li { 
	padding-right:8px; 
	display:inline; 
}
	
/********************************** UTSA banner1 images *******************************/
#banner1 img{ 
	width: 343px; 
	height: 56px;
	float: left; 
	border: none;
}
	
/********************************* banner navigation components **************************/
#banner1nav
{
	font-weight: bold;
	/*font-size: 9px; commented out by Ruben Ortiz 07-09-2008 */
	font-size: 0.9em;
	color:#fff;
	background-color: #036;
	text-align: right;
	padding: 0; 
	margin: 0; 
	border: 0; 
	background-image: none;
}
	
#banner1nav li {
	padding-right: 8px; 
	display: inline;
}
/********************************* banner2 components ****************************/
#banner2 {
	background-color: #000831; color:#FFF;
}

/********************************* banner3 components ****************************/
#banner3 a, a:visited{
text-decoration:none;
	color: #FFF;
	}
#banner3 a:hover{
text-decoration:underline;
	color: #FFF;
	font-weight:bold;
}

#banner3{
	height: 3.0em;
	background-color:#C60;
	color: #FFF;
	font-weight:bold;
	padding: 2px 0 0 20px;	
	font-size:1.4em;
}
#banner3 *{
	margin: 5px 0 0 0;
}

#banner3 p{
	float: left;
	margin-top: 10px;
}

#banner3 img {
	width: 739px; 
	height: 134px;
	vertical-align: top;
}


/*
#search{
	margin-top: 6px;
	margin-right: 3px;
	width:250px;
	width: 18em;
	float:right;
}
*/

#banner3 #search{
	margin-right: 10px;
	margin-left: 10px;
	float:right;
	/*border:1px solid #fff;*/
}

#banner3 #search form {
	display: inline;
	padding: 0;
}


form {
	display: inline;
	margin: 0;
	padding: 0;
}
	
form {
	margin:0px;
}

/* this id border was created to help clear the right float from search 
and help stablize the template when users increase size of text */
#bannerBorder{
	clear: right;  padding-top:1px; background-color: #C60;
}

/********************************* main navigation components ****************************/
#mainnav {
	color: #fff;
	background-color: #000831;
	text-align: center;
	margin: 0; 
	border: 0;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 5px 0; /* padding order: top right bottom left */
}

#mainnav li {
	display: inline;
	padding: 0 15px 0 15px; /* padding order: top right bottom left */
}

#mainnav a {
	text-decoration: none; 
	color: #fff; 
	background-color: #000831;
}

#mainnav a:hover {
	text-decoration:underline; 
	color:#39F; 
	background-color: #000831;
}		
