/***************************************************************************************************
  Menu && Login (top bar)
***************************************************************************************************/
#topbar {
  width: 100%;
  background: url(../images/bg_topbar.gif) top center repeat-y;
  color: white;
  height: 27px;
  line-height: 27px;
  text-align: right;
}

#topbarhack {
 position: relative; 
 top: 0px;
 left: -500px;
 width: 2000px;
 background: url(../images/bg_topbar.gif) 125px 0px repeat-y;
 height: 27px;
 line-height: 27px
}

#topbar #welcome {
  float: left;
  margin-left: 5px;
  line-height: 27px;
}
#topbar #admin-links {
  float: right;
  margin-right: 5px;
  line-height: 27px;
}
#topbar a {
  color: #fff;
  padding: 2px 5px;
  text-decoration: underline;
}
#topbar a:hover {
  background: #f68429;
  text-decoration: none;
}
#topbar form {
  margin: 0 20px 0 0;
  line-height: 27px;
}

/***************************************************************************************************
  WYSIWYG styles
  these should be identical to those in main.css (so that editor styles mirror page styles)
***************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  background: #eaebeb;
}
img {
  border: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: #fb7f3e;
}
h1 {
  font-size: 16px;
  padding-bottom: 7px;
}
h2 {
  font-size: 14px;
  padding-bottom: 7px;
}
h3 {
  font-size: 12px;
  padding-bottom: 7px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 6px 0 12px 0;  
}
a:link,a:active,a:visited, .mceTmplElm a {
  color: #fb7f3e;
  text-decoration: none;
}
a:hover, .mceTmplElm a:hover {
  text-decoration: underline;
}
ul,ol {
  margin: 6px 0 6px 9px;
}
ul li,ol li {
  margin: 0 24px 0 14px;
}
blockquote {
  padding: 0 0 0 18px;
}
form {
  margin: 0 0 18px 0;
}

table {

}
td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.table_white_box {
  padding: 30px 30px 24px 30px;
  background: #fff;
  color: #000;
  margin: 0 0 0 0;
}
.table_black_box {
  padding: 30px 30px 24px 30px;
  background: #000;
  color: #fff;
  margin: 0 0 0 0;
}
.table_black_box p, .table_black_box td {
  color: #fff;
}
.table_black_box a {
  text-transform: uppercase;
  font-size: 10px;
}
.image_padded {
  padding: 3px 10px;
}
.image_padded_align_right {
  padding: 3px 0 3px 10px;
  float: right;
}
.image_padded_align_left {
  padding: 3px 10px 3px 0;
  float: left;
}
.text_line_break, .clear {
  clear: both;
}
.text_align_left {
  text-align: left;
}
.text_align_right {
  text-align: right;
}
.text_align_center {
  text-align: center;
}
.admin_float_left {
  float: left;
}
.admin_float_right {
  float: right;
}
.admin_trim {
  margin: 0;
  padding: 0;
}
.highlight {
  background-color: #fc0;
}
.center {
  text-align: center;
}

/***************************************************************************************************
  Global Block Elements
***************************************************************************************************/
* {
  margin: 0;
  padding: 0;
}
body {
  background: #eaebeb;
  color: #000;
}
#wrapper {
  background: url(../images/bg_main.gif) top center repeat-y;
  width: 936px;
  margin: 0 auto;
}
#page {
  background: #fff;
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 908px;
  padding: 0 10px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}
#header {
  padding: 0;
  margin: 0 auto;
  width: 888px;
}
#logo {
  float: left;
  width: 216px;
  margin-left: 10px;
}
#nav {
  float: left; 
  margin-top: 30px;
}
#nav ul {
  display: block;
  list-style: none;
  background: url(../images/bg_nav_items.gif) top left repeat-y;
  margin: 0px 0 0 18px;
  padding: 0;
}
#nav ul li {
  float: left;
  text-align: center;
  background: url(../images/bg_nav_items.gif) top right repeat-y;
  margin: 0;
  padding: 0;
}
#nav ul li: hover {

}
#nav ul li a {
  color: #999;
  width: 80px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  display: block;
  float: left;
}
#nav ul li a:hover {
  color: #000;
  text-decoration: none;
}
#subnav {
  margin: 1px 0 0px 32px;
}
#subnav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#subnav li {
  color: #fb7f3e;
  font-size: 8px;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
}
#subnav li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  padding: 3px;
  margin: 0;
  color: #fb7f3e;
  text-transform: uppercase;
  text-decoration: none;
}
#subnav li a:hover {
  text-decoration: underline;
}

/* CBS Added banner ad 6/26/2008 */
#banner_ad {
width: 393px;
margin: 0px 0px 0px auto;
padding: 0px 0px 0px 0px;
text-align: right;
z-index: 99;
}
#banner_ad_home {
width: 393px;
margin: 0px 25px 0px auto;
padding: 0px 0px 0px 0px;
text-align: right;
z-index: 99;
}

/* CBS Added banner ad left 8/8/2008 */
#popup_ad
{
	position: absolute;	
	left: 50%;	
	top: 50%; /* half of the overall height */        		
	margin-left: -225px; /* half of the overall width */
	margin-top: -200px;
	visibility: visible
	}
#banner_ad_left {
width: 393px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: right;
float: left;
z-index: 99;
}
#banner_ad_home_left {
width: 393px;
margin: 0px 0px 0px 25px;
padding: 0px 0px 0px 0px;
text-align: right;
float: left;
z-index: 99;
}

#content {
  width: 858px;
  margin: 0 auto 10px auto;
  padding: 0 0 5px 0;
}
#footer {
  background: #eaebeb url(../images/bg_footer.gif) top no-repeat;
  margin: 0px auto;
  width: 936px;
}
#footer p {
  color: #666;
  padding: 18px 5px;
  line-height: 14px;
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: .5px;
  text-transform: uppercase;
}
#footer a {
  color: #666;
}
#footer a:hover {
  text-decoration: underline;
}
#footer p span.delimeter {
  padding: 0 2px;
}
#footer #navf {
  float: left;
  width: 740px;
}
#footer #copyright {
  float: right;
  width: 154px;
  text-align: right;
  padding-right: 26px;
  background: url(../images/eeo.gif) top right no-repeat;
}

/***************************************************************************************************
  News listing page
***************************************************************************************************/
.news-list-wrapper {
  width: 796px;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
}
.news-list-title {
  
}
.news-list-description {

}

/***************************************************************************************************
  Community listing page
***************************************************************************************************/
.community-list-wrapper {
  width: 796px;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
}
.community-list-wrapper h2 {

}
.community-list-address {
  float: left;
  width: 166px;
  padding: 0 10px 0 0;
}
.community-list-area {
  float: left;
  width: 264px;
  padding: 0 26px 0 0;
}
.community-list-contact {
  float: left;
  width: 180px;
  padding: 0 10px 0 0;
}
.community-list-links {
  float: left;
  width: 140px;
  padding: 0;
}
.community-list-link-0, .community-list-link-1 {
  background: #f47326;
  width: 140px;
  height: 32px;
  padding: 3px 0;
  text-align: center;
  margin: 4px 0 20px 0;
}
.community-list-link-1 {
  margin: 4px 0 0 0;
  padding: 10px 0;
  height: 16px;
}
a:link.community-list-link, a:active.community-list-link, a:visited.community-list-link, a:hover.community-list-link {
  color: #fff;
  margin: 0 auto;
  line-height: 16px;
}
.community-list-link-1 a {
  margin: 0 auto;
}
/***************************************************************************************************
  Community details pages
***************************************************************************************************/
#community-tl {
  margin: 1px;
}
#community-tr {
/*  background: #000;
  color: #fff;  */
  background: #fff;
  color: #000; 
  margin: 1px;
}
#community-tl .community-wrapper, #community-tr .community-wrapper {
  padding: 0 28px 0 28px; 
}
#community-tr .community-wrapper p {
  padding: 0;
  margin: 0;
  line-height: 18px;
}
#community-tl #community-logo, #community-tl #community-images {
  margin: 10px auto 0 auto;
  text-align: center;
}
#community-tl #community-images {
  position: relative;
  height: 288px;
  width: 361px;
}
#community-tl #community-images .gallery {
  width: 361px;
}
#community-tl #community-images img {
  border: 1px solid #d9d9d9;
}
p.community-enlarge {
  margin: 0 0 4px 0;
  padding: 0;
  text-align: right;
}
#community-tr #community-header {
  height: 33px;
  padding: 17px 18px 0 28px;
  text-align: right;
  background: #f17918 url(../images/bg_community_header.jpg) top left repeat-x;
}
#community-tr h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 6px 0;
  color: #fb7f3e;
}
#community-tr h3 {
  margin-top: 10px;
}
#community-tr #community-header a {
  color: #fff;
}

#community-highlights {
  margin: 1px;
}
#community-highlights .community-wrapper {
  padding: 0 28px 0 28px; 
}
#community-highlights .community-wrapper p {
  padding: 0;
  margin: 0;
  line-height: 18px;
}
#community-highlights #community-logo, #community-highlights #community-images {
  margin: 10px auto 0 auto;
  text-align: center;
}
#community-highlights #community-images {
  position: relative;
  height: 288px;
  width: 361px;
}
#community-highlights #community-images .gallery {
  width: 361px;
}
#community-highlights #community-images img {
  border: 1px solid #d9d9d9;
}

/***************************************************************************************************
  Floorplan search results page
***************************************************************************************************/
.floorplan-list-wrapper {
  border: 1px solid #ccc;
  width: 838px;
  margin: 0 0 20px 0;
  background: url(../images/bg_floorplan_listing.gif) top left repeat-y;
}
.floorplan-list-wrapper .floorplan-list-title {
  float: left;
  width: 33px;
}
.floorplan-list-wrapper .floorplan-list-title p {
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: white;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  background: #f68429;
  margin: 0;
  padding: 0;
}
.floorplan-list-wrapper .floorplan-list-image {
  float: left;
  width: 215px;
  margin: 20px auto;
  text-align: center;
}
.floorplan-list-wrapper .floorplan-list-stats {
  float: left;
  width: 225px;
  padding-bottom: 8px;
}
.floorplan-list-wrapper .floorplan-list-stat {
  color: #333;
  line-height: 20px;
}
.floorplan-list-wrapper .floorplan-list-stats h2 {
  font-size: 15px;
  margin: 20px 0 2px 0;
  font-weight: bold;
  color: #333;
}
.floorplan-list-wrapper .floorplan-list-description {
  float: left;
  width: 323px;
  margin: 20px 10px 20px 30px;
}
/***************************************************************************************************
  Floorplan details pages
***************************************************************************************************/
#floorplan-tl, #floorplan-tr, #floorplan-bl, #floorplan-br {
  width: 415px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  border: 1px solid #000000;
  margin: 1px;
  float: left;
}
.floorplan-wrapper {
  padding: 0 28px 0 28px;
}
#floorplan-tl {
  background: url(../images/bg_floorplan_tl.gif) top left repeat-y;
}
#floorplan-tl #floorplan-title {
  float: left;
  width: 33px;
}
#floorplan-tl #floorplan-title p {
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: white;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  background: #f68429;
  margin: 0;
  padding: 0;
}
#floorplan-tl .floorplan-wrapper {
  float: left;
}
#floorplan-bl .floorplan-wrapper {
  padding-left: 33px;
}
#floorplan-tl #elevation-images {
  position: relative;
  width: 325px;
  height: 168px;
  margin-top: 16px;
  text-align: center;
}
#floorplan-tl #elevation-images .gallery {
  width: 325px;
}
#floorplan-tl #elevation-images img {

}
#floorplan-tl #elevation-details {
  border: 1px solid #a5a5a5;
  width: 323px;
  margin: 10px 0 14px 0;
  color: #333;
}
#floorplan-tl #elevation-details #elevation-header {
  background: #bebebe;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  padding: 4px 10px;
}
#floorplan-tl #elevation-details .elevation-stat-wrap-0 {

}
#floorplan-tl #elevation-details .elevation-stat-wrap-1 {
  background: #d9d9d9;
}
#floorplan-tl #elevation-details .elevation-stat-name-0 {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 18px;
  float: left;
  width: 100px;
}
#floorplan-tl #elevation-details .elevation-stat-value-0 {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 18px;
  float: right;
  text-align: right;
  width: 183px;
}
#floorplan-tl #elevation-details .elevation-stat-name-1 {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 18px;
  float: left;
  background: #d9d9d9;
  width: 100px;
}
#floorplan-tl #elevation-details .elevation-stat-value-1 {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 18px;
  float: right;
  background: #d9d9d9;
  text-align: right;
  width: 183px;
}

#floorplan-tr {
  background: #ffffff;
  color: #000000;
  width: 415px;
  min-height: 403px;
  height: auto !important;
  height: 403px;
  border: 1px solid #000000;
}
#floorplan-tr p {
  margin-bottom: 18px;
}
#floorplan-bl {

}
#floorplan-bl #layout-images {
  position: relative;
  margin: 10px auto 0 auto;
  text-align: center;
  height: 500px;
}
#floorplan-bl #layout-images img {

}
#floorplan-br {

}
#floorplan-br #truespace-images {
  position: relative;
  margin: 10px auto 0 auto;
  text-align: center;
  height: 500px;
  overflow: hidden;
}
#floorplan-br #truespace-images img {

}
#floorplan-tr #floorplan-header {
  height: 50px;
  padding: 0 0 0 28px;
  background: #f17918 url(../images/bg_floorplan_header.jpg) top left repeat-x;
}
#floorplan-tr #floorplan-header p {
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  line-height: 12px;
}
#floorplan-tl h2, #floorplan-bl h2, #floorplan-br h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  color: #000;
}
#floorplan-bl h2, #floorplan-br h2 {
  margin: 25px 0 15px 0;
  padding: 0;
}
#floorplan-br h3 {
  font-size: 15px;
  margin: 10px 0 8px 0;
  padding: 0;
}
#floorplan-tr h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 6px 0;
  color: #fb7f3e;
}
#floorplan-tr #floorplan-header a {
  color: #fff;
}


/***************************************************************************************************
  Typography
***************************************************************************************************/
p.floorplan-links {
  margin: 10px 0;
  padding: 0;
}
p.community-links {
  margin: 10px 0 5px 14px;
  padding: 0;
}
a.plus, a.arrow, a.arrow-black, a.arrow-orange, a.arrow-grey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #fb7f3e;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 13px 0 0;
  padding: 4px 16px 2px 0;
  line-height: 16px;
}

a.arrowunderline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #fb7f3e;
  text-decoration:underline;
  margin: 0 13px 0 0;
  padding: 4px 16px 2px 0;
  line-height: 16px;
}
a.arrowunderline {
  background: url(../images/arrow.gif) center right no-repeat;
}

/* Requested override from client */
a.arrow-orange-large {
 font-weight: bold
}


a.plus {
  background: url(../images/plus.gif) center right no-repeat;
}
a.arrow {
  background: url(../images/arrow.gif) center right no-repeat;
}
a.arrow-black {
  /* background: url(../images/arrow_black.gif) center right no-repeat; */
  background: url(../images/arrow.gif) center right no-repeat;
}
a.arrow-grey {
  background: url(../images/arrow_grey.gif) center right no-repeat;
}
a.arrow-orange {
  background: url(../images/arrow_orange.gif) center right no-repeat;
}
/***************************************************************************************************
  Forms
***************************************************************************************************/
form select option {
  padding: 0 3px;
}
form textarea {
  font-family: inherit;
  font-size: inherit;
}
form span.required {
  color: #fb7f3e;
}
form div#left  {
  float: left;
  width: 400px;
}
form div#right {
  float: left;
  width: 400px;
  padding: 0 0 0 10px;
}
form div.row {
  width: 100%;
  height: 32px;
}
form div.row_double {
  width: 100%;
  height: 64px;
}
form div.row_triple {
  width: 100%;
  height: 96px;
}

form#search {
  padding: 18px 0;
}
form#search label {
  color: #666;
  width: 127px;
  padding: 4px 8px 0 0;
  display: block;
  float: left;
  text-align: right;
}
form#search select {
  color: #666;
  width: 260px;
  float: left;
}

form#register {
  padding: 30px;
  margin: 20px 0 0 0;
  border: 1px solid #ccc;
}
form#register div#left  {
  width: 373px;
  margin: 0 0 10px;
}
form#register div#right {
  width: 363px;
  margin: 0 0 0 10px;
}
form#register div.row {
  height: 24px;
}
form#register label {
  color: #666;
}
form#register label.left {
  position: absolute; 
  width: 90px;
}
form#register label.right {
  position: absolute; 
  margin-left: 32px;
  width: 300px;
}
form#register input.textbox {
  border: 1px solid #ccc;
  margin-left: 110px;
  width: 240px;
}

/***************************************************************************************************
  Cycling Image Galleries
***************************************************************************************************/
.gallery {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

/***************************************************************************************************
  Menu && Login (top bar)
***************************************************************************************************/
.nav_crumb_bar
{
	background-color: #e56d22;
	width: 860px;
	color: White;
	font-weight: bold;
	margin: 5px 48px 0px 22px;
	padding: 2px 2px 2px 2px;
	min-height: 15px;
	height: auto !important;
	height: 15px;

}
.crumb
{
	background-color: #e56d22;
	float:left;
}
.crumb_contact
{
	background-color: #e56d22;
	float: right;
}

/***************************************************************************************************
  True Green
***************************************************************************************************/
#header_tg
{
	margin: 0px;
}
#header_tg .hleft
{
float: left;
}
#header_tg .hright
{
float: right;
}

#content_tg
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
    line-height: 15px;
	width: 859px; 
	margin: 0px;
	min-height: 400px;
	height: auto !important;
	height: 400px; 
}

#content_tg h1
{
	margin: 25px 0px 3px 0px;
	font-size: 12pt;
	color: #779446;
}
#content_tg h2
{
	font-size: 10pt;
	color: #006838;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: normal;
}
#content_tg  h1.blue
{
	color: #5A02FD;
}
#content_tg h2.blue
{
	color: #27A5CC;
}
#content_tg  h1.aboutus
{
	margin: 0px;
	color: #fb7f3e;
}

#content_tg p
{
	margin: 0px 0px 12px 0px;
	line-height: 12pt;
}
#content_tg a
{
	color: #006838;
	font-size: 8pt;
	font-weight: bold;
}
#content_tg a.orange
{
  color: #fb7f3e;
  font-size: 7pt;
  text-decoration: underline;
}

#left_tg
{
	float: left; 
	width: 455px; 
	margin: 20px 10px 0px 0px;
	height: auto;
}

#right_tg
{
	position: relative;
	left: 455px;
	width: 390px; 
	margin: 0px 10px 0px 0px;
	min-height: 310px;
	height: auto !important;
	height: 310px;
	
}
#tg_menu_buttons
{
	position: relative;
	left: -10px;
}

/*****************************************************************
*** Floor plans Version 2 - 2/22/2010
*****************************************************************/

#fp_maincontainer
{
	width: 860px;
	margin: 0px;
	border: 1px solid #000000;
}

#fp_maincontainer h1
{
	font-size: 18pt;
	font-weight: bold;
	color: black;
}

#fp_maincontainer h2
{
	font-size: 12pt;
	font-weight: bold;
	color: black;
}
#fp_maincontainer  select, .fp_hdr
{
	font-size: 8pt;
	font-weight: bold;
	margin-right: 15px;
	color: black;
	float: left;
}
.fp_hdr
{
	width: 75px;
}
#fp_details
{
	width: 860px;
	margin: 0px;
	border-bottom: 1px solid #000000;	
  	min-height: 154px;
  	height: auto !important;
  	height: 154x;
	
}
#fp_details_elevs
{
	position: relative;
	width: 428px;
	float: left;
}
#fp_details_elevlist
{

	width: 190px;
	padding: 10px;
	float: right;
}

#fp_details_elevpics
{
	width: 215px;
	float: left;
}
#fp_details_elevpics .gallery {
  width: 215px;
}

#fp_details_info
{
	width: 190px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	float: left;
}
#fp_details_planinfo
{
	width: 428px;
	float: left;
}

#fp_details_planinfo td.plandetails
{
	font-size: 7pt;
	padding-right: 5px;
}

#fp_details_planactions
{
	width: 200px;
	padding: 10px;
	float: left;
}
#fp_plan_images
{
	width: 860px;
	margin: 0px;
  	min-height: 510px;
  	height: auto !important;
  	height: 510px;
}

#fp_floorplanlayouts
{
	width: 428px;
	border-right: 1px solid #000000;
  	min-height: 510px;
  	height: auto !important;
  	height: 510px;
	float: left;
}
#fp_floorplanlayouts_info
{
	width: 408px;
	padding: 10px;
	vertical-align: middle;
	overflow: hidden;
}
#fp_floorplanlayouts_image
{
	padding: 3px;
	width: 428px;
  	min-height: 500px;
  	height: auto !important;
  	height: 500px;
}
#fp_option_choices
{
	width: 320px;
  	min-height: 250px;
  	height: auto !important;
  	height: 250px;
}
#fp_floorplanoptions
{
	float: left;
	width: 428px;
	border-right: 1px solid #000000;
  	min-height: 510px;
  	height: auto !important;
  	height: 510px;
}
#fp_floorplanoptions_info
{
	width: 408px;
	padding: 10px;
	vertical-align: middle;
	overflow: hidden;
}
#fp_floorplanoptions_image
{
	padding: 3px;
	width: 428px;
  	min-height: 500px;
  	height: auto !important;
  	height: 500px;
}

a.arrowcircle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin: 0 13px 0 0;
  padding: 4px 16px 2px 0;
  line-height: 16px;
}

a.arrowcircle {
  background: url(../images/arrowbullet.gif) center left no-repeat;
  margin: 0 13px 0 0;
  padding: 4px 0px 2px 16px;

}
  