/* Start of CMSMS style sheet 'master' */
body {
	background-image:  url(../uploads/images/images/bgtdg.jpg);
        background-color: #FFFFFF;
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
}

#tinymce {
width: 95%;
padding: 10px;
font-size: .8em;
}

#tinymce ul{
padding-left: 30px;
}

#tinymce img {
padding: 10px;
}

div#toparea {
	width: 100%;
	height: 130px;
	background-image: url(../uploads/images/images/topareabg.jpg);
	background-position: top;
	background-repeat: repeat-x;
        display: table;
}

div#header {
	width: 800px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
}

div#logo {
	width: 271px;
	padding-top: 9px;
	float: left;
}

div#headerlist {
	float: right;
	margin-top: 30px;
}

div#listmenu {
}

div#listmenu li {
	float: left;
	list-style-type: none;
	padding-right: 0px;
        padding-left: 8px;
	color: #000000;
        font-size: 13px;
}

div#listmenu a {
	text-decoration: none;
	color: #000000;
}

div#listmenu a:hover {
	color: #999999;
}

div#middlearea {
	width: 100%;
	float: left;
}

div#mainwrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}

div#banner {
	width: 800px;
	height: 294px;
	background-image: url(../uploads/images/images/bgcolor.jpg);
	background-repeat: repeat;
}

div#bannerleft {
	width: 230px;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
}

div#salegraphic {
	margin-top: 2px;
	margin-bottom: 8px;
}

div#tipgraphic {
}

div#bannerright {
	width: 540px;
	float: left;
	margin-top: 7px;
}

div#contentarea {
	width: 100%;
}

div#content ul {
        margin: 0px;
        list-style-type: none;
}

div#content ul li{
        font-size: 1.2em;
        line-height: 1.3em;
        margin-left: 20px;
        list-style-type: disc;
}

div#content blockquote ul li {
       list-style-type: circle;
}

div#content h6 {
       font-size: 1.5em;
       margin-bottom: 5px;
       margin-top: 10px;
       padding: 0;
       color: #666;
}

div#content img {
        margin-left: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-right: 10px;
        border: 1px solid #000;
}

div#leftcolumn {
	width: 240px;
	float: left;
	margin-right: 5px;
}

div#freebutton {
	margin-left: 8px;
	margin-top: 10px;
}

div#rightcolumn {
	width: 540px;
	float: left;
	margin: 5px;
}

div#content {
	width: 525px;
	margin-bottom: 15px;
}

div#footer {
	height: 112px;
	background-image: url(../uploads/images/images/footerbg.jpg);
}

div#footerlist {
	padding-top: 1px;
        margin-left: 30px;
}

div#footermenu li {
        font-size: 13px;
	float: left;
	list-style-type: none;
	padding-right: 3px;
	padding-top: 15px;
	color: #FFFFFF;
}

div#footermenu a {
	text-decoration: none;
        text-align: center;
	color: #FFFFFF;
}

div#footermenu a:hover {
	color: #999999;
}

div#address {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
	float: left;
}

div#tagline {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
	float: left;
}

div#tagline a {
	text-decoration: none;
	color: #FFFFFF;
}

div#tagline a:hover {
	text-decoration: none;
	color: #999999;
}

div.clearfloats {clear:both;}

div#subbanner {
	width: 800px;
	height: 121px;
}

div#imagearea {
	width: 530px;
	height: 175px;
	float: left;
	background-image: url(../uploads/images/images/bgcolor.jpg);
	background-repeat: repeat;
        margin-bottom: 10px;
}

div#imagearea img {
	margin-top: 22px;
	margin-left: 22px;
}

div#gallery {
       width: 530px;
       height: 400px;
       background-color: #333333;
       margin-bottom: 15px;
}

div#key {
       margin-bottom: 10px;
}

div#key img {
       padding-right: 5px;
}

div#key p {
      font-size: .8em;
      padding-left: 3px;
      padding-bottom: 3px;
}

div#requestform {
      width: 530px;
      background-image: url(../uploads/images/images/bgestimate.jpg);
      background-repeat: repeat;
      margin-bottom: 15px;
}

.phonenumber {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
/* End of 'master' */

