/*
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;
}
#informationNav {
	margin: 116px 0px 0px 0px;
	padding: 0px 8px;
	float: right;
	width: 225px;
}
#informationNav .top {
	background: transparent url(images/information-top.png) no-repeat scroll center top;
	margin: 0px;
	padding: 8px 8px 0px 8px;
	height: 6px;
	width: 225px;
	float:left;
}
#informationNav .bottom {
	background: transparent url(images/information-bottom.png) no-repeat scroll center top;
	margin: 0px;
	padding: 0px 8px 8px 8px;
	height: 6px;
	width: 225px;
	float:left;
	clear:left;
}
#informationNav .rule {
	background: transparent url(images/information-rule.png) no-repeat scroll center top;
	margin: 0px;
	padding: 0px 8px;
	height:5px;
	width:225px;
	float:left;
	clear: left;
}
#informationNav .content {
	background: transparent url(images/information-bg.png) no-repeat scroll center top;
	margin: 0px;
	padding: 0px 8px;
	width:225px;
	float:left;
	clear: left;
	min-height:165px;
}
#informationNav .content h2 {
	font-size: 1.5em;
	font-weight: normal;
	font-family: GothamBook, Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #000000;
	margin: 1px 0 12px 12px;
	padding: 0px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
#informationNav ul {
	list-style-type: none;
	font-size:1.3em;
	font-family: GothamBook, Arial, Helvetica, sans-serif;
	line-height:26px;
	margin:0 0 0 12px;
	padding:0;
	white-space: nowrap;
	float:left;
	clear:none;
	color:#fff;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
#informationNav li {
	list-style-type: none;
	padding:0;
	margin:0;
	background:transparent url(images/info-bullet.png) no-repeat scroll 0 9px;
	margin:0 0 5px 0;
	padding:0 0 0 10px;
	text-indent:0;
}
#informationNav li a {
	color:#fff;
	text-decoration:none;
}
#informationNav li a:hover {
	color:#00bff3;
	text-decoration:none;
}
#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: 36px 0px 23px 27px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 183px;
	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:105px;
}
#information {
	margin: 34px 0px 0px 23px;
	padding: 0px;
	clear: none;
	float: left;
	height: 42px;
	width: 260px;
	font-size:1em;
	color:#464646;
	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: 34px 0 0 195px;
	padding: 0px;
	clear: none;
	float: left;
	color:#0072bc;
	text-transform:uppercase;
	font-weight:bold;
	display:inline;
}
#searchArea a {
	text-decoration:none;
}
#searchform {
	margin:5px 0 0 0;
}
#searchform input {
	clear: left;
	float: left;
	background:transparent url(images/searchForm-bg.png) no-repeat scroll 0 0;
	border-style:hidden;
	border-width:0;
	color:#666;
	font-family:inherit;
	font-size:11px;
	margin:0;
	padding:5px 0 5px 5px;
	vertical-align:baseline;
	width:197px;
}
#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: 11px 0px 0px -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:270px;
}
#portalLogin .row {
	padding: 0px;
	margin: 5px 12px;
	clear: left;
	float: left;

	width:212px;
}
#portalLogin .row label.error {
	color:#bb161c;
	font-size:10px;
}
#textContent .row {
	padding: 0px;
	margin: 5px 12px;
	clear: left;
	float: left;
	width:708px;
}
#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:hidden;
	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: 11px -5px 0;
	padding: 0px 8px;
	float: left;
	width: 732px;
	clear: none;
}
#portalLogin p {
	font-size: 1.1em;
	line-height:1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 20px 0 0;
	color:#252525;
}
#textContent p {
	font-size: 1.2em;
	line-height:1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 20px 0;
	padding:0 20px 0 0;
	color:#252525;
}
#textContent h3, #textContent h4, #portalLogin h5 {
	font-size: 13.9pt;
	font-weight:normal;
	letter-spacing:-1px;
	color:#191919;
	margin:0 0 10px 0;
	font-family: GothamMedium, Arial, Helvetica, sans-serif;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
#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;
	white-space:nowrap;
}
#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) repeat-y scroll center top;
	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;
}
#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;
}
#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.contactForm {
	color:#252525;
	font-family:GothamMedium,Arial,Helvetica,sans-serif;
	font-size:2.1em;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:17px;
	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:680px;
}
.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:inherit;
	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%;
}
.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;
}
.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;
}
#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;
}
#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;
}
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:510px;
	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:none;
}
#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;
}