/* Style for ddpropertymaintenance.com
Copyright Nonimage 2007 */

/* ### MAIN ### */

body{

	background: #fff url(../images/bg_main.gif) top center repeat-x;
    color: #4a4a4a;
    font-size: 13px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
}

.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
    
#wrapper {
    background: url(../images/main.gif) top center no-repeat;
    width: 780px;
    margin: -8px auto;
    }
    
*:first-child+html {} * html #wrapper {
    background: url(../images/main.gif) top center no-repeat;
    width: 790px;
    margin: -15px auto 0 auto;
    }
    
/* ### LEFT COLUMN ### */
    
#leftcontent {
    width: 395px;
    float: left;
    margin-top: 150px;
    }
    
* html #leftcontent {
    width: 385px;
    float: left;
    margin-top: 150px;
    }
    
*:first-child+html #leftcontent {
    width: 385px;
    float: left;
    margin-top: 150px;
    }
    
/* ### LARGE INTRO TEXT ### */

.intro {
    width: 345px;
    font-size: 18px;
    line-height: 20px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    color: #5D692B;
    margin: 0 0 20px 33px;
    }
    
/* ### LEFT COLUMN MAIN BODY TEXT ### */

.leftinside {
    width: 345px;
    color: #000;
    margin: 10px 0 10px 33px;
    text-align: justify;
    line-height: 16px;
    }
    
* html .leftinside {
    width: 340px;
    color: #000;
    margin: 10px 0 10px 38px;
    text-align: justify;
    line-height: 16px;
    }
    
*:first-child+html .leftinside {
    width: 340px;
    color: #000;
    margin: 10px 0 10px 0;
    text-align: justify;
    line-height: 16px;
    }
    
.bulletpoints {
    font-size: 14px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    color: #5D692B;
    }
    
ul.bulletpoints li {
    margin: 5px 0 5px 0;
    }
    
ul.bulletpoints li {
    margin: 5px 0 5px 0;
    }
    
/* ### RIGHT COLUMN ### */
    
#rightcontent {
    width: 355px;
    *width: 370px;
    float: right;
    margin: 280px 30px 0 0 !important;
    margin: 280px 30px 0 0;
    -margin: 280px 17px 0 0;
    }
    
/* ### BUSINESS CARD ### */

.vcard {
    background: url(../images/businesscardbg.jpg) top center no-repeat;
    padding-top: 80px;
    height: 133px;
    color: #fff;
    font-weight: bold;
    }
    
* html .vcard {
    background: url(../images/businesscardbg.jpg) top left no-repeat;
    padding-top: 80px;
    height: 213px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 0 10px;
    }
    
*:first-child+html .vcard {
    background: url(../images/businesscardbg.jpg) top left no-repeat;
    padding-top: 80px;
    height: 213px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 0 0;
    }
    
.vcard a, .vcard a:visited {
    color: #5BB24C;
    text-decoration: none;
    }
    
.vcard a:hover {
    color: #fff;
    }
    
.tel {
    margin-top: 10px;
    }
    
.email {
    margin-top: 10px;
    }
    
/* ### THUMBNAIL IMAGES ### */

#thumbswrapper {
    margin: 5px 0 10px -14px;
    }
    
.thumb {
    background: url(../images/thumbbg.gif) top center no-repeat;
    display: inline;
    float: left;
    width: 109px;
    height: 105px;
    padding-top: 5px;
    padding-left: 1px;
    margin: 7px 0 4px 13px; 
    }
    
.thumb a img {
    border: 0;
    }
    
.thumbsmore {
    margin-left: 5px;
    padding-top: 20px;
    }
    
.thumbsmore a, .thumbsmore a:visited {
    color: #5BB24C;
    text-decoration: none;
    font-weight: bold;
    }
    
.thumbsmore a:hover {
    color: #000;
    }
    
.nonimage {
    margin-top: 40px;
    }
    
/* ### MISC ### */
    
.rightinside {
    width: 335px;
    color: #000;
    margin: 10px auto;
    }
    
/* ### SAFARI HACK ### */

.thumb {
    background: url(../images/thumbbg.gif) top center no-repeat;
    display: inline;
    float: left;
    width: 109px;
    height: 105px;
    padding-top: 5px;
    padding-left: 0px;
    margin: 7px 0 4px 14px;# 
    }