body {
  margin: 0px 0px 20px 0px; 
  background: #FFF;
}
h1, h2, h3, h4, p, li, td {
  margin: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}
h1, h2, h3 {
	margin: 0.5em 0; 
	padding: 0;
	color: #F56830;
	font-weight: normal;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
	border-bottom: 1px solid #888;
}
h3 {
	font-size: medium;
}
p {
	margin: 0.5em 0;
	padding: 0px;
	font-size: medium;
}
a, a:link {
	color: #3257A7;
}


div#container {
  position: relative;
  top: 0;
  left: 0;
  margin: 0; 
  padding: 0;
  width: 100%;
}

div#emc-banner {
  position: relative;
  width: 800px;
  height: 100px;
  margin: 0 auto;
  background: url(emc-banner-bg.png) no-repeat top center;
}
div#emc-banner div#site-tools {
	position:absolute;
	top:10px;
	right:10px;
	font-size:small;
	color:#777;
}
div#emc-banner div#site-tools a,
div#emc-banner div#site-tools a:link,
div#emc-banner div#site-tools a:active,
div#emc-banner div#site-tools a:visited {
	color:#777;
	text-decoration:none;
	padding:0 20px;
}
div#emc-banner div#site-tools a:hover {
	text-decoration: underline;
}
div#emc-banner div#site-tools form {
	display:inline;
	margin:0;
	padding:0
}
div#emc-banner div#site-tools form label {
	padding: 0 5px 0 20px;
}
div#emc-banner div#site-tools form input {
	padding: 0 0 0 5px;
	margin: 0;
	font-size:small;
	width:100px;
	border:1px solid #000;
}

/* EMC Content */
div#emc-body {
	position: relative;
	margin: 40px auto 0 auto;
	padding: 0;
	width: 800px;
	background: none;
}

div#emc-content {
	position: relative;
	margin-left: 220px;
}
body.search-results div#emc-content,
body.individual-entry div#emc-content,
body.monthly-archive div#emc-content {
	margin-left: 20px;
}

div.category-description, div.category-description p {
font-family: verdana, arial, sans-serif;
font-size: small;
color: #444;
font-weight: bold;
}
div.entry {
position: relative;
margin: 1em 0;
}
div.entry img {
position: relative;
margin: 0 1em 0 0;
}
div.entry, div.entry p, div.entry li {
font-family: verdana, arial, sans-serif;
font-size: small;
color: #444;
}

/* EMC Sidebar */
div.sidebar {
  float: right;
  clear: right;
  width: 321px;
  margin: 0;
  padding: 0;
}
div.sidebar h3 {
  margin: 0;
  padding: 10px;
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: medium;
  font-weight: normal;
  text-transform: uppercase;
  color: #F56830;
}
div.sidebar ul{
  margin: 0 0 20px 0;
  padding: 0 10px 10px 10px;
  list-style-type: none;
}
div.sidebar ul li {
  font-family: georgia, serif;
  font-size: small;
  font-weight: normal;
  line-height: 2em;
}


/* EMC Promo */
div#emc-promo {
  position: relative;
  padding: 0;
  width: 800px;
  height: 149px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #000;
  background: url(emc-blue-banner-653x151.jpg) #3257A7 no-repeat bottom left;
}
div#emc-promo h2 {
  text-indent: -9999px;
  border: none;
}
div#emc-promo h2 a {
  border: none;
}
div#emc-promo div.photo-credit {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 2px;
  left: 220px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: x-small;
  color: #88C;
}
div#emc-promo div.photo-credit a {
  color: #CCD;
}

div#emc-home {
  width: 800px;
  margin: 0 auto;
}

/* Brian's Blog */
div#emc-blog {
  float: left;
  clear: both;
  width: 400px;
  font-family: georgia, serif;
  font-size: small;
}
div#emc-blog h2 {
  color: #000;
  font-weight: normal;
  font-size: large;
}
div#emc-blog ul {
  list-style: none;
}
div#emc-blog h3.date {
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: small;
  font-weight: normal;
  color: #888;
}
div#emc-blog h4 {
  font-family: georgia, serif;
  font-size: large;
}
div#emc-blog div.blogbody p {
  font-size: small;
}
div.posted {
  margin-top: 1em;
  border-top: 1px solid #CCC;
}
div#emc-blog ul li {
  margin-bottom: 4em;
}

body.individual-entry div#emc-body div#emc-content {
	float: left;
	width: 400px;
}

/* EMC News */
div#emc-news {
  background: #E9E6DC;
}
div#emc-news h3 {
  margin: 0;
  padding: 16px 10px 10px 10px;
  height: 20px;
  background: url(emc-header-bg-45x46.png) repeat-x bottom;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
}
div#emc-news ul {
  list-style-type: none;
}
div#emc-news ul li {
  margin: 1em 0 0 0;
  padding: 0;
  line-height: 1.5em;
  font-family: georgia, serif;
}
div#emc-news ul li a,
div#emc-news ul li a:link,
div#emc-news ul li a:active,
div#emc-news ul li a:visited {
  color: #76736C;
  text-decoration: none;
}
div#emc-news ul li a:hover {
  text-decoration: underline;
}
div#emc-news ul li span.arrow {
  color: #F56830;
  font-size: large;
  font-weight: bold;
}

/* Navigation */ 

div#emc-tabs {
  position: relative;
  width: 100%;
  height: 39px;
  background: url(emc-tab-bg.png) repeat-x top;
  margin-top: 0;
  margin-bottom: 32px;
}

div#emc-tabs ul {
	position: relative;
	width: 800px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	line-height: 1.5em;
}

div#emc-tabs ul li {
	float:left;
	width: 131px;
	height: 39px;
	text-align: center;
	margin:0;
	border-right:1px solid #FFF;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: medium;
}

div#emc-tabs ul li:first-child {
	border-left:1px solid #FFF;
}

div#emc-tabs ul a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	background:url(emc-tab-bg.png) repeat-x top;
	margin:0;
	padding: 0.5em 1em;
}

div#emc-tabs ul a:hover,
div#emc-tabs ul a:active,
div#emc-tabs ul a.here:link,
div#emc-tabs ul a.here:visited {
	background:url(emc-tab-bg-active.png) repeat-x top;
}

div#emc-tabs ul a.here:link,
div#emc-tabs ul a.here:visited {
	position:relative;
	z-index:102;
	background: #FFF;
	color: #000;
}

div#emc-tabs ul li ul {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 40px;
	margin: 0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

div#emc-tabs ul li ul li {
	display: block;
	height: 1.6em;
	margin-top: 1px;
	width: auto;
	border-left: 1px solid #CCC;
	font-size: small;
}

div#emc-tabs ul li ul li:first-child {
	border-left: none;
}

div#emc-tabs ul li ul li a,
div#emc-tabs ul li ul li a:link,
div#emc-tabs ul li ul li a:active,
div#emc-tabs ul li ul li a:visited {
	color: #000;
	background: #FFF;
	display: inline;
	padding: 0 1em;

}

div#emc-tabs ul li ul a:hover {
	background: none;
	text-decoration: underline;
}

div#emc-category-nav {
	position: relative;
	top: 30px;
	width: 201px;
	float: left;
}
div#emc-category-nav h3 {
	width: 191px;
	margin: 0;
	padding: 5px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #F56830;
	background: none;
	border-bottom: 1px solid #CCC;
}
div#emc-category-nav ul {
	width: 201px;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: small;
	background:  none;
	list-style-type: none;
	border-bottom: 1px solid #CCC;
}
div#emc-category-nav ul li {
	line-height: 1.5em;
	border-top: 1px dotted #CCC;
	padding: 5px;
}
div#emc-category-nav ul li:first-child {
	border-top: none;
}
div#emc-category-nav ul li a,
div#emc-category-nav ul li a:link,
div#emc-category-nav ul li a:active,
div#emc-category-nav ul li a:visited {
	text-decoration: none;
}
div#emc-category-nav ul li a:hover {
	text-decoration: underline;
}



div#site-footer {
clear: both;
margin-top: 5em;
padding: 0.5em;
border-top: 1px solid #F56830;
font-family: verdana, arial, sans-serif;
font-size: small;
color: #888;
}
