/* CSS Document | PDC | 110219 lah */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #425c73;
	background-image:url(http://operations-webapps.missouri.edu/pdc/images/web_background.jpg);
	background-position: top;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

.containerareaunder {
	margin-bottom: 0px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	height: 60px;
	background-color: #FFF;
	background-image: url(http://operations-webapps.missouri.edu/pdc/images/headerbar.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.button {
	float:left;
}

.contentbutton {
	width: 722px;
	height: 108px;
	margin: 3px auto 24px auto;
}

.newsboxsapcebelow {
	margin: 0px 0px 18px 0px;
}

#contentfooter {
	padding: 10px 6px 12px 9px;
	width: 788px;
	background: #CCC49F;
	margin: 0px auto 30px auto;
	vertical-align: top;
	z-index: 0;
}

.footercontactinfo {
	float: left;
	padding: 10px 10px 10px 24px;
	width: 250px;
}

.footermenu {
	float: left;
	padding: 10px 10px 10px 10px;
	width: 490px;
}

.footermenu h3 {
	margin-bottom: 6px;
}

.footermenu p {
	margin-bottom: 8px;
}

.footermenu1 {
	float: left;
	padding: 10px 0px 10px 0px;
	width: 174px;
}

.footermenu2 {
	float: left;
	padding: 10px 0px 10px 0px;
	width: 306px;
}

.footerbump {
	clear: both;
}

.footerrequired {
	clear: both;
	padding: 0px 10px 0px 0px;
	width: 100%;
}

blockquote {
    padding:6px 0px 18px 18px;
	color: #444444;
}

h2.pdc { 
	text-align: center;
	color: #333333;
}
h2.pdchead {
	text-align: center;
	color: #333333;
}
.pdc a:link, .pdc a:visited {
	text-decoration: none;
}

table.project {
	border-collapse: collapse;
	font: 10px verdana, sans-serif;
	margin: 0px 0px 15px 15px;
}

table.project td a:link,
table.project td a:visited {
	color: #000000;
	text-decoration: underline;
}

tr.project {
	background: #FFFFCC;
}

td.project {
	padding: 9px 5px 9px 5px;
	border: 1px #BCBCBC solid;
}

td.project-with-0border {
	border: 0px;
}

td.cmrpnproject {
	width: 600px;
}

.style1 {
	color: #333333;
}
ul.none {list-style-type: none;
}

.text-red {
	color: #FF0000;
}

.cmv {
	margin-left:70px;
	margin-top: 18px;
}

#depthomelinks1 ul {
	list-style: none;
	padding: 0px 15px 15px 15px;
}

#depthomelinks1 h5, 
.adtableh5 
	{
	font-size: medium;
	margin: 0px 0px 3px 0px;
	color: #000;
}

.depthomelinks2 h5 
	{
	font-size: medium;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	color: #000;
}

/* Copied from sustainablility.css */

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 6px;
	margin: 10px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color: #333333;
	
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	/* color: #42413C; */
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	/* color: #6E6C64; */
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


.container {
	width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}

.indent55{
	margin-left:55px;
}

/* These next two items create transparent boxes on top of the headerbar image which allows the MU logo and the Sustainability logo to become links to their respective pages */
#mubox {
	position:absolute;
	left:20px;
	top:13px;
	width:35px;
	height:40px;
	background-color:transparent;
}

#unitbox {
	position:absolute;
	left:69px;
	top:14px;
	width:270px;
	height:42px;
	background-color:transparent;
}

.newsbox {
	height: auto;
	background-color:#FFF;
	/*border-radius: 20px; The following is for css level 3, web server seems to be on level 2 still...
	box-shadow: 5px 5px 5px #333;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333; */
	background-color: #FFF;
	overflow: auto;		
	padding: 5px;
}
#intro {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	/*border-radius: 20px; see above */
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-width: 1px;
	padding: 10px;
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

#content {
	padding: 10px 0;
	width: 775px;
	/*background:-webkit-gradient(linear, left top, left bottom, from(#FFEAAA), to(#FFF)); Not compatible with CSS2.1*/
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	z-index: 0;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #CCC49F;
	font-size: 10px;
	font-weight: bold;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.shadowcontainer{
	/*box-shadow: 5px 5px 5px #333;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;*/
}
.imagewithcaption{
	background-color:#f1b830;
	margin-left: 10px;
	margin-right: 10px;
	padding:5px;
	width:207px;
	float:right;
	font-size:smaller;
	text-align:center;
	/*box-shadow: 5px 5px 5px #333;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;*/
	margin-right: 10px;
	margin-bottom: 5px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* added below for use with adsite */

table.alerts
{ text-align: left;
font-size: .75em;
font-weight: normal;
color: #404040;
width: 650px;
background-color: #fafafa;
border: 1px #d79900 solid;
border-collapse: collapse;
border-spacing: 0px;
margin: 0px 0px 6px 15px;}


table.alerts th
{ border-bottom: 1px solid #d79900;
background-color: #fff2ba;
text-align: left;
font-weight: bold;
color: #404040;
padding: 2px;}


table.alerts td {
	margin: 0px;
	padding: 2px 0px 6px 0px;
}

table.alerts td.leftcell {
	padding-left: 15px;
	width: 305px;
}

table.alerts td.rightcell {
	padding-left: 2px;
	width: 323px;
	vertical-align: text-top;
}

/* added above for use with adsite */
