﻿/*--------------------------------------------------------------------*/
/*----------------------------------------------->>>>>>>>>>>>>  HEADER*/
/*--------------------------------------------------------------------*/

#header_wrapper{
	width: 100%;
	margin: 0 auto;
}


    #header_wrapper #header_logo {
        display: inline-block;
        width: 309px;
        height: 39px;
        background-image: url('../images/uams_logo.png');
        /*background-color: #9d2234;
        background-size: 309px 39px;
            */
        background-repeat: no-repeat;
        text-indent: -99999px;
        margin: 15px 12px 12px 30px;
        float: left;
    }


#header {
    height: 118px;
    /*background: #9d0900;
    */
    /*background: #f0eeef;*/
    background: #9d2234;
    margin: 0 auto 0 auto;
    padding: 0px;
    /*border: 1px solid #c50000;*/
}

    #header h1 {
        /*color: #f2f1ed;*/
        color: #fff;
        letter-spacing: 2px;
        clear: right;
        font-size: 1.8em;
        margin: 15px 20px 0 0;
        float: right;
        min-height: 37px;
    }

	#header_usermessage {
        color: #f2f1ed;
        float: right;
        clear: right;
        margin-right: 20px;
        margin-top: 37px;
	}

	#header a#uamslogo{
		display: inline-block;
		width: 309px;
		height: 39px;
		background: url(../Images/uams_logo.png);
		text-indent: -99999px;
		margin: 10px 0 0 15px;
		float: left;
	}
	
	
	#header #google_search{
		clear: right;
		float: right;
		margin: 20px 20px 0 0;
	}
	

/*--------------------------------------------------------------------*/
/*------------------------------------------->>>>>>>>>>>>>  SUB HEADER*/
/*--------------------------------------------------------------------*/

#subheader_container{
	height: 47px;
    background: #e7e6e1;
	margin: 0 auto;
    border: 1px solid #d6d6d6;
}

	#subheader_container #subheader{
		height: 46px;
		width: 958px;
		/*margin: -10px 0 0 0;*/
        	
        
	}

		#subheader_container #subheader #signedInAs{
			font-size: .8em;
			float:left;
			padding: 15px 10px 0 0;
		}



		#subheader_container #subheader ul#subheader_nav{
			position: relative;
			z-index:100;
            text-shadow: none;
            /*padding: 10px 0 0 2px;*/
            padding: 0;
		}


        #subheader_container #subheader ul#subheader_nav{
            text-shadow: none;
            padding: 0;
            margin: 0;
        }

			#subheader_container #subheader ul#subheader_nav li{
				float:left;
				list-style-type: none;
				display: inline;
				position: relative;
                height: 45px;
			}


           

            #subheader_container #subheader ul#subheader_nav li:hover{
				background: #333333;
                color: #ffffff;
			}


				#subheader_container #subheader ul#subheader_nav li a{
					float: left;
					height: 45px;
					padding: 15px 15px 0 10px;
					display: block;
					text-decoration: none;
					color: #333333;
					font-size: 14px;
					font-family: 'Open Sans', sans-serif;
				}

		
					#subheader_container #subheader ul#subheader_nav li:hover a{
						background: #333333;
                        color: #ffffff;
						padding: 15px 15px 0 10px;
						height: 29px;
					}