/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	FONT: 75%/1.3em Arial, Helvetica, sans-serif;
	BACKGROUND: #5d5f67 url(../images/body-bg.jpg) repeat-x left top;
	COLOR: #5d5f67;
	PADDING-TOP: 0px;
}


/* Commonly used to style page titles. */
H1 {
	PADDING-BOTTOM: 15px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: 700; PADDING-TOP: 0px
}
H2 {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: 700; PADDING-TOP: 10px
}
H3 {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: 700; PADDING-TOP: 0px
}
H4 {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: 700; PADDING-TOP: 5px
}
H5 {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: 700; PADDING-TOP: 0px
}
H6 {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: 700; PADDING-TOP: 0px
}
H1 {
	MARGIN: 0.5em 0px;
	FONT-SIZE: 1.75em;
	color: #FF6600;
	line-height: 1em;
}
H2 {
	MARGIN: 0.75em 0px 0.5em;
	FONT-SIZE: 1.25em
}
H3 {
	MARGIN: 0.5em 0px; FONT-SIZE: 1.13em
}
H4 {
	MARGIN: 0px 0px;
	FONT-SIZE: .99em;
}
A:link {
	COLOR: #1a4779;
	TEXT-DECORATION: none;
}

A:focus {
	OUTLINE-STYLE: dotted; OUTLINE-COLOR: invert; OUTLINE-WIDTH: 1px
}
A:hover {
	OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium; COLOR: #ea732f; TEXT-DECORATION: none
}
A:active {
	OUTLINE-STYLE: none;
	OUTLINE-COLOR: invert;
	OUTLINE-WIDTH: medium;
	COLOR: #1a4779;
	TEXT-DECORATION: none;
}

A:visited {
	OUTLINE-STYLE: none;
	OUTLINE-COLOR: invert;
	OUTLINE-WIDTH: medium;
	COLOR: #1a4779;
	TEXT-DECORATION: none;
}



LI A.active {
	OUTLINE-STYLE: none;
	OUTLINE-COLOR: invert;
	OUTLINE-WIDTH: medium;
	COLOR: #1a4779;
	TEXT-DECORATION: none;
}
.node-blog H2 A:link {
	COLOR: #1a4779
}
P {
	LINE-HEIGHT: 1.3em; MARGIN: 0px 0px 1.5em; FONT-SIZE: 1em
}
BLOCKQUOTE {
	PADDING-BOTTOM: 0px; MARGIN: 1.25em; PADDING-LEFT: 1.25em; PADDING-RIGHT: 1.25em; PADDING-TOP: 1.25em
}
EM {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 3px; PADDING-TOP: 0px
}
HR {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BACKGROUND: #7f7f7f; HEIGHT: 1px; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0px
}
IMG {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium; BORDER-TOP: medium none; BORDER-RIGHT: medium none
}
A IMG {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium; BORDER-TOP: medium none; BORDER-RIGHT: medium none
}



/* Sets the style for unvisited links. */

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapperMedia {
 /* background-color: #fff;   */
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 1000px;
}

#outerWrapperMedia #headerMedia {
  background-color: #ffffff; 
  border-bottom: solid 1px #333333; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapperMedia #topNavigation2 {
  background-color: #5d5f67;
  border-bottom: solid 1px #bd9c76; /* Sets the bottom border properties for an element using shorthand notation */
  height: 31px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapperMedia #crumbsContainer {
  background-color: #fff;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapperMedia #movieContainer {
	margin: 0 auto 0 auto;
	border-bottom: solid 1px #666666; /* Sets the bottom border properties for an element using shorthand notation */
	padding: 10px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 1000px;
}

#outerWrapperMedia #bookContainer {
	background-color: White;
	margin: 0 auto 0 auto;
	border-bottom: solid 1px #666666; /* Sets the bottom border properties for an element using shorthand notation */
	padding: 10px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 1000px;
	background-image: url(../images/1-pixel-white.gif);
	background-repeat: repeat;
}

#outerWrapperMedia #footer2 {
  background-color: #f4f1e7;
  border-top: solid 1px #bd9c76; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}





#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 1000px;
}
#outerWrapper #header {
  background-color: #ffffff;
  border-bottom: solid 1px #333333; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #topNavigation {
  background-color: #5d5f67;
  border-bottom: solid 1px #bd9c76; /* Sets the bottom border properties for an element using shorthand notation */
  height: 31px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #flashContainer {
  background-color: #5d5f67;
  border-bottom: solid 1px #666666; /* Sets the bottom border properties for an element using shorthand notation */
  height: 165px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #graphicContainer {
  background-color: #5d5f67;
  border-bottom: solid 1px #666666; /* Sets the bottom border properties for an element using shorthand notation */
  height: 120px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 50px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content-landing {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #footer {
  background-color: #f4f1e7;
  border-top: solid 1px #bd9c76; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#header #utility_nav {
	WIDTH: 430px;
	DISPLAY: block;
	BACKGROUND: no-repeat right top;
	FLOAT: right;
	HEIGHT: 30px;
}
#header #utility_nav UL {
	MARGIN-TOP: 10px; FLOAT: right; MARGIN-LEFT: 0px; MARGIN-RIGHT: 6px
}
#header #utility_nav UL LI {
	BORDER-BOTTOM: medium none; 
	BORDER-LEFT: medium none; 
	PADDING-BOTTOM: 0px; 
	LINE-HEIGHT: 12px; 
	LIST-STYLE-TYPE: none; 
	MARGIN: 0px 5px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	DISPLAY: inline; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	FLOAT: left; 
	HEIGHT: 12px; 
	BORDER-TOP: medium none; 
	BORDER-RIGHT: medium none; 
	PADDING-TOP: 0px
}
#header #utility_nav UL LI A:link {
	PADDING-BOTTOM: 0px; TEXT-TRANSFORM: capitalize; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; COLOR: #5d5f67; FONT-SIZE: 10px; PADDING-TOP: 0px
}
#header #utility_nav UL LI A:active {
	PADDING-BOTTOM: 0px; TEXT-TRANSFORM: capitalize; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; COLOR: #5d5f67; FONT-SIZE: 10px; PADDING-TOP: 0px
}
#header #utility_nav UL LI A:visited {
	PADDING-BOTTOM: 0px; TEXT-TRANSFORM: capitalize; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; COLOR: #5d5f67; FONT-SIZE: 10px; PADDING-TOP: 0px
}
#header #utility_nav UL LI A:hover {
	COLOR: #ea732f
}
#header #utility_nav UL LI.menu-248 {
	BORDER-LEFT: #5d5f67 1px solid;
	PADDING-BOTTOM: 0px;
	LINE-HEIGHT: 12px;
	PADDING-LEFT: 6px;
	PADDING-RIGHT: 6px;
	HEIGHT: 12px;
	BORDER-RIGHT: #5d5f67 1px solid;
	PADDING-TOP: 0px;
}

#header #utility_nav UL LI.menu-249 {
	BORDER-LEFT: #5d5f67;
	PADDING-BOTTOM: 0px;
	LINE-HEIGHT: 12px;
	PADDING-RIGHT: 7px;
	HEIGHT: 12px;
	BORDER-RIGHT: #5d5f67 1px solid;
	PADDING-TOP: 0px;
}
#header #utility_nav UL LI.menu-549 {
	BORDER-LEFT: #5d5f67 1px solid; 
	PADDING-BOTTOM: 0px; 
	LINE-HEIGHT: 12px; 
	PADDING-LEFT: 6px; 
	PADDING-RIGHT: 6px; 
	HEIGHT: 12px; 
	BORDER-RIGHT: #5d5f67 1px solid; 
	PADDING-TOP: 0px
}

ul.links li {
  background: none;
  margin: 0 10px 0 0;
  padding: 0;
}

.breadcrumb {
	PADDING-BOTTOM: 0.25em; PADDING-LEFT: 10px; PADDING-RIGHT: 0px; COLOR: #ea732f; FONT-SIZE: 0.85em; PADDING-TOP: 5px
}
.blog-center .breadcrumb {
	BORDER-LEFT: #bdbdbd 1px solid; BORDER-RIGHT: #bdbdbd 1px solid
}
.pressreleases .breadcrumb {
	BORDER-BOTTOM: #bdbdbd 1px solid; PADDING-BOTTOM: 7px; PADDING-LEFT: 10px; MARGIN-LEFT: 0px
}
.breadcrumb A:link {
	COLOR: #5d5f67
}
.breadcrumb A:visited {
	COLOR: #5d5f67
}
.breadcrumb A:hover {
	COLOR: #999
}



.top_nav_line{
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #5D5F67;
	text-decoration: none;
	padding-left: 8px;
}



.top_nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5F67;
	text-decoration: none;
	padding-left: 8px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
A.top_nav:link 	{
	color: #5D5F67;
	text-decoration: none;
}
A.top_nav:active 	{
	color: #5D5F67;
	text-decoration: none;
}

A.top_nav:hover	{
	color: #ff6600;
	text-decoration: underline;
}




.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #696969;
	text-decoration: none;
	padding-left: 15px;
}
A.footer:link 	{
	color: #696969;
	text-decoration: none;
}
A.footer:active 	{
	color: #696969;
	text-decoration: none;
}

A.footer:hover	{
	color: #ff6600;
	text-decoration: underline;
}

A.footer:visited	{
	color: #1A4779;
	text-decoration: none;
}


.pr_nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ea732f;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
A.pr_nav:link 	{
	color: #ea732f;
	text-decoration: underline;
}
A.pr_nav:active 	{
	color: #ea732f;
	text-decoration: underline;
}

A.pr_nav:hover	{
	color: #1a4779;
	text-decoration: underline;
}




.archive_nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D5F67;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
A.archive_nav:link 	{
	color: #5D5F67;
	text-decoration: none;
}
A.archive_nav:active 	{
	color: #5D5F67;
	text-decoration: none;
}

A.archive_nav:hover	{
	color: #ea732f;
	text-decoration: underline;
}



.colNews{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	
}
A.colNews:link 	{
	color: #333333;
	text-decoration: none;
}
A.colNews:active 	{
	color: #333333;
	text-decoration: none;
}

A.colNews:hover	{
	color: #191970;
	text-decoration: underline;
}

.tableLink{
	color: #1a4779;
	text-decoration: none;
	
}
A.tableLink:link 	{
	color: #1a4779;
	text-decoration: none;
}
A.tableLink:active 	{
	color: #1a4779;
	text-decoration: none;
}

A.tableLink:hover	{
	color: #333333;
	text-decoration: none;
}





.print-link {
  /* Use these for links above the content */
  display: block;
  text-align: right;
  padding-bottom: 0.5em;
  /* Use these for links in a corner of the content */
  /*
  position:relative;
  bottom: 0.5em;
  float:right;
  */
}

.print_html, .print_mail, .print_pdf {
  margin-left: 1em;
}

.print-syslink {
  margin-right: 1em;
}

img.print-icon {
  vertical-align: middle;
}

img.print-icon-margin {
  padding-right: 4px;
}

label.printmail-label {
  width: 175px;
  float: left;
}

tr.even, tr.odd, tbody th { 
   border: solid #d4e7f3; border-width: 1px 0; 
}
tr.odd, tr.info { 
	background-color: #edf5fa; 
}
tr.even { 
	background-color: #fff; 
}
tr.drag { 
	background-color: #fffff0; 
}
tr.drag-previous { 
	background-color: #ffd; 
}
tr.odd td.active { 
	background-color: #d4e7f3; 
}
tr.even td.active { 
	background-color: #edf5fa; 
}
td.region, td.module, td.container, td.category { 
	background-color: #d4e7f3; border-bottom: 1px solid #b4d7f0; border-top: 1.5em solid #fff; color: #5d5f67; font-weight: 700; 
}
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { 
	border-top-width: 0; 
}
tr.odd td.menu-disabled { 
	background-color: #edf5fa; 
}
tr.even td.menu-disabled { 
	background-color: #fff; 
}
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { 
	color: #d4e7f3; 
}
tr.taxonomy-term-divider-top { 
	border-bottom: none; 
}
tr.taxonomy-term-divider-bottom { 
	border-top: 1px dotted #ccc; 
}


A.gradient-style:link 	{
	color: #1a4779;
	text-decoration: underline;
}
A.gradient-style:active 	{
	color: #1a4779;
	text-decoration: underline;
}

A.gradient-style:hover	{
	color: black;
	text-decoration: underline;
}

A.gradient-style:visited	{
	
	text-decoration: underline;
}

#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 25px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #ffcc33 url('/images/table-images/gradhead.png') repeat-x;
	border-top: 2px solid Gray;
	border-bottom: 1px solid Black;
	color: #039;
}
#gradient-style td
{
	padding: 8px;
	border-bottom: 1px solid #000;
	color: #000;
	border-top: 1px solid #fff;
	background: #fbe194 url('/images/table-images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #000;
}
#gradient-style tbody tr:hover td
{

	
}




.gradient-s2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 25px;
	text-align: left;
	color: #1a4779;
	border-collapse: collapse;
}

A.gradient-s2:link 	{
	color: #1a4779;
	text-decoration: none;
}
A.gradient-s2:active 	{
	color: #1a4779;
	text-decoration: none;
}

A.gradient-s2:hover	{
	color: #333333;
	text-decoration: none;
}

A.gradient-s2:visited	{
	color: #333333;
	text-decoration: none;
}

.gradient-s2 th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background: #b9c9fe url('/images/table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}

.gradient-s2 tbody tr:active th
{
	color: #1a4779;
	text-decoration: none;
}


.gradient-s2 tbody tr:visited th
{
	color: #1a4779;
	text-decoration: none;
}

 
.gradient-s2 tbody tr:link th
{
	color: #1a4779;
	text-decoration: none;
}






.gradient-s2 td
{
	padding: 8px;
	border-bottom: 1px solid #000;
	color: #000;
	border-top: 1px solid #fff;
	background: #e8edff url('/images/table-images/gradback.png') repeat-x;
}
.gradient-s2 tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #000;
}
.gradient-s2 tbody tr:hover td
{
		
}

ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}


.service-label{
	margin-left: 10px;
	margin-bottom: 5px;
}

.news-image{
	border-top: 1px solid #BDBDBD;
	padding-left: 1px;
	padding-top: 5px;
	/* position: relative;
	top: -14px; */
}


span.submitted {
  color: #898989;
  display: block;
  font-size: .8333em;
  margin: 0px 0 4px 10px;
}

.node .picture {
  float: left;
  margin: .3em .5em .1em 0;
}

.meta {
  border-top: 1px solid #bdbdbd;
  margin: 0 0 1px;
  padding: 4px 10px;
}

.meta div.links {
  clear: both;
}
.meta div.service_links {
  clear: both;
  padding: 5px 0;
}

#keywords {
  margin: 0;
  padding-right: 6px !important;
  float: left;
}
.meta div.terms ul.links li {
  float: left;
  padding-top: 2px;
  padding-right: 6px !important;
}

.node_read_more {
  font-weight: bold;
}
a.morelink {
  white-space: nowrap;
}

.item-list ul.pager {
  margin: 1em 0;
}

.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, .item-list ul.pager li a:visited, .item-list ul.pager li.pager-current {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #999;
  font-size: .8333em;
  font-weight: 700;
  margin: .3em .1em;
  padding: .3em .5em;
}

.item-list ul.pager li a:hover, .item-list ul.pager li a:active {
  border: 1px solid #999;
  color: #5d5f67;
}

.item-list ul.pager li.pager-current {
  background-color: #EA732F;/* #069; */
  border: 1px solid #EA732F;/* #069; */
  color: #fff;
}


/**
 * 8.BLOCKS
 */
.block {
  margin: 0 0 10px;
}

.sidebar h3 {

border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e94f0b;
color: #ea732f;
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: bold;

}

.block h3 {

font-size: 1.6667em;
margin-top: 0.75em;
margin-right: 0pt;
margin-bottom: 0.5em;
margin-left: 0pt;

}
#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

#search-theme-form label {
  display: none;
}

#search-block-form .form-text {
  width: 8em;
}

#search-block-form input.form-submit {
  font-size: .9em;
  width: 5em;
  padding: 0;
}
#block-locale-0 {
    text-align: right;
}
#block-locale-0 ul li {
    background: none;
    display: inline;
    margin-left: 2px;
    padding-left: 2px;
}

#block-related_content-1 .content {
	margin:0 5px 10px -10px;
	padding:0;
	float:left;
}

#block-related_content-1 ul.related_content li.related_content_item {
	list-style-type:none;
	background:none;
	margin:0;
	padding:0;
	float:left;
}


#block-globalfoundries-0 .content {
	height: 30px;
	margin:-6px 0 0 0 !important;
}


#block-globalfoundries-0 a { 
	margin: 0 0px 10px 5px !important;
	text-decoration:underline;
	text-transform:uppercase;
	/*font-family:"Courier New", Courier, monospace;*/

}

#block-globalfoundries-0 a:hover {
	text-decoration:underline;
	text-transform:uppercase;
}


.block-whiteheaderwdrop { 
	width:220px;
	background: transparent url(/images/sidebar-right_content-bg.jpg) top center repeat-y;
	clear:both;
/* 	border-top:1px solid #ddd; */
}

.block-whiteheaderwdrop .feedback_banner
{
	width:220px;
	height:80px;
	background:url(/images/feedback-bg.jpg) top left no-repeat;
	clear:both;
}

.block-whiteheaderwdrop h3
{
	color:#ea732f;
	font-size: 13px;
	margin:0 !important;
	/* padding:5px 10px !important; */
	padding:4px 4px !important;
	border-top:1px solid #ddd;
}

.block-whiteheaderwdrop .content {
	width:220px;
	background: url(/images/sidebar-right_content-bg.jpg) top center repeat-y;
	color: #5d5f67;
	height:auto;
	padding:0px !important;
	margin:0px 0 0px 0 !important;
}

.block-whiteheaderwdrop .content p 
{
	padding:0 10px !important;
}

.block-whiteheaderwdrop .content a
{
	/*color:#5d5f67;*/
	font-weight:bold;
}

.block-whiteheaderwdrop .content a:hover
{
	/*color: #ea732f;*/
}

.block-whiteheaderwdrop .block_bottom
{
	background: url(/images/sidebar-right_block_bottom-bg.jpg) top no-repeat;
	width:220px;
	height:20px;
	clear:both;
	margin:0;
	padding:0;
}


.block-orangeheaderwdrop 
{
	clear:both;
	height: auto;
	position: relative;
	width:220px;
	/*background:url(images/sidebar-right_h2-bg.jpg) top left no-repeat;*/
}

#home_right_bottom .block-orangeheaderwdrop
{
	width: auto;
}

#sidebar-left .block-orangeheaderwdrop
{
	width: auto;
}

.block-orangeheaderwdrop h3 
{	
	background-color: #EA732F;
	color:#fff;
	font-size: 13px;
	margin:0 !important;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 4px;
}

.block-orangeheaderwdrop .content {
/* 	background: url(images/sidebar-right_content-bg.jpg) top center repeat-y; */
	background: #FFF;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
/* 	border-top: 1px solid #C0C0C0; */
	color: #5d5f67;
	height:auto;
/* 	padding:0 0 10px 0; */
/* 	margin:-2px 0 0 0 !important; */
/* 	width:218px; */
}

#container-blog .block-orangeheaderwdrop .content 
{
	background: #FFFFFF;
}

#sidebar-left .block-orangeheaderwdrop .content
{
	padding-bottom: 8px;
	position: relative;
	top: -1px;
/*	width: auto;
*/
}

.block-orangeheaderwdrop h4 {
	margin-left:10px;
	padding-top:5px;
}

.block-orangeheaderwdrop .content ul.related_content {
  padding-top: 12px;
  padding-right: 5px;
}

.block-orangeheaderwdrop .content ul.related_content li {
	list-style-type:none;
	background:none;
	margin:0;
	padding: 3px 0;
}

.block-orangeheaderwdrop .content .related_content_item_title a {
	font-weight:bold;
}

.block-orangeheaderwdrop .block_bottom,
#sidebar-right.sidebar #block-related_content-24 .block_bottom,
#sidebar-right.sidebar #block-related_content-25 .block_bottom {
	height:20px;
	clear:both;
	margin:0;
	padding:0;
}

#home_right_bottom .block-orangeheaderwdrop .block_bottom
{
	background: transparent url(/images/block-views-MostRead-block_1_block_bottom-bg.jpg) no-repeat scroll center top;
}

#sidebar-left .block-orangeheaderwdrop .block_bottom
{
	background: url(/images/sidebar-left_block_bottom-bg.jpg) top no-repeat;
	width: 180px;
}

#sidebar-right .block-orangeheaderwdrop .block_bottom
{
	background: url(/images/sidebar-right_block_bottom-bg.jpg) top no-repeat;
	width: 220px;
}

#container-blog #sidebar-right .block-orangeheaderwdrop .block_bottom
{
	background: url(/images/sidebar-right_block_bottom-grey-bg.jpg) top no-repeat;
}


.block-views .content .view
{
	padding-left: 10px;
	padding-right: 3px;
}

#block-views-top_content-block_1 .content .view .view-content .views-row-odd,
#block-views-top_content-block_1 .content .view .view-content .views-row-even
{
	padding-bottom: 10px;
	padding-top: 10px;
}

.block-views .content .view .view-content
{
	
}

.block-views .content .view .view-content .views-row-odd,
.block-views .content .view .view-content .views-row-even
{
	padding-bottom: 5px;
}

#block-views-top_content-block_1 .content,
#block-views-top_content-block_2 .content
{
	height: 230px;
	overflow: auto;
	padding-bottom: 5px;
	position: relative;
	top:3px;
}

#block-views-blog_archive-block .content,
#block-views-blogroll-block_1 .content
{
	padding-top: 10px;
}

#block-views-blog_archive-block .item-list ul li 
{ 
	list-style-image: none; 
	list-style-type: none;
	margin: 0 0 0.25em .5em; 
}

.view-featuredbloggers 
{
	padding-left: 0px !important;
}

.view-featuredbloggers .picture 
{
	background-image: url('/images/gf_bio_frame.jpg');
	float:left;
	height: 74px;
	margin-right:5px;
	width:60px;
}

.view-featuredbloggers .picture img
{
	position: relative;
	left: 3px;
	top: 2px;
}

#block-views-blogviews-block_1 .content
{
	padding-top: 5px;
}



/*****************************************************************/
#block-block-30 .content
{
	padding: 10px 10px 5px 10px;
}

#block-views-homeflash-block_1
{
	margin-top: -15px;
}

#block-views-homeflash-block_1 .content .view
{
	padding-left: 0px;
	padding-right: 0px;
}

#node_rotator_block {
	/*background: url(images/node_rotator_block-bg-grey.jpg) top no-repeat;*/
	width:628px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;

	/*height:275px !important;*/
}
#node_rotator_block .node .content {
  /*background-color: #f6f6f6;  */
  margin-left: 250px;
  width: 370px;
  padding-left: 0;
  border: none;
}

#block-node_rotator-0 h3 {
/* 	background:url(images/block-tagadelic-2_h2-bg.jpg) top left no-repeat; */
	background: #5d5f67;
	color:#fff;
/* 	width:630px; */
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:3px;
	padding-left:4px;
	padding-bottom: 0px;
	margin-bottom: 0;
}

#node_rotator_block h2 {
	margin-top: 10px;
	color:#5d5f67;
	font-size: 16px;
	font:Arial, Helvetica, sans-serif;
}

.block-node_rotator .content {
  background-color: #fff;
	/*margin-top:-13px;*/
/* 	padding:5px 20px 0 !important; */
}


/*
#home_left_bottom #node_rotator_block p {
	margin-left: 300px;
	width:300px;
}
*/

#node_rotator_block a {
	/*color: #5d5f67;*/
	font-weight:bold;
}

#node_rotator_block a:hover {
	/*color: #ea732f;*/
	font-weight:bold;
}
/*
#home_left_bottom #node_rotator_block .field-field-link .field-label, #home_left_bottom #node_rotator_block .field-field-link .field-items {
	margin-left: 300px;
	width:300px;
}
*/

#node_rotator_block .field_rotator_image {
	margin-left:10px;
	margin-top: 3px;	
	float:left;
	padding: 8px !important;
	border: 1px solid #ccc;
	/*background: url(images/field-field-rotator-image-bg.jpg) top no-repeat;*/
}

.block-shadow, .block-node_rotator .block-bottom	{
	background: url(/images/block-tagadelic-2-bg.jpg) left bottom no-repeat;
	height: 30px;
	width: 630px;
}

#block-views-Quotes-block_1 {
	clear:both;
	float:left;
	/* margin-top: 10px;*/
	width:630px;
	height:130px;
	background:url(/images/block-views-Quotes-block_1-bg.jpg) top no-repeat;
  /*margin-top: 12px;*/
}

#block-views-Quotes-block_1 .views-row-1 {
	margin: 0;
	padding: 0;
	height: 120px;
	position: relative;
	overflow:hidden;
}

#block-views-Quotes-block_1 .content .view-id-Quotes	{
	margin: 0;
	padding: 0;
	height: 120px !important;
}

#block-views-Quotes-block_1 .views-field-body	{
	margin: 0;
	padding: 0;
	height: 120px; /*175px*/
	/*position: absolute;
	top: 5px;*/
}

#block-views-Quotes-block_1 .views-field-body	.field-content {
	margin: 20px 20px 20px 30px;
	width:570px;
  font-style: italic;
  line-height: 20px;  
}

#block-views-Quotes-block_1 .views-field-title	{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
}

#block-views-Quotes-block_1 .content .view-content	{
	margin: 0;
	padding: 0;
	height: 120px; /*175px*/
}

#block-views-Quotes-block_1 .content {
	height: 120px;
}

#block-views-Quotes-block_1 p {
/* 	margin: 20px 20px 20px 30px; */
	width:570px;
}

#block-views-Quotes-block_1 span.field-content {
	display: block;
	margin: 30px 20px 20px 30px;
	width:570px;
	font-size: 13px;
	font-weight:bold;
}

.block-tagadelic {
	clear:both;
	float:left;
	margin-top: 0px; /* 5px */
	width:630px;
}

/*
.block-tagadelic h3 {
	background: #5d5f67;
	color:#fff;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	padding-top:3px;
	padding-left:4px;
	padding-bottom: 4px;
}
*/

.block-tagadelic .content {
	background: url(/images/block-tagadelic-2_content-bg.jpg) top repeat-y;
	color: #5d5f67;
	margin-top:-13px;
	padding: 5px 20px 0 20px !important;
}

.block-shadow {
	background: url(/images/block-tagadelic-2-bg.jpg) left bottom no-repeat;
	height: 30px;
	width: 630px;
}

.block-greyheaderwide h3
{
	background: #5d5f67;
	color:#ffffff;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	padding-top:3px;
	padding-left:4px;
	padding-bottom: 4px;
}

#center .block-greyheaderwide
{
	margin-left: 10px;
	margin-right: 10px;
}

#center .block-greyheaderwide h3 
{
	height: auto;
	margin-bottom: 0px;
}

#center .block-greyheaderwide .content
{
	border-left: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
	border-top: none !important;
	padding: 0 !important;
}

#center .block-greyheaderwide .block-shadow
{
	background: url(/images/block-multimedia-bg.jpg) left bottom no-repeat;
	position: relative;
	top: -7px;
	width: 500px;
}

.block-tagadelic .content a {
  /*color: #5d5f67;*/
}

.block-tagadelic .content a:hover {
	/*color: #ea732f;*/
}


#block-views-WhatsNew-block_1 .view-content {
	height: 225px;
	overflow:auto;
	width: 560px;
	margin-left:10px;
}

#block-views-WhatsNew-block_1 .views-field-field-image-fid {
	float:left;
	margin-right: 20px;
	margin-left:0px;
	width: 85px;
	height: auto;
	clear:both;
}

#block-views-WhatsNew-block_1 h3 {
	color:#fff;
	margin-left:10px;
	font-size: 16px;
	line-height: 20px;
	font-weight:bold;
}

#block-views-WhatsNew-block_1 .views-field-title, #home_left_bottom #block-views-WhatsNew-block_1 .views-field-teaser {
	float:left;
	width: 430px;
}

/****************************/

#block-views-MostRead-block_1 {
	width: 290px;
	padding:0;
	float:left;
}

#block-views-MostRead-block_1 .content {
	background:url(/images/block-views-MostRead-block_1_content-bg.jpg) top repeat-y;
	height:auto;
	padding:10px 20px 20px 20px !important;
	margin-top:-10px;
	width: auto;
}

#block-views-MostRead-block_1 .views-field-title span.field-content a {
	/*color:#5d5f67;*/
	text-decoration:underline;
	font-weight:bold;
}

#block-views-MostRead-block_1 .views-field-title span.field-content a:hover {
	/*color: #ea732f;*/
	text-decoration:none;
}

#block-views-MostRead-block_1 .views-field-totalcount {
	/* color: #ccc; */
}

#block-views-MostRead-block_1 .block_bottom {
	background: url(/images/block-views-MostRead-block_1_block_bottom-bg.jpg) top no-repeat;
	width:290px;
	height:30px;
	clear:both;
	margin:0;
	padding:0;
}

#block-views-MostRead-block_1 .view-content .views-row-even, #home_right_bottom #block-views-MostRead-block_1 .view-content .views-row-odd {
  margin-bottom: 3px;
}


/***********************/

#block-views-FeaturedVideo-block_1 {
	width:290px;
	padding:0;
}

#block-views-FeaturedVideo-block_1 .content {
/* 	background:url(images/block_FeaturedVideo_content-bg.jpg) top repeat-y; */
/* 	height:auto; */
	padding:2px 0 0px 0;
/* 	width: auto; */
}

#block-views-FeaturedVideo-block_1 .content .view
{
	padding-left: 4px;
}

#block-views-FeaturedVideo-block_1 .view-content .content
{
	border: none;
}

#block-block-27 .content {
	background:url(/images/block_FeaturedVideo_content-bg.jpg) top repeat-y;
	height:auto;
	padding:2px 0px 0px 2px !important;
}

/* #block-views-FeaturedVideo-block_1 h3, */
#block-block-27 h3 {
	background:#EA732F none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:13px;
	margin:0 !important;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-left:4px;
	padding-top:2px;
	padding-bottom: 2px;
}

#block-views-FeaturedVideo-block_1 .content p {
	margin: 0 10px;
	padding: 0;
/* 	display: none; */
}

#block-views-FeaturedVideo-block_1 .views-field-title span.field-content a {
	font-weight:bold;
	color: #5d5f67;
}

#block-views-FeaturedVideo-block_1 .views-field-title span.field-content a:hover {
	font-weight:bold;
	color: #ea732f;
}

#block-views-FeaturedVideo-block_1 .block_bottom,
#block-block-27 .block_bottom  {
	background: url(/images/block_video_block_bottom-bg.jpg) bottom no-repeat;
	width:341px;
	height:17px;
	clear:both;
	margin:0;
	padding:0;
}

.block-execphoto,
.block-fab2 {
	background-color: #fff;
	width:341px;
	padding:0;
	/*float:left;*/
	position: relative;
	margin-top:1px;
	margin-bottom: 4px;
	
}

.block-quick {
	background-color: #FFF;
	width:300px;
	padding:18px;
	/*float:left;*/
	position: relative;
	margin-top:10px;
	margin-bottom: 4px;
	
}

.block-execphoto h3,
.block-fab2 h3 {
	background-color:#EA732F;
	color:#FFFFFF;
	font-size:13px;
	margin:0 !important;
	padding: 3px 4px 3px 10px !important;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
/*
	width:195px !important;
	height:38px;
	margin:0 0 0 10px !important;
	padding: 3px 10px 0px 80px !important;
	color: #fff;
	background: url(images/block-block-5_h2-bg.gif) top left no-repeat;	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	*/
}

.block-quick h3 {
	background-color:#EA732F;
	color:#FFFFFF;
	font-size:13px;
	margin:0 !important;
	padding: 3px 4px 3px 10px !important;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
/*
	width:195px !important;
	height:38px;
	margin:0 0 0 10px !important;
	padding: 3px 10px 0px 80px !important;
	color: #fff;
	background: url(images/block-block-5_h2-bg.gif) top left no-repeat;	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	*/
}

.block-execphoto .content,
.block-fab2 .content {
	/*background: url(images/block-block-5_content-bg.jpg) top repeat-y;*/
	/* padding:10px 20px 20px 20px !important; */
/*
	padding:10px 20px 0px 20px !important;
	margin-top:-3px;
	margin-left:10px;
	*/
	padding: 3px 3px 0px 3px !important;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
	height: 290px;
}


.block-quick .content {
	/*background: url(images/block-block-5_content-bg.jpg) top repeat-y;*/
	/* padding:10px 20px 20px 20px !important; */
/*
	padding:10px 20px 0px 20px !important;
	margin-top:-3px;
	margin-left:10px;
	*/
	padding: 10px 10px 0px 10px !important;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
	height: 185px;
}

.block-execphoto .content p,
.block-fab2 .content p {
	margin-left: 60px;
}

.block-execphoto #executive_thumb,
.block-fab2 #fab2_thumb {
	background: transparent url(/images/block-block-5_executive_thumb-bg.png) top left no-repeat;
	width: 82px;
	height:90px;
	position: absolute;
	z-index: 20;
	top: -16px;
	left: -16px;
	/*padding: 3px;*/
}

.block-execphoto #executive_thumb img,
.block-fab2 #fab2_thumb img {
  position: relative;
  top: 3px;
  left: 4px;
}

.block-execphoto a,
.block-fab2 a {
	/*color:#5d5f67;*/
	text-decoration:none;
/* 	text-transform: capitalize; */
	font-weight:bold;
}

.block-execphoto .views-field-title span.field-content a:hover {
	color: #ea732f;
	text-decoration:none;
}

.block-execphoto .block_bottom,
.block-fab2 .block_bottom {
	background: url(/images/block-block-5_block_bottom4c-bg.jpg) top no-repeat;
	width:341px;
	height:14px;
	clear:both;
	/*margin:0 0 0 10px;*/
	padding:0;
}

.block-quick .block_bottom {
	background: url(/images/block-block-5_block_bottom4b-bg.jpg) top no-repeat;
	width:300px;
	height:12px;
	clear:both;
	/*margin:0 0 0 10px;*/
	padding:0;
}

/**** SMALL TAG CLOUD *********/
#block-multiblock-1 .content
{
	padding: 10px;
}

/**** ALTERNATIVE LINK COLORS *******/
#block-menu-menu-blogcategories a:link,
#block-views-top_content-block_1 a:link,
#block-multiblock-1 a:link
{
  color: #5d5f67;
}

#block-menu-menu-blogcategories a:hover, 
#block-menu-menu-blogcategories a:active, 
#block-menu-menu-blogcategories li a.active,

#block-views-top_content-block_1 a:hover, 
#block-views-top_content-block_1 a:active, 
#block-views-top_content-block_1 li a.active,

#block-multiblock-1 a:hover, 
#block-multiblock-1 a:active, 
#block-multiblock-1 li a.active
{
  color: #ea732f;

}

#block-block-31 .content
{
	height: 40px;
	padding-bottom: 0px !important;
	padding-left: 10px;
	padding-top: 10px;
}

#block-views-photos-block_2 .view-photos
{
	padding-left: 1px;
	padding-top: 2px;
}

.social_network_icon
{
	float: left;
	padding-right: 24px;
}

.view-display-id-page_1 .views-exposed-widget #edit-submit
{
	margin-top: 1.2em;
}

#node-293
{
	display: none;
}

#views-exposed-form-photos-page-1 .views-exposed-widgets,
#views-exposed-form-videos-page-1 .views-exposed-widgets
{
	float: right;
	position:relative;
	top:-40px;
}

#block-menu-menu-blogcategories
{
	padding-bottom: 20px;
}




