/* Attempt to Fix main.css problems - Xander */
/* Discount Fence Supply, Inc. */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);

body {
	background: linear-gradient(#fff 4%, #D8D8D8 36%, #D1D1D1 54%);
	background: -webkit-linear-gradient(#fff 4%, #D8D8D8 36%, #D1D1D1 54%);
	background: -moz-linear-gradient(#fff 4%, #D8D8D8 36%, #D1D1D1 54%);
	background: -ms-linear-gradient(#fff 4%, #D8D8D8 36%, #D1D1D1 54%);
	background: -o-linear-gradient(#fff 4%, #D8D8D8 36%, #D1D1D1 54%);
	font-family: Verdana;
	font-size: 13px;
	color: #000;
 }
/* DO NOT WRITE A CSS RULE LIKE THIS EVER.
 h1,h2,h3,h4,h5,h6 {
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	font-size: 12px;
	color: #000000;
} */

h1,h2,h3,h4,h5,h6 {
	font-family: 'Ubuntu', Verdana, sans-serif;
}
 ul {
	list-style: none;
	font-weight: normal;
	} 
#menu14 ul {
	padding: 0
}
 
  /*****************************
 *           Menu side       *
 *****************************/
 
#menu14 {
	width: 200px;
	margin: 10px;
	font-size: 14px;
	}
	
#menu14 li a {
	height: 24px;
	text-decoration: none;
	}	
	
#menu14 li a:link, #menu14 li a:visited {
	color: #333;
	display: block;
	background-image:  url(../images/menu14.gif);
	padding-left: 8px;
	padding-top: 3px;
	}
	
#menu14 li a:hover {
	color: #FFFFFF;
}
 
 /*****************************
 *           Menu            *
 *****************************/
	
	
    #tabsJ {
	float:left;
	width:100%;
	font-size:10px;
	line-height:normal;
	border-bottom:1px solid #24618E;
	font-weight: bold;
      }
    #tabsJ ul {
	margin:0px;
	padding:8px 8px 0 0px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0px;
      padding:0px;
      }
    #tabsJ a {
      float:left;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
	display:block;
	background: #EDEEED;
	border: 1px solid #B9B9B9;
	border-bottom: 0px;
	color:#24618E;
	width: auto;
	margin: auto;
	padding: 3px 7px;    
	border-radius: 4px 4px 0px 0px;
	font-size: 1.1em;
}
    #tabsJ a:hover span {
      color:#FFFFFF;
      background: #2980b9;
}
 
 /*****************************
 *       Footer Styles       *
 *****************************/
div#copyright {
	margin: 10px;
	font-size: 0.8em;
	text-align: center;
	color: #000000;
}
.ptext {
	font-weight: normal;
	line-height: 1.4em;
	font-size: small;
}
.bantext {
	font-weight: bold;
	font-family: 'Ubuntu', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: red;
	font-size: 18px;
}
#dflivechat img {
    width: 112px;
    height: 112px;
}
.content-pad td {
    padding: 2px 10px;
}
.content-pad td p {
    font-size: medium;
    line-height: 1.3;
}
.inline {
	display: inline;
}
.backstops {
    border: 2px solid black;
    margin: 0 3px;
    border-radius: 3px;
    transition: border .4s ease;
    box-shadow: 1px 1px 4px rgba(0,0,0,.4);
}
.backstops:hover {
    border: 2px solid #2980b9;
    transition: border .4s ease;
    cursor: pointer;
}
.marg2 {
    margin: 0 46px;
}
.standbord {
	border: 2px solid #000;
	border-radius: 3px;
}
.blue-button {
  	position: relative;
  	vertical-align: top;
	width: auto;
	height: 24px;
	padding: 2px 6px;
	font-size: 14px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #2980b9;
	border: 0;
	border-bottom: 1px solid #2475ab;
	cursor: pointer;
	transition: background .4s ease-in-out;
	margin-top: 5px;
}
.blue-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blue-button:hover {
	background: #409ad5;
	transition: background .4s ease-in-out;
	border-bottom: 1px solid: #409ad5;
}
.justify { text-align: justify; }