* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
	font-weight:bold;
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: none; 
   color: #8b5; 
   outline: none;
}

a:visited {
	font-weight:bold;
   text-decoration: none;
   background-color: inherit;
  color: #8b5;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
	font-weight:bold;
   text-decoration: none;
   color: #f90;
}

/*****************
basic layout 
*****************/
body {
   background-color: #efefef;
   color: #333;
   margin:1em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 10px solid #fff;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: #fff;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 80px; /* adjust according your image size */
   background: #fff;
padding-bottom:20px;          
}

div#header h1 a {
/* you can set your own image here */
   background: #fff url(/_images/marketumbrella_logo.gif) no-repeat 0 0; 
   display: block; 
   height: 80px;
width: 270px;
   text-indent: -999em;
   text-decoration:none;
}

div#search {
	display:  block;
	background: url(/_images/search_background.gif) no-repeat 0 0;
width: 180px;
   float: right;
   text-align: left;
   padding: 0;
   margin: 0;
   margin-top: -4px;
}
div#search img {
	padding: 0;
	padding-left: 10px;
	margin: 0;
	margin-top: -2px;
}
input#cntnt01searchinput{
background: none;	
color:#777;
font-size:90%; 
border:none;
height:  25px;
width:  120px;
margin: 5px;
margin-top:0;
margin-bottom:0;
padding-bottom: 0;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 


div#titlebar {
	padding: 15px 10px 15px 30px; 
	background-color: #474;
	border-left: 1px solid #fff; 
border-right: 1px solid #fff;
}
div#titlebar h2 {
color: #fff;
line-height: .9em;
margin:  0;
padding:  0;
}

 div#content {
background-color: #8b5;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

#home-gallery {
	display: block;
	width: 695px;
	height: 350px;
	position: relative;
}
#home-gallery div {
	position: absolute;
	top: 0;
	left: 0;
}

div#main {
   margin-right: 201px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-left: 0px; /* and some air on the right */
   padding: 30px;
border: 1px dashed #999;
background-color: #fff;
color:  #555;
font-size:90%;
line-height: 130%;
}
div#morsel {
	display: block;
	width: 550px;
	border: 1px solid #c00;
}
div#main p, div#main h1, div#main h2, div#main h3, div#main h4, div#main h5, div#main h6 {
	margin-left:  150px;
	padding-bottom:  5px;
}
div#main p.fullwidth {
	margin-left: 0;
}

.logo {
	float: left;
	margin-left: -150px;
}
div#photopage img {
	margin: 0;
}
div#sidebar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 170px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
background-color: #8b5;
color:  #fff;
padding: 15px;
font-size: 90%;
font-weight: bold;
line-height: 150%;
}
div#sidebar p, div#sidebar h1, div#sidebar h2, div#sidebar h3, div#sidebar h4, div#sidebar h5, div#sidebar h6{
	text-align: center;
	color:  #fff;
}
div#sidebar h1, div#sidebar h2, div#sidebar h3, div#sidebar h4, div#sidebar h5, div#sidebar h6{
	padding-bottom:  20px;
}

div#footer {
   clear:both;
   color: #693;
   background-color: #fff;
}

div#footer p {
   font-size: 0.8em;
   padding: 1em;
   text-align: center;
   margin:0;
}

div#footer p a {
   color: #f90;
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div#relinks {
	clear: both;
	font-size:100%;
line-height: 120%;
	border-top: 1px dashed #999;
	padding-top: 1em;
}
div#relinks p {
	margin: 0;
}
div.left49 {
  width: 49%;
  height:  2.5em; /* 50% for both left and right might lead to rounding error on some browser */
}
div.left49 a:link,
div.left49 a:visited,
div.left49 a:active {
	background: url(/_images/go_ol.gif) no-repeat 0 50%;
	padding-left:  30px;
height: 20px;
	display: block;
color:#8b5;
text-decoration: none;
}
div.left49 a:hover {
	background: url(/_images/go_gl.gif) no-repeat 0 50%;
	padding-left:  30px;
height: 20px;
	display: block;
color:#f90;
text-decoration: none;
}
div.right49 {
  float: right;
  width: 49%;
  height:  2.5em;
  text-align: right;
}

div.right49 a:link,
div.right49 a:visited,
div.right49 a:active {
	background: url(/_images/go_or.gif) no-repeat 100% 50%;
	padding-right:  30px;
height: 20px;
	display: block;
color:#8b5;
text-decoration: none;
}
div.right49 a:hover {
	background: url(/_images/go_gr.gif) no-repeat 100% 50%;
	padding-right:  30px;
height: 20px;
	display: block;
color:#f90;
text-decoration: none;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
h1 {
   color: #474;
   font-size: 2em;
   line-height: 1.2em;
   margin: 0;
}
h2 {
   color: #f90; 
   font-size: 1.7em;
   line-height: 1.2em; 
   text-align: left;
}
h3 {
   color: #474; 
   font-size: 1.5em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h4 {
   color: #f90; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
	color: #8b5;
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
	color: #8b5;
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
   margin-left:  150px;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

#contact_header {
height: 80px;
text-align: right;
float:right;
margin-top: -80px;
font-size:90%;
line-height: 120%;
font-weight: bold;
}
#contact_header p {
color: #999;
margin:0;
padding:0;
padding-bottom: 10px;
}
#contact_header a {
color: #8b5;
text-decoration: none;
}
#contact_header a:hover {
color: #f90;
text-decoration: none;
}
.featured {
	width:  140px;
	height: 140px;
	background: url(/_images/featured.gif) no-repeat 0 0;
	padding-bottom: 5px;
	margin-left: 15px;
	text-align: center;
}
.featured img {
	border: none;
	padding: 10px;
}

/* special link styles */
.link {
	display: block;
	padding-top: 4px;
	padding-left: 30px;
	height: 25px;
	background: url(/_images/link.gif) top left no-repeat;
}
.download {
	display: block;
	padding-top: 4px;
	padding-left: 30px;
	height: 25px;
	background: url(/_images/download.gif) top left no-repeat;
}
div#main img {
border: 10px solid #fff;
border-top: 2px solid #fff;
}
div#main div#articles img {
	border: none important!;
}

div#news {
  margin: 0;
}

.NewsSummary {
    padding: 0;
padding-top: 10px;
    margin: 0;
    border-bottom: 1px dashed #777; 
margin-bottom: 15px;
}

.NewsSummaryPostdate {
font-weight: bold;
float: left;
 }

.NewsSummaryLink {
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
 }
.NewsSummarySummary img {
	float: left;
	margin-left: -150px;
}
.NewsSummaryMorelink {
clear:left;
text-align: right;
padding-bottom: 10px;
}

#NewsPostDetailDate {
  float:left;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   }
#NewsPostDetailSummary img {
	float: left;
	margin-left: -150px;
}
#NewsPostDetailContent {
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
*/
#NewsPostDetailPrintLink a {
	float: right;
background: url(/_images/news_print.gif) no-repeat 0 50%;
height:  40px;
	width:  20%;
display:block;
padding-left: 45px;
padding-top: 25px;
margin-bottom: 50px;
color:#363;
}
#NewsPostDetailPrintLink a:hover {
background: url(/_images/news_print_over.gif) no-repeat 0 50%;
color:#f90;
}
#NewsPostDetailReturnLink a {
float: left;
margin-left: 150px;
background: url(/_images/news_return.gif) no-repeat 0 50%;
height:  40px;
	width:  20%;
display:block;
padding-left: 45px;
padding-top: 25px;
color:#363;
}
#NewsPostDetailReturnLink a:hover {
background: url(/_images/news_return_over.gif) no-repeat 0 50%;
color:#f90;
}

/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(/images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(/images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(/images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
.tweetwrap {
	padding: 20px 30px 55px 20px;
	background: url(/_images/tweet-mid.png) repeat-y 0 0;
	position: relative;
	margin-bottom: 30px;
}
.tweet-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(/_images/tweet-top.png) no-repeat 0 0;
}
.tweet-bot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	background: url(/_images/tweet-bot.png) no-repeat 0 0;
	text-indent: -5000em;
}
.tweet .tweet_list, .query .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    color: #fff;
    font-weight: bold;
}
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
	text-transform: uppercase;
}
.tweet .tweet_list li, .query .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: .5em;
}
.tweet .tweet_list li a, .query .tweet_list li a {
	color: #bf2;
}
.tweet .tweet_list li a:hover, .query .tweet_list li a:hover {
	color: #f90;
}
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
}
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
	padding-right: 1em;
	float: left;
}
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
	vertical-align: middle;
}
div#main .tweet .tweet_list .tweet_avatar img, div#main .query .tweet_list .tweet_avatar img {
	border: none;
	
}
div#main ul.tweet_list {
	margin: 0;
}
div#main ul li {
	margin: 0;
}
