/* layout.css */

/* BEGIN /modules/system/system-menus.css OVERRIDES */

li.expanded {
  list-style-type:none;
  list-style-image:none;
}

li.collapsed {
  list-style-type:none;
  list-style-image:none;
}

li.leaf {
  list-style-type:none;
  list-style-image:none;
}

/* END /modules/system/system-menus.css OVERRIDES */

body {
	margin:0px;
	padding:0px;
}

div {
	margin:0px;
	padding:0px;
	/*border:solid 1px ;*/
	
}

#iuid {
	height:58px;
	width:100%;
	margin-bottom: 15px;
}

#page {
}

#main {
	width:960px;
}


#sosid {
	width:100%;
	height:80px;
}
#sosid .center {
	width:960px;
	margin:0 auto;
}

#themelogo {
	width:350px;
	margin:0px 0px 0px 0px;
	padding-top:18px;
	float:left;
	/*border:solid 1px #7d110c;*/
}

#slogan {
	width:300px;
	float:left;
	margin-top:35px;
}

#parentlogo,
#header-right {
	width:500px;	
	float:right;
	margin:0px;
}

#parentlogo {
	padding-top:45px;
}

#header-right {
	padding-top:10px;
}

#navigationunderlay {
	width:960px;
	height:40px;
	margin:0px auto;
	/*border:solid 1px yellow;*/
}

#topnavigation {
	height:40px;
	width:960px;
	margin-top:-40px;
	margin-bottom:0px;
	clear:both;
	/*border:solid 1px red;*/
}

.center {
	margin:0px auto;
}

.clear {
	clear:both;
}

#stage {
	width:100%;
	float:left;
}

#left {
	width:163px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#middle,
#right {
	float:left;
	padding-bottom:20px;
}

#homeleft {
  width: 679px;
  float: left;
  margin: 0 10px;
}

#homeright {
  float: right;
}

#middle {
	margin:10px 30px 10px 10px;
}

#middle.one {
  width: 940px;
  margin: 10px;
}

.front #middle.one {
}

#middle.two {
	width:757px;
}

#middle.just-right {
	width:700px;
}

#middle.three {
	width:537px;
}

#right {
	width:200px;
	padding-top:50px;
	margin-right:20px;
}

/* Different wide for Science site to accomodate legacy images... 
.domain-0.page-node #middle.three {
	width:450px;
	margin: 10px;
} 

.domain-0.page-node #right {
  width:307px;
  margin: 0 10px;
}

// ...Except for directory pages, event pages.
body.domain-0.node-type-directory-entry #right,
body.domain-0.node-type-event #right {
  width: 200px;
}

body.domain-0.node-type-directory-entry #middle.three,
body.domain-0.node-type-event #middle.three {
	width:537px;
} */


#footer {
	clear:both;
}



#departments {
	margin:0px 0px 0px 0px;

}

#footer #physics .helpme, #footer #physics .contactinfo{
	width:46%;
	float:left;
}
#footer #physics .contactinfo{
	padding:10px;
}
#footer #physics .helpme {
	margin:0px;
	padding:30px 0px 0px 0px;
}
#footer #physics #socialmedia {
	height:100px;
	margin:0px 0px 0px 10px;
	padding:0px;
	float:left;
	font-size:0.8em;
}

#copyright {
	width:960px;
}
#copyright p.tagline, #copyright p.internal, #copyright p.copyright {
  float: left;
  margin-right: 1em;
}
#copyright .line-break, #copyright .line-break a, #copyright .line-break span {
  vertical-align: top;
}
.sitemap {
	float:right;
}

/* Different page width for webform results tables */
.page-node-4138-webform-results-table #main {
  width: 100%
}