@charset "utf-8";
/* CSS Document */

body {
	background: #f6f3e7;
	margin: 0; /* 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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#editableZone  #mainContent  .pageTitle  {
	background-color: #A81414;
	color: #EFEBD9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 10px;
	text-align: left;
}
#editableZone  #mainContent  .pageSubTitle  {
	background-color: #f0ebd8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A81414;
	border-bottom-color: #A81414;
	font-size: 20px;
	color: #A81414;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	text-align: left;
}
#editableZone #mainContent .pageBreadcrumb {
	background-color: #f0ebd8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A81414;
	border-bottom-color: #A81414;
	font-size: 12px;
	color: #A81414;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
#editableZone #mainContent .tableBorder .leftBrdr #rightCol .bioTitle img {
	margin-right: 15px;
	margin-bottom: 10px;
}
#editableZone #bioDiv {
	width: 600px;
	height: 1px;
	background-color: #E0D7AF;
}



#editableZone  #mainContent  .pageSideTitle  {
	background-color: #A81414;
	font-size: 16px;
	color: #EFEBD9;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	text-align: left;
}
#editableZone  #mainContent  .pageSideCopy  {
	background-color: #f0ebd8;
	font-size: 14px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
}
#editableZone  #mainContent  .leftBrdr  {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A81414;
}
#editableZone  #mainContent  a    {
	color: #A81414;
	text-transform: none;
}
#container  #editableZone  #mainContent  a:link    {
	color: #A81414;
	text-transform: none;
}
#editableZone  #mainContent  a:hover    {
	color: #333333;
	text-transform: none;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f7f3e8;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 186px;
	width: 900px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
#address {
	font-size: 11px;
	color: #666666;
	border: 1px solid #A81414;
	padding: 5px;
	background-color: #eae5cf;
	margin-top: 0px;
}
#header #divider {
	background-color: #A81414;
	height: 8px;
	width: 900px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#header #newsletterSignUp {
	color: #f6f3e7;
	height: 25px;
	width: 880px;
	background-color: #A81414;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
	padding-top: 5px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}


#header .tag {
	color: #999999;
	font-size: 26px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
}
#header #logo {
	text-align: center;
	padding-top: 8px;
	width: 200px;
}
#mainContent {
	margin: 0px;
	padding: 0;
}
#editableZone .tableBorder {
	width: 100%;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A81414;
	border-left-color: #A81414;
	background-color: #F7F3E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A81414;
}
#editableZone .subTableBorder {
	border: 2px solid #930202;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #A81414;
	height: 270px;
}
#editableZone #mainContent .innovation {
	background-color: #eae5cf;
	padding: 0px;
	margin: 0px;
	color: #A81414;
	font-size: 16px;
}
#editableZone #mainContent #divDblLine {
	background-image: url(http://www.simplifiedwebsites.com/crbcpa/images/img_div.jpg);
	background-repeat: repeat-x;
	height: 5px;
	margin-top: 8px;
}
#editableZone #mainContent .subTableBorder p {
	font-size: 11px;
	line-height: 1.35;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 10px;
	margin-top: 7px;
}
#editableZone #mainContent .subTableBorder h3 {
	text-align: center;
	margin: 7px;
	color: #F7F3E8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
#editableZone #introText {
	margin: 0px;
	padding: 10px;
	background-color: #F0EBD8;
	height: 326px;
	background-image: url(http://www.simplifiedwebsites.com/crbcpa/images/bg_bridge.gif);
	background-repeat: no-repeat;
	background-position: center 295px;
}
#editableZone .tableBorder #introText h1 {
	font-size: 26px;
	font-weight: normal;
	color: #A81414;
	margin: 0px;
	padding: 0px;
}
#editableZone #mainContent .tableBorder #introText p {
	font-size: 14px;
	color: #333333;
}

#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 880px;
	margin-top: 15px;
	background-color: #A81414;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#editableZone {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#editableZone h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #666666;
	font-weight: normal;
}

#editableZone h3      {
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #A81414;
}
#editableZone  h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	line-height: 1.38;
	text-transform: none;
}

.firstLetter{
	display      : block;
	float        : left;
	margin-top   : -.4em; /* use -0.205em for two lines */
	margin-left  : -0.56em;
	margin-right : 0.5em;
	height       : 4.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #A81414;
	font-weight: normal;
	font-style: normal;
}
#editableZone #mainContent .tableBorder .leftBrdr #moreInfo {
	font-size: 12px;
	text-align: right;
	margin-right: 15px;
	margin-top: 15px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A81414;
	margin-left: 15px;
	margin-bottom: 15px;
}
.firstLetter span{
	font-size    : 4.6em;   /* use 3.33em for two lines */
	line-height  : 1em;
}
.firstLetter + span{
  margin-left  : -0.5em;
}
#editableZone .mainImgArea {
	padding: 0px;
	height: 360px;
	width: 527px;
}
#editableZone  .mainImgArea img {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #efebd9;
	margin: 5px;
}
#editableZone #rightCol {
	margin: 0px;
	padding: 15px;
	background-color: #f7f3e8;
}
#editableZone  #mainContent  .leftBrdr  #rightCol  .bioTitle  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A81414;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A81414;
}
#editableZone #rightCol p {
	margin: 0px;
	padding: 0px;
	line-height: 1.35;
}
.redAlert {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#editableZone .addressTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
#editableZone #mainContent .tableBorder .leftBrdr #rightCol li {
	line-height: 1.5;
}
#editableZone  .services     {
	font-size: 14px;
}
#header #newsletterSignUp a {
	color: #F0EBD8;
	text-decoration: none;
}
#editableZone #mainContent .tableBorder .pageSideCopy a {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#footer a {
	color: #F0EBD8;
	text-transform: none;
}
#footer a:link {
	color: #F0EBD8;
	text-transform: none;
}
#footer a:hover {
	color: #F7F3E8;
	text-transform: none;
}
