/*
Theme Name: Ameritox
Theme URI: Ameritox.com
Description: Ameritox Theme
Version: 1.0
Author: Joe Fino
Author URI: crosbymarketing.com
*/

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
div.alignleft {
	float: left;
	/*min-height: 375px;*/
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */

/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */
@font-face {
  font-family: GothamMedium;
    src: url("Gotham-Medium.eot");
    src: local('Gotham Medium'),
       url("GothamMedium.svg#lg") format('svg'),
       url("GothamMedium.otf") format('opentype');
}
@font-face {
  font-family: GothamBook;
    src: url("Gotham-Book.eot");
    src: local('Gotham Book'),
       url("GothamBook.svg#lg") format('svg'),
       url("GothamBook.otf") format('opentype');
}
/* Default font settings.  */
body.home {
	font-size: 10px;
	background:#010d41 url(images/ATX_Home_Production_bg_02.jpg) no-repeat scroll center top;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 10px;
	background:#133880 url(images/interior-bg.jpg) no-repeat scroll center top;
	font-family: Arial, Helvetica, sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em 0;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #000;
}
a {
	color: #0072bc;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
em, i {
	font-style:italic;
}
strong, bold {
	font-weight:bold;
}
dfn {
	font-weight: bold;
	font-style: italic;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/* Lists
-------------------------------------------------------------- */

li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}

/* Navigation
-------------------------------------------------------------- */
.sf-sub-indicator {
	display:none;
	visibility: hidden;
}
#navigation {
	margin:0;
	padding:0 9px 0 8px;
	float:left;
	clear:both;
	display:inline;
	width:980px;
	height:46px;
	background: url(images/nav-bg.png) no-repeat scroll 0px 0px;
	font-size: 1.3em;
	font-weight: normal;
	font-family: GothamBook, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	position:relative;
	z-index:99;
}
#navigation-interior {
	margin:0;
	padding:0 9px 0 8px;
	float:left;
	clear:both;
	display:inline;
	width:980px;
	height:46px;
	background: url(images/nav-interior-bg.png) no-repeat scroll 0px 0px;
	font-size: 1.3em;
	font-weight: normal;
	font-family: GothamBook, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	position:relative;
	z-index:99;
}
#navigation ul, #navigation-interior ul {
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;
	position:relative;
	z-index:99;
}
#navigation ul li.laboratory-science ul, #navigation-interior ul li.laboratory-science ul,
#navigation ul li.expert-advisors ul, #navigation-interior ul li.expert-advisors ul {
	background:transparent url(images/shadow.png) repeat scroll right bottom;
	clear:left;
	float:left;
	list-style-type:none;
	margin:5px 0 0;
	padding:0 10px 10px 0;
	position:absolute;
	width:225px;
	z-index:99;
}
#navigation ul li.practice-management ul, #navigation-interior ul li.practice-management ul {
	background:transparent url(images/shadow.png) repeat scroll right bottom;
	clear:left;
	float:left;
	list-style-type:none;
	margin:5px 0 0;
	padding:0 10px 10px 0;
	position:absolute;
	width:244px;
	z-index:99;
}
#navigation ul li.medication-monitoring ul, #navigation-interior ul li.medication-monitoring ul {
	background:transparent url(images/shadow.png) repeat scroll right bottom;
	clear:left;
	float:left;
	list-style-type:none;
	margin:5px 0 0;
	padding:0 10px 10px 0;
	position:absolute;
	width:159px;
	z-index:99;
}
#navigation ul li.about-ameritox ul, #navigation-interior ul li.about-ameritox ul {
	background:transparent url(images/shadow.png) repeat scroll right bottom;
	clear:left;
	float:left;
	list-style-type:none;
	margin:5px 0 0;
	padding:0 10px 10px 0;
	position:absolute;
	width:168px;
	z-index:99;
}
#navigation li, #navigation-interior li {
	clear:none;
	float:left;
	margin:8px 0 0 0;
	padding:0;
}
#navigation a, #navigation-interior a {
	color:#fff;
	text-decoration:none;
	float:left;
}
#navigation a:hover, #navigation a.selected, #navigation-interior a:hover, #navigation-interior a.selected {
	color:#000;
}
#navigation li.laboratory-science, #navigation-interior li.laboratory-science {
	padding:0 0 0 20px;
	width:205px;
}
#navigation li.laboratory-science ul li, #navigation-interior li.laboratory-science ul li {
	background:#00a6eb;
	padding:0 0 0 20px;
	margin:0;
	width:205px;
	border-bottom: 1px solid #39b1e7;
}
#navigation li ul li:last-child, #navigation-interior li ul li:last-child {
	border-bottom:none;
}
#navigation li ul li a, #navigation-interior li ul li a {
	padding:10px 0;
	margin:0;
}
#navigation li.expert-advisors, #navigation-interior li.expert-advisors {
	width:178px;
	background:transparent url(images/nav-bullet.gif) no-repeat scroll 0 3px;
	padding:0 0 0 9px;
	text-indent:0;
}
#navigation li.expert-advisors ul li, #navigation-interior li.expert-advisors ul li {
	background:#00a6eb;
	padding:0 0 0 9px;
	margin:0;
	width:215px;
	border-bottom: 1px solid #39b1e7;
}
#navigation li.practice-management, #navigation-interior li.practice-management {
	width:234px;
	background:transparent url(images/nav-bullet.gif) no-repeat scroll 0 3px;
	padding:0 0 0 9px;
	text-indent:0;
}
#navigation li.practice-management ul li, #navigation-interior li.practice-management ul li {
	background:#00a6eb;
	padding:0 0 0 9px;
	margin:0;
	width:234px;
	border-bottom: 1px solid #39b1e7;
}
#navigation li.medication-monitoring, #navigation-interior li.medication-monitoring {
	width:149px;
	background:transparent url(images/nav-bullet.gif) no-repeat scroll 0 3px;
	padding:0 0 0 9px;
	text-indent:0;
}
#navigation li.medication-monitoring ul li, #navigation-interior li.medication-monitoring ul li {
	background:#00a6eb;
	padding:0 0 0 9px;
	margin:0;
	width:149px;
	border-bottom: 1px solid #39b1e7;
}
#navigation li.about-ameritox, #navigation-interior li.about-ameritox {
	background:transparent url(images/nav-bullet.gif) no-repeat scroll 0 3px;
	padding:0 0 0 9px;
	width:158px;
	text-indent:0;
}
#navigation li.about-ameritox ul li, #navigation-interior li.about-ameritox ul li {
	background:#00a6eb;
	padding:0 0 0 9px;
	margin:0;
	width:158px;
	border-bottom: 1px solid #39b1e7;
}
#slideHolder {
	float:left;
	margin:12px 0 0 0;
	padding:0;
	height:332px;
	width:716px;
	overflow:hidden;
}
.images {
    float: left;
    height: 332px;
    position: absolute;
    width: 716px;
	overflow:hidden;
}
#slide-nav {
	display:none;
}
.backward {
    background: url("images/home-leftArrow.png") no-repeat scroll 0 0 transparent;
    clear: left;
    float: left;
    height: 41px;
    left: 20px;
    position: absolute;
    text-indent: -1000em;
    top: 140px;
    width: 41px;
    z-index: 9999;
	cursor:pointer;
}
.forward {
    background: url("images/home-rightArrow.png") no-repeat scroll 0 0 transparent;
    clear: left;
    float: left;
    height: 41px;
    left: 656px;
    position: absolute;
    text-indent: -1000em;
	top: 140px;
    width: 41px;
    z-index: 9999;
	cursor:pointer;
}
#informationNav {
	margin:12px 0 0 0;
	padding:0px;
	float: right;
	width: 252px;
}
#informationNav #infoNavHead {
	background: transparent url(images/infoNav-head.png) no-repeat scroll 0 0;
	margin: 0px;
	padding: 0px;
	height:33px;
	width: 252px;
	float:left;
}
#informationNav #infoNavTop {
	background: transparent url(images/infoNav-top.png) no-repeat scroll 0 0;
	margin: 0px;
	padding: 0px;
	height:133px;
	width: 252px;
	float:left;
	clear:left;
}
#informationNav #infoNavTop ul {
	margin: 0px;
	padding: 0px;
	float:left;
	clear:left;
}
#informationNav #infoNavTop li {
	list-style: none outside none !important;
	background: none !important;
	margin: 0px;
	padding: 0px;
	float:left;
	clear:left;
}
#informationNav #infoNavTop li a {
    background: url(images/infoNav-button.png) no-repeat scroll 0 0 transparent;
    clear: left;
    color: #FFFFFF;
    float: left;
    height: 20px;
    margin: 0;
    padding: 10px 0 0 15px;
    text-decoration: none;
    width: 236px;
}
#informationNav #infoNavTop li a:hover {
	background: transparent url(images/infoNav-button.png) no-repeat scroll 0 -30px;
}
#informationNav #quickLinks {
	margin: 0px;
	padding: 0px;
	width: 252px;
	float:left;
	clear:left;
}
#informationNav #quickLinks .top {
	background: transparent url(images/quickLinks-top.png) no-repeat scroll 0 0;
	margin: 0px;
	padding: 0px;
	height:15px;
	width:252px;
	float:left;
	clear:left;
}
#informationNav #quickLinks .middle {
	background: transparent url(images/quickLinks-middle.png) repeat-y scroll 0 0;
	margin: 0px;
	padding: 0px;
	width:252px;
	float:left;
	clear:left;
	color:#1191db;
}
#informationNav #quickLinks .bottom {
	background: transparent url(images/quickLinks-bottom.png) no-repeat scroll 0 0;
	margin: 0px;
	padding: 0px;
	height:15px;
	width:252px;
	float:left;
	clear:left;
}
#informationNav #infoNavHead h2 {
	font-size: 1.5em;
	font-weight: normal;
	font-family: GothamBook, Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #fff;
	margin:5px 0 0 12px;
	padding: 0px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
#informationNav li {
    background: url(images/quickBullet.png) no-repeat scroll 0 3px transparent;
    clear: left;
    float: left;
    list-style: none outside none;
    margin: 0 0 3px;
    padding: 0 0 5px 15px;
    text-indent: 0;
    width: 210px;
}
#informationNav #quickLinks .middle a {
	color:#1191db;
	text-decoration:none;
}
#informationNav #quickLinks .middle a:hover {
	text-decoration: underline;
}
#informationNav #quickLinks h3 {
    color: #1191DB;
    font-family: GothamBook,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    margin: 0 0 0 17px;
    padding: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}
#informationNav ul {
    clear: none;
    color: #FFFFFF;
    float: left;
    font-family: GothamBook,Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    line-height: normal;
    list-style-type: none;
    margin: 3px 0 0 19px;
    padding: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    width: 225px;
}
#subNav {
	float:left;
	margin:26px 0 0 0;
	padding:0;
	width:100%;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.2em;
	color:#898989;
	text-transform:uppercase;
}
#subNav ul {
	float:left;
	margin:0;
	padding:0;
	display:inline;
	list-style-type: none;
}
#subNav li {
	float:left;
	clear:none;
	background:transparent url(images/subNav-bullet.png) no-repeat scroll 0 3px;
	margin:0;
	padding:0 10px;
	display:inline;
	list-style-type: none;
}
#subNav li:first-child {
	background: none;
	padding:0 10px 0 0;
}
#subNav li a {
	color:#898989;
	text-decoration:none;
}
#subNav li a:hover {
	color:#000;
	text-decoration:underline;
}
#subNav li.current_page_item a {
	color:#000;
	font-weight:bold;
	line-height:1.2em;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
/*.sf-menu {
	line-height:	1.0;
}*/
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-shadow ul {
	/*background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;*/
}
.sf-shadow ul.sf-shadow-off {
	/*background: transparent;*/
}

/* Tables
-------------------------------------------------------------- */

table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}

/* Misc classes
-------------------------------------------------------------- */

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.left {
	float:left;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	width: 682px;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.printLink {
	cursor:pointer;
}

/* Begin Share It */

#shareit-box {
	position:absolute;
	display:none;
	z-index:9999;
}
#shareit-header {
	width:138px;
}
#shareit-body {
	width:138px;
	height:100px;
	background:url(images/share/shareit.png);
}
#shareit-blank {
	height:20px;
}
#shareit-url {
	height:50px;
	text-align:center;
}
#shareit-url input.field {
	width:100px;
	height:26px;
	background: transparent url(images/share/field.gif) no-repeat;
	border:none;
	outline:none;
	padding:7px 5px 0 5px;
	margin:3px auto;
	font-size:11px;
}
#shareit-icon {
	height:20px;
}
#shareit-icon ul {
	list-style:none;
	width:130px;
	margin:0;
	padding:0 0 0 8px;
}
#shareit-icon ul li {
	float:left;
	padding:0 2px;
}
#shareit-icon ul li img {
	border:none;
}

/* End Share It */

/* Page Layout
-------------------------------------------------------------- */
#page {
	background: transparent no-repeat scroll center top;
	margin: 0px auto;
	padding: 0px;
	width: 997px;
	overflow: visible;
}
#header #logo {
	margin: 62px 0 0 21px;
	padding: 0px;
	float: left;
	display:inline;
}
#header {
	background: transparent url(images/interior-bg.png) repeat-y scroll center 0px;
	padding:0 9px 0 8px;
	margin:0;
	float:left;
	width:980px;
	display:inline;
	height:130px;
}
.headerIcon {
    float: left;
	width:32px;
	height:50px;
	margin:0 8px 0 0;
}
#information .text {
	color: #b0143f;
	font-size:12px;
	line-height:16px;
	border-right: 1px dashed #b2b2b2;
	width:277px;
	float:left;
	clear:none;
	margin:0 14px 0 0;
}
#information .contactButton {
    background: url(images/header-contactButton.png) no-repeat scroll center 0 transparent;
    clear: left;
    float: left;
    height: 34px;
    left: -3px;
    margin: 0;
    position: relative;
    top: 4px;
    width: 220px;
}
#information .computer {
	border:none !important;
	width:220px !important;
	margin:0 0 0 0 !important;
	color:#0089d8 !important;
}
.computer p {
	margin:0 !important;
}
#information {
	margin:14px 0 0 0;
	padding: 0;
	clear: none;
	float: right;
	width: 617px;
	display:inline;
}
#information strong {
	text-transform:uppercase;
}
#information a {
	color:#004A80;
	font-size:inherit;
	text-decoration:none;
}
#information a:hover {
	text-decoration:underline;
}
#header #searchArea {
	margin:10px 7px 0 0;
	padding: 0;
	clear: both;
	float: right;
	display:inline;
}
#searchArea a {
	text-decoration:none;
}
#searchform {
	margin:5px 0 0 0;
	float:right;
}
#socialIcons {
	margin:18px 8px 0 0;
	float:right;
	clear:none;
	width:70px;
}
#socialIcons img {
	float:left;
	clear:none;
	margin:0 5px 0 0;
}
#searchform input {
	clear: left;
	float: left;
	background:transparent url(images/searchForm-bg.png) no-repeat scroll 0 0;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:inherit;
	font-size:11px;
	margin:0;
	padding:5px 0 5px 5px;
	vertical-align:baseline;
	width:197px;
	height:14px;
}
#searchform #searchsubmit {
	background:transparent url(images/search-button.png) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	height:24px;
	margin:0 5px 0 0;
	padding:0;
	position:relative;
	text-indent:-1000em;
	vertical-align:baseline;
	width:69px;
}
#homeMain {
	margin: 0px;
	padding:0 9px 0 8px;
	min-height:614px;
	float: left;
	width: 980px;
	display:inline;
}
#homeMain-content {
	margin: 0px;
	padding: 0px;
	min-height:614px;
	float: left;
	width: 980px;
	overflow: visible;
	position:relative;
	z-index:98;
}
#wrapper {
	float:left;
}
.background {
	background: url(/homeImages/homeMain4.jpg) no-repeat scroll 0 0;
	width: 980px;
	height:672px;
	position:absolute;
	z-index:97;
	float:left;
	clear:none;
	display:block;
}
.background2 {
	background: url(/homeImages/homeMain2.jpg) no-repeat scroll 0 0;
	width: 980px;
	height:672px;
	position:absolute;
	z-index:96;
	float:left;
	clear:none;
	display:block;
}
.background3 {
	background: url(/homeImages/homeMain3.jpg) no-repeat scroll 0 0;
	width: 980px;
	height:672px;
	position:absolute;
	z-index:95;
	float:left;
	clear:none;
	display:block;
}
.background4 {
	background: url(/homeImages/homeMain.jpg) no-repeat scroll 0 0;
	width: 980px;
	height:672px;
	position:absolute;
	z-index:94;
	float:left;
	clear:none;
	display:block;
}
/*
.background5 {
	background: url(/homeImages/homeMain5.jpg) no-repeat scroll 0 0;
	width: 980px;
	height:672px;
	position:absolute;
	z-index:93;
	float:left;
	clear:none;
	display:block;
}

.background6 {
	background: url(/homeImages/homeMain6.jpg) no-repeat scroll 0 0;
	width: 980px;
	height:672px;
	position:absolute;
	z-index:92;
	float:left;
	clear:none;
	display:block;
}
*/
.hidden {
	display:none;
	height:1px;
	width:1px;
}
#homeMain #informationTitle {
	padding: 0px;
	float: left;
	margin-top: 169px;
	margin-left: 20px;
	margin-bottom: 94px;
}
#homeContent {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 980px;
	overflow: visible;
}
#portalLogin {
	margin: 4px 0 0 -15px;
	padding: 0px 8px;
	float: left;
	width: 237px;
}
#portalLogin .top {
	background: url(images/portal-login-top.png) no-repeat scroll center top;
	margin: 0px;
	padding: 8px 8px 0px 8px;
	height: 6px;
	width: 237px;
	float:left;
}
#portalLogin .bottom {
	background: url(images/portal-login-bottom.png) no-repeat scroll center top;
	margin: 0px;
	padding: 0px 8px 8px 8px;
	height: 6px;
	width: 237px;
	float:left;
	clear:left;
}
#portalLogin .content {
	background: transparent url(images/portal-login-bg.png) repeat-y scroll center top;
	margin: 0px;
	padding: 0px 8px;
	width:237px;
	float:left;
	clear: left;
	min-height:364px;
}
#portalLogin .row {
	padding: 0px;
	margin: 5px 12px 12px 12px;
	clear: left;
	float: left;
	width:212px;
}
#portalLogin .formrow {
	padding: 0px;
	margin: 0 12px;
	clear: left;
	float: left;
	width:212px;
}
#portalLogin .row label.error {
	color:#bb161c;
	font-size:10px;
}
#textContent .colLeft {
    border-right: 1px dashed #666666;
    clear: left;
    float: left;
    margin: 5px 0 0 19px;
    min-height: 344px;
    padding: 0 13px 0 0;
    width: 225px;
}
#textContent .colNews {
    border-right: 1px dashed #666666;
    clear: none;
    float: left;
    margin: 5px 0 0 19px;
    min-height: 344px;
    padding: 0 5px 0 0;
    width: 225px;
}
#textContent .colRight {
	padding: 0;
	margin: 5px 0 0 19px;
	clear: none;
	float: left;
	width:195px;
	min-height:344px;
}
#textContent .colRight p.more {
	position:relative;
	left:-5px;
}
ul.homeNews {
	list-style:none;
	float:left;
	clear:left;
	margin:0;
	width:210px;
}
ul.homeNews li {
	float:left;
	clear:left;
	width:210px;
}
ul.homeNews li.post-row-odd {
	padding: 0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom: 1px dashed #666;
}
.homeNews .date {
	padding: 0;
	margin:0 0 5px 0;
	clear: left;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666;
	width:210px;
}
.homeNews .excerpt {
	padding: 0;
	margin:0 0 5px 0;
	clear: left;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	width:210px;
}
.homeNews .readMore {
	padding: 0;
	margin:0 0 5px 0;
	clear: left;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:210px;
}
#portal .row label {
	margin: 0;
	padding: 0px;
	clear: left;
	float: left;
	font-weight: normal;
	white-space:nowrap;
	font-size: 1.1em;
	width:100%;
	font-family: GothamMedium, Arial, Helvetica, sans-serif;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
#portal .row input {
	clear: left;
	float: left;
	background:transparent url(images/login-bg.png) no-repeat scroll 0 0;
	border-style:none;
	border-width:0;
	color:#000000;
	font-family:inherit;
	font-size:11px;
	height:23px;
	margin:5px 0 0 0;
	padding:5px;
	vertical-align:baseline;
	width:207px;
}
#portalLogin .content #portal {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
}
#textContent {
	margin: 4px -5px 0;
	padding: 0px 8px;
	float: left;
	width: 732px;
	clear: none;
}
#portalLogin p, #portalLogin .kw {
	font-size: 12px;
	line-height:17px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:0 20px 0 0;
	color:#666;
}
#textContent p {
	font-size: 12px;
	line-height:17px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 20px 0;
	padding:0 20px 0 0;
	color:#666;
	width:95%;
}
#textContent h3 {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    margin: 9px 0 10px;
	padding:0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}
#portalLogin h5 {
    color: #666666;
    font-family: GothamBook,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 6px 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}
#textContent h4 {
    color: #bfb4ae;
    font-family: GothamBook,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
	line-height: normal;
    margin: 5px 0 10px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}
.divider {
	border-bottom: 1px dashed #666;
	padding:0 0 9px 0 !important;
}
#portalLogin a {
	color:#004A80;
	float:left;
	font-size:1.1em;
	font-weight:normal;
	margin:2px;
	text-decoration:none;
	white-space:nowrap;
}
#textContent a {
	color:#004a80;
	text-decoration:none;
	font-size:inherit;
	font-weight:bold;
}
#textContent a:hover, #portalLogin a:hover {
	text-decoration:underline;
}
#textContent .top {
	background: url(images/home-text-top.png) no-repeat scroll center top;
	margin: 0px;
	padding: 8px 8px 0px 8px;
	height: 6px;
	width: 732px;
	float:left;
}
#textContent .bottom {
	background: url(images/home-text-bottom.png) no-repeat scroll center top;
	margin: 0px;
	padding: 0px 8px 8px 8px;
	height: 6px;
	width: 732px;
	float:left;
	clear:left;
}

#textContent .content {
	background: transparent url(images/home-text-bg.png) no-repeat scroll center bottom;
	margin: 0px;
	padding: 0px 8px;
	width:732px;
	float:left;
	clear: left;
	min-height:270px;
}
#footer {
	margin: 0 auto;
	padding: 15px 0;
	clear: left;
	width: 980px;
	color: #fff;
	background: transparent;
	position:relative;
	z-index:100;
}
#footer a {
	color:#6dcff6;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
#footer p {
	display: inline;
	list-style-type: none;
	float:left;
	clear:none;
}
#footer ul {
	display: inline;
	list-style-type: none;
	float:left;
	clear:none;
}
#footer li {
	display: inline;
	list-style-type: none;
	float:left;
	clear:none;
	padding:0;
	margin:0;
	background:transparent url(images/footer-dot.png) no-repeat scroll 0 6px;
	margin:0 5px 0 0;
	padding:0 0 0 10px;
	text-indent:0;
}
/*START: footer updates -- 10/17/2011*/
#footer { color: #eee; }
#footer h5 { font: 12px 'GothamMedium', sans-serif; text-transform: uppercase; border-bottom: 1px dashed #4e567a; color: #eee; padding-bottom: 2px; margin-bottom: 10px; }
#footer .col1 { width: 315px; margin: 0; padding: 0; float: left; }
#footer .col1 a:hover img { opacity: .8; }
#footer .col2 { width: 600px; margin: 0; padding: 0; float: right; }
#footer .copyright { clear: both; padding-top: 15px; }
/*END: footer updates -- 10/17/2011*/

#portal #submit {
	background:transparent url(images/login-submit-button.png) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	height:20px;
	margin:0 5px 0 0;
	padding:0;
	position:relative;
	text-indent:-1000em;
	vertical-align:baseline;
	width:57px;
}
#homeMain #informationTitle h1 {
	font-size:22pt;
	font-family: GothamBook, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#fff;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	text-shadow: #1d1d1d 0px 0px 7px;
}
#homeMain #informationTitle h2 {
	margin:5px 0 0 0;
	padding:0;
	font-size:12pt;
	font-family: GothamMedium, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#00aeef;
	font-weight: normal;
	letter-spacing: -1px;
	text-shadow: #1d1d1d 0px 0px 7px;
}
#homeMain #informationTitle h2 a {
	text-decoration:none;
	font-size: inherit;
	font-family: inherit;
	color:#00aeef;
	font-weight: inherit;
	letter-spacing: inherit;
}
#homeMain #informationTitle h2 a:hover {
	color:#fff;
}
#interiorMain {
	background:transparent url(images/interior-bg.png) repeat-y scroll center 0;
	display:inline;
	float:left;
	margin:0;
	padding:0 9px 0 8px;
	width:980px;
}
#interiorMain-bottom {
	background:transparent url(images/interior-bottom-bg.png) repeat-y scroll center 0;
	display:inline;
	float:left;
	height:21px;
	margin:0;
	padding:0 9px 0 8px;
	width:980px;
}
#interiorContent {
	margin:0;
	padding:0 16px 0 19px;
	width:945px;
	float:left;
	clear:left;
	display:inline;
	position:relative;
}
#interiorContent a {
	text-decoration:none;
}
#interiorContent a:hover {
	text-decoration:underline;
}
.interiorHeader {
	margin:0;
	padding:0;
	float:left;
}
#sidebar {
	width:212px;
	background:#fff;
	float:right;
	clear:left;
	margin:50px 0 0 0;
	padding:0;
}
#interiorContent h1 {
	color:#252525;
	font-family:GothamMedium,Arial,Helvetica,sans-serif;
	font-size:2.1em;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:22px;
	margin:50px 0 19px 0;
	padding:0;
	text-shadow:0 0 1px rgba(0, 0, 0, 0.01);
	float:left;
	clear:left;
	width:680px;
}
#interiorContent h1.press {
	color:#252525;
	font-family:GothamMedium,Arial,Helvetica,sans-serif;
	font-size:2.1em;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:22px;
	margin:50px 0 19px 0;
	padding:0;
	text-shadow:0 0 1px rgba(0, 0, 0, 0.01);
	float:left;
	clear:left;
	width:640px;
}
#interiorContent h1.sales {
	color:#252525;
	font-family:GothamMedium,Arial,Helvetica,sans-serif;
	font-size:2.1em;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:22px;
	margin:15px 0 19px 0;
	padding:0;
	text-shadow:0 0 1px rgba(0, 0, 0, 0.01);
	float:left;
	clear:left;
	width:540px;
}
#interiorContent h1.contactForm {
	color:#252525;
	font-family:GothamMedium,Arial,Helvetica,sans-serif;
	font-size:2.1em;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:2.1em;
	margin:30px 0 29px 0;
	padding:0;
	text-shadow:0 0 1px rgba(0, 0, 0, 0.01);
	float:left;
	clear:left;
	width:680px;
}
.bite-text {
	margin:0;
	padding:0;
	float:left;
	clear:left;
	width:640px;
}
.bite-text p {
	color:#252525;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.8em;
	line-height:22px;
	font-weight:normal;
	float:left;
	clear:left;
	margin:0 0 20px;
	padding:0;
	display:inline;
	width:100%;
}
.bite-text p sup {
	font-size:10px;
}
.snack-text {
	margin:18px 0 30px 0;
	padding:0;
	float:left;
	clear:left;
	width:600px;
}
.snack-text h2 {
	color:#252525;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.3em;
	font-weight:bold;
	line-height:16px;
	float:left;
	margin:0;
	padding:0;
}
.snack-text h3 {
	color:#252525;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.3em;
	font-weight:bold;
	line-height:16px;
	float:left;
	clear:left;
	margin:0;
	padding:0;
}
.snack-text p {
	color:#252525;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.4em;
	line-height:16px;
	float:left;
	clear:left;
	margin:0 0 23px;
	padding:0;
	width:100%;
	display:inline;
}
.snack-text p sup, .snack-text ul sup {
	font-size:9px;
}
.snack-text ul, .bite-text ul {
	color:#252525;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.4em;
	line-height:16px;
	float:left;
	clear:left;
	margin:0 0 23px 0px;
	padding:0;
	list-style-type: none;
	width:100%;
	display:inline;
}
.snack-text ul ul, .bite-text ul ul {
	color:#252525;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:16px;
	float:left;
	clear:left;
	margin:0 0 23px 23px;
	padding:0;
	list-style-type: none;
	width:100%;
}
.snack-text ul li, .bite-text ul li {
	background:transparent url(images/snack-bullet.gif) no-repeat scroll 0 5px;
	padding:0 0 3px 10px;
	float:left;
	clear:left;
	width:100%;
}
.snack-text ul ul li, .bite-text ul ul li {
	background:transparent url(images/snack-bullet-dash.gif) no-repeat scroll 0 5px;
	padding:0 0 3px 10px;
	float:left;
	clear:left;
	width:100%;
}
.feastText, .articleText {
	margin:0;
	padding:0;
	float:left;
	clear:left;
	width:540px;
}
.archiveText {
	margin:0;
	padding:0;
	float:left;
	clear:left;
	width:680px;
}
.archiveText p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em;
	width:100%;
}
.bio-image {
	margin:0;
	padding:0;
	float:left;
	clear:left;
	margin:0 22px 0 0;
	width:148px;
}
.bioText {
	margin:0;
	padding:0;
	float:left;
	width:470px;
}
.bioText p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em;
}
.searchresults {
	margin:30px 0 0 0;
	padding:0;
	float:left;
	clear:left;
	width:540px;
}
.searchresults .result-block {
	margin:0;
	padding:23px 0;
	float:left;
	clear:left;
	width:100%;
	border-top: 1px solid #e1e1e1;
}
.feastText h3, .searchresults h3 {
	margin:0;
	padding:0;
	color:#252525;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.3em;
	line-height:16px;
	font-weight:bold;
	width:100%;
}
.feastText p, .searchresults p {
	margin:0 0 20px 0;
	padding:0;
	color:#252525;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	line-height:16px;
	float:left;
	width:100%;
}
.feastText p sup, .searchresults p sup {
	font-size:6px;
}
.articleText p {
	margin:0 0 20px 0;
	padding:0;
	color:#252525;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	line-height:16px;
	float:left;
	width:100%;
}
.articleText p sup {
	font-size:9px;
}
.searchresults p.postmetadata {
	margin:0;
}
.feastText ul, .searchresults ul {
	padding:0;
	margin:0 0 20px 0;
	color:#252525;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	line-height:16px;
	float:left;
	width:100%;
	list-style-type: none;
}
.feastText ul ul, .searchresults ul ul {
	padding:0;
	margin:0 0 20px 0;
	color:#252525;
	font-family:Arial,Helvetica,sans-serif;
	font-size:inherit;
	line-height:16px;
	float:left;
	width:100%;
	list-style-type: none;
}
.feastText ul li, .searchresults ul li {
	background:transparent url(images/feast-bullet.gif) no-repeat scroll 0 5px;
	padding:0 0 5px 10px;
}
.feastText ul li ul li {
	background:transparent url(images/snack-bullet-dash.gif) no-repeat scroll 0 5px;
	padding:0 0 3px 10px;
	float:left;
	clear:left;
	width:100%;
}
.expand-button {
	margin:0;
	padding:0;
	float:left;
	clear:left;
}
#notes {
	float:left;
	margin:2px 0 22px 0;
	padding:22px 0 0 0;
	border-top: 3px solid #ececec;
	width:100%;
}
#job-notes {
	float:left;
	margin:2px 0 22px 0;
	padding:22px 0 0 0;
	width:100%;
}
#informationWidget {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 212px;
	display: inline;
}
#inquiriesWidget {
	margin: 19px 0 0 0;
	padding: 0px;
	clear: left;
	float: left;
	width: 212px;
	display: inline;
}
#informationWidget .top {
	background: url(images/informationFor-widget-top-bg.png) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 212px;
	height: 5px;
	display: inline;
}
#inquiriesWidget .top {
	background: url(images/widget-top-dark-bg.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 212px;
	height: 34px;
	display: inline;
}
#informationWidget .middle {
	background: #f0f0f0 url(images/informationFor-widget-bg.png) repeat-x;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 210px;
	min-height:135px;
	display: inline;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}
#inquiriesWidget .middle {
	background:#FFFFFF none repeat scroll 0 0;
	border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
	clear:left;
	display:inline;
	float:left;
	margin:0;
	min-height:135px;
	padding:0 10px;
	width:190px;
}
#informationWidget .content {
	margin: 0px;
	padding: 0px;
	width: 212px;
	display: inline;
}
#informationWidget .bottom {
	background: url(images/informationFor-widget-bottom.png) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 4px;
	width: 212px;
	display: inline;
}
#inquiriesWidget .bottom {
	background: url(images/widget-bottom.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 5px;
	width: 212px;
	display: inline;
}
#informationWidget h3 {
	color:#252525;
	float:left;
	clear:left;
	display:inline;
	font-family:GothamMedium,Arial,Helvetica,sans-serif;
	font-size:1.3em;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:14px;
	margin:8px 0 0 0;
	padding:0 0 0 8px;
	text-shadow:0 0 1px rgba(0, 0, 0, 0.01);
}
#inquiriesWidget h3 {
	color:#fff;
	float:left;
	clear:left;
	display:inline;
	font-family:GothamMedium,Arial,Helvetica,sans-serif;
	font-size:1.3em;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:18px;
	margin:8px 0 0 0;
	padding:0 0 0 8px;
	text-shadow:0 0 1px rgba(0, 0, 0, 0.01);
}
#inquiriesWidget p, #inquiriesWidget .middle .text {
	clear:left;
	color:#363636;
	display:inline;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em;
	line-height:16px;
	margin:17px 0;
	padding:0;
	width:100%;
}
#inquiriesWidget .middle .text span {
	clear:left;
	color:#898989;
	display:inline;
	float:left;
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	margin:0;
	padding:0;
	font-weight:bold;
}
#inquiriesWidget .middle .text a {
	clear:left;
	color:##0072BC;
	display:inline;
	float:left;
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	margin:0;
	padding:0;
	font-weight:bold;
	text-decoration:none;
}
#inquiriesWidget .middle .text p {
	clear:left;
	color:#363636;
	display:inline;
	float:left;
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	margin:0;
	padding:0;
	width:100%;
}
#inquiriesWidget p span {
	color:#898989;
	font-size:.9em;
	text-transform:uppercase;
}
#informationWidget ul {
	clear:left;
	color:#0072BC;
	display:inline;
	float:left;
	font-family:GothamBook,Arial,Helvetica,sans-serif;
	font-size:1.2em;
	list-style-type:none;
	margin:8px 0 0;
	padding:0;
	white-space:nowrap;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
#informationWidget li {
	border-bottom:1px solid #E1E1E1;
	clear:left;
	display:inline;
	float:left;
	margin:0;
	padding:4px 0 3px 8px;
	width:204px;
}
#informationWidget li.last {
	border-bottom:none;
}
#informationWidget a {
	text-decoration:none;
	color:#0072BC;
}
#informationWidget a:hover {
	text-decoration:none;
	color:#252525;
}
#sidebar .promo img {
	margin:19px 0 0 0;
}
ul.jobPostings {
	border-bottom:1px solid #E5E5E5;
	clear:left;
	display:inline;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	list-style-type:none;
	margin:0 0 19px;
	padding:0;
	width:680px;
}
ul.jobPostings li {
	border-top:1px solid #E5E5E5;
	clear:left;
	display:inline;
	float:left;
	list-style-type:none;
	margin:0;
	padding:23px 0;
	width:680px;
}
ul.leadership {
	margin:11px 0 19px 0;
	padding:0;
	display: inline;
	float: left;
	clear:left;
	list-style-type: none;
	width:680px;
	border-bottom: 1px solid #e5e5e5;
	font-family:Arial, Helvetica, sans-serif;
}
.bite-text-press {
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 647px;
}
#industryAll {
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    width: 150px;
	margin:10px 0 0 0;
}
#topStory {
    background: url(images/topStory-bg.png) no-repeat scroll 0 0 transparent;
    height: 110px;
    margin: 0;
    position: absolute;
    top: 265px;
	left: 30px;
    width: 440px;
    z-index: 999;
}
#topStory .news {
    clear: none;
    display: inline;
    float: left;
    margin: 0;
    padding: 10px;
    width: 420px;
}
#topStory .date {
	clear: left;
	color: #252525;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	width:100%;
	border-bottom: 1px dashed #252525;
	margin:0 0 3px 0;
	padding:0 0 3px 0;
}
#topStory .excerpt {
    clear: left;
    color: #252525;
    float: left;
    font-size: 14px;
    line-height: 18px;
	width:100%;
}
#topStory .readMore {
    clear: both;
    float: right;
	margin:5px 5px 0 0;
	width:75px;
}
#topStory a {
    text-decoration: none;
}
#industryNews #leftCol {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width:340px;
}
#industryNews #rightCol {
    clear: none;
    float: right;
    margin: 0;
    padding: 0;
    width: 283px;
}
#leftCol h2 {
	clear: left;
	float: left;
	margin: 0 0 5px 0;
	padding: 10px 0 0 46px;
	width:294px;
	border-bottom: 1px solid #CCC;
}
#rightCol h2 {
	clear: left;
	float: left;
	margin: 0 0 5px 0;
	padding: 10px 0 0 46px;
	width:236px;
	border-bottom: 1px solid #CCC;
}
#industryNews, .pressroomRow {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width:647px;
}
.pressroomRow h2 {
	float:left;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0 0 0 46px;
}
.pressroomRow span {
	float:right;
	width:155px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#pressroomHeader {
	float:left;
	clear:left;
	margin:0;
	padding:0;
	width:647px;
	height:288px;
}
#pressroomSide #sidebar {
    border-top: 1px solid #ccc;
    margin: 55px 0 0 !important;
    padding: 9px 0 0;
    width: 273px;
}
#pressroomSide #sidebar h4 {
	margin:0 0 6px 12px;
}
#pressroomSide #sidebar p {
	margin:0 0 12px 12px;
	font-size:12px;
}
#pressroomSide #sidebar ul {
	margin:0 0 12px 12px;
	padding:0 0 12px 0;
	font-size:12px;
	list-style:none;
	width:263px;
	border-bottom: 1px solid #ccc;
	float:left;
}
#pressroomSide #sidebar li {
	margin:0 0 6px 0;
	width:100%;
	list-style:none;
	float:left;
	clear:left;
}
.newswidth {
	width: 647px !important;
	float:left;
	clear:left;
}
h1.pressroom {
	margin:25px 0 9px 0 !important;
	padding:0 0 9px 0 !important;
	width:647px !important;
	border-bottom: 1px solid #ccc;
}
ul.pressReleases {
	margin:11px 0 0 0;
	padding:0;
	display: inline;
	float: left;
	clear:left;
	list-style-type: none;
	width:647px;
	border-bottom: 1px solid #e5e5e5;
	font-family:Arial, Helvetica, sans-serif;
}
ul.pressIndustry {
	margin:0;
	padding:0;
	display: inline;
	float: left;
	clear:left;
	list-style-type: none;
	width:340px;
	border-bottom: 1px solid #e5e5e5;
	font-family:Arial, Helvetica, sans-serif;
}
ul.pressReleases li, ul.pressIndustry li {
	margin:0;
	padding:9px 0;
	display: inline;
	float: left;
	clear:left;
	list-style-type: none;
	border-top: 1px solid #e5e5e5;
	width:100%;
}
ul.pressReleases li.post-row-odd, ul.pressIndustry li.post-row-odd {
	background:#e7e3e1;
}
ul.pressReleases li span.thumb, ul.pressIndustry li span.thumb {
    clear: none;
    display: inline;
    float: left;
    list-style-type: none;
    margin: 5px 22px 0 14px;
    padding: 0;
    width: 10px;
}
ul.pressReleases li span.newsRight {
	margin:0;
	padding:0;
	width:470px;
	display: inline;
	float: left;
	clear:none;
}
ul.pressIndustry li span.newsRight {
	margin:0;
	padding:0;
	width:270px;
	display: inline;
	float: left;
	clear:none;
}
ul.pressReleases li span.date, ul.pressIndustry li span.date {
	color:#252525;
	text-transform:uppercase;
	font-size:10px;
	line-height:16px;
	font-weight:bold;
	float:left;
	clear:left;
}
ul.pressReleases li span.excerpt, ul.pressIndustry li span.excerpt {
	color:#008ad9;
	font-size:11px;
	line-height:16px;
	float:left;
	clear:left;
}
ul.pressReleases li span.link a, ul.pressIndustry li span.link a {
	margin:0;
	padding:0;
	font-size:10px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
ul.pressReleases li span.readMore, ul.pressIndustry li span.readMore {
	float:left;
	clear:left;
}
ul.pressReleases li span.readMore a, ul.pressIndustry li span.readMore a {
	margin:0;
	padding:0;
	font-size:10px;
	line-height:16px;
	text-decoration:none;
}
ul.pressReleases li span.snack {
	margin:0;
	padding:0;
	font-size:1.2em;
}
ul.pressReleases li span.snack p {
	margin:0;
	padding:0;
}
#interiorContent ul li span.formatted p {
	margin:1em 0;
	padding:0;
}
ul.industryNews {
	margin:11px 0 19px 0;
	padding:0;
	display: inline;
	float: left;
	clear:left;
	list-style-type: none;
	width:680px;
	border-bottom: 1px solid #e5e5e5;
	font-family:Arial, Helvetica, sans-serif;
}
ul.industryNews li, ul.leadership li {
	margin:0;
	padding:23px 0 0 0;
	display: inline;
	float: left;
	clear:left;
	list-style-type: none;
	border-top: 1px solid #e5e5e5;
	width:100%;
}
ul.industryNews li span.thumb, ul.leadership li span.thumb {
	margin:0 22px 0 0;
	padding:0;
	min-height:115px;
	width:148px;
	display: inline;
	float: left;
	clear:none;
	list-style-type: none;
}
ul.industryNews li span.newsRight, ul.leadership li span.newsRight {
	margin:0;
	padding:0;
	width:410px;
	display: inline;
	float: left;
	clear:none;
}
ul.industryNews li span.date, ul.leadership li span.date, ul.jobPostings li span.date{
	color:#898989;
	text-transform:uppercase;
	font-size:1em;
}
ul.industryNews li span.link a, ul.leadership li span.link a, ul.jobPostings li span.link a {
	margin:0;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
ul.industryNews li span.readmore a, ul.leadership li span.readmore a, ul.jobPostings li span.readmore a {
	margin:0;
	padding:0;
	font-size:1em;
	text-decoration:none;
}
ul.industryNews li span.snack {
	margin:0;
	padding:0;
	font-size:1.2em;
}
ul.industryNews li span.snack p {
	margin:0;
	padding:0;
}
#eventList-header {
	margin:11px 0 0 0;
	padding:0 0 0 0;
	display: inline;
	float: left;
	clear:left;
	list-style-type: none;
	width:722px;
}
#eventList {
	margin:0 0 19px 0;
	padding:0 0 13px 0;
	display: inline;
	float: left;
	clear:left;
	list-style-type: none;
	width:722px;
}
#eventList-header div.event {
	margin:0;
	padding:10px 0px 10px 8px;
	color:#252525;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1em;
	background: url(images/event-row-head.png) no-repeat scroll 0px 0px;
	width:243px;
	height:8px;
	float:left;
	clear:none;
	display:inline;
	border-right: 1px solid #e0e0e0;
}
#eventList-header div.location {
	margin:0;
	padding:10px 0px 10px 8px;
	color:#252525;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1em;
	background: url(images/location-row-head.png) no-repeat scroll 0px 0px;
	width:149px;
	height:8px;
	float:left;
	clear:none;
	display:inline;
	border-right: 1px solid #e0e0e0;
}
#eventList-header div.date {
	margin:0;
	padding:10px 0px 10px 8px;
	color:#252525;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1em;
	background: url(images/date-row-head.png) no-repeat scroll 0px 0px;
	width:211px;
	height:8px;
	float:left;
	clear:none;
	display:inline;
	border-right: 1px solid #e0e0e0;
}
#eventList-header div.booth {
	margin:0;
	padding:10px 0px 10px 8px;
	color:#252525;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1em;
	background: url(images/booth-row-head.png) no-repeat scroll 0px 0px;
	width:84px;
	height:8px;
	float:left;
	clear:none;
	display:inline;
}
#eventList div.event {
	border-right:1px solid #E0E0E0;
	clear:none;
	color:#252525;
	display:inline;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:bold;
	height:44px;
	line-height:1.2em;
	margin:0;
	padding:10px 8px;
	text-transform:uppercase;
	width:234px;
}
#eventList div.location {
	margin:0;
	padding:10px 8px;
	color:#252525;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1em;
	width:141px;
	height:44px;
	float:left;
	clear:none;
	display:inline;
	border-right: 1px solid #e0e0e0;
}
#eventList div.date {
	margin:0;
	padding:10px 8px;
	color:#252525;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1em;
	width:203px;
	height:44px;
	float:left;
	clear:none;
	display:inline;
	border-right: 1px solid #e0e0e0;
}
#eventList div.booth {
	margin:0;
	padding:10px 8px;
	color:#252525;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1em;
	width:75px;
	height:44px;
	float:left;
	clear:none;
	display:inline;
}
#eventList .post-row {
	height:64px;
	background:#fff;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
#eventList .post-row-odd {
	height:64px;
	background:#fafafa;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
#eventList a {
	color:#0072bc;
	padding:2px;
	float:left;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	width:90%;
}
a.newsLinks {
	color:#0072bc;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.readMore a {
	color:#0072bc;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-transform:uppercase;
}
.pagination {
	margin:0;
	padding:0;
	float:left;
	clear:left;
	display:inline;
	width:680px;
}
.pagination p {
	margin:0;
	padding:0;
	float:left;
	clear:none;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#898989;
}
#wp_page_numbers {
	margin:0;
	padding:0;
	float:left;
	clear:left;
}
#wp_page_numbers a {
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#0072bc;
}
#wp_page_numbers ul {
	margin:0;
	padding:0;
	display: inline;
	float: left;
	list-style-type: none;
}
#wp_page_numbers ul li {
	margin:0 0 0 8px;
	padding:0;
	display: inline;
	float: left;
	clear:none;
	list-style-type: none;
}
#wp_page_numbers ul li.active_page a {
	color:#000;
}
#interiorMain #interiorContent .feastText .sitemap .current_page_item {
	display:none;
}
#interiorMain #interiorContent .feastText ul.sitemap li {
	list-style:none;
	background:none;
	font-size:12px;
}
#interiorMain #interiorContent .feastText ul.sitemap ul {
	list-style:none;
	background:none;
	margin:5px 0 10px 10px;
	padding:0;
	font-size:inherit;
}
#interiorMain #interiorContent .feastText ul.sitemap ul li {
	list-style:none;
	background:none;
	font-size:inherit;
}
#recaptcha_widget_div {
	height:135px;
}
.apsHeading {
	margin:5px 0 10px 0;
	float:left;
    color: #252525;
    float: left;
    font-family: GothamMedium,Arial,Helvetica,sans-serif;
    font-size: 2.1em;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 22px;
    padding: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    width: 100%;
}
.video {
	float:left;
	clear:left;
	margin:0 0 25px 0;
	padding:0;
}
#gallery-1 img {
    border: none !important;
}

/* Interrupt captions
-------------------------------------------------------------- */

div.caption {
	margin: 0 10px 10px 10px;
	border: 1px solid #ccc;
	padding: 5px;
}

div.caption img {
	margin: 0;
	padding:0;
}

div.caption p {
	margin: 5px 5px 5px 0;
	padding: 5px 5px 5px 0;
	border-top: 1px #ddd dotted;
	font-size: .9em;
}

/* Interrupt classes
-------------------------------------------------------------- */

.col1 {
	width:325px;
	margin:0 0 0 54px;
	padding:0;
	float:left;
}
.col2 {
	width:98px;
	margin:0 0 0 64px;
	padding:0;
	float:left;
	clear:none;
}
.col3 {
	width:333px;
	margin:0 0 0 43px;
	padding:0;
	float:left;
	clear:none;
}
.interruptButton {
	float:right;
	margin:0 0 36px 0;
	padding:0;
}
.figure2 {
	float:left;
	clear:both;
	margin:0;
	padding:0;
}
.interrupt {
	margin:0; 
	padding:0;
	float:left;
	width:980px;
	display:none;
}

#fade {
	display: none;
	background: #666; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px; 	
	border: 0 solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	/*top: 50%;*/ 
	left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

form .hidden { display: none; }

.home .kw h1 { display: inline; font-size: 1em; margin: 0; padding: 0; color: #666; }
