@charset "UTF-8";
 /* [[ Begin Eric Mayer's CSS Reset]] -------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	width: 100%;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

.clearing { clear: both;}/* End Reset*/


 /* [[ LAYOUT TREATMENT STYLES ]] -------------------------------------------*/ 
 

* {margin:0; padding:0}
html, body 
{
    text-align:center; 
    width:auto; 
    height:auto;
    height:100%;
    width:100%;

    min-width:100%;     
    margin-left:0px auto;
    margin-right:0px auto;
}

#pageContent
{
	width:100%;
	height:100%;
	background:#FFF;
	text-align:center;
}
#pageContainer
{   
    width:100%;
    height:100%;
}

body > #pageContainer {height: auto; min-height: 100%;}



/*-------{ Top white Nav Section }-------------------------------------------*/

#logo 
{
        margin-bottom:5px;
        
}

/*-------{ Bamboo Region of Screen}-------------------------------------------*/
#centerRegion 
{
        float:left; 
        background:#FFFFFF;
        max-height:360px;
        height:auto;
        width:100%;
        background-image:url(../images/global/home_centerbamboo.jpg);
        overflow:visible;
}


/*-------{ Bottom White Section }-------------------------------------------*/
#bottomRegion 
{
    
    float:left;
    height:auto;
    min-height:100px;
    width:100%;
    margin-top:10px;
    overflow: visible;
   
        
}

#bottomContent 
{
        font:14px Helvetica, sans-serif; 
        margin:0 auto;
        width:960px;
        text-align:left;
        overflow: visible;
}
#bottomAboutSection 
{
        margin:0 auto;
        width:100%;       
}


#topDropShadow 
{
        float:left;
        background-image:url(/static/images/global/topnav_dropshadow.png);
        background-repeat: repeat-x;
        width:100%;
        height:10px;
        
        
}
#bottomDropShadow 
{
        bottom:0px;
        float:left;
        background-image:url(/static/images/global/topnav_dropshadow_bottom.png);
        background-repeat: repeat-x;
        width:100%;
        height:7px; 
}

.horizontalDivideLine{
	
	height:1px;
	width:100%;
	margin-top:4px;
	background-color: #CCCCCC;
}


 /* -------------------------[[ TEXT TREATMENT STYLES ]] -------------------------------------------*/ 
.sectionTitleText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #888888;
    margin-left:5px;
}
.subHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #555555;
    line-height: 1.8em;
}
.bodyCopy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #555555;
    line-height: 1.5em;
}


.reviewHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #888888;
    
}
.reviewTitle {
font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #555555;
    font-weight:bold;
}
.reviewCommentCount {
font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #888888;
    font-style:italic;
}
.reviewSnippet {
font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #888888;
    font-style:italic;
}
.reviewVerified{
font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #888888;
    font-weight: bold;
}
.blogHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #888888;
    
}
.blogTitle {
font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #555555;
    font-weight:bold;
}

.blogSnippet {
font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #888888;
    font-style:italic;
}
ul {
margin-left:10px;
}
ul a:hover {
color: #000;
}
a:link {color:#888}      /* unvisited link */
a:visited {color:#888}  /* visited link */
a:hover {color:#000}  /* mouse over link */
a:active {color:#000}

#footer {
    position: relative;
    margin-top: -100px; /* negative value of footer height */
    height: 100px;
    clear:both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #888888;
    font-style:italic;  
    background-color:#FFFFFF;
    width:100%;
    text-align:center;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}



/* dr badge icons */
.badges {

}
.badges span {
        display: inline;
        width: 100px;
}
.badges .badge-title: {
        text-align: center;
        margin-left: auto; margin-right: auto;
}
.badges img {
        margin-left: auto; margin-right: auto;
}
