@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(http://www.barlowmccarthy.com/bMcImages/BorderVariedTextured.jpg);
	margin: 30px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container  {
	width: 950px;
	border: 2px solid #008AC4;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
} 

#masteHead {
	padding: 0px;
	height: 220px;
	width: 950px;
	margin-bottom: 10px;
}

#masteHeadPrint {
	display: none
}

#leftNavBar {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	margin-left: 30px;
	display: inline;
}

#mainContent {
	padding-left: 25px;
	margin-left: 150px;
	margin-right: 260px;
	border-left: 1px solid #f9c0bc;
}

#mainContentWide {
	padding-left: 25px;
	margin: 0 25px 0px 150px;
	border-left: 1px solid #f9c0bc;
}

#mainArticleContent { /* Article pages with vertical orange lines */
	padding-left: 25px;
	margin-left: 150px;
	margin-right: 220px;
	padding-right: 25px;
	border-right: 1px solid #f9c0bc;
	border-left: 1px solid #f9c0bc;
}


#bottomNavBar {
	color: black;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
}



#featureRight {
	float: right; /* Regular narrow pages. Feature has blue sides: since this element is floated, a width must be given */
	display: inline; /* fix IE margin issues. Double Margin Bug */
	margin-right: 32px;
	background: url(http://www.barlowmccarthy.com/bMcImages/BlueFrameTop.jpg) repeat-y;
	padding-top: 25px;
	width: 215px;
}
#featureRight img {
	margin: 0px 25px 15px;
}

#featureRight h1 {
	font: bold 140%/20px Verdana, Arial, Helvetica, sans-serif;
	color: #051788;
	margin-bottom: 5px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 0px;
}

#featureRight h2 {
	color: #051788;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 0px;
}


#featureRight h3 {
	font: bold 120%/17px Verdana, Arial, Helvetica, sans-serif;
	color: #ed3e45;
	margin-bottom: 5px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 20px;
}
#featureRight blockquote {
	margin: 25px 25px 5px;
	font-weight: bold;
	line-height: 120%;
}
#featureRight  p.source {
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	margin-bottom: 30px;
}

#featureRight p {
	padding-right: 25px;
	padding-left: 25px;
}
#featureRight p.finalLink {
	background: url(http://www.barlowmccarthy.com/bMcImages/BlueFrameBottom.jpg) no-repeat left bottom;
	padding-bottom: 25px;
	margin-bottom: 0px;
	font-weight: bold;
}

#featureArticleRight {
	float: right; /* Article pages with wider center area.  No blue sides. since this element is floated, a width must be given */
	display: inline; /* fix IE margin issues. Double Margin Bug */
	width: 165px;
	margin-right: 32px;
	margin-top: 90px;
}

#featureArticleRight p{
	font-weight: bold;
}

#featureArticleRight p.marginBottom5 {
	margin-bottom: 15px;
}

#featureArticleRight h5 {
	color: #ed3e45;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	margin-top: 40px;
	margin-bottom: 5px;
}


.insetBox {
	float: right; /* Has blue sides. Used on wide pages with feature inset for only part of length of page: since this element is floated, a width must be given */
	width: 215px;
	background: url(bMcImages/BlueFrameTop.jpg) repeat-y;
	margin-bottom: 20px;
	margin-left: 15px;
}

.insetBox img {
	margin: 25px 25px 15px;
}

.insetBox p {padding-right: 25px;
	padding-left: 25px;
}
.insetBox p.finalLink {
	background: url(bMcImages/BlueFrameBottom.jpg) no-repeat left bottom;
	padding-bottom: 25px;
	margin-bottom: 0px;
}




h1 {
	font: bold 140%/20px Verdana, Arial, Helvetica, sans-serif;
	color: #051788;
	margin-bottom: 5px;
}

h2 {
	color: #051788;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 5px;
}

h3 {
	font: bold 120%/17px Verdana, Arial, Helvetica, sans-serif;
	color: #ed3e45;
	margin-bottom: 5px;
}

h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	font: bold 110%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #051788;
}
h5 {
	color: #ed3e45;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 10px;
}

h6 {
	color: #051788;
	padding-bottom: 30px;
	font: italic bold 14px/24px Verdana, Arial, Helvetica, sans-serif;
}


p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 18px;
}

a {
	color: #017bae; 
	font-weight: bold;
	text-decoration: underline;
}

#container #mainArticleContent p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}


.caption {
	line-height: 12px;
	font-size: 10px;
	font-style: italic;
	margin: 0px 0px 10px;
}
.boldText {
	font-weight: bold;
}


#container #mainArticleContent .boldText {
	margin-top: 20px;
}
.orangeNavBar {
	color: #ed3e45;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.blackNavBar {
	color: #000000;
	font-weight: normal;
}


.indentedText {
	padding-left: 20px;
	padding-top:0;
	padding-bottom: 0;
}



.orangeLink {
	color: #ed3e45; 
	font: bold 11px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}



.marginBottom0 {
	margin-bottom: 0px;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginRight15Bottom20 {
	margin-right: 20px;
	margin-bottom: 15px;
}
.marginLeft20Bottom15 {
	margin-left: 20px;
	margin-bottom: 15px;
}
.marginTop20Bottom20 {
	margin-top: 20px;
	margin-bottom: 15px;
}
.marginTop20 {
	margin-top: 20px;
}




ul {
	list-style: disc url(bMc2.css) outside;
	display: inline;
	margin-top: 0px;
}
ul li {
	margin-left: 35px;
	padding-bottom:10px;
}
ol        {
	list-style: none outside;
	padding: 0px 0px 0px 20px;
}
ol   li      {
	padding-left: -20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}



#mainArticleContent th, #mainArticleContent td {padding: 8px}


.textnormal {/* determines size of title and text in results */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.textnormal_blue {/* this is at bottom of results and says how many search pages */
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #051788;
}

.td_main_sub {/* this is used to say search teram and the number of search results */
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #fde7e8;
	padding: 10px;
}



/* Market Tenor Related */
#containerMarketTenor  {
	width: 800px;
	border: 2px solid #008AC4;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
} 


#mainContentMarketTenor {
	margin: 0 30px 0px 32px;
}

#mainContentMarketTenor h1{
	font: bold 140%/20px Verdana, Arial, Helvetica, sans-serif;
	color: #051788;
	margin-bottom: 5px;
}

#mainContentMarketTenor h2{
	font: bold 120%/20px Verdana, Arial, Helvetica, sans-serif;
	color: #008AC4;
	margin-bottom: 0px;
}

#mainContentMarketTenor h3{
	font: bold 100%/20px Verdana, Arial, Helvetica, sans-serif;
	color: #051788;
	margin-bottom: 0px;

}

#insetMarketTenor p.boldText{
	font-weight:bold;
	line-height: 26px
}

#insetMarketTenor {
	float: right; /* Has top & bottom border. Used on wide pages with feature inset for only part of length of page: since this element is floated, a width must be given */
	width: 215px;
	border: 2px solid #f9c0bc;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	padding:25px;
	background: #FFFFFF url(bMcImages/VerticalGradient-O.jpg) repeat-x;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

