/*
      Created by Keith Donegan of Code-Sucks.com

	  E-Mail: Keithdonegan@gmail.com

	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com

*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#68745D url(images/body_bg.gif) top left;
}
#wrapper {
 margin: 10px auto;
 width: 970px;
 border: 1px solid #000000;
 background: #ffffff url(images/sidebar-background.jpg) top left repeat-y;
}
#header {
 color: #333;
 width: 950px;
 float: left;
 padding: 10px;
 height: 87px;
 margin: 0px 0px 0px 0px;
 background: #A9AD7E url(images/MIM-Portal-masthead.jpg) top left no-repeat;
 border-top: 15px solid #000000;
}
#sidebar {
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 309px;
 float: left;
}
#sidebar #lions-roar-speakers {
 width:90%;
 color:#fff;
}
#sidebar #lions-roar-speakers p {
 margin:15px;
 font-size:10pt;
 font-style:italic;
}
#content {
 float: left;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 621px;
 display: inline;
 background: #ffffff url(images/MIM-Portal-background.jpg) -225px -100px no-repeat;
}
#content .breadcrumb {
  margin-top:-10px;
  margin-left:-30px;
  margin-bottom:15px;
  padding:3px 10px;
  background-color:#ececec;
  color:#000;
  width:641px;
  font-variant:small-caps;
  border-bottom:1px solid #ccc;
}
#content .breadcrumb a {
  text-decoration:none;
  color:#000;
}
#content .breadcrumb a:hover {
  text-decoration:underline;
  color:#000;
}
#content h2 {
  font-size:16pt;
  line-height:20pt;
  font-family:'Arial Narrow',Arial,Helvetica,sans-serif;
  text-transform:uppercase;
  margin:5px 0;
  font-weight:bold;
}
#content p {
  font-size:12pt;
  font-family:Helvetica,Arial,sans-serif;
  line-height:16pt;
  margin:10px 0;
}
#footer {
 width: 950px;
 height:100px;
 clear: both;
 color: #333;
 background: #000000 url(images/EdCole-footer-bg.jpg) top right no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
.buffer {
 clear:both;
}
.flexipages_widget li {
  margin: 10px 0;
  padding: 10px 0;
  font-size:15pt;
  font-family:Arial,Helvetica,sans-serif;
}
.flexipages_widget li a {
  color:#fff;
  text-decoration:none;
}
.flexipages_widget ul ul { 
  margin-left:20px;
}
.flexipages_widget ul ul li {
   font-size:13pt;
   margin-top:10px;
   padding:0px;
}
.flexipages_widget ul ul ul li {
  margin-top:10px;
  padding:0px;
}
