/*
@description Alumni formatting

@author	Bryan Gullan
@created 2007-09
*/

#header-wrapper {
	padding-top:0;
}

#header ul.logos li {
	margin: 45px 15px 0 0;
	padding: 4px 15px 0 0px;
	background:url("/display_images/header_block_divider.gif") right top repeat-y;
	height:65px;
}

#header div.find-it {
	margin-top:40px;
	float:left;
	width:250px !important;
	padding:1px 7px;
}
	#header div.find-it:hover {
		padding:0px 6px 0px 6px;
	}
	#header div.find-it #searchform {
		width:250px;
	}
		#header div.find-it #searchform #searchinput{
			width:175px;
		}
div.university-logo {
	float:right;
	margin-top:2em;
}

#footer {
	min-height: 110px;
	background:url('http://www.ytumed.org.tr/imajlar/footer_logo.gif') left 20px no-repeat;
	padding:10px 0 10px 320px !important;
}
	#footer ul {
		margin: 7px 0 10px 0px;
		width:auto;
	}
		#footer ul.extras {
			clear:both;
			width:100%;
			margin: 0 0 10px 0px;
		}
	#footer dl {
		clear:both;
		float:left;
		margin-left:0px;
		width:100%;
	}

#wrapper #primary-content ul.sitemap li, body ul.sitemap li {
	width: 32%;
}
#wrapper #primary-content ul.sitemap li ul li {
	width:auto;
}