/*layout Overwrite Rules*/
#container      {
        min-width: 620px;
}
#peoplePage #container {
	min-width: 850px;
}
#homelink       {
        min-width: 500px;
}

#container .column {
	padding-top: 0;
}
#content, #sidebar {
	background-color: #cc9;
}

/* Missing Reset styles
-------------------------- */
body {
	/*background: white none repeat scroll 0%;*/
	background-color: #fff; 
	background-image: url(../images/bgmenu.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	
}
/*a, div {
	border: 0pt none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0pt;
	outline-color: invert;
	outline-style: none;
	outline-width: 0pt;
	padding: 0pt;
	vertical-align:	baseline;
}*/
/* General Styles 
------------------ */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: arial,helvetica,verdana,sans-serif;
	background-color: #cc9;
	color: #000;
}
*{
	padding: 0;
	margin: 0;
}


h1,h2,h3,h4,h5 {
	font-weight:bold;
	color:#000;
	padding:0.5em 0 0.5em 0;
}
h1 {text-align: center;
	/*background-color: #c1a370;*/
	font-size:1.6em;  
	border-bottom: 1px dashed #330;
	margin: 0 0.5em 0 0;
}
h2 {
	clear: left; /*Keeps headings under floated images in content */
	font-size:1.3em; 
	margin: 0 0.5em 0 0;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
	margin: 0 0.5em 0 1.5em;
}
h5 {font-size:1.1em;}
h6 {font-size:1em;}
p, address {
	/*font-size: 1.2em;*/
	color: #330;
	margin: 0em 0.5em 1em 0.5em;
}
p, img, ul, ol {
	margin: 0.5em 1.5em 1em 1.5em;
}
img {
	float: left;
	padding: 0;
}
p img {
	float:left;
	margin-right: 1em;
}
abbr, acronym {
	border: none;
}
a {
	text-decoration: none;
	color: #006699;
}
a:hover {
	color: #000; /*#88a2af*/
	text-decoration: underline;
}


/*masthead area
----------------*/
#masthead {
	background: transparent url(../images/colloidGreen1.jpg) repeat;
	height: 167px; /*16.85em*/ /* mun logo height plus physics link  */
	border-bottom: 3px solid #000;	
}
a#homelink {
	position: absolute;
	top: 0;
	left: 187px;
	display: block;
	/*width: 14em;*/
	color: #fff;
	font-size: 3.5em;
	line-height: 1em;
	font-family: arial,helvetica,verdana,sans-serif; 
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 35px 0 0 80px;
	margin: 0 auto;
}
a#physicslink {
	float: left;
	text-align: center;
	background-color: #c2c2c2;
	color: #595959;
	display: block;
	font-size: 11px;/*1.2em*/
	line-height: 12px;
	font-family: verdana, arial, helvetica,sans-serif; 
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0 3px 0;
	margin: 0;
	height: 28px;
	width: 187px;
}
a#physicslink:hover {
	background-color: #828284;
	color: #fff;
}
a#munlink {
	float: left;
	clear: left;
	border: none;
	height: 133px;
	width: 187px;
}
a#munlink img {
	border: none;
	padding: 0;
	margin: 0;
}
/*content area
----------------*/
#content * {
	margin-left: 20px;
	text-align: left;
}
/*Need to remove 20px left-margin on all in-line elements*/
#content a, 
#content i, 
#content b,
#content sup{
	margin-left: 0;
}
#content{
	border-left: 1px solid #888;
}
#content ul {
	font-size: 1em;
	list-style-type: disc;
	list-style-position: outside;
}
#content .publications {
	margin: 1em 2em 0 2.5em;
	list-style-type: decimal;
}
.publications li {
	margin-bottom: 1em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #888;

}
/* menu area
--------------*/
#menu {
	font-size: 1em;
	font-family: verdana,helvetica,arial,sans-serif;
	background-color: #000;
	line-height: 1em;
}
#menu ul {
	width: 187px;
	margin: 0;
}
#menu ul ul{
	width: 187px;
	margin-left: 0;
}
#menu li {
	width: 185px;
	list-style: none;
	margin: 0 -2px -2px 0; /*the neg margins fix padding issuesin in IE6*/
	padding: 0;
	border-left: 2px solid green;
	border-top: 1px solid #999;
	background-color: #000;
}
#menu li.first {
	border-top: none;
}
#menu li.last {
	border-bottom: 1px solid #999; /* invisible in IE6 due to neg-margin trick */
}
#menu li li {
	width: 183px;
	margin: 0 -2px -2px 0; /*the neg margins fix padding issues in in IE6*/
	padding: 0;
	border-left: 2px solid #999;
	background-color: #000;
}
#menu li a {
	display: block;
	margin: 0;
	padding: 5px 0 5px 5px;
	border: 0;
	background: #000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	width: 180px;
	height: 2em;
}
#menu li li a {
	font-weight: normal;
	width: 180px;
	margin: 0;
	padding: 5px 0 5px 3px;
}
#menu ul li a:link { color:  #fff; }
#menu li a:visited { color:  #fff; }
#menu ul li a:hover {
	color: #999;
	background-color: #000; 
	background-image: url(../images/colloidGreenBullet4.jpg);
	background-repeat: no-repeat;
	background-position: 0.25em 0.25em;
	text-align: right;
	padding-right: 5px;
	padding-left: 0;
}
#menu li li a:hover {
	padding-right: 3px;
}
#menu ul li a:active {
	color:  #c1a370; }

/*sidebar area
----------------*/
#sidebar {
	width: 160px;
}
#sidebar img {
	margin-top: 1em;
	width: 120px;
	border: 1px solid;
}
#sidebar .callout {
	width: 150px;
	margin-top: 1em;
	background-color: #88a2af;
}
#sidebar .callout h3 {
	font: bold 1.2em/1.2em verdana,helvetica,arial,sans-serif;
	font-weight: bold;
	background-color: #069;
	text-align: center;
	color: #fff;
}
.callout ul {
	font-size: 1.0em;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	margin-bottom: 0;
	padding:  0 0 1em 0.5em;
}
.callout li {
	margin-bottom: 0.5em;
	text-align: left;
}

/* pageFooter area 
---------------*/
#pageFooter {
	font-size: 1.2em;
	border-top: 2px solid #888; 
	background-color: #98b370;
	padding-bottom: 1em;
	height: 1%;
}
#pageFooter {
	overflow: hidden;
}
#contact {
	width: 12em;
	float: right;
	text-align: right;
}
#contact p {
	margin: 0.5em 0.5em 0.5em 0;
	font-weight: bold;
}
#contact address {
	margin: 0.5em 0.5em 0.5em 0;
	font-size: 0.8em;
}

#pageFooter ul {
	font-size: 1em;
	list-style-type: none;
	margin: 0.5em 0 0.25em 0;
	padding: 0;
}
#pageFooter li  {
	float: left;	
}
#navBottom {
	text-transform: lowercase;
}
#navBottom li {
	border-left: 1px solid #330;
	line-height: 1.1em;
	margin: 0 .5em 0.5em -.5em;
	padding: 0 .5em 0 .5em;
}
#navBottom .first {
	border-left: none;
	margin-left: 0.5em;
	padding-left: 0;
} 
#navBottom a {
	color: #330;
	text-decoration: none;
}
#navBottom a:hover {
	text-decoration: underline;
}
#imagebar {
	clear: left;
	height: 1%;
}
#imagebar li {
	margin: 0 0.25em 0 0.5em;
	padding: 0;
	height: 100px;
}
#imagebar img {
	width: 80px;
	height: 80px;
	border: none;
	padding: 0;
	margin: 0;
}
/*global classes */
.clearLeft {
        clear:left;
}

