/****************************************************************************
This stylesheet sets the layout and structure for the DigitalCommons sites. 

.............. PLEASE DO NOT CHANGE THIS FILE .............................
****************************************************************************/

/* structure */

body {
  margin:0 auto;
  padding:0;
  min-width:850px;
  text-align:center;
  font-size:85%;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:85%; 
  color:#000;
  font-family: arial, helvetica, sans-serif;
} 

* html body {
  font-size:85%;
}

/* Default fonts + colors for site links */

a {
  font-family: Arial, Helvetica, sans-serif;  
  text-decoration: underline; 
}

a:link,
a:visited { 
  color:#000; 
}

a:hover,
a:active { 
  color:#333;
}

/*
hr {
  height: 20px;
  width: 100%;
  background:url(../assets/md5images/0fa1f633c9a08b56b4c91b177f72d98d.gif) left no-repeat;
  display: block;
  border: 0;
}
*/

img {
  border:none; 
}

.clr{
  clear:both;
  height:1px;
  clear:both;
  visibility:hidden;
  visibility:visible;
  width:100%;
}


.spacer {
  clear: both;
}

#container {
  margin: 0 auto;
  text-align: center;
  width:825px;
  background:url(../assets/md5images/2f9e9c04dfb62a51aa928bed3b9f9947.gif) top left repeat-y;
}

#intro {
border:0;}

#submit li {
text-decoration: none;
color: #000;}

/* header and summary */

#pageHeader  {
  width:100%;
  margin: 0; 
  margin-left: 10px;
  padding: 0;
  height:100px; 
  background:transparent; 
  font-size: 0px;
  line-height: 0;
  border: 0;
  text-align: left;
}

/*
*html #pageHeader {
  margin-left: 4px;
}
*/

.dc a:link, 
.dc a:visited {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-weight: 600;
position: absolute;
visibility: visible;
left: 590px;
top: 65px;
letter-spacing:1px;
color: #fff; }

.dc a:active, 
.dc a:hover { 
color:#999; 
}

#breadcrumb  {
  text-align: left;
  font-size: .7em;
  padding: 8px 0 5px 140px;
  width: 100%;
  height: 25px;
  font-family: arial, helvetica, sans-serif;
  text-transform:uppercase; 
  color: #000; 
  background:url(../assets/md5images/5a7095d768ff95afd9a2595b8889d620.gif) top left no-repeat;
  margin-left: 10px;
}

#breadcrumb a,
#breadcrumb a:visited {
  text-decoration: none;
  padding-left: 5px;
  color: #000;
}

#breadcrumb a:active,
#breadcrumb a:hover  {
  text-decoration: underline;
  color: #333;
}


/* main content
--------------------------------- */
#content {
  margin:0px 10px 20px 10px;
  padding:10px;
  width:500px;
  float: left;
  text-align: left;
}

* html #content { 
margin-top:5px; }

#maintext { 
margin-bottom:20px; }

#maintext p {
margin:.75em 0;
padding:5px 5px 5px 15px;
font-size: .9em;}

#maintext td { font-size:.9em; }

#maintext h1  { 
margin: 0px; 
padding: 2px 0px 5px 15px; 
letter-spacing: 0.05em; 
font-weight:400;
color:#241F20;
font-size:1.2em;
font-weight:bold;}

#maintext h2  { 
margin: 0px; 
padding: 8px 0px 8px 15px; 
font-weight: normal;
color: #241F20; 
font-size:1em; }

#maintext h3  { 
margin: 0px; 
padding: 8px 0px 0px 15px; 
font-weight: bold;
color: #241F20; 
font-family: Arial, Helvetica, sans-serif; 
font-size: .95em; }

#maintext ul,
#maintext ol {
margin-left: 10px;
padding-left: 2em;
font-size:.9em;
line-height:1.4em;}

#maintext ul {
list-style: square;}

#maintext ul ul {
list-style: circle;
margin-left: 5px;
padding-left: 2em;}

#maintext li {
font-weight: normal; 
text-decoration: none;
color: #000;}

#maintext { 
padding-bottom:20px; }

#maintext fieldset { 
margin-left:20px;
border:1px solid #999; 
background:#f9f9f9;
padding:10px;
}

#maintext fieldset legend,
#maintext fieldset label { 
color:#333;
padding:5px;
font-weight:bold; 
font-size:.9em;}

.textarea,
select { 
background:#fff;
border:1px solid #999;
color:#333;}

.button { 
background-color: #fff;
font-family: Arial, Verdana, sans-serif; 
font-size:10px; color:#000;
text-transform: uppercase;
border: 1px solid #999;
margin: 6px 0 0 0;
padding: 2px;
text-decoration:none;
}

.button:hover { 
background:#ccc;}


/* footer
--------------------------------- */
#footer {  
margin:20px 0 0 0px;
padding:0px 0 0px 180px;
text-align:left;
font-size: .75em;
color:#000;  
}

#footer a { 
color:#000; 
}

#footer_logo {
  margin-right: 25px;
  float: left;
}


/* Menu
--------------------------------- */

#navcontainer { 
  float: left;
  width: 150px; 
  text-align: left; 
  margin-left: 10px;
  padding: 0;
}

*html #navcontainer { 
  margin-left: 5px;
}

#navcontainer p { 
font-size:.8em;
padding:0 0 3px 5px;
margin-left:5px; }


#navcontainer ul {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;}

#navlist a {
  display: block;
  padding: 3px 3px 3px 9px;
  width: 140px;
  margin:2px 0;
}

*html #navlist a {
  width: 150px;
}
.divider { 
  border-bottom:1px solid #ccc;
  width:100%;
  height:1px;
  line-height: 1px;
  font-size:1px;
  clear:both;
  margin:1px 0;
}


/* Set fonts + colors for Left Sidebar */

#navlist a:link, 
#navlist a:visited {
  color: #000;
  text-decoration: none;
  font-size:.8em;
  font-weight:bold;
}

#navlist a:hover,
#navlist a:active {
  color: #333;
  background: #FFEBBA;
}

#navcontainer p a:link,
#navcontainer p a:visited { 
color:#000;
}

#navcontainer p a:hover,
#navcontainer p a:active { 
color:#000;  }


/* SIDEBAR Form Elements */

#navcontainer fieldset {
width: 130px;
padding: 5px;
margin:10px 5px; 
border: 1px solid #ddd; 
background: #FFF;
}


#navcontainer fieldset legend { 
font-size:.85em;
font-weight:bold;
color:#000; 
background:#fff; }


#navcontainer fieldset .textarea { 
width: 120px;
background: #fff;
font: 11px verdana, sans-serif;
font-weight:bold;
padding: 0;
height:20px;
color:#10345C; 
border:1px solid #000; }

#navcontainer p.advanced a:link,
#navcontainer p.advanced a:visited,
#navcontainer p.advanced a:active,
#navcontainer p.advanced a:hover { 
padding-left:10px;
margin-bottom:5px;
text-decoration:none;
font-weight:bold;
background:url(../assets/md5images/c5b549ee84c4aa2c5e33a4eca81f96d9.gif) top left no-repeat;}


* html #navcontainer p.advanced a:link,
* html #navcontainer p.advanced a:visited,
* html #navcontainer p.advanced a:active,
* html #navcontainer p.advanced a:hover { 
padding-left: 20px;}


/* navbar */

#navbar {  
margin:5px;
padding:3px;
text-align:center;}

#navbar a:link, 
#navbar a:visited {
padding:0 5px;
font-family: arial, helvetica, sans-serif;  
font-size:.9em;
font-weight:normal;}


/* Article info box */

.section { 
padding:3px;
margin:10px 0;
width:500px;
position:relative;
background:#E5E5E5;
border-top:1px solid #10345C;
border-bottom:1px solid #10345C;}

.section p { 
padding:3px 3px 3px 10px;
color:#333;
font:.75em arial, helvetica, sans-serif;}

#navbar {
width:500px;
padding:0;
font:.75em arial, helvetica, sans-serif;
height:30px;
margin:0;}

