@charset "utf-8";
/* To enable custom styles, add an entry that follows the naming convention of: .ms-rteStyle-xxxx
Where xxxx is the custom name of your style. Make sure to add the "-ms-name:"XXXX"; property
to each style that you want to actually show up in th editor */

.ms-rteStyle-BRcontent-h1 {
	-ms-name:"Bader Rutter content h1";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
}

.ms-rteStyle-BRcontent-h2 {
	-ms-name:"Bader Rutter content h2";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
}

.ms-rteStyle-BRcontent-h3 {
	-ms-name:"Bader Rutter content h3";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	background-color: #df393d;
}

.ms-rteStyle-BRcontent-p {
	-ms-name:"Bader Rutter content p";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
}

.ms-rteStyle-BRcaption {
	-ms-name:"Bader Rutter caption";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.ms-rteStyle-BRcontent-a-link, 
{
	color: #df393d !important;
	text-decoration: underline !important;
}

.ms-rteStyle-BRcontent-border {
	-ms-name:"Bader Rutter content border";
	border-bottom: 1px dotted #000;
	margin: 26px 0px 26px 0px;
	height: 1px;
}

.ms-rteStyle-BRcontent-regTrademark {
	-ms-name:"Bader Rutter Registered Trademark";
	vertical-align: super;
	font-size: 75%;
}

/* 2 column div's for the content editor */

#ColumnWrapper
{
    border-top: 1px dotted black;
    width: 874px;
    padding-top: 26px;
}

#LeftColumn
{
    position: relative;
    float: left;
    padding-right: 44px;
    width: 380px;
}

#RightColumn
{
    position: relative;
    float: left;
    padding-left: 44px;
    width: 380px;
}

#RightColumnSplit_A
{
	position: relative;
	float: left;
	padding-right: 30px;
	width: 150px;
}

#RightColumnSplit_B
{
	position: relative;
	float: left;
	padding-left: 30px;
	width: 150px;
}

#PageTitleArea
{
    position: relative;
    float: left;
    width: 670px;
    max-height: 111px;
	height: auto;
    max-height: 111px;
    overflow: hidden;	
}

#PageTitleArea h1
{
    font: 100%/1.4 Arial;
    font-weight: bold;
}

#PageImgArea
{
    position: relative;
    float: left;
    width: 200px;
	max-height: 111px;
	height: auto;
    max-height: 111px;
    overflow: hidden;	
}


/* Styles for the 'Features' box on the home page */

#home_Features_Wrapper
{
    width: 250px;
    height: 220px;    
}
#home_Features_Header
{
    background-color: rgb(127, 29, 42);
    padding: 5px 0 5px 5px;
    color: #fff;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
}
#home_Features_Body
{
    background-color: rgb(233,233,233);
    height: 200px;
    overflow: auto;
}
.home_Features_ArticleWrap
{
    padding: 0 15px 10px 15px;   
}
.ms-rteStyle-home_FeatureTitle
{
    -ms-name:"Bader Rutter Home Page Feature Body Title";
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 21px;
    color: #000 !important;
    text-align: left;
}
.ms-rteStyle-home_FeatureBody
{
    -ms-name:"Bader Rutter Home Page Feature Body Text";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000 !important;
    text-align:left;
}

#FB_RoundedContent .home_Features_ArticleWrap .ms-rteStyle-home_FeatureTitle a
{
	color: #000 !important;
}

.ms-rteStyle-home_FeatureHR
{
	background: url('../images/Featured%20Box/NewsFeed_HR.png') repeat-x;
    width: 209px;
    height: 1px;
    margin: 2px 15px 2px 15px;
}