#header #headerSearchInfo {
float:left;
width: 260px;
display:block;
height:99px;
color:#666;
}

#header #searchform {
margin-bottom:10px;
}

#header #headerSearchInfo p {
margin-bottom:10px;
}

#branding {
    float: right;
    text-align:right;
    width:700px;
    height:99px;
}

#access {
float:left;
}


#branding img {
text-align:right;
width:232px;
display:block;
}


#access {
    width: 100%;
    z-index: 1000;
	height:30px;
}


#access a {
    margin: 0 15px 0 0;
    font-size:15px;
}

#headerSearchInfo a {
color:#666;
}

#headerSearchInfo a:hover {
color:#CB2E48;
}


#ie9 #access a, #ie8 #access a {
font-size:15px;
}


#access #menu-item-26 a {
margin-right:0;
}

#access ul li:hover > ul {
	display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#access a {
	 margin: 0 22px 0 0;
	font-size: 12px;
}
}

@media only screen and (max-device-width: 480px) {

#header #headerSearchInfo {
display:none;
}

#branding {
width:100%;
}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 

#header #headerSearchInfo {
display:none;
}

#branding {
width:100%;
}

}




