/**
 * Use this file to add additional/override styles
 *
 * ==================================================
 * DO NOT put styling into the network assets unless
 * you are absolutely sure you wish to modify all
 * sites for the network!
 * ==================================================
 */

#branding h1 a {
	background: url(/uploads/images/lupus-logo.jpg) no-repeat 44px 20px !important;
}

.column  .big-blue-man {
	background:transparent url(/assets/graphics/small-blue-man.gif) no-repeat scroll 241px 72px;
	padding:20px 84px 0 41px;
}


.column .big-blue-man .dl-brochure {
	background:transparent url(/assets/graphics/dl-broch-arrow.gif) no-repeat scroll -5px 10px;
	padding:16px 0 0 36px;
}

.column .dl-brochure a, .column .dl-brochure a:active, .column .dl-brochure a:visited {
	color: #242075;
	text-decoration: underline;
}

.column .dl-brochure a:hover {
	text-decoration: none;
}


#header #navigation ul.top li {
	padding: 0 9px 0 9px;
}

.search-box {
	width:210px;
	padding-bottom: 20px;
}

.search-box label{
	color: #56A2D5;
    display: block;
    font-size: 14px;
    text-decoration: none;
}

.search-box input#keywords{	
	color: #666666;
    float: left;
    height: 18px;
    margin: 0;
    padding: 0 0 0;	
}

.search-box input.submit{	
	text-decoration:none;
	background:url("img/button_submit.jpg");
	background-repeat:no-repeat;
	width:58px;
	height:21px;
	border:none;
	margin-left:2px;
	cursor:pointer;
	float:left;
}
