/* Header rules. */
#header {
	width: 100%;
	height: 100px;
	max-height: 100px;
	background: white;
	margin: 0;
	position: relative;
	z-index: 11;
}

#logo {
	display: block;
	position: absolute;
	width: 133px;
	height: 100px;
	background: url(../img/logo.png) 30px 30px no-repeat;
}

#header_nav {
	position: absolute;
	top: 32px;
	left: 122px;
	width: 359px;
	height: 39px;
	list-style: none;
	background: url(../img/header-nav.png) left top no-repeat;
	margin: 0;
	padding: 0;
	z-index: 13;
}

#header_nav li {
	float: left;
	display: block;
	margin: 0;
}

#header_nav a {
	height: 39px;
	display: block;
	margin: 0;
}

#header_nav li ul {
	border-left: solid 1px rgb(131, 139, 147);
	border-right: solid 1px rgb(65, 71, 78);
	background: rgb(96, 106, 116);
	display: none;
	list-style: none;
	width: 200px;
}

#header_nav li li {
	display: block;
	padding: 0;
	width: 200px;
	line-height: 1.2em;
}

#header_nav li li a {
	height: 2.4em;
	padding: 7px 13px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: rgb(61, 68, 74) 1px 1px 2px;
	display: block;
	border-top: solid 1px rgb(123, 136, 149);
	border-bottom: solid 1px rgb(65, 71, 78);
}
#header_nav li li:hover a, #header_nav li li a:hover, #header_nav li li:active a, #header_nav li li a:active, #header_nav li li:focus a, #header_nav li li a:focus {
	background: rgb(88, 98, 107);
	border-top: solid 1px rgb(65, 71, 78);
	border-bottom: solid 1px rgb(108, 117, 126);
}

#header_nav li li small {
	display: block;
	font-size: 11px;
	font-weight: normal;
}

/* Replicated in hover.css. Don't forget to change this rule there if you
 * change it here! */
#header_nav li.over ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 13;
}

#hn_home {
	width: 79px;
}
#hn_home:hover a.hidden_text, #hn_home:active a.hidden_text, #hn_home:focus a.hidden_text, #hn_home.over a.hidden_text {
	background: url(../img/header-nav.png) left bottom no-repeat;
}

#hn_support {
	width: 99px;
}
#hn_support:hover a.hidden_text, #hn_support:active a.hidden_text, #hn_support:focus a.hidden_text, #hn_support.over a.hidden_text {
	background: url(../img/header-nav.png) -79px bottom no-repeat;
}

#hn_about {
	width: 81px;
}
#hn_about:hover a.hidden_text, #hn_about:active a.hidden_text, #hn_about:focus a.hidden_text, #hn_about.over a.hidden_text {
	background: url(../img/header-nav.png) -178px bottom no-repeat;
}

#hn_contact {
	width: 100px;
}
#hn_contact:hover a.hidden_text, #hn_contact:active a.hidden_text, #hn_contact:focus a.hidden_text, #hn_contact.over a.hidden_text {
	background: url(../img/header-nav.png) -259px bottom no-repeat;
}

#header_right {
	float: right;
	width: 450px;
	height: 100px;
	margin-right: 30px;
	display:inline;
}

#search{
	float: right;	
	position: relative;

	display: inline;
	}
	
#search input, #search label {
	float: left;
}

#search input {
/*	margin-left: 75px;*/
}

input#scope_web {
	margin-left: 10px;
}

#search label {
	font-size: 11px;
}

input#search_q {
	width: 280px;

	font-size: 11px;
}
#search_q.initial {
	background: white;
}

.google_logo {
	background: url(/img/poweredbygooglewhitebg.gif) no-repeat;
	height: 31px;
	width: 120px;
	margin: 0px 0 0 0;
	float: right;
		}

/*.google_logo {
    background: url(../img/top-nav-right-top-google-logo.png) no-repeat;
    height: 22px;
    width: 66px;
    margin: 6px 10px 0 0;
    float: left;
        }
*/
.field_background {
	background:url(../img/search-bar-background.png) top left no-repeat;
	height: 32px;
	width: 353px;
    padding: 0px;
    float: right;
        
	}

		.field_wrapper {
			height: 20px;
			padding: 6px 5px;
			float: right;
			display: inline;
			}		
		
		.radio_buttons {
			margin: 5px 3px;
            float: right;
			/*width: 340px;*/
		}
		
	
			.radio_buttons input {
    			margin-left:10px;
			}

input#search_submit {
	background: url(../img/top-nav-right-top-search-btn.png) left top no-repeat;
	padding: 0 !important;
	border: none;
	height: 20px;
	width: 52px;
	margin-left: 5px;
	cursor: pointer;
}
input#search_submit:hover, input#search_submit:active, input#search_submit:focus {
	background: url(../img/top-nav-right-top-search-btn.png) right top no-repeat;
}
#other_sites {
    background: url(../img/other-sites.png) left top no-repeat;
	height: 22px;
	float: right;
	list-style: none;
	margin: 0px 0px 12px 50px;
	padding: 0;
	width: 353px;
}

#other_sites li {
	float: left;
	display: block;
	margin: 0;
}

#other_sites a {
	height: 22px;
	display: block;
	margin: 0;
}

#other_sites li div {
	background: rgb(96, 106, 116);
	border-top: solid 1px rgb(144, 159, 174);
	border-left: solid 1px rgb(144, 159, 174);
	border-right: solid 1px rgb(67, 74, 81);
	border-bottom: solid 1px rgb(67, 74, 81);
	color: white;
	display: none;
	padding: 15px 10px;
}

/* Replicated in hover.css. Don't forget to change this rule there if you
 * change it here! */
#other_sites li.over div {
	display: block;
	position: absolute;
	z-index: 13;
}
#other_sites form p {
	margin: 0;
	padding: 0;
}
#header .username, #header .password {
	width: 158px;
	height: 17px;
	border-top: solid 1px rgb(58, 64, 70);
	border-left: solid 1px rgb(58, 64, 70);
	border-right: solid 1px rgb(144, 151, 158);
	border-bottom: solid 1px rgb(144, 151, 158);
	margin: 0 0 10px 0;
	color: black;
	display: block;
 	background-color: white; 
/* 	background-color: rgb(116, 125, 133); */
}

#other_sites li div.login_buttons {
	width: 162px;
	height: 21px;
	background: url(../img/webmail-form-buttons.png) top left no-repeat;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	right: 0;
}

#other_sites form {
	display: inline;
}

#agents_form .login_buttons input, #toolbox_form .login_buttons input, #webmail_form .login_buttons input {
	border: none;
	position: absolute;
	background: transparent;
	height: 21px;
	width: 81px;
	margin: 0;
	padding: 0;
	display: inline;
	cursor: pointer;
}

#agents_form .login_buttons .recover_password, #toolbox_form .login_buttons .recover_password, #webmail_form .login_buttons .recover_password {
	position: absolute;
	right: 0;
	height: 21px;
	width: 81px;
}

.initial {
	background-image: url(../img/webmail-form-labels.png);
	background-repeat: no-repeat;
}

.initial.username {
	background-position: left top;
}

.initial.password {
	background-position: left bottom;
}

#agents div, #toolbox div, #webmail div {
	width: 164px;
	height: 80px;
}

#webmail a {
	width: 51px;
}
#webmail:hover, #webmail:active, #webmail:focus, #webmail.over {
	background: url(../img/other-sites.png) left bottom no-repeat;
}
#toolbox a {
	width: 50px;
}
#toolbox:hover, #toolbox:active, #toolbox:focus, #toolbox.over {
	background: url(../img/other-sites.png) -51px bottom no-repeat;
}

#media a {
	width: 55px;
}
#media a:hover, #media a:active, #media a:focus {
	background: url(../img/other-sites.png) -101px bottom no-repeat;
}

#games a {
	width: 61px;
}
#games a:hover, #games a:active, #games a:focus {
	background: url(../img/other-sites.png) -156px bottom no-repeat;
}


#geekspeak a {
    width: 66px;
}
#geekspeak a:hover, #geekspeak a:active, #geekspeak a:focus {
    background: url(../img/other-sites.png) -217px bottom no-repeat;
}


#agents a {
	width: 70px;
}
#agents:hover, #agents:active, #agents:focus, #agents.over {
	background: url(../img/other-sites.png) -283px bottom no-repeat;
}
#agents div {
right: 30px;
}

@media only screen and (device-width: 768px) {
 #search_q {
	width: 270px !important; 
 }
}

