html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: normal 10px verdana, helvetica, sans-serif;
	color: #000;
}

div.printOnly {
	display: none!important;
}

div#wrapper {
	margin: 10px 0 15px 0;
	width: 930px;
	text-align: left;
}
a {
	text-decoration: none;
	color: #001a7b;
}
a:hover { border-bottom: 1px solid; }
a.noLinkFx:hover,
div.attribute-image a:hover {
	border: none;
	text-decoration: none;
}
a.noLinkFx img,
div.attribute-image a img {
	border: none;
}
.noBorder { border: none; }
a.blueBullet {
	font-weight: bold;
	background: url(../images/blueBullet.gif) left 4px no-repeat;
	padding-left: 6px;
	color: #001a7b!important;
}
a.bigBlueBullet {
	font-weight: bold;
	background: url(../images/bigBlueBullet.gif) left 5px no-repeat;
	padding-left: 8px;
	color: #001a7b!important;
	font-size: 12px;
}
a.whiteBullet {
	position: relative;
	font-weight: bold;
	background: url(../images/whiteBullet.gif) left 4px no-repeat;
	padding-left: 6px;
	color: #fff!important;
}
.underline {
	text-decoration: underline;
}
ul.blueBulletList {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.blueBulletList li {
	padding-left: 6px;
	background: transparent url(../images/blueBullet.gif) no-repeat;
	background-position: 0 4px;
}
div#bodyContent div#columnTwo.columnTwo ul.blueBulletList li {
	background-position: 0 6px;
}
ul.blueBulletList * {
	font-weight: bold;
	color: #001a7b!important;
}
ul.blueBulletList li span {
	font-weight: normal!important;
	color: #000!important;
}
ul.blueBulletList li p {
	margin: 0;
	color: black!important;
	font-weight: normal;
}
ul.bigBlueBulletList {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
ul.bigBlueBulletList li {
	margin-bottom: 3px;
	margin-left: 5px;
	padding-left: 8px;
	background: transparent url(../images/bigBlueBullet.gif) 0 3px no-repeat;
}
ul.bigBlueBulletList * {
	font-weight: bold;
	color: #001a7b!important;
}
.heading {
	display: block;
	width: 100%;
	margin-bottom: 2px; /*compensate for border*/
	border-bottom: 1px solid #000;
}
.heading h2 {
	float: left;
	margin: 0;
	padding: 0;
	font: bold 13px verdana, helvetica, sans-serif;
	color: #000;
}
.heading a.rss {
	display: block;
	float: right;
	margin-top: 3px;
}
.heading a.rss img { border: none; }
.blueBorder { border: 1px solid #001a7b; }
.roundedGreenCorners {
	height: 9px;
	background: #3e8e2f url(../images/btmRightCornerGreen.gif) bottom right no-repeat;
	font-size: 1px;
	line-height: 9px;
	overflow: hidden;
}
.roundedGreenCorners div {
	height: 100%;
	background: url(../images/btmLeftCornerGreen.gif) bottom left no-repeat;
}
.roundedGreenCornersTop {
	margin-bottom: 2px;
	height: 9px;
	background: #3e8e2f url(../images/topRightCornerGreen.gif) bottom right no-repeat;
	font-size: 1px;
	line-height: 9px;
	overflow: hidden;
}
.roundedGreenCornersTop div {
	height: 100%;
	background: url(../images/topLeftCornerGreen.gif) bottom left no-repeat;
}
.roundedBlueCorners {
	height: 9px;
	background: #001a7b url(../images/btmRightCornerBlue.gif) bottom right no-repeat;
	font-size: 1px;
	line-height: 9px;
	overflow: hidden;
}
.roundedBlueCorners div {
	height: 100%;
	background: url(../images/btmLeftCornerBlue.gif) bottom left no-repeat;
}
.floatLeft { float: left; }
.floatRight { float: right; }
.padRight { padding-right: 10px; }
.padLeft { padding-left: 10px; }
.padTop { padding-top: 10px; }
.padBottom { padding-bottom: 10px; }
.imageRight {
	float: right;
	padding-left: 10px;
}
.imageLeft {
	float: left;
	padding-right: 10px;
}
.alignLeft { text-align: left; }
.alignRight { text-align: right; }

/* .clearAfter,
.clearBefore{
	display: inline-table;
	min-height: 1px;
	height: auto;
}
.clearAfter:after,
.clearBefore:before {
    content: ".";
    display: block;
    height: 0;
	line-height: 0;
    clear: both;
    visibility: hidden;
}
.forceClear {
	clear: both;
	margin-top: -2px;
	font-size: 0.1em;
	min-height: 0;
	height: 0;
	line-height: 0;
} */

.clearAfter:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearAfter {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearAfter {height: 1%;}
.clearAfter {display: block;}
/* End hide from IE-mac */

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

ul.inlineList {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 6px 0 0 0;
	height: 19px;
	font-size: 10px;
}
ul.inlineList li {
	float: left;
	margin: 0;
	padding: 2px 8px;
	border-right: 1px solid;
	line-height: 8px;
}
ul.inlineList li.first {
	padding-left: 0!important;
}
ul.inlineList li.last {
	padding-right: 0!important;
	border-right: none;
}
ul.inlineList li a {
	font-weight: bold;
}
ul.inlineList li.last { border-right: none; }
.darkGreenBg {
	background: #3e8e2f;
	color: #fff;
}
.lightGreenBg {
	background: #8fc390;
	color: #fff;
}
.darkBlueBg {
	background: #001a7b;
	color: #fff;
}
.lightBlueBg {
	background: #707eb4;
	color: #fff;
}
.darkBlue {
	color: #001a7b!important;
}
.darkGreen {
	color: #3e8e2f!important;
}
.yellow {
	color: #e4a326!important;
}
h1 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 12px verdana, helvetica, sans-serif;
}
h4 {
	margin: 0;
	padding: 0;
	font: bold 11px verdana, helvetica, sans-serif;
}
hr {
	padding: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #000;
	height: 1px;
	overflow: hidden;
}
hr.padded {
	margin: 5px 0;
}
img.padded {
	margin: 5px;
}
.bigLinkBlue,
.bigLinkWhite {
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}
div.bigLinkBlue a,
div.bigLinkWhite a {
	display: block;
	height: 24px;
	padding-left: 28px;
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	overflow: hidden;
}
div.bigLinkBlue a {
	background: url(../images/boxedArrowIcon_white.gif) top left no-repeat;
	color: #fff;
}
div.bigLinkWhite a {
	background: url(../images/boxedArrowIcon_blue.gif) top left no-repeat;
	color: #001a7b;
}
div.bigLinkBlue a:hover,
div.bigLinkWhite a:hover {
	color: #707eb4;
	background-position: 0 -24px;
}
ul.qanda {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
li.q {
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 18px;
	background: transparent url(../images/Q.gif) no-repeat;
	background-position: 0 3px;
}
li.a {
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 18px;
	background: transparent url(../images/A.gif) no-repeat;
	background-position: 0 3px;
}
div.colorfulBox {
	margin-bottom: 10px;
	width: 300px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
div.colorfulBox div.content {
	line-height: normal;
}
div.colorfulBox div.content div {
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	height: 95px; 
	overflow: hidden;
}
div.colorfulBox div.content div div.floatLeft {
	width: 70px;
}
div.colorfulBox div.content h2 {
	margin: 0 0 5px 0;
	padding: 2px 0 2px 5px;
	font: bold 14px verdana, helvetica, sans-serif;
	color: #fff;
}
div.colorfulBox div.content div p {
	margin: 0;
	padding: 0;
}
div.colorfulBox div.content a {
	font-weight: bold;
	background: url(../images/whiteBullet.gif) left 5px no-repeat;
	padding-left: 6px;
	color: #fff!important;
}
img.smallerImg {
	width: 55px!important;
}
div.center {
	text-align: center;
}
.addSpaceAbove {
	margin-top: 10px;
}
.addSpaceBelow {
	margin-bottom: 10px;
}
.addSpaceBelowAndAbove {
	margin: 10px 0;
}
.noUnderline {
	border-bottom: none;
	text-decoration: none;
}

div.contentBlock {
	margin-bottom: 5px;
}
div.contentBlock ul.blueBulletList * {
	color: #3e8e2f!important;
}
div.contentBlock ul.blueBulletList li p {
	color: black!important;
}
div.contentBlock p {
	margin: 0;
}
div.podcast p {
	margin: 0;
}
div.podcast h3 {
	margin-bottom: 3px;
}

/* HEADER */
a#homeLink {
	display: block;
	float: left;
	margin-left: 15px;
	outline: none;
}
a#homeLink h1 img { border: none; }
img#tagLine {
	float: left;
	margin-left: 40px;
	margin-top: 36px;
}
img#topRightImg {
	float: right;
	margin-top: 34px;
}
div#topRightAd {
	float: right;
	margin-top: 24px;
	margin-right: 10px;
}
div#topRightAd img {
	border: 0;
	text-decoration: none;
	display: block;
}
div#nav {
	float: right;
	margin-top: 30px;
	margin-bottom: 1px;
	width: 645px;
	text-align: right;
}
div#nav ul {
	display: inline;
	margin: 0;
	padding: 0;
	font: bold 11px "Georgia", "Times New Roman", Times, serif;
}
div#nav ul li {
	float: left;
	display: block;
	margin-right: 5px;
	line-height: 23px;
	width: 125px;
}
div#nav ul li.last { margin-right: 0; }
div#nav ul li a {
	display: block;
	width: 125px;
	height: 23px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #3e8e2f url(../images/navBgLeft.gif) top left no-repeat;
}
div#nav ul li a div { background: transparent url(../images/navBgRight.gif) top right no-repeat; }
div#nav ul li a:hover div,
div#nav ul li a.active div {
	background-position: bottom right;
}
div#nav ul li a:hover,
div#nav ul li a.active {
	color: #24521b;
	background-position: bottom left;
}
div#subNav {
	margin-bottom: 1px;
	width: 100%;
}
div#subNav ul { padding-left: 10px; }
div#subNav ul li { color: #fff; }
div#subNav ul li a { color: #fff; }
div#subNav ul li.active a {
	background: url(../images/whiteBullet.gif) left 5px no-repeat;
	padding-left: 6px;
	color: #fff!important;
}
div#tools {
	color: #fff;
	width: 100%;
	height: 28px; /* 25px; */
	line-height: 28px; 
	vertical-align: middle;
	background: #3e8e2f;
}
div#searchFormWrapper {
	float: right;
	padding-right: 15px;
}
form#searchForm label {
	float: left;
	font-weight: bold;
}
input#searchCriteria {
	float: left;
	margin-left: 5px;
	margin-top: 3px; 
	padding: 1px; /* padding: 2px 3px 0 3px; */
	width: 150px;
	font-size: 11px;
}
input#submitImg {
	float: left;
	border: none;
	margin-left: 5px;
	margin-top: 5px;
}
div#registerSignIn {
	padding-left: 15px;
	float: left;
}


/* INDEX - FEATURED CONTENT */
div#featuredContent {
	margin-top: 2px;
	margin-bottom: 1px;
}
div#featuredContent div#columnTwo.columnTwo {
	margin-left: 2px;
	height: 237px;
	font-size: 11px;
	overflow: hidden;
	font-size: 11px;
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
}
div#featuredContent div#columnTwo.columnTwo div.top div.attribute-image p {
	margin: 3px 0;
	padding: 0;
}
div#featuredContent div#columnTwo.columnTwo div.top br {
	display: block;
	height: 1px;
	line-height: 1px;
}
div#featuredContent div#columnTwo.columnTwo div.top {
	width: 342px!important;
	margin-bottom: 1px;
	padding: 5px;
	font-weight: bold;
}
div#featuredContent div#columnTwo.columnTwo div.bottom {
	width: 342px!important;
	padding: 0 5px 5px 5px;
	font-weight: bold;
}
div#featuredContent div#columnTwo.columnTwo div.bottom table {
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
div#featuredContent div#columnTwo.columnTwo div.bottom table th {
	text-align: center;
}
div#featuredContent div#columnTwo.columnTwo div.bottom table td {
	width: 50%;
	padding-left: 5px;
}
div#featuredContent div#columnTwo.columnTwo div.bottom table td p {
	margin: 0;
	padding: 0;
}
div#featuredContent div#columnTwo.columnTwo div.bottom div p {
	margin: 0;
	padding: 5px 0;
}
div#featuredContent div#columnThree.columnThree {
	position: relative;
	margin-left: 2px;
	padding: 5px;
	height: 225px;
	width: 330px;
	border: 1px solid #3e8e2f;
	font-size: 10px;
}
div#latestArticle {
	width: 192px;
	height: 105px;
	overflow: hidden;
}
div#latestArticle p {
	margin: 0;
	padding: 5px 5px 5px 0;
	font-weight: bold;
	color: #001a7b;
}
div#latestArticle span { color: #000; }
div#featuredContent div#columnThree.columnThree div.floatRight {
	margin-top: 5px;
	padding: 3px;
	width: 125px;
	text-align: center;
	border: 1px solid #ddd;
}
div#featuredContent div#columnThree.columnThree div.floatRight a {
	display: block;
	color: #999;
	font-weight: bold;
	background: #fff;
}
div#featuredContent div#columnThree.columnThree div.floatRight img {
	margin-top: 3px;
	border: none;
}
div#featuredContent div#columnThree.columnThree div.featuredContentAds {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 308px;
	padding: 5px 10px 10px 10px;
	text-align: center;
	background: #f6f6f6;
	border: 1px solid #ddd;
}
div.featuredContentAds a:hover {
	border: none;
	text-decoration: none;
}
div.featuredContentAds a.noLinkFx img {
	border: none;
}


/* GLOBAL - BODY CONTENT */
div#bodyContent {
	margin-top: 10px;
	padding-left: 5px;
}
div#bodyContent div#columnOne.columnOne {
	width: 305px; 
	margin-right: 10px;
}
div#bodyContent div#columnTwo.columnTwo {
	width: 610px; 
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
}
div#bodyContent div#columnTwo div.fromOE a {
	border-bottom: 1px solid;
	position: relative;
}
div#bodyContent div#columnTwo div.fromOE a:hover {
	color: #000;
}
div#bodyContent div#columnTwo.noAd {
	padding-bottom: 0px!important; /* no ad - no padding */
}
div#bodyContent div#columnTwo.columnTwo ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 15px;
	padding-top: 0;
}
div#bodyContent div#columnTwo.columnTwo div.column { width: 300px; }
div#bodyContent div#columnTwo.columnTwo div.one { margin-right: 10px; }
div#bodyContent div#columnTwo.columnTwo div.two { margin: 0; }
div#bodyContent div#columnOne.columnOne div#sponsor {
	padding: 15px 0 15px 40px;
	background: #f7f7f7;
}
div#bodyContent div#columnOne.columnOne div#sponsor a {
	padding: 5px;
	display: block;
	text-align: center;
	width: 200px;
	border: 1px solid #cfdddb;
	color: #999;
	font-weight: bold;
	background: #fff;
}
div#bodyContent div#columnOne.columnOne div#sponsor a img {
	padding-top: 5px;
	border: none;
}
div#tertiaryNav {
	background-color: #f7f7f7;
	width: 292px;
	line-height: 15px;
}
div#tertiaryNav .padding {
	padding: 10px;
}


/* GENERAL CONTENT PAGE */
div#bodyContent div#columnTwo.columnTwo h2 {
	font-size: 15px;
}


/* PUBLICATIONS */
div#currentPublication div.content img {
	float: left;
	margin-right: 5px;
}
div#bodyContent.publicationsHome div#currentPublication div.heading h2 {
	width: 100%;
	height: 26px;
	position: relative;
}
div#bodyContent.publicationsHome div#currentPublication div.heading h2 span {
	position: absolute;
	bottom: 0;
}
div#previousPublications {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f7f7f7;
}
div#previousPublications div.column {
	width: 46%;
	padding-right: 10px;
	line-height: 15px;
}
ul#latestArticles {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 5px;
	background: #f7f7f7;
}
ul#latestArticles li {
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cfdddb;
	cursor: pointer;
	background-position: 0 9px;
}
ul#latestArticles li:hover { background-color: #fff; }
ul#latestArticles li:hover a { border-bottom: 1px solid; }



/* EVENTS */
div#bodyContent.events div#columnTwo.columnTwo div.column {
	padding-bottom: 10px;
}
div#bodyContent.events div#columnTwo.columnTwo div.column h2.yellow {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}
div#bodyContent.events div#columnTwo.columnTwo div.sponsor a {
	padding-top: 5px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-align: center;
}
div#bodyContent.events div#columnTwo.columnTwo div.sponsor a img {
	margin-top: 5px;
	border: none;
}
div#bodyContent.events div#columnTwo.columnTwo div#cyberLibrary {
	width: 300px;
	margin-right: 10px;
	padding: 0;
}
div#bodyContent.events div#columnTwo.columnTwo div#currentPublication {
	width: 300px;
	margin: 0;
	padding: 0;
}


/* EVENTS LIST */
ul#eventsList {
	list-style: none;
	margin: 0;
	padding: 5px;
	background: #f7f7f7;
}
ul#eventsList li.eventItem {
	cursor: pointer;
	padding: 5px 0;
	border-bottom: 1px solid #cfdddb;
}
ul#eventsList li.last {
	padding: 5px 0;
}
ul#eventsList li.eventItem:hover { background: #fff; }
ul#eventsList li.eventItem:hover a { border-bottom: 1px solid; }
ul#eventsList li.eventItem div { padding-left: 5px; }
ul#eventsList li.eventItem div.seminar { border-left: 10px solid #e4a326; }
ul#eventsList li.eventItem div.seminar a,
ul#eventsList li.eventItem div.seminar h4 {
	font-weight: bold;
	text-decoration: none;
	color: #e4a326;
}
ul#eventsList li.eventItem div.social { border-left: 10px solid #c83a3a; }
ul#eventsList li.eventItem div.social a,
ul#eventsList li.eventItem div.social h4 {
	font-weight: bold;
	text-decoration: none;
	color: #c83a3a;
}
ul#eventsList li.eventItem div.member { border-left: 10px solid #7b4c96; }
ul#eventsList li.eventItem div.member a,
ul#eventsList li.eventItem div.member h4 {
	font-weight: bold;
	text-decoration: none;
	color: #7b4c96;
}
ul#eventsList li.eventItem div.special_event { border-left: 10px solid #3e8e2f; }
ul#eventsList li.eventItem div.special_event a,
ul#eventsList li.eventItem div.special_event h4 {
	font-weight: bold;
	text-decoration: none;
	color: #3e8e2f;
}

div.event_advertisement { border-left: 10px solid #001a7b; }
div.event_advertisement a,
div.event_advertisement h4 {
	font-weight: bold;
	text-decoration: none;
	color: #001a7b;
}


div#pastSeminarsEvents {
	margin-left: 5px;
	padding: 10px 5px 10px 0;
	background: #f7f7f7;
}
div#pastSeminarsEvents div.columnOne {
	width: 100px;
	padding-right: 10px;
	line-height: 15px;
}
div#pastSeminarsEvents div.columnTwo {
	width: 100px;
	line-height: 15px;
}


/* TICKER MAGAZINE & SEMINARS NAVIGATION */
div#tickerMagNav,
div#seminarNav {
	margin-bottom: 5px;
	width: 100%;
}
div#tickerMagNav ul,
div#seminarNav ul {
	padding-top: 6px!important;
	margin-left: 0!important;
	padding-left: 15px!important;
}
div#tickerMagNav ul li,
div#seminarNav ul li {
	color: #fff;
}
div#tickerMagNav ul li a,
div#seminarNav ul li a {
	color: #fff;
}
div#tickerMagNav ul li.active a,
div#seminarNav ul li.active a {
	background: url(../images/whiteBullet.gif) left 5px no-repeat;
	padding-left: 6px;
	color: #fff!important;
}


/* TICKER MAGAZINE HOME */
div#aboutTickerMag {
	margin-top: 10px;
}


/* WHAT'S NEW */
div#whatsNew div.content img {
	margin-right: 5px;
}
div#showcaseHeading,
div#showcaseListingsHeading {
	position: relative;
}
div#showcaseHeading h2,
div#showcaseListingsHeading h2 {
	font-size: 15px;
}
div#showcaseHeading div.floatRight {
	font-weight: bold;
	width: 350px;
	height: 13px;
	text-align: right;
}
div#showcaseListingsHeading h2 {
	color: #3e8e2f!important;
}
div#showcaseInfo {
	padding-top: 10px;
}
ul#showcaseListings {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 5px;
	background: #f7f7f7;
}
ul#showcaseListings li {
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cfdddb;
	cursor: pointer;
	background-position: 0 9px;
}
ul#showcaseListings li:hover,
ul#showcaseListings li.active {
	background-color: #fff;
}
ul#showcaseListings li:hover a { border-bottom: 1px solid; }
div.showcaseListing img {
	margin: 10px 0;
}
div.showcaseListing div.content p {
	margin-bottom: 0;
}
div.showcaseListing div.content div.contactInfo h3 {
	margin-bottom: 10px;
}
div.showcaseListing table th {
	font-weight: bold;
	padding-right: 10px;
}
div#whatsNewArchive {
	padding: 10px 5px 10px 0;
	background: #f7f7f7;
	line-height: 15px;
}
div#whatsNewArchive a {
	margin-left: 5px;
}


/* RESOURCE GUIDE */
div#categoryList div {
	padding-left: 5px;
	padding-bottom: 4px;
}
div#categoryList h2 {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 15px;
}
div#categoryList h3 {
	margin: 0;
	padding: 0 0 5px 8px;
}
div#categoryList ul {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
div#categoryList ul li {
	margin: 0 5px;
	padding: 5px 0;
	border-bottom: 1px solid #707eb4;
	cursor: pointer;
}
div#categoryList ul li:hover,
div#categoryList ul li.active {
	background: #707eb4;
}
div#categoryList ul li:hover a,
div#categoryList ul li.active a {
	border: none;
}
div#categoryList ul li a:hover {border: none;}
div#categoryList ul li a {
	display: block;
	font-weight: bold;
	background: url(../images/whiteBullet.gif) left 5px no-repeat;
	margin-left: 5px;
	padding-left: 6px;
	color: #fff!important;
}
div#categoryList div.placeOrder {
	padding: 5px 5px 10px 5px;
}
div#bodyContent.resourceGuide div#columnTwo.columnTwo {
	width: 610px;
	font-size: 11px;
}
div#bodyContent.resourceGuide div#listingHeading {
	position: relative;
	height: 36px;
}
div#bodyContent.resourceGuide div#listingHeading h2 {
	position: absolute;
	bottom: 0;
	font-size: 15px;
}
div#bodyContent.resourceGuide div#columnTwo.columnTwo div.columnOne {
	width: 300px;
	margin-right: 10px;
}
div#bodyContent.resourceGuide div#columnTwo.columnTwo div.columnTwo {
	width: 300px;
	overflow: visible;
}
div#bodyContent.resourceGuide div#columnTwo.columnTwo div.columnOne h2 {
	margin: 0;
	border-bottom: 1px solid #000;
	font-size: 15px;
}
div#bodyContent.resourceGuide div#columnTwo.columnTwo div.bigLinkWhite {
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom: 1px solid #000;
}
div#bodyContent.resourceGuide div#columnTwo.columnTwo div.columnOne div.content,
div#bodyContent.resourceGuide div#columnTwo.columnTwo div.columnTwo div.content,
div.listingsContent {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 11px;
	color: #000;
}
div#bodyContent.resourceGuide div#columnTwo.columnTwo div.columnTwo div.content {
	font-weight: bold;
}
div#bodyContent.resourceGuide div#resourceGuideSponsor {
	padding-top: 20px;
	padding-left: 5px;
	font-weight: bold;
}
div#bodyContent.resourceGuide div#resourceGuideSponsor a {
	display: block;
	width: 300px;
	text-align: center;
	color: #000;
}
div#bodyContent.resourceGuide div#resourceGuideSponsor a img {
	margin-top: 5px;
	border: none;
}
div#bodyContent.resourceGuide div#resourceGuideSponsor_category {
	position: relative;
	border-bottom: 1px solid #000;
	height: 16px;
}
div#bodyContent.resourceGuide div#resourceGuideSponsor_category h3 {
	height: 15px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
div#bodyContent.resourceGuide div#featuredAffiliate {
	margin-left: 5px;
	padding-top: 10px;
	border-top: 1px solid #000;
}
div#bodyContent.resourceGuide div#affiliate {
	margin-left: 5px;
	padding-top: 10px;
	width: 100%;
}
div#bodyContent.resourceGuide div#featuredAffiliate h2,
div#bodyContent.resourceGuide div#affiliate h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: normal;
}
div#bodyContent.resourceGuide div#featuredAffiliate div.content p,
div#bodyContent.resourceGuide div#affiliate div.content p {
	margin: 0;
	padding: 0 125px 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	line-height: 15px;
}
div#bodyContent.resourceGuide div#featuredAffiliate div.contactInfo,
div#bodyContent.resourceGuide div#affiliate div.contactInfo {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}
div#bodyContent.resourceGuide div#featuredAffiliate div.contactInfo div.columnOne,
div#bodyContent.resourceGuide div#affiliate div.contactInfo div.columnOne {
	width: 75px;
	padding-right: 10px;
}
div#bodyContent.resourceGuide div#featuredAffiliate div.contactInfo div.columnTwo,
div#bodyContent.resourceGuide div#affiliate div.contactInfo div.columnTwo {
	width: 380px;
	padding-right: 10px;
}
div#bodyContent.resourceGuide div#featuredAffiliate div.contactInfo div.columnThree,
div#bodyContent.resourceGuide div#affiliate div.contactInfo div.columnThree {
	padding-top: 5px;
}
div#listingCategories {
	font-size: 11px;
}


/* BANNER ADS */
div.banner a {
	border: none;
	text-decoration: none;
}
div.bannerWrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
div.bannerWrapper div.columnOne {
	width: 310px;
	margin-right: 10px;
	text-align: center;
}
div.bannerWrapper div.columnTwo {
	width: 610px;
	text-align: center;
}
div.bannerBottomColumnTwo:before {
	clear: left;
}
div.bannerBottomColumnTwo {
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
	width: 588px;
	text-align: center;
	background: #f6f6f6;
	border: 1px solid #dddddd;
}
div.bannerBottomColumnTwo div.label, div.featuredContentAds div.label, div.bannerGeneric div.label {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	padding-bottom: 3px;
}
div.bannerBottomColumnTwo 
div.marginLeft {
	margin-left: 315px;
}
div.bannerBottomColumnOne {
	width: 315px;
	text-align: center;
}

div.bannerGeneric {
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
	text-align: center;
	background: #f6f6f6;
	border: 1px solid #dddddd;
}

/* SSL CERT */
div.ssl {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
div.ssl a:hover {
	border: none;
	text-decoration: none;
}
div.ssl a img {
	border: none;
}


/* FOOTER */
div#footer {
	margin-top: 5px;
	padding-top: 1px;
	border-top: 1px solid #000;
	line-height: 18px;
	font-size: 10px;
	color: #000;
	z-index:5;
}
div#footer div.content {
	padding-left: 5px;
}
div#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#footer ul li {
	float: left;
	padding: 2px 8px;
	border-right: 1px solid #000;
	line-height: 8px;
	position: relative;
}
div#footer ul li a {
	position: relative;
}
div#footer ul li.first { padding-left: 0!important; }
div#footer ul li.last {
	padding-right: 0!important;
	border-right: none;
}
div#printPage {
	padding-left: 5px;
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
	margin-bottom: 4px;
}
div#printPage a {
	font-weight: bold;
}


/* WEBOPEDIA */
div#webopedia {
	width: 268px;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
	text-align: center;
}


/* AFFILIATE LIST */
div#affiliateList ul {
	margin: 0!important;
	padding: 0!important;
	list-style: none;
	line-height: 22px;
}
div#affiliateList ul li {
	display: block;
	padding-left: 18px;
}


/* CONTACT FORM */
div#contactInfo {
	width: 225px;
	padding-top: 10px;
}


/* FORM STYLES */
input,
select,
textarea {
	font: normal 10px verdana,helvetica,arial,sans-serif;
}

.bodyForm .formRow input,
.bodyForm .formRow select,
.bodyForm .formRow textarea {
	font-size: 10px;
	border: 1px solid #7f9db9; /* default ie color */
	padding: 1px 0;
}
.bodyForm .formRow input { padding: 2px 0; }
.bodyForm .formRow { margin-bottom: 6px; }
.bodyForm .formRow fieldset {
	padding: 10px;
	border: 1px solid #7f9db9; /* default ie color */
}
.bodyForm input.chk { border: none; }
.bodyForm fieldset { line-height: 16px; }
.bodyForm fieldset legend { padding: 0 5px; color: #000; }
form .padRight { padding-right: 10px; }
.bodyForm label { font-weight: bold; line-height: 15px; }
.bodyForm label.unbold { font-weight: normal; }
.bodyForm .redText { color: red; }
.bodyForm .min { width: 65px; }
.bodyForm .small { width: 100px; }
.bodyForm .medium { width: 136px; }
.bodyForm .large { width: 284px; }
.bodyForm .max { width: 400px; }
.bodyForm textarea.xlarge { width: 400px; height: 50px; }
.bodyForm select.min { width: 69px; }
.bodyForm select.small { width: 104px; }
.bodyForm select.medium { width: 138px; }
.bodyForm select.large { width: 287px; }
.bodyForm select.max { width: 402px; }
.bodyForm label.block {
	display: block;
	width: 175px;
	float: left;
}
table tr.confirmation td.block {
	width: 175px;
}
table tr.confirmation {
	height: 16px;
}
.bodyForm .padLeftLabelWidth {
	padding-left: 170px;
}
input.login { width: 150px; }
.warning {
	padding: 10px;
	border: 1px solid red;
	background-color: #f7f7f7;
	margin-bottom: 10px;
}
.warning h3 {
	color: red;
}
.redText, .red {
	color: red;
}

.largeRedText {
	color: red;
	font: bold 12px verdana, arial, sans-serif;
}

.feedback {
	padding: 10px;
	border: 1px solid green;
	background-color: #f7f7f7;
	margin-bottom: 10px;
}
.feedback h3 {
	color: green;
}

table.form th {
	background-color: #3e8e2f;
	font-weight: bold;
	color: white;
	padding: 3px;
}

table.form td {
	padding: 3px;
	font-weight: bold;
	color: black;
}

div.formBox {
	background-color: #f6f6f6;
	padding: 10px;
	padding-left: 50px;
	border: 1px solid #dddddd;
}

div.cancellationPolicy {
	color: red;
	font-weight: bold;
}

/*EVENT REGISTRATION CONFIRMATION*/

div.invoiceWrapper {
	border: 1px solid #dddddd;
}
table.invoice {
	width: 100%;
	border-collapse: collapse;
}
table.invoice thead td {
	background: #f6f6f6;
}
table.invoice thead td,
table.invoice tbody td,
table.invoice tfoot td {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
table.invoice tfoot td {
	border-bottom: 0;
}


/* MY ACCOUNT FORM STYLES */
div#myAccountForm input {
	font: 10px verdana, arial, sans-serif;
	width: 300px;
}

div#myAccountForm input.button {
	font: 10px verdana, arial, sans-serif;
	width: auto;
}

/* TABLE STYLES */
table.renderedtable {
	border-collapse: collapse;
}

/* TABLE CELL STYLES */
.whiteBorderRight {
	border-right: 1px solid #fff;
}


/* MEMBER LIST STYLES */
table.memberList br {
	display: block;
	height: 1px;
	line-height: 1px;
}
table.memberList td div,
table.memberList td p {
	margin: 0;
	padding: 0;
}
table.memberList td img {
	float: right;
}
table.memberList td div * {
	margin: 0;
	padding: 0;
}
table.memberList td {
	padding-right: 5px;
	height: 25px;
}

/* MEMBER DIRECTORY STYLES */
table.memberDirectory th {
	background-color: #3e8e2f;
	font-weight: bold;
	color: white;
	padding: 3px;
}
table.memberDirectory td {
	padding: 3px;
	border-bottom: 1px solid #8fc390;
}

table.memberDirectory td.subhead {
	background-color: #8fc390;
	font-weight: bold;
	color: black;
	padding: 3px;
}

.formPopup {
	position: absolute;
	top: 0;
	left: 340px;
	background-color: #fff;
	border-right: 2px solid #3e8e2f;
	border-bottom: 2px solid #3e8e2f;
	z-index: 999;
}
.formPopup div {
	width: 250px;
	height: 175px;
	border: 1px solid #8fc390;
	padding: 10px;
}
.formPopup div input.medium,
.formPopup div textarea.medium {
	width: 200px;
}
.formPopup div label { font-weight: bold; line-height: 15px; }

a.popupCloseBtn {
	display: block;
	float: right;
}