﻿body
{
    margin-top: 20px; /*background: #fff url(assets/images/site_bg.jpg) repeat-x left top;*/
    font-family: Georgia,arial;
    font-size: small;
    color: #333;
    background: #472e67;
}

a
{
    font-weight: bold;
    color: #c3235f;
    text-decoration: none; /* border-bottom:1px dotted gray;*/
}

a:hover
{
    color: #900;
}

.anylinkcss
{
    position: absolute;
    visibility: hidden; /*border:1px solid #ccc; border-bottom-width: 0;*/
    line-height: 18px;
    display: block; /* z-index: 100;*/ /*background-color: #d4e3d4;*/ /*width: 166px; */
    margin-top: 2px;
    margin-left: 0;
    padding: 0;
}

.anylinkcss a
{
    /*width: 110px;*/
    display: block;
    padding: 10px;
    border: dotted gray;
    border-width: 0 0 1px 0;
    font: normal 85% arial;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #472e67;
    font-weight: bold;
}

.anylinkcss a:hover
{
    /*hover background color*/
    color: #fff;
    background: #878744; /*   border-left: 1px dotted gray;     border-right: 1px dotted gray;*/
}



div#container
{
    width: 896px;
    margin-left: auto;
    margin-right: auto;
}

div#container-onecolumn
{
    width: 896px;
    margin-left: auto;
    margin-right: auto;
    background: #fff; /* border: 1px solid gray;*/
}

div#container-pages
{
    width: 896px;
    margin-left: auto;
    margin-right: auto;
}

div#container_inner
{
    width: 896px;
    margin-left: auto;
    margin-right: auto;
    background: #fff url(assets/images/twocol_bg.gif) repeat-y 74% 0; /*border: 1px solid gray;*/
}

#contact
{
    width: 866px;
    background: #472e67;
    text-align: right;
    padding: 15px 15px;
}

#contact a
{
    color: #fff;
    font-family: arial;
    font-size: 110%;
    text-decoration: underline;
    font-weight: normal;
}

#contact a:hover
{
    color: #878744;
}

#banner
{
    height: 140px;
}

#banner #left
{
    float: left;
    width: 557px;
    font-size:150%;
}

#banner #right
{
    float: right;
    background: #fff url(assets/images/banner_bg.jpg) no-repeat right top;
    height: 20px;
    width: 319px;
    padding-top: 120px;
    padding-right: 20px;
    text-align: right;
}
#banner #right a
{
    font-size: 90%;
    font-family: Arial;
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

#banner #right a:hover
{
    text-decoration: none;
}
div#container_inner div#content
{
    width: 74%;
    float: left;
    line-height: 1.5em;
    background: #fff url(assets/images/page_bg.gif) repeat-x left top;
}

div#content-onecolumn
{
    width: 100%;
    float: left;
    line-height: 1.5em;
    background: #fff url(assets/images/page_bg.gif) repeat-x left top;
    padding-bottom: 40px;
}

div#content-onecolumn-sitemap
{
   
    float: left;
    line-height: 1.5em;
    background: #fff url(assets/images/page_bg.gif) repeat-x left top;
    padding-bottom: 40px;
}

div#content-onecolumn-sitemap a 
{
    text-decoration:underline;
}

#content-onecolumn div, #content-onecolumn-pages
{
    padding: 20px;
}

/*
#content a, #content-onecolumn a
{
    border-bottom: 1px dotted #472e67;
}*/



#content-pages
{
    width: 50%;
    float: left;
    line-height: 1.4em;
}

#content div, #content-pages
{
    padding: 20px;
}

#sidebar
{
    float: right;
    width: 26%;
}

#sidebar div
{
    padding: 20px 15px 20px 25px;
    line-height: 1.4em;
    color: #be7a75;
}


table#nav
{
    width: 100%;
    background: #fff url(assets/images/nav_bg.gif) repeat-x left top;
    border-bottom: 7px solid #472e67;
}



table#nav td a
{
    display: block;
    text-align: center;
    padding: 8px 16px;
    color: #333;
    font-size: 150%;
    text-decoration: none;
    font-weight: normal;
    font-family: Arial;
    line-height: 1em;
}

table#nav td a:hover
{
    background: #472e67;
    color: #fff;
    border-left: 0;
}

h1
{
    margin-top: 0;
    font-size: 200%;
    color: #472e67;
}

h2
{
    font-size: 160%;
    color: #472e67;
    line-height: 1.2em;
}
h3
{
    font-size: 130%;
    color: #472e67;
    line-height: 1.2em;
}
/* ====================================
for quotes */
.quotes
{
    float: right;
    width: 210px;
    margin-top: -15px;
    color: #fff;
    font-style: italic;
    line-height: 1.6em;
}

table.quote_table
{
    width: 100%;
    border: 0;
    background: #472e67;
}


table.quote_table tr.toprow td.left
{
    width: 14px;
    vertical-align: top;
    background: url(assets/images/top_left_corner.gif) no-repeat;
}


table.quote_table tr.toprow td.right
{
    width: 14px;
    vertical-align: top;
    background: url(assets/images/top_right_corner.gif) no-repeat;
}

table.quote_table tr.bottomrow td.left
{
    width: 14px;
    vertical-align: top;
    background: url(assets/images/bottom_left_corner.gif) no-repeat;
}

table.quote_table tr.bottomrow td.right
{
    width: 14px;
    vertical-align: top;
    background: url(assets/images/bottom_right_corner.gif) no-repeat;
}

table.quote_table td, table.quote_left_table td
{
    padding: 0;
}

.quote_left
{
    float: left;
    margin-right: 20px;
    width: 210px;
    color: #ffc;
    font-style: italic;
    line-height: 1.6em;
}

table.quote_left_table
{
    width: 100%;
    border: 0;
    background: #878744;
}

table.quote_left_table tr.toprow td.left
{
    width: 14px;
    vertical-align: top;
    background: url(assets/images/top_left_corner_green.gif) no-repeat;
}

table.quote_left_table tr.toprow td.right
{
    width: 14px;
    vertical-align: top;
    background: url(assets/images/top_right_corner_green.gif) no-repeat;
}

table.quote_left_table tr.bottomrow td.left
{
    width: 14px;
    vertical-align: top;
    background: url(assets/images/bottom_left_corner_green.gif) no-repeat;
}
table.quote_left_table tr.bottomrow td.right
{
    width: 14px;
    vertical-align: top;
    background: url(assets/images/bottom_right_corner_green.gif) no-repeat;
}

/* end quote style 
========================*/



ul.families
{
    list-style-image: url(assets/images/marker_bluedot.gif);
    list-style-type: square;
    margin-left: 15px;
    padding: 0;
}

ul.families li
{
    margin-bottom: 8px;
}

ul.families li a
{
    color: #c3235f;
    text-decoration: none;
}
ul.families li a:hover
{
    color: #900;
}

.italic
{
    font-style: italic;
}

table.feeschedule
{
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    font-size: 120%;
}

table.feeschedule tr.headerrow td
{
    padding: 5px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    background: #ededed url(assets/images/nav_bg.gif) repeat-x left top;
}

table.feeschedule tr.datarow td.left
{
    text-align: left;
    padding: 5px 5px 5px 50px;
    border-bottom: 1px solid #ccc;
}

table.feeschedule tr.datarow td.right
{
    text-align: right;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

table.feeschedule tr.endrow td.left
{
    text-align: left;
    padding: 5px 5px 5px 50px;
}

table.feeschedule tr.endrow td.right
{
    text-align: right;
    padding: 5px 0;
    border-bottom: 0;
}

.dropdown
{
    background: #fff url(assets/images/info_center_bg.gif) repeat-x left top;
    border: 1px solid gray;
    height: 155px;
    text-align: left;
    vertical-align: top;
    font-family: Arial;
}

form select
{
    font-size: 1em;
}

div.testimonial
{
    margin-top: 15px;
    background: url(assets/images/big_quotes_testimonials.gif) no-repeat 4px 4px;
    font-size: 110%;
    line-height: 1.5em; /*border: 1px dashed #be7a75;*/
}

.dcap
{
    color: #878744;
    display: inline;
    float: left;
    font-size: 4.8em;
    line-height: 0.8em;
    text-transform: uppercase;
    margin: 0.07em 0.14em 0pt 0pt;
}


.dcap_testimonials
{
    color: #999;
    display: inline;
    float: left;
    font-size: 3em;
    line-height: 0.8em;
    text-transform: uppercase;
    margin: 0.07em 0.14em 0pt 0pt;
}


.allcaps
{
    letter-spacing: 1px;
    font-size: 90%;
    text-transform: uppercase;
    color: #000000;
}

.box
{
    width: 185px;
    background: url(assets/images/div_bg.gif) no-repeat bottom left;
}

.box h3
{
    margin: 0;
    padding: 6px 8px 4px 10px;
    font-size: 90%;
    font-family: Arial;
    color: #fff;
    border-bottom: 1px solid #999;
    background: url(assets/images/h3_bg.gif) no-repeat top left;
}

.box ul
{
    margin: 0;
    padding: 14px 10px;
    list-style: none;
}

.box ul li
{
    margin: 0 0 3px;
    padding: 0;
    font-size: 90%;
    font-family: Arial;
}

.box ul li a
{
    color: #472e67;
}

.box ul li a:hover
{
    color: #ccc;
}

/* box for homepage */
#homebox
{
    
    width: 284px;
    background: url(assets/images/homediv_bg.gif) no-repeat bottom left;
    color:#fff;
}

#homebox h3
{
    margin: 0;
    padding: 6px 8px 4px 10px;
    font-size: 120%;
    font-family: Arial;
    color: #fff;
    border-bottom: 1px solid #999;
    background: url(assets/images/container_top.gif) no-repeat top left;
}

#homebox ul
{
    margin: 0;
    padding: 14px 10px;
    list-style: none;
  
}

#homebox ul li
{
    margin: 0 0 15px;
    padding: 0;
    font-size: 100%;
    font-family: Arial;
    color:#fff;
}



div#sidebar_contact 
{
padding: 8px; 
line-height: 1.2em; 
color:#fff;
}

div#sidebar_contact a 
{
    color:#472e67;
    text-decoration:underline;
}

div#sidebar_contact a:hover 
{
    text-decoration:none;
}
    
div#summary 
{
    margin-top: 5px; 
    width: 284px; 
    height: 74px; 
    background: url(assets/images/btnConsultingServices.gif) no-repeat;
    padding:12px 0;
    color:#fff;
     text-align:center;
}  

div#summary a 
{
    color:#fff;
    font-size:120%;
   
}  

div#summary a:hover 
{
    color:#ccc;
    font-size:120%;
   
}

/* excplicit font style 
========================== */
.red
{
    color: #900;
}

.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}

/* footer styles */
#footer
{
    clear: left;
    width: 896px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 15px;
    color: #ccc;
    font-size: 90%;
    font-family: Arial;
    line-height: 1.6em;
    text-align: center;
}

#footer a
{
    color: #ccc;
    padding-right: 8px;
    padding-left: 8px;
    border-right: 1px dotted #fff;
    font-family: Arial;
    font-weight: normal;
}

#footer a:hover
{
    color: #fff;
}



