
.left {
    float: left;
}
.right {
    float: right;
}
.clr {
    clear: both;
}

#top_nav {
background-image: url("../images/topnav_bg.png");
    background-repeat: no-repeat;
    background-size: 170px 38px;
    color: white;
    float: right;
    font-size: 12px;
    height: 40px;
    margin-right: 8px;
    margin-top: 5px;
    padding-top: 5px;
    text-align: right;
    width: 172px;
}


#top_nav a {
    color: white;
	
}
#tool-bar a {
    text-decoration: none;
}
#tool-bar .right {
width: 100%;
}
#tool-bar {
    font-size: 14px;
    padding: 0 10px;
}
#tool-bar img {
    margin-bottom: -5px;
}
#search {
    margin-top: 20px;
    width: 205px !important;
}
#tools {
	float: right;
    margin-right: 12px;
    margin-top: 14px;
}

#tools a{
	color: #2294D1;
	margin-right:5px;
}

#cse{
	left: 640px;
    position: relative;
    top: -180px;
    width: 160px;
	margin-bottom: -35px;
}

#cse .gsc-input{
	padding-right: 0;
	border-color: #6CA9BE;
    border-radius: 4px 0 0 4px;
    border-right: 0 none;
    border-width: 1px 0 1px 1px;
	height: 24px;
	 background: none repeat scroll 0 0 transparent !important;

}

#cse input.gsc-search-button {
	background-color: #6CA9BE;
    background-image: url("../images/search.png");
    background-position: -2px -2px;
    background-repeat: no-repeat;
    background-size: 30px auto;
    border: medium none navy;
    border-radius: 0 4px 4px 0;
    color: #6CA9BE;
    height: 28px;
    margin: 0;
    width: 26px;
}

#cse .gsc-clear-button{

	display:none;
}

#cse table.gsc-branding, table.gcsc-branding {
    display:none;
}

#cse .gsc-wrapper, #cse .gsc-result-info{
	 position: relative;
    right: 645px;
    top: 160px;
    width: 600px;
}

