#header { background-color: #5f259f;	margin-bottom: 0px; /*text-align:center*/}
#header-wrapper{margin: 0 auto;	width: 100%;	height: auto; background-color: #5f259f; position:fixed; top:0; left:0; z-index: 999999; }
#header-content{margin: 0 auto; width: 900px;height: 91px; padding-top: 30px;	}

#header-quicklinks {text-align:right;	width:900px;	height: 20px;	font-size:11px;	line-height: 18px;}
#header-quicklinks a{color: #dedede;	font-weight:bold;	margin-left: 10px;	border-bottom:dotted #AAA 1px;}
#header-quicklinks a:hover{	color:#FFF;	text-decoration: none;	border-bottom:dotted #FFF 1px;}

#header-gcu-logo{width: auto; height: auto;display: block;float:left; margin-top: 0px;}
#header-gcu-logo a{	/*width: auto;height: auto;display: block;*/}

#header-right{	width: 550px;height: auto;	display: block;	float:right;}
.header-margin {padding: 0px 0px 0px 0px; }

#header-rmi, #header-apply, #header-search-icon { display:inline-block; height: auto; width: auto; padding: 12px 15px; border-radius: 3px; font-weight: bold; font-size: 14px; margin-right: 5px;  float: right;}
	
	#header-rmi { background: #f2a900; color: #FFFFFF;
		background: -webkit-linear-gradient(#ffbb1e, #f2a900, #f2a900, #c18700); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#ffbb1e,#f2a900, #f2a900, #c18700); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#ffbb1e,#f2a900, #f2a900, #c18700); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#ffbb1e,#f2a900, #f2a900, #c18700); /* Standard syntax */
	 }
	#header-rmi:hover { background: #da9800; color: #FFFFFF; }
	
	#header-apply { background: #471e74; color: #f2a900; }
	#header-apply:hover { background: #36125e; color: #f2a900; }
	
	#header-search-icon { background: none; color: #f2a900; border: 2px solid #471e74; padding: 11px 13px; cursor: pointer; *background: url(../images/icon-search.png) center no-repeat; *padding: 11px 20px;}
	#header-search-icon:hover { background: none; color: #fff; border: 2px solid #471e74; *background: url(../images/icon-search.png) center no-repeat; *border: 2px solid #fff;}
	
	
#header-menu{width: 100%;	height: 36px; background-color: #1f1a2d; text-align:center;}
#header-menu-list { width: 900px; margin:0 auto; padding:0;  list-style:none;  font-family: 'Nobile', arial, serif; text-align:center; }
#header-menu-list li {  float:left;    background: none; height:22px; position:relative;  text-align:center; }
#header-menu-list li a { z-index:20; display:inline-block; height:22px; position:relative; color:#a69fbc; text-decoration:none; line-height: 25px; text-transform:uppercase; font-size:11px; padding:5px 14px;}

/* menu rollover - text/bg */
#header-menu-list li a:hover { 	color: #FFF; border-bottom: #362d4e 1px solid; }

/* menu rollover - fading bg */
#header-menu-list li .hover {	background: #5f259f; position:absolute; width: 100%; height:32px; left:0; top:0;z-index:0;display:none; } 
#header-menu-list a.active, #header-menu-list a.active:hover { height:21px;line-height: 18px;color:#1f1a2d; background: #FFF;	border-top:#F4F4F4 4px solid;border-bottom: #F4F4F4 1px solid; cursor: default; }
#header-menu-list li:first-child a {width: 73px;}

#header-social{	width: 350px;height: 24px;float:left; }
#header-social ul {	list-style:none;margin:0px 0px 0px 0px;	padding:0px 0px 0px 0px;}
#header-social li {	float:right;margin:0;padding:0;	text-align:center;}
#header-social a {height:24px;width: 24px;	display:block;	margin: 0px 4px 0px 0px;}

#header-search { display:block; width: 100%;height: auto; position:relative; top: 0; clear: both; float: right; margin-right: 5px; margin-top: 5px; padding: 0px; text-align:right;}

	#header-search input { width: 250px;	height: 30px;background: #fff; border: none;	padding: 0px 0px 0px 10px; font-size:14px;color: #666; border-radius: 3px; float: right; line-height: 30px; 
							*background-color: #EAEAEA; *border: 4px solid #5f259f; *margin-top: 5px; }
	#header-search label { width:auto; font-size:14px; /*font-weight: bold;*/ color:#e4daef; line-height: 42px; margin-right: 10px; *display:none; }
	#header-search button {	width: 15px;height: 15px;display:block; background: url(../images/search-btn.png) no-repeat;	border: none;text-indent: -9999px;float: right;cursor: pointer;margin-right: 10px; display: none; }