﻿div.smarttags
{
	font-family:Arial;
	font-size:70%;
	color:#000;
	width:610px;
	margin:4px 0 0 0;
	padding:0 0 10px 0;
	line-height:18px;
}
div.smarttags a:link
{
	color:#4db857;
}
div.smarttags a:visited
{
	color:#ef3a4f;
}

div.smarttags h1
{
	font-size:170%;
	border-bottom:2px solid #FDc70D;
	color:#3E3C37;
}
div.smarttags h2
{
	font-size:130%;
	border-bottom:2px dotted #FDc70D;
	display:inline;
	color:#3E3C37;
}
div.smarttags h3
{
	font-size:130%;
	color:#3E3C37;
}
div.smarttags h4
{
	font-size:100%;
	color:#3E3C37;
}
div.smarttags .spacer
{
	width:610px;
	float:left;
	height:10px; 
	line-height:0px;
}
div.smarttags .smt_column100pc
{
	float:left;
	width:610px;
}

div.smarttags .smt_column50pc
{
      float:left;
      width:290px;
      padding:0 10px 0 0;
}

div.smarttags>div.smt_column50pc
{
      width:295px;
}


div.smarttags .smt_column33pc
{
      float:left;
      width:193px;
      padding:0 10px 0 0;
}
div.smarttags .smt_column66pc
{
      float:left;
      width:396px;
      padding:0 10px 0 0;
}
div.smarttags .smt_columncontrast100pc
{
      float:left;
      width:590px;
      padding:10px;
      background-color:#FCC60D;
}
div.smarttags .smt_columncontrast50pc
{
      float:left;
      padding:10px;
      width:284px;
      background-color:#FCC60D;
}
div.smarttags .smt_columncontrast33pc
{
      float:left;
      padding:10px;
      width:183px;
      background-color:#FCC60D;
}
div.smarttags .smt_columncontrast66pc
{
      float:left;
      padding:10px;
      width:386px;
      background-color:#FCC60D;
}
div.smarttags .smt_image
{
      float:left; 
}
div.smarttags .smt_subheading
{
    padding-bottom:10px;
    display:block;
    font-weight:bold;
    margin:10px 0 0 0;
    font-size:120%;
}
div.smarttags .smt_pullquote
{
    padding:10px;
    display:block;
    float:none;
}
div.smarttags .smt_pullquote .smt_openquotes
{
    padding:0px 0px 0px 25px;
    display:block;
    background:url("Images/quote_left.gif") no-repeat;
}
div.smarttags .smt_pullquote .smt_closequotes
{
    padding:0px 25px 0px 0px;
    display:block;
    background:url("Images/quote_right.gif") no-repeat 100% 100%;
}
div.smarttags .smt_pullquote p
{
    margin:0px;
    padding:0px;
	font-style:italic;
}
div.smarttags .smt_pullquote p .smt_quotationmark
{
    display:none;
}
div.smarttags .smt_author
{
      padding:0px 10px 10px 35px;
      display:block;
      float:none;
      text-align:left;
      font-style:italic;
}
div.smarttags .smt_marginright
{
    margin-right:10px;
}
div.smarttags .smt_marginbottom
{
    clear:both;
}

div.smarttags ul
{
	margin:20px 0 0 30px;
}
div.smarttags ul li
{
	
}
div.smarttags ol
{
	margin:20px 0 0 30px;
}
div.smarttags ol li
{
	
}
div.smarttags image
{
	border:0px;
}

/*Red
------------------------------*/
div.red .smt_columncontrast66pc,
div.red .smt_columncontrast33pc,
div.red .smt_columncontrast50pc,
div.red .smt_columncontrast100pc
{
	background:#E6372C;
}
div.red div.smarttags h1
{
	border-bottom:2px solid #E6372C;
}
div.red div.smarttags h2
{
	border-bottom:2px dotted #E6372C;
}
/*Blue
------------------------------*/
div.blue .smt_columncontrast66pc,
div.blue .smt_columncontrast33pc,
div.blue .smt_columncontrast50pc,
div.blue .smt_columncontrast100pc
{
	background:#0689C8;
}
div.blue div.smarttags h1
{
	border-bottom:2px solid #0689C8;
}
div.blue div.smarttags h2
{
	border-bottom:2px dotted #0689C8;
}
/*Green
------------------------------*/
div.green .smt_columncontrast66pc,
div.green .smt_columncontrast33pc,
div.green .smt_columncontrast50pc,
div.green .smt_columncontrast100pc
{
	background:#5CAE46;
}
div.green div.smarttags h1
{
	border-bottom:2px solid #5CAE46;
}
div.green div.smarttags h2
{
	border-bottom:2px dotted #5CAE46;
}