/*****************************************************************
  NORMAL
******************************************************************/
body, span, p, pre
{
    font-family: Arial, Tahoma, Verdana, Sans-Serif !important;
    color: #666;
    font-weight: normal;
    outline-style:none !important;
    font-size:13px;
     
}

p
{
    clear: both;
    padding: 0px;
    margin: 10px 0px 10px 0px;
}

.small
{
    font-size: 10px;
    color: #999;
    margin: 0px 0px 0px 0px;
}

/*****************************************************************
  HEADERS
******************************************************************/


h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #00907f; 
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 3px solid #f4f4f4;
    text-transform: capitalize;
    margin: 0px 0px 20px 0px;
} 
*+html h1 {
	margin-top: -2px;
	padding-bottom: 0px;
}
* html h1 {
	margin-top: -3px;
	padding-bottom: 0px;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px 0px 0px 0px;
}




h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666; 
    background-color: #f4f4f4;
    border-left: 3px solid #00907f;
    text-transform: capitalize;
    padding: 3px 3px 3px 5px;
    margin: 20px 0px 10px 0px;
}






h3 a
{
    color: #666; /*medium grey*/
}

h3 a:hover
{
    color: White;
}

h4 /*used in the homepage news tilte*/
{
    color: #00907f;
    font-size: 13px;;
    font-weight: bold;
    margin: 0px 0px 1px 0px;
}
h5
{
    font-weight: bold;
    font-size: 12px;
}


/*



h1
{
    font-family: Arial, Helvetica, sans-serif;
    color: #00907f;
    font-size:13px;;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 3px solid #f4f4f4;
    text-transform: capitalize;
    margin: 20px 0px 20px 0px;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px 0px 0px 0px;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666; 
    background-color: #f4f4f4;
    border-left: 3px solid #00907f;
    text-transform: capitalize;
    padding: 3px 3px 3px 5px;
    margin: 20px 0px 10px 0px;
}

h3 a
{
    color: #666;
}

h3 a:hover
{
    color: White;
}

h4
{
    color: #00907f;
    font-size: 11px;
    font-weight: bold;
    margin: 0px 0px 1px 0px;
}
h5
{
    font-weight: bold;
    font-size: 12px;
}
*/


h3.quote 
{
    border:0px !important;
    background-color:Transparent;
    background-image: url(../images/quote-left.gif);
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:10px; 
    background-color:#eff4f9;
    padding:0px !important;

       }
    
    
    h3.quote p 
{
    font-weight:bold;
    font-size:11px;
    font-style:italic;
    padding:0px !important; 
       background-image: url(../images/quote-right.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
   display:block;

    }
          h3.quote p span {width:95%;
                           display:block; padding:15px 0px 10px 10px;
                           }


/*****************************************************************
  LINKS
******************************************************************/

a
{
    color: #6699cc;
    text-decoration: underline;
}
a:hover
{
    color: #fff;
    background-color: #00907f;
    border-bottom: 2px solid #00907f;
}

a.nobg:hover
{
    background-color: Transparent !important;
    background-image: none !important;
    border: 0px !important;
}

/*****************************************************************
  UNORDERED LIST ITEM
******************************************************************/

ul
{
    margin: 0px 0px 0px 0px;
    padding: 4px 13px; 4px 13px;;
    font-family: Arial, Helvetica, sans-serif;
    list-style-image: url(../images/bullet.gif);
    font-size: 13px;;
    color: #39424c;
}

ul li
{
    list-style-image: url(../images/bullet.gif);
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color:#666;
}


/*****************************************************************
  DEFAULT ORDERED LIST ITEM
******************************************************************/

ol
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;;
    color: #666;
}

ol li
{
    margin-bottom: 20px;
    list-style-type: decimal;
    padding: 5px 3px 5px 3px;
}

/*****************************************************************
  FAQS - ORDERED LIST
******************************************************************/

ol.FAQs li:hover
{
    background-color: #f4f4f4;
}

ol.FAQs li strong
{
    color: #39424c;
}

ol.FAQs li:hover strong
{
    color: #00907f;
}


/*****************************************************************
  TERMS & CONDITIONS - ORDERED LIST
******************************************************************/

ol.terms
{
}

ol.terms li
{
    font-weight: bold;
    color: #39424c;
    list-style-type: decimal;
}

ol.terms li li
{
    font-weight: normal;
    list-style-type: lower-alpha;
    margin-bottom: 0px;
}

ol.terms li li li
{
    list-style-type: lower-roman;
    font-style:italic;
    color:#999;
}

ol.terms li:hover {color:#00907f;}
/*****************************************************************
  DIVIDERS
******************************************************************/

hr, hr.dashed
{
    color: white;
    border-top: 1px dashed #ccc;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

hr.dotted
{
    color: white;
    border-top: 1px dotted #ccc;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

/*****************************************************************
  CONTAINERS
******************************************************************/

div.container
{
    min-height: 175px;
    background-color: #f9f9f9;
    padding: 20px 0px 20px 20px;
    position: relative;
    border-top: 4px solid #00917f;
    margin-bottom: 10px;
    float: left;
}

div.container .form
{
    padding-left: 60px;
}

div.container .form p
{
    padding-left: 33px;
}

div.container .form input
{
    width: 200px;
}

div.container .topleft /*corners*/
{
    width: 4px;
    height: 4px;
    background-image: url(../images/containers/top_left.gif);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: -4px;
    left: 0px;
}

div.container .topright /*corners*/
{
    width: 4px;
    height: 4px;
    background-image: url(../images/containers/top_right.gif);
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    top: -4px;
    right: 0px;
}


div.container .bottomleft /*corners*/
{
    width: 4px;
    height: 4px;
    background-image: url(../images/containers/bottom_left.gif);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

div.container .bottomright /*corners*/
{
    width: 4px;
    height: 4px;
    background-image: url(../images/containers/bottom_right.gif);
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
}


/*****************************************************************
  TEXTBOX
******************************************************************/

input, textarea, select
{
    border: 1px solid #d8e4e7;
    font-size: 13px; !important;
    font-family: Arial !important;
    color: #666 !important;
    height: 24px;
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
    line-height: 2.0em;
    text-indent: 3px;
}

label
{
    text-transform: capitalize;
}



/*****************************************************************
  BUTTON
******************************************************************/

input.button, a.button
{
    color: #fff !important;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none !important;
    line-height: 2.1em;
    width: 87px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/buttons/button_normal.gif);
    background-repeat: no-repeat;
    background-position: top;
    background-color: Transparent !important;
    border: none !important;
    cursor: pointer !important;
}


input.button:hover, a.button:hover
{
    text-decoration: none !important;
    background-image: url(../images/buttons/button_hover.gif) !important;
    cursor: pointer !important;
}


/*****************************************************************
  TABLES
******************************************************************/

table.aae_default
{
    position: relative;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    border: 0px !important;
}


table.aae_default tr.header
{
    background: url(../images/tables/tablehead_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
    height: 30px;
    overflow: hidden !important;
    padding: 0px;
    margin: 0px;
    position: relative !important;
}

table.aae_default tr.header th
{
    color: #fff;
    background-color: Transparent !important;
    font-weight: bold;
    height: 30px;
    text-transform: capitalize;
    position: relative !important;
    line-height: 2.6em;
    text-indent: 0px;
    text-align: left;
    overflow: hidden;
}

table.aae_default tr.header th img.left
{
    display: inline;
    width: 3px;
    height: 30px;
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
}

.right_cnr
{
    height: 30px;
    position: relative;
}
table.aae_default tr.header .right_cnr img.right
{
    display: inline;
    width: 3px;
    height: 30px;
    float: right;
    overflow: hidden;
    position: relative;
    top: 0px;
    right: 0px;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

table.aae_default tr.header th span.title
{
    color: White;
    font-size: 12px;
    width: 250px !important;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    position: relative;
    top: 0px;
    left: 0px;
    display: inline; #
position:absolute;
}



table.aae_default tr td
{
    height: 30px;
}

table.aae_default td
{
    padding-left: 8px;
    border-bottom: 1px dashed #ccc;
}

table.aae_default tr.selected td, table.aae_default tr:hover
{
    background-color: #a6bccc;
    color: white;
    border-bottom: 1px dashed #ccc;
}

table.aae_default tr.alt, table.aae_default tr.alt td
{
    background-color: #edf3f8;
    border-bottom: 1px solid #6799cb;
}

table.aae_default td.last
{
    padding-left: 8px;
    border-bottom: 3px solid #3d5871 !important;
}



/*TEXT EDITOR TEMPLATES*/

.template_wrapper
{
    border: 0px !important;
    width: 650px;
    min-height: 1px;
    clear: both;
    float: none;
    overflow: hidden; #
_overflow:visible;

}

.template_wrapper div
{
    border: 0px !important;
}


.t1_right .rightDiv, .t2_left .leftDiv, .t3_right .rightDiv, .t4_left .leftDiv
{
    margin-top: 42px;
}

.t1_right .rightDiv p, .t2_left .leftDiv p
{
    margin: 0px;
    font-size: 9px;
    text-transform: lowercase;
}


.rightDiv a {background-color:Transparent !important; border:0px !important;}