@import url(basic.css); /*generic styles*/

/* this file contains unique styles for the Samford website subpages */

/* logo*/
#header {
	float: left; 
	width: 220px; 
	height: 55px; 
	padding-top: 3px; 
	padding-left: 10px;
}
a#su:link, a#su:visited, a#su:hover {display: block; height: 50px;}

/* top navigation */
#searchbar {
	float: right; 
	width: 720px; 
	height: 58px;
    padding-right: 10px;
}
#constituents {
    clear: both;
	width: 960px; 
	height: 50px;
}

#searchbar li {line-height: 55px;}
#constituents li {line-height: 50px;}

/*content */
#content li {margin-left: 20px;}
