/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */
/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */

 /* **************** css reset ************** */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************************ tools ***********************/

.group {
	overflow:auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.end_margin {
	margin: 0 !important;
}
.end_pad {
	padding: 0 !important;
}
.end_border {
	border: 0px !important;
}
/*************** zen theme styles ********************/


/** body **/
  body {
	margin: 0;
	padding: 0;
	background-image: url('images/body_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
#page {
	background-image: url('images/body_bg_shadow.gif');
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#page-inner {
	width:964px;
	margin: 0 auto;
	padding: 0;
	font: 12px arial;
	/*color: #464646;*/
    color:#000000;
	line-height: 15px;
	overflow:hidden;
}
#page-inner a {
/*color:#e31b23;*/
  }
.site-map a {
	color:#e31b23;
	text-decoration:none;
}
.site-map a:hover {
	text-decoration:underline;
}
.site-map ul {
	padding-left:15px;
}
.node a:hover, .block a:hover, .homepage a:hover {
	text-decoration:underline;
}
/** header **/
  #header {
	background-color: #fff;
	_background-color: none;
	background-image: url('images/header_swoosh.gif');
	background-position: 9px top;
	background-repeat: no-repeat;
	height: 86px;
	padding-bottom: 3px;
	width:965px;
}
#header-inner {
	overflow:hidden;
	padding:10px 10px 0;
	_padding:10px 2px 0 0;
}
#header-inner .left {
	padding-left:3px;
	_padding-left:1px;
}
#header-inner .left a {
	_display:block;
	_padding-left: 19px;
}
#header-inner div.right {
	_width: 619px;
}
#logo-title /* Wrapper for logo, website name, and slogan */ {
}
#logo /* Wrapper for logo */ {
	margin: 0 10px 0 0;
	padding: 0;
}
#logo-image /* The actual logo image */ {
}
h1#site-name, div#site-name /* The name of the website */ {
	margin: 0;
	font-size: 2em;
	line-height: 1.3em;
}
#site-name a:link,  #site-name a:visited {
	color: #000;
	text-decoration: none;
}
#site-name a:hover {
	text-decoration: underline;
}
#site-slogan /* The slogan (or tagline) of a website */ {
}
#header-blocks /* Wrapper for any blocks placed in the header region */ {
}
/** main (container for everything else) **/
  #main {
}
#main-inner {
	padding:0px 0px 15px 0px;
	margin-right:10px;
	margin-bottom:-3px;
	overflow:hidden;/*background-image: url('images/subpage_content_bg.gif');
    background-position:39% top;
    background-repeat:repeat-y;*/
  }
.shaded_background {
	background-image: url('images/interior_bg.gif');
	background-position:23px top;
	background-repeat:repeat-y;
}
.shaded_background-nocol {
	background-image: url('images/interior_bg_nonav.gif');
	background-position:10px top;
	background-repeat:repeat-y;
}
.content_top_stylings {
	background-image:url('images/2col_topbg.gif');
	background-repeat:no-repeat;
	background-position: top right;
}
.content_top_stylings-nocol {
	width:955px !important;
	background-image:url('images/0col_topbg.gif');
	background-repeat:no-repeat;
	background-position: top right;
}
#main-1col-inner {
	padding:0px 40px 40px 40px;
	margin-top:0px;
	background-image: url('images/interior_bg_nonav.gif');
	background-position:center top;
	margin-bottom:-3px;
	background-repeat:repeat-y;
	overflow:auto;
}
/** content **/
  #content {
	float: left;
	width: 489px;
}
#content-1col {
	float: left;
	width:880px;
	margin-bottom:-3px;
}
.search-results dt {
	padding:10px 20px 0px 20px !important;
	background-image:url('images/arrow_white.gif');
	background-repeat:no-repeat;
	background-position:3px 13px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
	display:block;
	overflow:auto;
	font-weight:bold;
}
.search-results .fileicon_preview {
	float:left;
	margin-left:2px;
	margin-top:3px;
}
.search-results dd {
	padding:0px 20px 0px 22px !important;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #ccc;
	overflow:auto;
}
.search-results .search-snippet {
	width:700px;
}
.search-results .title a {
	font-weight:bold;
	text-decoration:none;
	font-size:medium;
}
.search-results dd {
	margin-bottom:0px;
}
p.search-info {
	overflow:auto;
	display:inline;
}
div.search-info {
	color:#25438b;
	display:inline;
	height:28px;
}
.item-list .pager {
	clear:both;
	text-align:left;
}
.item-list ul {
	margin:8px 0px 0px 0;
	padding:0;
}
#search-form .form-text {
	font-size:12px;
	width:300px;
	padding:1px 2px 1px 2px;
	margin:0px 0px 0px 0px;
	border:none;
}
#edit-keys-wrapper {
	display:block;
	float:left;
	border:1px solid #2f89c3;
}
#search-form .form-item {
	overflow:auto;
}
#search-form .form-submit {
	border:none;
	background-image:url(images/search_butt_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:70px;
	padding:0px 0px 0px 0px;
	height:21px;
	margin:0px 0px 0px 0px;
	display:block;
	float:left;
	color:#fff;
	font-weight:bold;
	margin-left:4px;
}
#content-0col {
	float: left;
	width:924px;
}
#content-0col-sidebar {
	float: left;
	width:730px;
}
#content-2col {
	float: left;
	width:746px;
}
#content-3col {
	float: left;
	width:560px;
	padding-right:0;
	border-top:1px solid #eaeaef;
}

#content-3col-landing #content-inner {
	padding:0 8px 15px 20px;
}
#content-3col-landing #content-inner #landing_3col_content_header .left {
	width:495px;
}
#content-admin {
	float: left;
	width:747px;
}
#content-admin h3 {
	margin-top:12px;
}
#content-admin fieldset {
	margin-top:4px;
	margin-bottom:4px;
}
#content-inner {
	font: 12px arial;
	/*color: #464646;*/
    color:#000000;
	line-height: 19px;
}
#mission /* The mission statement of the site (displayed on homepage) */ {
}
#content-top /* Wrapper for any blocks placed in the "content top" region */ {
}
#content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */ {
}
.breadcrumb /* The path to the current page in the form of a list of links */ {
	padding-bottom: 0; /* Undo system.css */
	font-size:12px;
	color:#25438b;
	float:left;
	width:90%;
}
.top_links_bar {
	overflow:auto;
	margin-bottom:0px;
	margin-top:9px;
	width:100%;
}
.print_me {
	float:right;
	width:22px;
}
.breadcrumb a {
	display: inline;
	color:#e31b23;
}
#content-area-1col_cont .breadcrumb {
	margin-top:0px;
}
h1.title {
	color:#25438B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
	margin-left:0;
	margin-top:16px;
	display:block;
	width:100%;
	padding-bottom:5px;
	line-height: 28px;
	margin-bottom:5px;
	margin-top:7px;
	color:#25438B;
	font: 22px arial;
	font-weight:normal;
	margin-left:0;
} /* The title of the page */
h2.title {
} /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
/*margin: 0;*/
  }
div.messages /* Important messages (status, warning, and error) for the user */ {
}
div.status /* Normal priority messages */ {
}
div.warning, tr.warning /* Medium priority messages */ {
/* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }
div.error, tr.error /* High priority messages. See also the .error declaration below. */ {
}
div.tabs /* See also the tabs.css file. */ {
}
.help /* Help text on a page */ {
	margin: 1em 0;
}
.more-help-link /* Link to more help */ {
	font-size: 0.85em;
	text-align: right;
}
#main-inner div#content-area  { padding:0px 10px 0px 20px; }
}
#block-views-webinars_archive_view-block_1 {
	margin-top:15px;
}
.inner_landing_page {
	padding-top:18px;
	background-image:url(images/landing_content_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding:20px 8px 15px 26px !important;
}
#content-area-1col_cont {
	padding:0px 0px 0px 0px;
}
#content-area-1col_cont a {
	color:#e31b23;
}
#content-area-2col_cont {
	padding:0 38px 1px 0px;
}
.pager /* A list of page numbers when more than 1 page of content is available */ {
	clear: both;
	margin: 1em 0;
	text-align: center;
}
.pager a, .pager strong.pager-current {
	padding: 0.5em;
}
.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
	margin: 1em 0;
}
#content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
	padding-left:30px;
}
#content-bottom h2 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
#content-bottom ul {
	border-top:1px solid #2f8dc6;
	padding:0 0 0 0;
}
#content-bottom li {
	border-bottom:1px solid #2f8dc6;
	padding:7px 18px 7px 18px;
	background-image:url('images/arrow_white.gif');
	background-repeat:no-repeat;
	background-position:0px 10px;
}
#content-bottom a {
	color:#e31b23;
	text-decoration:none;
}
#content-bottom a:hover {
	color:#e31b23;
	text-decoration:underline;
}
/** navbar **/
  #navbar {
}
#navbar-inner {
}
#navbar, #navbar-inner {
	width:618px;
}
#search-box /* Wrapper for the search form */ {
}
.search-advanced {
	visibility:hidden;
	display:none;
}
#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */ {
	display: none;
}
#primary /* Primary links */ {
	clear:both;
 *width: 618px !important;
	_width: 616px !important;
	_overflow: auto;
}
#secondary /* Secondary links */ {
}
/** sidebar-left **/
  #sidebar-left {
	float: left;
	width: 207px;
}
#sidebar-left-inner {
}
li.leaf, li.collapsed, li.expanded {
	list-style-image:none;
	list-style-type:none;
	margin:0px !important;
}
#second_nav {
	margin: 0 0 0 9px;
	padding: 0;
	_margin-bottom: -2px;
}
#second_nav img {
	display:block;
}
#second_nav ul.menu {
	margin:0;
	padding:0;
	width:198px;
	background-repeat:repeat-x;
	background-color: #275197;
}
#second_nav li.expanded ul.menu {
	padding-top:0px;
	background-image:none;
	background-color:#275197;
}
#second_nav ul.menu li.depth-2 {
	background-image:url(images/subnav_arrowUp.gif) !important;
	background-repeat:no-repeat !important;
	background-position:12px 12px !important; 
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	margin:0;
	padding-left:0;

}






#second_nav ul.menu li.depth-2.has-children.active.active-trail {
	 background-image:url(images/subnav_arrowUp_Sel.gif) !important;
	background-repeat:no-repeat !important;
	background-position:12px 12px !important; 

	font-weight:bold !important;

	
}
 #second_nav ul.menu li.depth-3.has-children.active-trail {
	background-color:#275197 !important;
	background-image:url(images/subnav_arrowDown.gif) !important;
	background-position:10px 12px !important; 
    background-repeat: no-repeat;
}



#second_nav ul.menu li.depth-2.active.active-trail {
		background-color:#4A93C8 !important;
}

#second_nav ul.menu li.depth-3.has-children.active-trail {
	background-position:26px 10px !important; 
}


#second_nav ul.menu li.depth-2.has-children.active-trail{
	background-color:#275197 !important;
	background-image:url(images/subnav_arrowDown.gif) !important;
	background-position:10px 12px !important; 
    background-repeat: no-repeat;
}

#second_nav ul.menu li.depth-2.active, #second_nav ul.menu li.depth-2.expanded, #second_nav ul.menu li.depth-2.active.active-trail {
	background-color:#4A93C8 !important;
	background-repeat:repeat-x;
	background-position:top left;
	display:block;
	background-image:url(images/subnav_arrowDown.gif) !important;
	background-position:10px 12px !important; 
}

#second_nav ul.menu li.depth-3 {
	background-image:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	padding-left:0;
	background-color:#275197;
}
#second_nav ul.menu li.depth-3.active {
	background-color:#4A93C8;
}
#second_nav ul.menu li.depth-2 a {
	background-image:none;
	color:#fff;
	display:block;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:8px 18px 8px 25px;
	text-decoration:none;
}
#second_nav ul.menu li.depth-2.active a,  #second_nav ul.menu li.depth-2.expanded a {
	color:#fff !important;
	font-weight:normal;
}
/*
#second_nav ul.menu li.has-children {
		 background-image:url(images/subnav_arrowUp.gif) !important;
	background-repeat:no-repeat !important;
	background-position:12px 12px !important; 
}

*/
#second_nav ul.menu li.has-children.depth-3 {	
background-position:29px 8px !important; 
}

#second_nav ul.menu li.has-children.depth-3.active {
	 background-image:url(images/subnav_arrowUp_Sel.gif) !important;
	 background-color:#4A93C8 !important;
	 background-position:29px 8px !important; 
}


#second_nav ul.menu li.depth-4 {
		padding-left:15px;
}

#second_nav ul.menu li.depth-4.active {
	background-color:#4A93C8 !important;
}

a.active-trail {
	font-weight:bold !important;
}

#second_nav ul.menu li.depth-3 a {
	color:#000000;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:1.8em;
	padding:1px 16px 1px 42px;
	text-decoration:none;
}
#second_nav ul.menu li.depth-4 a {
    padding:1px 26px 1px 42px;
}
/** sidebar-right **/
#sidebar-right {
	float: right;
	width:180px; border: 0px solid red
}





#sidebar-right-inner {
}
/** footer **/
  #footer {
	border-top:2px solid #25438B;
	margin:0px;
	margin-top:10px;
	padding-top:4px;
	width:945px;
	margin-left:10px;
	margin-bottom:28px;
}
#footer-inner {
}
#footer ul {
	margin-bottom:0;
	margin-top:4px;
	padding-bottom:0;
	padding-top:0;
	display: block;
}
#footer .copyright {
	color:#25438B;
	float:left;
	margin-bottom:0;
}
#footer li {
	background-image:none;
	color:#000000;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-right:4px;
	margin-top:0;
	padding-left:0;
}
#footer .tagline {
	float:right;
	margin-bottom:0;
	margin-right:0;
}
#footer #bottom_nav {
	clear:both;
	overflow:auto;
}
#footer #bottom_nav li {
	float:left;
}
#footer #bottom_nav li a {
	display:block;
	line-height:10px;
	padding-right:7px;
	border-right:1px solid #000;
	margin-right:3px;
	color:#000000;
	padding-bottom: 2px;
	text-decoration:none;
}
#footer #bottom_nav li.last a {
	display:block;
	line-height:10px;
	padding-right:7px;
	margin-right:3px;
	color:#000000;
	border-right:0px;
}
#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */ {
	clear: both;
	color:#aaaaaa;
}
/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */ {
}
/*******************************************************************************
CONTENT STYLE RULES CLASSES.  CONTROLS WHAT STUFF LOOKS LIKE IN THE CONTENT AREAS,
REGIONS, AND IN THE WYSIWYG EDITOR

CLASSES ARE REPEATED DUE TO HOW FCKEDITOR WORKS
*******************************************************************************/
    .homepage table {
	margin-right:10px;
	margin-left:10px;
	width:249px;
	_width:229px !important;
	line-height:140%;
	border-bottom:1px solid #cccccc;
}
.node, .block, .homepage {
	line-height:19px;
	font-size:12px;
	font-family:arial;
	vertical-align:top;
}
.block blockquote, .homepage blockquote {
	background-image:url(images/top_quote.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:10px;
	text-indent:40px;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:0px !important;
	width:100% !important;
}
.node blockquote {
	background-image:url(images/top_quote.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:10px;
	text-indent:40px;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:60px;
	width:300px;
}
.node blockquote p, .block blockquote p, .homepage blockquote p {
	background-image:url(images/bottom_quote.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-right:12px;
	padding-bottom:8px;
}
.node blockquote p.client_quote_info, .block blockquote p.client_quote_info, .homepage blockquote p.client_quote_info {
	font-size:10px;
	line-height:14px;
	font-weight:normal;
	margin:8px 0px 0px 0px;
	padding:0px;
	background-image:none;
	text-indent:0px;
	padding-right:12px;
}
.node .p_normal, .block .p_normal, .homepage .p_normal {
	line-height:19px;
	font-size:12px;
	font-family:arial;
}

.p_normal2 {
	padding-left:12px;
	line-height:19px;
	font-size:12px;
	font-family:arial;
}

.node .p_large, .block .p_large, .homepage .p_large, .p_large {
	line-height:19px;
	font-size:14px;
	font-family:arial;
}
div.p_large {
/*margin-bottom:19px;*/
    }
.arrow_link {
	padding-right:20px;
	background-image:url(images/arrow_lightgrey.gif);
	background-position:center right;
	background-repeat:no-repeat;
	display:inline;
	color:#e31b23;
}
.arrow_link_bold {
	padding-right:20px;
	background-image:url(images/arrow_lightgrey.gif);
	background-position:center right;
	background-repeat:no-repeat;
	font-weight:bold;
	display:inline;
	color:#e31b23;
}
.node .arrow_list_blue, .block .arrow_list_blue, .homepage .arrow_list_blue {
	border-bottom:1px solid #2f8dc6;
	padding:7px 18px 7px 18px;
	background-image:url('images/arrow_white.gif');
	background-repeat:no-repeat;
	background-position:0px 7px;
}
.node .arrow_list_blue_b, .block .arrow_list_blue_b, .homepage .arrow_list_blue_b {
	border-top:1px solid #2f8dc6;
	border-bottom:1px solid #2f8dc6;
	padding:7px 18px 7px 18px;
	background-image:url('images/arrow_white.gif');
	background-repeat:no-repeat;
	background-position:0px 7px;
}
.node .arrow_list_grey, .block .arrow_list_grey, .homepage .arrow_list_grey {
	border-bottom:1px solid #cccccc;
	padding:7px 18px 7px 18px;
	background-image:url('images/arrow_white.gif');
	background-repeat:no-repeat;
	background-position:0px 7px;
}
.node .grey_underline, .block .grey_underline, .homepage .grey_underline {
	border-bottom:1px solid #cccccc;
	padding:10px 0px 10px 0px;
	margin-left:10px;
	margin-right:10px;
	font-size:11px;
}
.node .no_underline, .block .no_underline, .homepage .no_underline {
	padding:10px 10px 10px 10px;
	font-size:11px;
}
.node hr {
	height:1px;
	color:#cccccc;
	background-color:#cccccc;
	line-height:1px;
}
.node .hp_block_head, .block .hp_block_head, .homepage .hp_block_head {
	background-color:#cddeeb;
	padding:10px 10px 10px 10px;
	font-size:16px;
	font-weight:600;
}
.node table td, .block table td, .homepage table td {
	vertical-align: middle;
}
.node .arrow_db_white, .block .arrow_db_white, .homepage .arrow_db_white {
	border-bottom:1px solid #48659d;
	padding:0px 0px 5px 0px;
	background-color:#27478a;
	background-image:url('images/arrow_drkblue.gif');
	background-repeat:no-repeat;
	background-position:center right;
	color:#ffffff;
	margin-left:5px;
	margin-right:5px;
}

.arrow_db_noArrow {
	padding:3px 0px 3px 0px;
	background-color:#27478a;
	background-repeat:no-repeat;
	background-position:center right;
	color:#ffffff;
	margin-left:5px;
	margin-right:5px;
}

.arrow_db_noArrow a:active, .arrow_db_noArrow a:visited, .arrow_db_noArrow a:link {
	color:#ffffff;

}

.arrow_db_noArrow a:hover {
	color:#fff;
	text-decoration:underline;
}


.homepage .arrow_db_white_noArrow {
	padding:7px 0px 7px 0px;
	background-color:#27478a;
	color:#ffffff;
	
}
.node .arrow_db_white a, node .arrow_db_white a:visited, node .arrow_db_white a:active,  .block .arrow_db_white a, .block .arrow_db_white a:visited, .block .arrow_db_white a:active,  .homepage .arrow_db_white a, .homepage .arrow_db_white a:visited, .homepage .arrow_db_white a:active, .arrow_db_white_noArrow a:link, .arrow_db_white_noArrow a:visited, .arrow_db_white_noArrow a:active {
	color:#ffffff !important;
	text-decoration: none;
}
.node .arrow_db_white a:hover, .block .arrow_db_white a:hover, .homepage .arrow_db_white a:hover {
	color:#ffffff;
	text-decoration: underline;
}

.arrow_db_white_noArrow a:hover{
	color:#ffffff;
	text-decoration: underline;
}
.node .arrow_list_grey_b, .block .arrow_list_grey_b, .homepage .arrow_list_grey_b {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:7px 18px 7px 18px;
	background-image:url('images/arrow_white.gif');
	background-repeat:no-repeat;
	background-position:0px 7px;
}
.node .g_callout_sm, .block .g_callout_sm, .homepage .g_callout_sm {
	padding:15px 15px 15px 15px;
	margin:0px 0px 0px 0px;
	background-image:url('images/g_callout_sm.gif');
	background-repeat:no-repeat;
	width:229px;
	height:68px;
	overflow:hidden;
	font-size:11px;
}
.node .g_callout_lg, .block .g_callout_lg, .homepage .g_callout_lg {
	padding:15px 15px 15px 15px;
	background-image:url('images/g_callout_lg.gif');
	background-repeat:no-repeat;
	width:229px;
	height:105px;
	overflow:hidden;
	font-size:11px;
	margin:0px 0px 0px 0px;
}
#content-area.node-inner, #content-area .node-inner /* Additional wrapper for node */ {
}
.sticky /* A sticky node (displayed before others in a list) */ {
}
.sticky-table {
	width:100%;
}
#content-area.node-unpublished, #content-area.node-unpublished /* Unpublished nodes */ {
/* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }
#content-area.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */  #content-area.comment-unpublished div.unpublished {
	height: 0;
	overflow: visible;
	color: #d8d8d8;
	font-size: 75px;
	line-height: 1;
	font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word; /* A very nice CSS3 property */
}
#content-area.node-mine /* A node created by the current user */ {
}
#content-area.node-teaser /* A node displayed as teaser */ {
}
/* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */ {
}
.node-type-story /* Story content node */ {
}
.node h1 {
	color:#25438B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
	margin-left:0;
	margin-top:15px;
}
.node h2 /* Node title */ {
	color:#254089;
	font-size:16px;
	margin-bottom:10px;
	margin-top:8px;
}
.node h3 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:8px;
}
.node h4 {
	color:#e31b23;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:8px;
}
.node h5 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:8px;
}
.node h6 {
	color:#e31b23;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:8px;
}
#content-area.node .picture /* The picture of the node author */ {
}
.node.node-unpublished .picture,  .comment.comment-unpublished .picture {
	position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}
#content-area.node .meta, #content-area .node .meta /* Wrapper for submitted and terms data */ {
}
#content-area.node .submitted, #content-area .node .submitted /* The "posted by" information */ {
}
#content-area.node .terms, #content-area .node .terms /* Node terms (taxonomy) */ {
}
.node a, .node a:visited, .node a:active, /* Node's content wrapper */  .block a, .block a:visited, .block a:active /* Node's content wrapper */ {
	color:#e31b23;
	text-decoration:none;
}
.node a:hover, .block a:hover {
	color:#e31b23;
	text-decoration:underline;
}
/*.node .content li {*/
  #content-area.node ul, #content-area .node ul {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:6px;
}
#content-area.node li, #content-area .node li {
	padding:0px 14px 8px 14px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url('images/bullet.gif');
	background-repeat:no-repeat;
	background-position:4px 8px;
}
#content-area.node p, #content-area .node p  /* Node's content wrapper */ {
	margin:0px 0px 10px 0px;
	padding-bottom:0px;
}
.node div.links /* Wrapper for node links */ {
	margin: 1em 0;
}
#content-area .views-view-grid a {
	color:#254089;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	padding:0px 0 0 0px;
}
#content-area .views-view-grid .field-content {
	font-size:11px;
	line-height:16px;
	color:#000;
}
#content-area .views-view-grid a:hover {
	text-decoration:underline;
}
/*******************************************************************************
    END CONTENT STYLE CLASSES
*******************************************************************************/


/*  FCKEDITOR CLASSES */

.SC_Panel {
	width:420px !important;
}
.SC_Item {
	padding:10px 5px 10px 5px !important;
	border:1px solid #b1afb0 !important;
	margin:4px !important;
}
.SC_ItemSelected {
	padding:10px 5px 10px 5px !important;
	margin:4px !important;
}
.SC_Item span, .SC_Item div {
	cursor:pointer;
}
/*********************/


  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */ {
	color: #c00;
}
#primary ul.menu /* Taxonomy links, node links, comment links */ {
	margin: 0;
	padding: 0;
	margin-left:3px;
}
#primary li ul.menu {
	margin-left:0px;
}
#primary ul.links.inline {
	display: none; /* Comments out the edit buttons */
}
#primary ul.menu li.first, ul.menu li.first a, ul.menu li.last, ul.menu li.last a {
	padding: 0;
	margin: 0;
}
#primary ul.menu li {
	background-image:none;
	float: left;
	margin:0;
	padding:0;
}
#primary ul.menu li a {
	display: block;
	background-image:url('images/main_nav_bg1.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	line-height:33px;
	padding:0 22px;
	-padding:0 21px 0 22px;
	text-decoration:none;
	margin:0 1px 0 0;
}
#primary li:hover, #primary li.hover {
}
#primary ul.menu li.last a {
	margin: 0;
}
#primary ul.menu li a.active, #primary ul.menu li a:hover, #primary ul.menu li.active-trail a {
	background-image:url('images/main_nav_bg1_over.gif');
	background-repeat:repeat-x;
	color:#ffffff;
	background-color:#3488C4;
	border-bottom:0px;
}
#primary ul.menu li ul li a, #primary ul.menu li ul li a.active {
	display:block;
	line-height: 12px !important;
	padding:10px !important;
	width:150px;
	color: #fff !important;
	background-color:#2C77B4 !important;
	background-image:url(images/second_nav_bg.gif) !important;
	font-size: 11px !important;
}
#primary ul.menu li ul li a:hover, #primary ul.menu li ul li a.active:hover {
	background-image:url('images/main_nav_bg1_over.gif') !important;
	background-repeat:repeat-x !important;
	color:#ffffff !important;
	background-color:#3488C4 !important;
}
.preview .node /* Preview of the content before submitting new or updated content */ {
/* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }
/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */ {
	margin: 1em 0;
}
#comments-title /* Heading for the list of comments */ {
}
.comment /* Wrapper for a single comment */ {
}
.comment-inner /* Additional wrapper for a single comment */ {
}
.comment-preview /* Preview of the comment before submitting new or updated comment */ {
}
.comment.new /* A new comment since the user last viewed the page. */ {
}
.comment.odd /* An odd-numbered comment in the list of comments */ {
}
.comment.even /* An even-numbered comment in the list of comments */ {
}
.comment.first /* The first comment in the list of comments */ {
}
.comment.last /* The last comment in the list of comments */ {
}
.comment-unpublished /* Unpublished comments */ {
/* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }
.comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */ {
}
.comment-published /* Published comments */ {
}
.comment-by-anon /* A comment created by an anonymous user */ {
}
.comment-by-author /* A comment created by the node's author */ {
}
.comment-mine /* A comment created by the current user */ {
}
.comment h3.title /* Comment title */ {
}
.new /* "New" marker for comments that are new for the current user */ {
	color: #c00;
}
.comment .picture /* The picture of the comment author */ {
}
.comment .submitted /* The "posted by" information */ {
}
.comment .content /* Comment's content wrapper */ {
}
.comment .user-signature /* The user's signature */ {
}
.comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */ {
	margin: 1em 0;
}
.indented /* Nested comments are indented */ {
/* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }
.preview .comment /* Preview of the comment before submitting new or updated comment */ {
/* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }
/** Drupal blocks **/
  .block /* Block wrapper */ {
	margin-bottom: 0px;
}
.block.region-odd /* Zebra striping for each block in the region */ {
}
.block.region-even /* Zebra striping for each block in the region */ {
}
.block.odd /* Zebra striping independent of each region */ {
}
.block.even /* Zebra striping independent of each region */ {
}
.region-count-1 /* Incremental count for each block in the region */ {
}
.count-1 /* Incremental count independent of each region */ {
}
.block-inner /* Additional wrapper for block */ {
}
.block h2.title /* Block title */ {
	color:#254089;
	/*margin-top:10px;*/
    margin-bottom:10px;
	font-size:16px;
}
.block h2.title_hex_CE2B2C {
	color:#CE2B2C;
	margin-bottom:10px;
	font-size:16px;
}
.block h2.title_hex_E5B118 {
	color:#E5B118;
	margin-bottom:10px;
	font-size:16px;
}
.block h2.title_hex_339CA3 {
	color:#339CA3;
	margin-bottom:10px;
	font-size:16px;
}
.block h2.title_hex_3D6CBD {
	color:#3D6CBD;
	margin-bottom:10px;
	font-size:16px;
}
.block h2.title_hex_3A1E87 {
	color:#3A1E87;
	margin-bottom:10px;
	font-size:16px;
}
.block h2.title_hex_4E88C6 {
	color:#4E88C6;
	margin-bottom:10px;
	font-size:16px;
}
.block h2.title_hex_4D4D4D {
	color:#4D4D4D;
	margin-bottom:10px;
	font-size:16px;
}
.block h2.title_hex_A0A0A0 {
	color:#A0A0A0;
	margin-bottom:10px;
	font-size:16px;
}
.block .content /* Block's content wrapper */ {
}
#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}
#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}
#block-block-1 /* First administrator-defined block */ {
}
#block-blog-0 /* "Recent blog posts" block */ {
}
#block-book-0 /* "Book navigation" block for the current book's table of contents */ {
}
#block-comments-0 /* "Recent comments" block */ {
}
#block-forum-0 /* "Active forum topics" block */ {
}
#block-forum-1 /* "New forum topics" block */ {
}
#block-menu-2 /* "Primary links" block */ {
}
#block-node-0 /* "Syndicate" block for primary RSS feed */ {
}
#block-poll-0 /* "Most recent poll" block */ {
}
#block-profile-0 /* "Author information" block for the profile of the page's author */ {
}
#block-search-0 /* "Search form" block */ {
	text-align:right;
	margin: 0;
	padding: 0;
}
#block-statistics-0 /* "Popular content" block */ {
}
#block-user-0 /* "User login form" block */ {
}
#block-user-1 /* "Navigation" block for Drupal navigation menu */ {
}
#block-user-2 /* "Who's new" block for a list of the newest users */ {
}
#block-user-3 /* "Who's online" block for a list of the online users */ {
}
/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */ {
}
.box-inner /* Additional wrapper for box */ {
}
.box h2.title /* Box title */ {
}
.box .content /* Box's content wrapper */ {
}
/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */ {
/* color: #e55; */ /* Drupal core uses a #e55 background */
  }
.warning /* Warnings that are separate from div.messages status messages (see above.) */ {
/* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }
.more-link /* Aggregator, blog, and forum more link */ {
	text-align: right;
}
#user-login-form /* Drupal's default login form */ {
	text-align: left;
}
tr.even /* Some tables have rows marked even or odd. */ {
/* background-color: #eee; */ /* Drupal core uses a #eee background */
  }
tr.odd {
/* background-color: #eee; */ /* Drupal core uses a #eee background */
  }
li a.active /* The active item in a Drupal menu */ {
	color: #000;
}
/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */  .form-checkboxes,  .form-radios {
	margin: 0 0;
}
.form-item input.error, /* Highlight the form elements that caused a form submission error */  .form-item textarea.error,  .form-item select.error {
	border: 2px solid #c00;
}
.form-item label /* The label for a form element */ {
	display: block;
	font-weight: bold;
	margin-top:12px;
}
.form-item label.option /* The label for a radio button or checkbox */ {
	display: inline;
	font-weight: normal;
}
.form-required /* The part of the label that indicates a required field */ {
	color: #c00;
}
.form-item .description /* The descriptive help text (separate from the label) */ {
	font-size: 0.85em;
}
.form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */  .form-radios .form-item {
	margin: 0.4em 0;
}
.form-submit /* The submit button */ {
}
.form-image {
	margin-top:12px;
}
.container-inline div, .container-inline label /* Inline labels and form divs */ {
	display: inline;
}
.tips /* Tips for Drupal's input formats */ {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
	margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}
#user-login-form li.openid-link, /* The "Log in using OpenID" links. */  #user-login li.openid-link {
	margin-top: 1em;
	margin-left: -20px; /* Un-do some of the padding on the ul list. */
	padding-left: 20px;
	background-position: left center;
}
#user-login-form li.user-link, /* The "Cancel OpenID login" links. */  #user-login li.user-link {
	margin-top: 1em;
	list-style-type: disc;
	list-style-position: outside;
}
#user-login li.openid-link, /* The OpenID links on the /user form. */  #user-login li.user-link {
	margin-left: -2em; /* Un-do all of the padding on the ul list. */
}
/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  .textarea-identifier {
	visibility:hidden;
	display:none;
}
.content-multiple-table {
	width:100%;
}
form tbody {
	border-top: 1px solid #ccc;
}
.group-metadata {
	width:90%;
}
form th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}
.node-form .form-text {
	width: 95% !important;
}
.node-form textarea {
	width: 95% !important;
}
form tbody th {
	border-bottom: 1px solid #ccc;
}
form thead th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}
#search-block-form .container-inline {
	display: inline;
	font: 11px arial;
	color: #000;
	vertical-align:middle !important;
	float:left;
	margin-left:4px;
	margin-top:3px;
}
#search-block-form .container-inline a {
	font: 11px arial;
	color: #000;
	text-decoration: none;
	padding: 7px 0px 3px !important;
	vertical-align:middle !important;
}
#edit-submit-1 {
	vertical-align:middle;
	padding-bottom: 6px;
	margin:0;
}
#edit-search-block-form-1-wrapper {
}
.navbar_bookends {
	float:right;
}
#header_search {
	overflow:auto;
	margin-bottom: 8px;
}
#block-menu-menu-nav-solutions h2 {
	display:none;
}
#block-menu-menu-nav-solutions {
	background-image: url('images/subnav_bg.gif');
}
#block-menu-menu-nav-solutions .menu .leaf {
	list-style-type:none;
}
#edit-search-block-form-1 {
	border:1px solid #333333;
	height:15px;
	margin-left:2px;
	margin-top:0px;
	width:140px;
	font-size: 10px;
	margin-right:2px;
	float:left;
}
#interior_bottom {
	margin-left:24px;
}
#interior_bottom-nocol {
	margin-left:10px;
}
#interior_bottom_nonav {
	margin-left:10px;
}
#interior_top_nonav {
	margin-left:10px;
	margin-bottom:-3px;
}
#main-nav ul {
	display:none;
}
#main-nav ul li {
	display:none;
}
#main-nav ul li ul {
	display:block;
}
#main-nav ul li ul li {
	display:block;
}
/***** Some front-page stuff *****/

  #front_main {
	padding:0 9px;
}
#flash {
	float:left;
	width:684px;
}
#hp_feature_content {
	background-color:#2F8CC5;
	background-image:url('images/hp_welcome_rtside.gif');
	background-position:right center;
	background-repeat:no-repeat;
	float:left;
	height:207px;
	overflow:hidden;
	padding-left:7px;
	padding-right:20px;
	padding-top:30px;
	width:234px;
}
.homepage p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	margin-bottom:18px;
}
#hp_feature_content p {
	color:#FFFFFF;
}
#hp_feature_content h1, #hp_feature_content h2, #hp_feature_content h3, #hp_feature_content h4, #hp_feature_content h5, #hp_feature_content h6 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin-bottom:12px;
}
#hp_buckets {
	/* height:232px; */
margin-top:9px;
	width:945px;
}
#hp_bucket_left {
	float:left;
	border-top:1px solid #888;
	/*  height:232px; */
margin-right:6px;
	width:396px;
}
#hp_buckets h2 {
	background-color:#CDDEEB;
	border-left:1px solid #888888;
	border-right:1px solid #888888;
	border-top:1px solid #888888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:10px;
}
.bucket_content {
	border-left:1px solid #888888;
	border-right:1px solid #888888;
	min-height:229px;
	_height:227px;
	height:300px;
}
.bucket_content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding: 10px 5px 0px 5px;
}
#hp_bucket_left .bucket_content {
	background-color:#27478a;
}
#hp_bucket_left .bucket_content {
	padding-top: 0px;
}
#hp_bucket_left .bucket_content p {
	margin: 0;
	padding: 10px;
	background-color:#fff;
}
#hp_bucket_right .bucket_content table td {
	padding-top:5px;
	padding-bottom:2px;
}
.bucket_content a {
	color:#E31B23;
	text-decoration:none;
}
.bucket_content ul {
	margin-bottom:0;
	margin-left:10px;
	margin-right:10px;
}
.bucket_content li {
	background-image:none;
	border-bottom:1px solid #D1D6D7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:0;
}
.bucket_content h3 {
	color:#E31B23;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
}

.hp_noTabs{
	background-image:url(images/hp_notabs.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	width:394px;
	height:14px;
}

#hp_noTabs_content, #hp_noTabs_content table {
	width:364px !important;
}



#hp_noTabs_content th {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:0 0px 5px 5px;
}


#hp_noTabs_content table td {
	padding:5px;
	vertical-align:top;
}

.hp_tabs {
	height:30px;
	background-color: #cddeeb;
}
.hp_tabs a {
	background-image:url('images/hp_tab_lg.gif');
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	line-height:30px;
}
.hp_tabs a:hover {
	background-image:url('images/hp_tab_lg.gif');
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	line-height:30px;
}
.hp_tabs a.a-selected {
	background-image:url('images/hp_tab_lg_selected.gif');
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	line-height:30px;
}
.hp_tabs ul {
	margin:0;
}
.hp_tabs li {
	background-image:none;
	border-style:none;
	float:left;
	margin:0 2px 0 0;
	padding:0;
	text-align:center;
	width:195px;
}
.hp_tabs li.li-last {
	margin-right:0;
}
.hp_tabs_results {
	background-color:#27478A;
	/*  height:89px; */
padding:10px;
	margin:0px;
}
#hp_tab1_cont, #hp_tab2_cont, #hp_tab3_cont {
	background-color:#27478A;
}
.hp_tabs_results ul {
	margin-bottom:0;
	margin-left:15px;
	width:180px;
}
.hp_tabs_results li {
	background-image:url('images/arrow_drkblue.gif');
	background-position:right center;
	background-repeat:no-repeat;
	border-top:1px solid #48659D;
	border-bottom: none !important;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
}
.hp_tabs_results a {
	color:#FFFFFF;
	font-size:1.1em;
	text-decoration:none;
}
#hp_bucket_mid {
	/*background-image:url('images/hp_news_box_bottom.gif');
background-position:center bottom;
background-repeat:no-repeat;*/
	border-top:1px solid #888888;
	float:left;
	/*  height:232px; */
	margin-right:6px;
	width:266px;
	overflow:hidden;
}
#hp_buckets h2 {
	background-color:#CDDEEB;
	border-left:1px solid #888888;
	border-right:1px solid #888888;
	border-top:1px solid #888888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:10px;
}
#hp_bucket_right {
	/*background-image:url('images/hp_fb_box_bottom.gif');
background-position:center bottom;
background-repeat:no-repeat;*/
float:left;
	border-top:1px solid #888888;
	/* height:232px; */
width:270px;
	overflow:hidden;
}
.featured_bite {
	border-bottom:1px solid #D1D6D7;
	height:49px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:2px;
	padding-top:2px;
}
.bite_description {
	float:left;
	padding-top:8px;
}
.gate-form-div {
	float:left;
	width:300px;
	/*margin-left:20px;*/
    margin-right:30px;
	margin-bottom:10px;
}
.gate-form-div-submit {
	float:left;
	width:300px;
	margin-left:0px;
	margin-right:20px;
}
.gate-form-div input {
	width:100%;
}
.gate-form-cont p {
	margin:0px 20px 10px 0px;
}
.featured_bite_button {
	float:right;
}
.featured_bite a {
	border:0 none;
	margin-bottom:0;
	margin-top:0;
	text-decoration:none;
}
body.front_page #page #page-inner #footer {
	margin-left: 9px;
}
#landing_2col_content_header {
	height:161px;
	overflow:hidden;
}
#landing_3col_content_header {
	background-color:#FFFFFF;
}
.left_inner {
	padding:0 15px 0 30px;
}
#landing_2col_content_header .left {
	height:161px;
	width:494px;
	background-color:#EFEFF0;
	background-image:url('images/interior_landing_header_bg.gif');
	background-repeat:repeat-x;
	border-bottom:1px solid #EBEBEC;
	border-right:1px solid #EBEBEC;
	border-top:1px solid #EBEBEC;
	margin-right:10px;
}
#landing_2col_content_header .right {
}
#landing_3col_content_header .left {
	height:161px;
	width:495px;
	background-color:#EFEFF0;
	background-image:url('images/interior_landing_header_bg.gif');
	background-repeat:repeat-x;
	border-bottom:1px solid #EBEBEC;
	border-right:1px solid #EBEBEC;
	border-top:1px solid #EBEBEC;
	margin-right:10px;
}
#landing_3col_content_header .left h1 {
	margin-bottom:5px;
	margin-top:7px;
	color:#25438B;
	font: 22px arial;
	font-weight:normal;
	margin-left:0;
}
#landing_3col_content_header .right {
	height:163px;
	width:241px;
}
#landing_3col_content_header .left .left_inner p, #content_3col_content_header .left .left_inner p {
	font: 14px arial;
	line-height: 18px;
}
#content_3col_content_header {
	width:100%;
}
div.node-type-content-page {
/*margin-top:10px;*/
}
/***** that views thing ******/

div.view-baby-horse div.view-content div.item-list ul {
	overflow: auto;
}
div.view-baby-horse div.view-content div.item-list ul li.views-row {
	width:228px;
	list-style-type: none;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}
div.views-field-field-list-view-image-fid {
	float:left;
	margin:0 5px;
}
.views-view-grid td {
}
#block-views-news_events_articles-block_1 {
	margin-bottom: 16px;
}
.list-item-landing {
	background-image: url('images/landing_page_box_bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	width: 218px;
    height:115px;
	padding:0 6px 5px 5px;
	overflow:auto;
	margin-bottom:-2px;
}
.views-field-field-blurb-value {
	padding-right:10px;
	padding-top:6px;
}
.views-view-grid {
	border-collapse:separate;
	border-spacing:4px 3px;
}
.views-field-field-blurb-value p {
	display: inline;
}
.dummy_landing_list_item_head {
	width: 227px;
	height: 13px;
	background-image:  url('images/landing_page_box_top.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
.client_quote {
	font-size:12px;
	line-height:14px;
}
#sidebar-right .block {
	border-bottom:1px solid #ccc;
	padding-top:12px;
	padding-bottom:12px;
	padding-right:8px;
}
/* ADMIN CLASSES --------------------------------------------- */
div.messages, div.status, div.warning, div.error {
	margin:10px 0px 10px 0px;
}
.fieldset-wrapper {
	margin:5px 16px 12px 16px;
}
.form-submit {
	margin:15px 0px 15px 15px;
}
.views-admin-links, .views-hide {
	display:none;
	visibility:hidden;
}
div.view div.views-admin-links {
	width:auto;
}
.admin-left #block-user-1 .block-inner {
	display:block;
	margin-left: 15px;
}
.admin-left #block-autologout-0 .block-inner {
	display:block;
	margin-left: 15px;
}
.admin-left #block-user-1 .block-inner div.content ul.menu li.leaf a, .admin-left #block-user-1 .block-inner div.content ul.menu li.collapsed a, .admin-left #block-user-1 .block-inner div.content ul.menu li.expanded a {
	color: #25438B;
	text-decoration: none;
}
.admin-left #block-user-1 .block-inner div.content ul.menu li.leaf a:active, .admin-left #block-user-1 .block-inner div.content ul.menu li.collapsed a:active, .admin-left #block-user-1 .block-inner div.content ul.menu li.expanded a:active {
	color: #E31B23;
	text-decoration: underline;
}
/* END ADMIN CLASSES ----------------------------------------- */

/* CALLOUTS -------------------------------------------------------*/

.callout_image_image {
	margin:0 12px 110px 0;
}
/* */

#normal_view_table {
	width:100%;
}
#normal_view_table td, #normal_view_table th {
	padding-bottom:0px !important;
	padding-top:0px !important;
	border-bottom:0px !important;
}
#view_form_select table td {
	padding:5px;
	border-top:0px;
}
#featured_demos {
	padding-bottom:10px;
}
#featured_demos p {
	margin-top:15px;
	margin-bottom:15px;
}
#voice_demo_table {
	width:690px;
}
#voice_demo_table th {
	padding-top: 10px;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
}
#voice_demo_table td {
	padding-top: 10px;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
	vertical-align:top;
}
#voice_demo_table a, #featured_demos a {
	color:#e31b23;
	font-weight:bold;
	padding-left:22px;
	background-image:url('images/arrow_white.gif');
	background-repeat:no-repeat;
	display:block;
}
.callout_flash_block {
	margin-top: 10px;
}
#div_form_select select {
	display: inline;
}
#view-content-whitepapers .views-row {
	background-image:url('images/arrow_white.gif');
	background-repeat:no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
#view-content-whitepapers .views-row.views-row-last {
	border-bottom: 0px;
}
#view-content-whitepapers .views-row .views-field-title .field-content a {
	font-weight: bold;
}
#view-content-whitepapers .views-row .views-field-field-wp-teaser-value .field-content {
	font-size: 11px;
	line-height: 13px;
}
#view-content-whitepapers .views-row .views-field-field-wp-teaser-value {
	max-width: 375px;
}
.views-field-field-temp-extra-field-value {
	float:right;
	width:200px;
}
.p_moderators, .p_presenters {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.p_moderators p, .p_presenters p {
	font-weight: normal;
}
.p_moderators p, .p_presenters img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
li.leaf {
	padding: 0px;
}
#second_nav ul.menu li.active-trail a {
	/*background-color: #DEE9F9;*/
    color: #000;
}
#search_bumper {
	padding-top:3px;
	margin-left:200px !important;
}
#search_bumper_ie {
	padding-top:3px;
	margin-left:211px !important;
}
#search_bumper_ie6 {
	padding-top:3px;
	margin-left:201px !important;
	border: 1px solid pink;
}
.whitepaper_time {
	margin-bottom: 12px;
}
.rss_link {
	padding-left:20px;
	background-image:url('images/rss.gif');
	background-repeat:no-repeat;
}
#job_content p {
	margin: 0 !important;
}
#job_content .career-bump {
	margin: 15px 0 0 !important;
}
#news_content p {
	margin: 0 !important;
}
#news_content b {
	display: block;
	margin: 15px 0 0 !important;
}
#template_information {
	padding:4px;
	padding-left:0px;
	float:left;
	display:none;
}
.sm_select {
	font-size:11px;
}

p-white{
	background-color:#fff;
	
}

