body {     	font-size : 10pt;
     	font-family : Verdana,Arial,Tahoma,Helvetica;
        background-color:#060;
}
h1 {
    font-size:18px;
    color:#060;
    text-align:center;
}
h2 {
    font-weight:bold;
    font-size:14px;
    color:#060;
    font-style:italic;  
}
#main {

	position: relative;

	width:800px;

	margin-left: auto;

	margin-right: auto;

	margin-top: 20px;

	background-color: #060;

	text-align: left;

}
#content {
    width:800px;
}
/* home page stuff */
#hpcontent {
    background-image: url(images/bg-homepage.jpg);
    background-repeat:no-repeat;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0px;
    height:390px;
    border:solid thin black;
}
#hpnavbar {
    width:770px;
    background-color:#fc0;
    z-index:0;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom:3px;
}

#hpnavbar a {
    color:#060;
    font-weight:bold;
}
#hpbanner {
    width:800px;
    margin-left:auto;
    margin-right:auto;
    height:25px;
}

#hplogo {
    margin-left:280px;
    float:left;
    margin-top:20px;
}
#diamondcertlogo {
    float: left;
    margin-left:575px;
    margin-top: 50px;
}
#hpfooter {
    width:800px;
    text-align:center;
    margin-top:290px;
    font-weight:bold;
    color:#060;
}
#testimonial
{
    font-size:12pt;
    color:#fff;
    font-style:italic;
    width:800px;
    font-weight:bold;
    
}
/* doc page stylings */
#doctop {
    background-image: url(images/bg-doctop.jpg);
    background-repeat:no-repeat;
    margin-top:60px;
    height:98px;
}
#doclogo {
    position:absolute;
    z-index:0;
    width: 178px;
    height:149px;
    margin-left:10px;
    
}
#docdiamondcertlogo{
    width:88px;
    height:88px;
    margin-left:300px;
    font-size:8pt;
    float:left;
}
#docdiamondcertlogo a {
    color:#060;
    float:left;
}
#dccaption {
    float:left;
    font-size:8pt;
    margin-top:45px;
    margin-left:20px;
}
#phonebox {
    text-align:right;
    font-weight:bold;
    float:right;
    margin-top: 50px;
    width:200px;
    padding:5px;
}
#docnavbar {
    width:625px;
    background-color:#fc0;
    z-index:0;
    padding-left: 175px;
    padding-bottom:3px;
}
#docnavbar a {
    color:#060;
    font-weight:bold;
    text-decoration:none;
    font-size: 8pt;
}
#content {
    width:800px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 60px;
    height:auto;
    background:#fff;
}
#footer {
     	font-size : 8pt;
     	text-decoration : none;
     	color : #006600;
     	font-family : Verdana,Arial,Tahoma,Helvetica; 
        width:800px;  
        text-align:center;
        margin-top:50px;
        padding-bottom:10px;
}
#footer a {
    text-decoration: none;
    color:#060;
}
#doccontent {
    width:780px;
    margin-left:auto;
    margin-right:auto;
    height:auto;
}
.columns {
    
    width:180px;
    float:left;
}
#leftcol {
    width:380px;
    float:left;
}
#rightcol {
    width:380px;
    float:left;
}
#testimonials
{
    font-size:12pt;
    font-style:italic;
    width:700px;
    font-weight:bold;
    margin-left: auto;
    margin-right:auto;
    
}
#quotebox {
    background:#cfc;
    width: 470px;
    padding:10px;
    font-weight:bold;
    font-style:italic;
    margin-left:15px;
}