/*
-----------------------------------------------------------
--------------------------------  Global Style 
----------------------------------------------------------- 
*/

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(../img/smallerBack.gif) repeat top left;
	color:#444;
	margin: 0px;
	padding: 0px;
	z-index: 0;
}

a:link {
	color: #069;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #069;
	text-decoration: none;
	font-weight:bold;
	text-transform:none
} 
a:hover {
	color: #444;
}
a:active {
	color: #069;
	text-decoration: none;
	font-weight:bold;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#F60;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#F60;
	text-transform:uppercase;
	margin-top: 0px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#F60;
	text-transform:uppercase;
	margin-top: 0px;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-top: 0px;
	margin-bottom: 0px;
}

input{
	background-color:#DEDEDE;
	border: 1px solid #069;
}

ul{
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:5px;
}
#ThirdLvlLeftColumn ul{
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:5px;
}

ol li{
	list-style-type:decimal;
	list-style-position:outside;
	margin-bottom:5px;
}
#ThirdLvlLeftColumn ol li{
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:5px;
}

img 
{
	border:0px;
}

td{
	font-size:12px;
}

.IMGfloatleft { float: left; margin: 0px 5px 5px 0px; }
.IMGfloatright { float: right; margin:  0px 0px 5px 5px; } 

#pageContainer 
{
	top:0;
	left:0;
}
#outerBanner {
	position:relative;
	height: 920px;
	background: url(../img/largeBack.gif) repeat-x top left;
	z-index: 0;
	top: 0px;
	left: 0px;
}

#topBanner {
	position:relative;
	margin:auto;
	height: 920px;
	background: url(../img/mainBack1.jpg) no-repeat top center;
	z-index: 0;
	top: 0px;
	left: 0px;
}

#footerBanner {
	clear:both;
	height: 175px;
	background: url(../img/footerBack.gif) repeat-x top left;
	z-index:1;
	margin-bottom:0px;
	}

#floatContainer{
	margin: auto;
	position:relative;
	width:100%;
	border:0px dashed Red;
	z-index:0;
}

#innerContainer{
	position:relative;
	margin: auto;
	width:960px;
	float:left;
	margin-bottom:0px;
	border:0px dashed Red;
	z-index:0;
	z-index:1;
}

#outerContainer{
	margin:0 auto;
	width:980px;
}

#pageHeader{
	float:left;
	position:relative;
	background: url(../img/pageHeader.gif) no-repeat top left;
	width:980px;
	height:180px;
	margin: auto;
	top:0px;
	z-index: 0;
	border:0px dashed #FFF;
}

#top-header{
	position:relative;
	width:940px;
	height:100px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	border:0px dashed #FFF;
}

#top-header a#ncarbLogo {
	background: url(/_res/img/ncarbweb-logo-115.png) no-repeat top left;
	position:relative;
	float:left;
	height:31px;
	width: 115px;
	margin-top:25px;
	margin-left:0px;
}

#homeHeaderLeft img
{
	border:0px;
}
#homeHeaderRight{
	position:relative;
	float:right;
	width: 770px;
	color: #CCC;
	padding-bottom:2px;
	margin-top:10px;
	margin-right:0px;
	border:0px dashed #FFF;
	text-align:right;
}
#homeHeaderSearch{
	border:1px solid #CCC;
	background-color:#CCC;
	text-align:right;
	margin-bottom:0px;
	width:180px;
	float:right;
}

#homeHeaderRight a,a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color: #CCC;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}
#homeHeaderRight a.highlightLink ,highlightLink:visited{
	color: Yellow;
}
#homeHeaderRight a:hover{
	color:#FFF;
	text-decoration:none;
}
#homeHeaderRight input
{
/*	background: url(../img/searchBtn.gif) no-repeat top left;    */
	color:#000;
	padding-left:4px;
	border: 0px solid #444;
	margin-right:0px;
	height:19px;
	background-color:#CCC;
}

.homeHeaderRightImg {
	background: url(../img/searchBtn.gif) no-repeat top left;    
	border: 1px dashed red;
	margin-left: 0px;
	margin-right: 0px;
	height:19px;
	width:19px;
	clear:both;
	cursor:pointer;
}

.homeHeaderRightImg:hover {
	background: url(../img/searchBtn.gif) no-repeat top left;    
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height:19px;
	width:19px;
	cursor:pointer;
}

.globalMenuTop {
	display: block;
	margin-top:0px;
	padding-bottom:5px;
	margin-left:5px;
	border: 0px dashed red;
}

.globalMenuBottom {
	position:relative;
	clear:both;
	margin-top:25px;
	border: 0px dashed red;
}

.menuLinks a{
}

.error404{
	background-color:#FFF;
	color:#444;
	width:920px;
	
}
.error404 input
{
	color:#000;
	padding-left:4px;
	border: 0px solid #444;
	margin-right:0px;
	height:19px;
	background-color:#CCC;
}
#error404txt
{
	width:620px;
	float:right;
	padding:20px;
	font-size:12px;
}
#gCenterContent #error404txt a,a:visited
{
	font-weight:normal;
}
#gCenterContent #error404txt a:hover{
	color:#444;
	text-decoration:underline;
}
#error404txtbox
{
	background-color:#CCC;
	border:2px solid #CCC;
	float:left;
	margin-right:20px;
}
/*======================================================*/

#mainContainer {
	float:left;
	margin:auto;
	width:940px;
	min-height:920px !important;
	text-align:left;
	background-color:#FFF;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	border-bottom: 0px dashed Red;
	z-index:1;
}

#mainContainer a:visited{
	color: #069;
	text-decoration: none;
	font-weight:bold;
} 

#title-nav {
	width:940px;
	margin:auto;
	margin-top:0px;
	height:80px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#0099cc;
	text-transform:uppercase;
	border-bottom: 0px dashed Red;
}

.genTitle {
	width:740px;
	font-size:36px;
	padding-top: 10px;
	padding-left:238px;
	text-align:left;
}

.homeTitle {
	font-size:2.75em;
	text-align:center;
	padding-top: 10px;
}

.secondNav {
	text-align:left;
	text-transform:uppercase;
	padding-bottom:0px;
}

.topLevel img{
	border: 1px solid red;
}

#homeContent {
	width:980px;
	padding:20px;
}

#landingContainer {
	float:left;
	margin:auto;
	margin-bottom:0px;
	width:940px;
	min-height:980px !important;
	position:relative;
	text-align:left;
	padding:0px;
	border-bottom: 0px dashed Red;
	z-index:1;
	display:inline;
}

#bottomSpacer {
	clear:both;
}

.largeHeaderOrange{
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#F60;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
}

/*
-----------------------------------------------------------
--------------------------------  Footer 
----------------------------------------------------------- 
*/

#footerInfoBack{
	height: 175px;
	background: url(../img/footerLightBack.gif) repeat-x top left;
	z-index: 99;
	width:980px;
	margin: auto;
	margin-left: auto 308px;
}

#footerInfo{
	clear: both;
	border: 0px solid #cccccc;
	color: #CCC;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	height: 134px;
	margin-left:20px;
	text-align:left;
}

#footerInfo ul
{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
}

#footerInfo li
{
display: inline;
list-style-type: none;
padding-right: 10px;
margin-left:0px;
}

#footerInfo a,a:visited{
	color: #CCC;
	font-size:12px;
	text-decoration: none;
	font-weight:normal;
}

#footerInfo a:hover{
	color: #FFF;
	font-size:12px;
	text-decoration: none;
	font-weight:normal;
}

#footerInfo p 
{
	margin-top:0px;
	margin-bottom:2px;
}

/*
-----------------------------------------------------------
--------------------------------  NCARB Home Page 
----------------------------------------------------------- 
*/

#topSection {
	display:inline;
	}

#flashContent {
	float:left;
	position:relative;
	margin-right:20px;
	width:700px;
	height:220px;
	background-color:#BFCFD7;
	display:inline;
}

#clientLogin {
	float:left;
	position:relative;
	display:inline;
	clear:right;
	margin-left:0px;
	margin-right:0px;
	width:196px;
	height:220px;
	padding:10px;
	background-color:#FFF;
	border:0px solid #204851;
	overflow:hidden;
}

.clientLoginTop {
	background: url(../img/login/myncarbrecord-up.gif) no-repeat top left;
	float:left;
	position:relative;
	width:198px;
	height:90px;
	border:0px;
	margin-bottom:10px;
	border:0px solid #204851;
}
.clientLoginTop:hover {
	background: url(../img/login/myncarbrecord-over.gif) no-repeat top left;
	float:left;
	position:relative;
	width:198px;
	height:90px;
	border:0px;
	margin-bottom:10px;
	cursor: pointer;
	cursor: hand;
}

.clientLoginBottom {
	background: url(../img/login/registrationboards-up.gif) no-repeat top left;
	float:left;
	position:relative;
	width:198px;
	height:90px;
	border:0px;
}
.clientLoginBottom:hover {
	background: url(../img/login/registrationboards-over.gif) no-repeat top left;
	float:left;
	position:relative;
	width:198px;
	height:90px;
	border:0px;
	cursor: pointer;
	cursor: hand;
}
#clientLogin img{
	border:0px;
}

#tabbedBox {
	
}

#tabs {
	
}

#homeContent {
	display:inline;
	float:left;
	width:960px;
	padding-left:20px;
	}
	
#newMonograph {
	float:left;
	position:relative;
	width:200px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:20px;
	padding:10px;
	background-color:#E7EBEC;
	border:1px solid #204851;
	min-height:300px;
}

#newMonograph img{
	margin-left:29px;
}
#centerColumn {
	float:left;
	width:458px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:0px;
	background-color: #FFF;
}

#centerColumn a,a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #069;
	font-weight:bold;
	text-decoration: none
}

#centerColumn a:hover{
	color: #444;
	text-decoration: none;
	font-weight:bold;
}

#centerColumn p {
	margin:0px;
}

.openHeaderArrow {
	width:100%;
	height:25px;
	background-color:#3A5B68;
	padding-top:5px;
	padding-left:25px;
	background-image:url(/_res/img/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px left center;
}

.closedHeaderArrow {
	width:100%;
	height:25px;
	background-color:#E7EBEC;
	padding-top:5px;
	padding-left:25px;
	background-image:url(../img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.openHeaderArrow h3{
	color:#FFF;
	font-size:18px;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:normal;
	text-transform:uppercase;
}

.closedHeaderArrow h3{
	color:#444;
	font-size:18px;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:normal;
}

.openHeader {
	width:100%;
	height:31px;
	background:url(../img/blue-bar-grad-1px.jpg) repeat-x top left;
	padding-top:3px;
	padding-left:5px;
	overflow:hidden;
}

.closedHeader {
	width:100%;
	height:25px;
	background-color:#E7EBEC;
	padding-top:5px;
	padding-left:5px;
}

.openHeader h3{
	color:#FFF;
	font-size:18px;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:normal;
	text-transform:uppercase;
}

.closedHeader h3{
	color:#444;
	font-size:18px;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:normal;
}

#news {
	width:458px;
	border:1px solid #204851;
	float:left;
	overflow:hidden;
}

#announcements {
	width:458px;
	background-color:#E7EBEC;
	margin-top:3px;
	float:left;
	overflow:hidden;
}

#events {
	width:458px;
	background-color:#E7EBEC;
	margin-top:3px;
	float:left;
	overflow:hidden;
}

.centerContent{
	margin-top:10px;
	margin-left:28px;
	margin-right:48px;
	}

#news .centerContent{
	margin-top:10px;
	}

#rightContentArea {
	float:left;
	width:216px;
	margin-left:20px;
	margin-top:20px;
}

#quickLinks {
	font-size:12px;
	margin-top:0px;
}
#quickLinks a{
	font-size:12px;
}
#quickLinks a:hover{
	color:#444;
}
#quickLinks a:visited{
	font-size:12px;
}
#quickLinks h2{
	border:0px solid #204851;
	margin-bottom:0px;
}
#quickLinks p{
	border:0px solid #204851;
	margin-top:10px;
	margin-bottom:10px;
}


#adContainer
{
	clear:right;
}

#adContainer img{
	margin-bottom:10px;
}

#content p {
	text-indent:30px;
	line-height:0px;
}

#content h3 {
	text-indent:30px;
	letter-spacing:2pt;
	margin:0px;
	font-variant:small-caps;
}

#content span {
	text-indent:30px;
	margin:0px;
	font-variant:small-caps;
	line-height:0px;
}
/*
-----------------------------------------------------------
--------------------------------   2nd Level Landing
----------------------------------------------------------- 
*/

#leftArea {
	float:left;
	width:460px;
	padding:0px;
}

#leftArea h1{
	margin-top:0px;
	margin-bottom:5px;
}

#leftArea p{
	margin-top:0px;
	margin-bottom:10px;
	line-height:1.3em;
}

#leftArea a{
	color:#069;
}

#leftArea a:hover{
	color:#444;
}

#leftArea a:visited{
	color:#069;
}

ul {
	list-style:none;
}

#leftTopContent 
{
	font-size:12px;
}

#leftTopContent p{
	margin-top:0px;
	margin-bottom:10px;
}

.landing-list {
	width:460px;
	padding:0px;
	border: 0px dotted #0000FF;
	position: relative;
	margin-top:0px;
	margin-bottom:10px;
	overflow:hidden;
}
.landingImg {
	float:left;
	position: relative;
	width:54px;
	padding:0px;
	border-bottom: 0px dotted Red;
	margin-top:0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.landingTxt 
{
	float:left;
	position: relative;
	width:386px;
	padding:0px;
	border-top: 1px dotted #FFF;
	margin-top:-3px;
}
.landing-list p{
	margin-top:0px;
	margin-bottom:5px;
	font-size:12px;
	float:left;
}
.landing-list img{
	border:0px dotted #FF0000;
	background-color:#BFCFD7; 
	margin:0;
	}

#leftArea .landing-list a,a:visited
{
	font-size:12px;
	text-transform:none;
}

#leftArea .landing-list a:hover
{
	color:#444;
}

#leftBottomContent {
}

#rightArea {
	float:left;
	width:460px;
	margin-left:20px;
}

#featuredWidget {
	border:0px solid #204851;
}

#featuredWidget img{
	border:0px solid #204851;
	background-color: #CCC;
	width:458px;
	height:300px;
}

#featuredArticle {
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	width:438px;
	border:1px solid #204851;
	padding:10px;
	background-color:#BFCFD7;
}

.featuredArticleTxt {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	border-top: 0px dotted #0000FF;
	float:left;
	margin-top:0px;
	width:278px;
}
.featuredArticleImg {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	border-top: 0px dotted #0000FF;
	float:right;
	position: relative;
	margin-top:0px;
	margin-right:10px;
	width:140px;
}

#featuredArticle img{
	margin: 0px 0px 0px 10px;
	border:0px dashed red;
}

#featuredArticle .largeHeaderOrange{
	margin-bottom:10px;
}	
#rightArea #featuredArticle a
{
	font-size:12px;
}
#rightArea #featuredArticle a:hover{
	font-size:12px;
	color:#444;
}
#rightArea #featuredArticle a:visited{
	font-size:12px;
}
#bottomContent {
	margin-top:20px;
	
}

#bottomInnerLeft {
	float:left;
	width:198px;
	border:1px solid #204851;
	padding:10px;
	background-color:#BFCFD7;
	margin-right:20px;
}

#bottomInnerRight {
	clear:right;
	float:left;
	width:220px;
}

#bottomInnerRight img
{
	border:0px solid #FF0000;
	width:220px;
	margin-bottom:20px;
}


/*
-----------------------------------------------------------
--------------------------------   3rd Level Landing
----------------------------------------------------------- 
*/

#ThirdLvlLeftColumn {
	position:relative;
	border:0px dotted green;
	width:540px;
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom:0px;
	margin-left: 0px;
	display:inline;
	font-size:12px;
}

#contactUs #ThirdLvlLeftColumn{
	position:relative;
	width:540px;
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom:0px;
	font-size:12px;
	border:0px solid Red;
}

#contactUs #ThirdLvlLeftColumn .contactSubject
{
	border:1px solid #204851;
	color:#69c;
	background-color:#FFF;
	width:455px;
	height:25px;
}

#contactUs #ThirdLvlLeftColumn .contactQuestion
{
	border:1px solid #204851;
	color:#69c;
	background-color:#FFF;
	height:200px;
	width:455px;
}
#contactUs #ThirdLvlLeftColumn text
{
	width:455px;
}
#contactUs #ThirdLvlLeftColumn .firstTAble
{
	background-color:#FFF;
	width:540px;
}	

#contactUs #ThirdLvlLeftColumn .FAQtable
{
	background-color:#FFF;
	width:540px;
	border-top: 1px solid #204851;
	border-left: 1px solid #204851;
	border-right: 1px solid #204851;
	border-bottom: 1px solid #204851;
	padding:10 0 10 0;
	padding-top:10px;
	padding-bottom:10px;
}	

#contactUs #ThirdLvlLeftColumn .tdSubject
{
	text-align:left;
	padding-top:15px;
	width:50px;
	}

#contactUs #ThirdLvlLeftColumn .tdSubjectBox
{
	text-align:left;
	padding-top:15px;
	width:200px;
	}

#contactUs #ThirdLvlLeftColumn .tdQuestion
{
	vertical-align:top;
	text-align:left;
	padding-top:5px;
	width:50px;
	}

#contactUs #ThirdLvlLeftColumn .tdQuestionBox
{
	vertical-align:top;
	text-align:left;
	padding-top:5px;
	width:200px;
	}

#contactUs #ThirdLvlLeftColumn h4
{
	font-size:12px;
	}
#contactUs #ThirdLvlLeftColumn .contactButton
{
	font-size:12px;
	color:#FFF;
	background:url(../img/blue-bar-grad-1px.jpg) repeat-x top left;
	border:0px;
	float:right;
	margin-right:10px;
	margin-bottom:10px;
	max-width:350px;
	}

#ThirdLvlLeftColumn h1{
	margin-bottom:5px;
}
#ThirdLvlLeftTxt p{
	margin-top:0px;
}
#ThirdLvlLeftColumn a{
	color:#069;
}
#landingContainer #ThirdLvlLeftColumn a:hover{
	color:#444;
}
#ThirdLvlLeftColumn a:visited{
	color:#069;
}
#ThirdLvlLeftColumn p{
	margin-top:0px;
	margin-bottom:15px;
	line-height:1.3em;
}
#ThirdLvlLeftColumn img{
	border:0px solid Red;
	float:left;
	margin-bottom:20px;
	margin-right:0px;
	margin-left:0px;
	}
.ThirdLvlImgSmall{
	border:0px solid Red;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	margin-left:0px;
	}

#meetingReqWidget {
	position:relative;
	border:0px dotted green;
	width:540px;
	float:left;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: 0px;
	display:inline;
}
#meetingReqWidget h3{
	font-size:12px;
	margin-top:5px;
	font-weight:bold;
}
#ThirdLvlRightColumn  {
	position:relative;
	float:left;
	border:0px dotted blue;
	width:378px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom:0px;
	margin-left: 0px;
	display:inline;
}

#landingContainer #ThirdLvlRightColumn a{
	color:#069;
}
#landingContainer #ThirdLvlRightColumn a:hover{
	color:#444;
}
#landingContainer #ThirdLvlRightColumn a:visited{
	color:#069;
}

.relatedPubs {
	float:left;
	width:376px;
	border:1px solid #204851;	
	position: relative;
	padding-bottom:10px;
	overflow:hidden;
	display:inline;
	margin-bottom:20px;
}

.relatedPubsItem {
	float:left;
	border: 0px dotted #0000FF;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.relatedPubsItemImg {
	float:left;
	border: 0px dotted Red;
	margin-left:10px;
}
.relatedPubsItemImg img{
	border:0px dotted #FF0000;
	}

.relatedPubsItemTxt {
	float:left;
	border: 0px dotted #0000FF;
	margin-left:10px;
	margin-right:10px;
	width:204px;
}
.relatedPubsItemTxt p
{
	margin-top:0px;
}
.upcomingWebinars {
	float:left;
	width:376px;
	margin-top:20px;
	border:1px solid #204851;	
	position: relative;
	overflow:hidden;
	display:inline;
}
.upcomingWebinarsItem {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:9px;
	padding-left:9px;
	position: relative;
}

.webinarsItemText {
	padding-bottom:10px;
	float:right;
	position: relative;
	display:inline;
	width: 225px;
	margin-top:0px;
}

.upcomingWebinarsItem img{
	padding-right:40px;
	float:left;
	position: relative;
	overflow:hidden;
	display:inline;
}

#contactUs #ThirdLvlLeftColumn{
	position:relative;
	width:540px;
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom:0px;
	font-size:12px;
	border:0px solid Red;
}

#contactUs #ThirdLvlLeftColumn .contactSubject
{
	border:1px solid #204851;
	color:#69c;
	background-color:#FFF;
	width:420px;
}

#contactUs #ThirdLvlLeftColumn .contactQuestion
{
	border:1px solid #204851;
	color:#69c;
	background-color:#FFF;
	height:200px;
	width:420px;
}

#contactUs #ThirdLvlLeftColumn table
{
	background-color:#CCC;
	width:540px;
}	

/*
-----------------------------------------------------------
--------------------------------   Generic Content
----------------------------------------------------------- 
*/
#gLeftColumn{
	float:left;
	width:218px;
	margin-left:0px;
	overflow:hidden;	
}

#gLeftContent{
	background-color:#FFF;
	border:0px solid #204851;
}
.gLeftMenu{
	border:0px dotted #000;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:0px;
	margin-bottom:5px;
}

.gLeftMenuHolder{
	border:1px dotted #CCC;
	width:210px;
	height:225px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	margin-bottom:5px;
}

#gLeftText
{
	font-size:12px;
	margin-bottom:3px;
}
#gLeftText a
{
	font-size:12px;
}
#gLeftText a:hover
{
	color:#444;
}
#gLeftText a:visited
{
	font-size:12px;
}
#gLeftLinks{
	border:1px solid #204851;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	margin-bottom:5px;
}
#gLeftLinks a{
	font-size:12px;
	display: block;
	margin-bottom:2px;
}
#gLeftLinks a:hover{
	display: block;
	margin-bottom:2px;
	color:#444;
}
#gLeftLinks:visited{
	font-size:12px;
	display: block;
	margin-bottom:2px;
}

#gCenterColumn {
	float:left;
	margin-left:20px;
	margin-top:0px;
	padding:0px;
	width:458px;
	font-size:12px;
	border-top:0px dotted #CCC;
	overflow:hidden;
}
#gCenterColumn.newsLanding 
{
	width: 700px;
}

#gCenterColumn.passRateLanding 
{
	width: 800px;
}

#gCenterContent
{
	padding-top:0px;
	margin-top:0px;
}
	
#gCenterContent h1
{
	margin-top:0px;
	margin-bottom:0px;
}
#gCenterContent p
{
	margin-top:0px;
	margin-bottom:10px;
}

#gCenterContent ul{
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:15px;
}

#gCenterContent ol {
	margin-bottom:10px;
}
#gCenterContent ol li{
	list-style-type:decimal;
	list-style-position:outside;
	margin-bottom:10px;
}


#publicationItem .mainPubsItemImg {
	float: left; 
	padding: 5px; 
	padding-bottom: 15px; 
	margin: 0; 
	border:0px solid Red;
}


#gCenterContent #publicationItem ul{
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:20px;
}
#gCenterContent #publicationItem ul li{
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:10px;
}
#gCenterContent #publicationItem ol 
{
	margin-left:0px;
	margin-bottom:10px;
}
#gCenterContent #publicationItem ol li{
	list-style-type:decimal;
	list-style-position:outside;
	margin-bottom:10px;
	margin-left:0px;
}
#gMainContent {
	float:left;
	margin-left:20px;
	margin-top:0px;
	width:458px;
}


#contentRightArea {
	float:left;
	width:220px;
	margin-left:20px;
	overflow:hidden;	
}

.relatedResources {
	float:left;
	margin-bottom:10px;
	border:1px solid #204851;
	width:215px;
	overflow:hidden;
}

#ThirdLvlRightColumn .relatedResources {
	float:left;
	margin-left:0px;
	margin-bottom:10px;
	border:1px solid #204851;
	width:376px;
	overflow:hidden;
}

.popularContainer{
	float:left;
	margin-bottom:10px;
	border:0px solid #204851;
	width:215px;
	overflow:hidden;
}

.relatedResources h3 {	
	color:#FFF;
	font-size:18px;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:normal;
	text-transform:uppercase;
}

.relatedContent {
	margin-top:0px;
	margin-bottom:5px;
	margin-right:15px;
	margin-left:5px;
	text-transform:none;
}

.relatedContent p{
	margin-top:10px;
	margin-bottom:10px;
	text-transform:none;
}
.relatedURL {
	border-bottom:1px #444 dotted;
}
/*
#contentRightArea .relatedReadMore a,a:visited{
	text-transform:uppercase;
	font-size:12px;
}

#contentRightArea .relatedReadMore:hover{
	text-transform:uppercase;
	font-size:12px;
	color:#444;
}
*/
.relatedAnnoucements {
	float:left;
	margin-top:0px;
	margin-bottom:10px;
	border:1px solid #204851;
	width:217px;
	overflow:hidden;
}

.relatedAnnoucements h3 {	
	margin:0px;
	font-size:16px;	
}


/*
-----------------------------------------------------------
--------------------------------   Publications Main
----------------------------------------------------------- 
*/
.mainPubsItem {
	width:460px;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	border-bottom: 0px dotted #444;
	position: relative;
	margin-top:0px;
	margin-bottom:10px;
	overflow:hidden;
}
.mainPubsItemImg {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	border: 0px dotted #0000FF;
	float:left;
	position: relative;
	margin-top:0px;
	margin-right: 0px;
	width:160px;
}
.DCmainPubsItemImg 
{
	float:left;
	border: 0px dotted #0000FF;
	margin-bottom:20px;
}

.mainPubsItemTxt 
{
	width:300px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	margin-left:0px;
	border-top: 0px dotted #0000FF;
	float:left;
	position: relative;
	margin-top:0px;
}
.mainPubsItem p{
	margin-top:0px;
	margin-bottom:5px;
}
.mainPubsItem img{
	float:right;
	border:0px dotted #FF0000;
	margin-right:20px;
	}

.DCmainPubsItem img{
	float:left;
	border:0px dotted #FF0000;
	margin-right:0px;
	}

/*
-----------------------------------------------------------
--------------------------------   Publications Detail
----------------------------------------------------------- 
*/
.pubDetail h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#F60;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pubDetail h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#F60;
	text-transform:uppercase;
	margin-top: 0px;
}
.pubDetail h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#444;
	text-transform:uppercase;
	margin-top: 10px;
}

.pubDetail img{
	margin-top:0px;
	margin-bottom:0px;
	border:0px;
	background-color:#BFCFD7; 
}
.pubDetail blockquote{
	color: #006666;
	font-weight:bold;
	font-style:italic;
	margin-left:0px;
}

.pubDetail li{
	list-style-type:disc;
}

.pubPromo
{
	float:left;
	border:1px solid #204851;
	margin-top:0px;
	margin-bottom:10px;
	padding:10;	
}
.pubPromo p
{
	margin-bottom:5px;
}
/*
-----------------------------------------------------------
--------------------------------   Search/FAQ
----------------------------------------------------------- 
*/
#searchLeft{
	width:218px;
	float:left;
	margin-left:0px;
	border-top:1px dotted #FFF;
	border-bottom:1px dotted #FFF;
	}
#searchResultSearch{

	border:1px solid #CCC;
	background-color:#CCC;
	text-align:right;
	margin-bottom:5px;
	padding-top:1px;
	padding-right:1px;
	width:330px;
}

#searchMain{
	width:700px;
	float:left;
	position:relative;
	margin-left:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:0px dotted #FF0000;
	border-bottom:0px dotted #FF0000;
	}

#searchMain ul{
	margin-left:0px;
	margin-bottom:0px;
	display:block;
	border-top:0px solid #FF0000;
	border-bottom:0px solid #FF0000;
}
#searchMain ul li{
	margin-left:0px;
	margin-bottom:10px;
}

#searchMain2 ol{
	margin-left:-40px;
}
#searchMain2 li{
	list-style-type:none;
	list-style-position:outside;
	margin-bottom:10px;
}

#searchMain2 a{
}

#searchMain2 a:visited{
}

#searchPaging
{
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:0px solid #069;
	width:700px;
	height:20px;
}

.searchPagingLeft{
	float:left;
	color:#069;
}
.searchPagingLeft:hover{
	color:#FFF;
}
.searchPaging{
	float:right;
}
.searchPagingRight{
	float:right;
	color:#069;
}
.searchPagingRight:hover{
	float:right;
	color:#FFF;
}

.searchFAQ h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#F60;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
}
.searchFAQ h2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	margin-top: 0px;
}
.searchFAQ li {
	font-size:12px;
}

.searchFAQ input{
	width:500px;
}

#searchMain input{
	background-color:#CCC;
	border:0px;
}

.searchResultsText
{
	font-size:12px;
	}
.searchResultsTextBold
{
	font-weight:bold;	
	}

.searchResultsLink{
}

.searchResultsTeaser{
	margin-top:3px;
	margin-bottom:3px;
	border-top:0px solid #FF0000;
	border-bottom:0px solid #FF0000;
}

.searchResultsTeaserHighlight{
	background-color:Yellow;
	display:inline;
	margin-right:3px;
}

.searchResultsLiteral{
	color:#069;
	font-size:12px;
}
.moreinfo
{
	color:#008200;
}
#expandContract
{
	text-align:right;
	margin-bottom:5px;
	padding-right:20px;
}
#moreFAQs
{
	float:right;
	margin-right:10px;
	margin-bottom:0px;
}

/*
----------------------------------------------------------
------------------------------ 2nd level RB licensing 
----------------------------------------------------------
*/

#requirementsLanding td.mbrNumber
{
	border-bottom:solid 0px #666;
	padding-left:25px;
	color:#444;
	width:5%;
	overflow:hidden;
	}
#requirementsLanding td.mbrQuestion
{
	border-bottom:solid 0px #666;
	padding-left:25px;
	color:#444;
	width:70%;
	overflow:hidden;
	}

#requirementsLanding td.mbrResponse
{
	border-left:solid 0px #666;
	border-bottom:solid 0px #666;
	padding-left:10px;
	font-weight:bold;
	color:#444;
	width:25%;
	}

#requirementsLanding table {
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
}

#requirementsLanding h1
{
	margin-bottom:5px;
	}

#requirementsLanding .altColor
{
	background-color: #C2E9F3;
}

#requirementsLanding p
{
	margin-top:0px;
	font-size:12px;
	}

.jurisdiction {
	clear:both;
	float:left;
	width:458px;
}

.jurisdiction h3{
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 10px;
	font-size:12px;
	font-weight:bold;
	float:left;
}

.jurisdiction select{
	background-color:#999;
	width:250px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}

.selectJuris {
}

.selectJrsdtn h3
{
	color:#444;
	}

.jrsdtnInfo {
	margin-top:20px;
	border:1px solid #204851; 
	width:460px;
	height:211px;
	overflow:hidden;	
}
#jrsdtnInfoImg {
	float:left;
	margin:10 0 10 10;
	border:0px dashed #CCC; 
	width:210px;
	height:191px;
}
#jrsdtnInfoTxt 
{
	float:left;
	margin:10;
	padding:0;
	border:0px dashed #CCC; 
	width:210px;
	height:191px;
}
#jrsdtnInfoTxt h3{
	float:left;
	margin-top:0px;
	margin-bottom:10px;
	width:206px;
}

#jrsdtnInfoTxt p{
	float:left;
	margin-top:0px;
	margin-bottom:5px;
}
.jrsdtnInfo img{
	background-color:#BFCFD7; 
	border:0px solid #204851; 
	float:left;
}

.licensingInfo {
	float:left;
	margin-left:20px;
	margin-top:40px;
	width:460px;	
}

.licensingInfo p{
	margin-top:0px;
}
.requirements {
	padding-top:20px;
	clear:both;
	width:940px;
}

.lowerLinksMBR
{
	margin-top:10px;
	text-align:center;
}
.mbrComparison
{
	display:block;
	float:left;
	clear:both;
	width:458px;
 	border-bottom:1px solid #999;
}

 .comparisonLeft
 {
 	display:block;
 	float:left;
 	width: 28px;
 }
 
 .comparisonMiddle
 {
 	display:block;
 	width: 180px;
 	float:left;
 	height:auto;
 	text-align:left; 
 }
 	
 
 .comparisonRight
 {
 	word-wrap: break-word;
 	display:block;
 	width: 250px;
 	float:right;
 	background-color:#F4F4F4;
 }
 	
  
  /*
----------------------------------------------------------
------------------------------ News 
----------------------------------------------------------
*/

.jurisdiction {
	clear:both;
	float:left;
	width:458px;
}

.newsContainer{
	width:460px;
	border: 0px dashed #CCC;
	margin-bottom: 10px;
	font-size:12px;
	}

.newsContainer p{
	margin-top: 0px;
	}
.newsDate{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#444;
	text-transform:uppercase;
	margin-right:40px;
	margin-top:0px;
	float:left;
	position:relative;
	}
.newsHeadline{
	position:relative;
	margin-top:0px;
	font-size:10px;
	}
.newsHeadline a{
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	}
.newsDate1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#444;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #444;
	}
.newsTitle{
	float:left;
	position:relative;
	margin-top:0px;
	margin-bottom: 0px;
	font-size:12px;
	}
.newsTitle a{
	font-size:12px;
	}
.newsTitle a:hover{
	font-size:12px;
	color:#444;
	}
.newsTitle a:visited{
	font-size:12px;
	}
.newsTeaser
{
	border-top: 0px dashed #CCC;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size:12px;
	}
.shortNewsLink
{
	text-align:right;
}	
.accordionText .shortNewsLink
{
	text-align:right;
}	
	
/*
----------------------------------------------------------
------------------------------ Toolbox 
----------------------------------------------------------
*/
.addthis_toolbox{
	border: 0px dashed #CCC;
	width:100%; 
	margin-bottom: 10px;
	text-align:right;
	float:right;
	}
	
.pubs .addthis_toolbox{
	border: 1px dashed #CCC;
	margin-bottom: 10px;
	float:right;
	}
