/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0091

*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-image: url(./images/body.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #F3FAEF;
}

img {
    border: none;
}

a:active, a:focus, a:visited {
    text-decoration: none;
    outline: none;    
}

h2, h3, h4 {
font-family : Verdana, Arial, Palatino, Sans-Serif;
}

h3, h4, h5, h6  {
    padding: 5px 0px 5px 10px;
    font-size: 10pt;
    font-family : Verdana, Arial, Palatino, Sans-Serif;
}

ul {
    margin: 0px;
    padding: 0px;
}

/*   HEADER  */

#top-div {
    display: block;
    margin: auto;
    background-image: url(./images/head.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #FFFBD6;
    width: 1000px;
    height: 209px;
    text-align: center;
    float: none;
    clear: both;
    margin-bottom: 10px;
}

h1 {
    float: left;
    margin: auto;
    margin-top: 81px;
    width: 700px;
    padding: 0px 150px 0px 150px;
    font-size: 22pt;
    text-transform: capitalize;
    text-align: center;
    color: #78A900;
    font-weight: bold;
    font-style: normal;
}


h1 a {
    color: #78A900;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
}

h1 a:hover {
color: #9A9C95;
text-decoration: none;
}

.description {
    color: #656662;
}


#nav-div {
    text-align: center;
    font-size: 9pt;
    margin: auto;
    float: none;
    height: 32px;
    width: 984px;
    padding-top: 4px;
    background-image: url(./images/menu.jpg);
    background-position: top;
    background-repeat: repeat-x;
    overflow: hidden;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -khtml-border-top-left-radius: 9px;
    -khtml-border-top-right-radius: 9px;
}
        

#nav-div ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#nav-div ul li {
    display: block;
    _display: inline;
    float: left;
    width: auto;
    padding-top: 0px;
    _padding-top: 7px;
    _height: 32px;
    margin-right: 0px;
}

#nav-div ul li:hover {
}

#nav-div ul li a { 
    display: block;
    _display: inline;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    _height: 31px;
    padding: 7px 11px 10px 11px;
    _padding-bottom: 10px;
    text-decoration: none;
}

#nav-div ul li.current_page_item  { 
text-decoration: none;
}

#nav-div ul li.current_page_item a{ 
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #ffffff;
    color: #7AA803;
        -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -khtml-border-top-left-radius: 9px;
    -khtml-border-top-right-radius: 9px;
  }

#nav-div ul li a:hover {
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #ffffff;
    color: #7AA803;
        -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -khtml-border-top-left-radius: 9px;
    -khtml-border-top-right-radius: 9px;
}



/*   END HEADER  */

/*  MAIN */

#parent-div {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #ffffff;
        -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}


/*   END MAIN  */

/*   #POST  */


#middle-div {
    margin-bottom: 10px;
    color: #333333;
    float: right;
    width: 780px;
    margin: auto;

}

.text-div {
    float: none;
    width: 776px;
    _width: 765px;
    margin-right: 7px;
    _margin-right: 3px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #333333;
    padding: 0px;
}


.text-div a {
    color: #A85103;
    font-weight: normal;
    text-decoration: none;
}


.text-div a:hover {
   color: #7AA803;
   text-decoration: none;
   
}

.text-div-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    background-image: url(./images/h4.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #E08512;
    border: 1px solid #D68D07;
    border-bottom: none;
    padding: 7px;
    margin: 0px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: normal;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -khtml-border-top-left-radius: 9px;
    -khtml-border-top-right-radius: 9px;
}

.text-div-title a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.text-div-title a:hover {
    color: #333333;
    text-decoration: none;
}

.inerm-div {
    margin: 0px;
    padding: 7px;
    padding-top: 0px;
    color: #333333;
    background-color: #F7F6E5;
    border: 1px solid #EAEDD7;
    border-top: 1px solid #ffffff;
    background-image: url(./images/foot.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #F2F7E5;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-left-radius: 9px;
    -khtml-border-bottom-right-radius: 9px;
}

.date-div {
background-image: url(./images/date.jpg);
float: left;
width: 53px;
height: 53px;
margin: 6px 6px 2px 0px;
color: #FFFFFF;
}

.date_content_1 {
padding: 6px 0px 0px 0px;
font-size: 9pt;
font-weight: normal;
text-align: center;
color: #ffffff;
font-weight: bold;
}

.date_content_2 {
font-size: 14pt;
font-weight: normal;
text-align: center;
font-weight: bold;
margin: 0px;
}

/*   END post-div  */

/*   FOOTER  */
#bottom-div {
    display: block;
    clear: both;
    border-top: none;
    margin: 0px auto 15px auto;
    width: 984px;
    height: 66px;
    text-align: center;
    background-image: url(./images/footer.jpg);
    background-position: top;
    background-repeat: repeat-x;
    border: 1px solid #864C04;
    border-top: none;
        -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-left-radius: 9px;
    -khtml-border-bottom-right-radius: 9px;
}

#bottom-div-links {
    display: block;
    padding: 27px 0px 0px 0px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #333333;
}

#bottom-div-links a {
    color: #ffffff;
    font-weight: bold;
}

#bottom-div-links a:hover {
    color: #333333;
    text-decoration: none;
}


/* SIDEBAR ITEMS 
************************************/

#s-box {
display: block;
float: left;
width: 200px;
color: #91969A;
margin-left: 5px;
_margin-left: 5px;
margin-bottom: 0px;
margin-top: 5px;
}

#s-box ul li h4 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px;
    margin: 0px;
    color: #ffffff;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/h4.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #E08512;
    border: 1px solid #D68D07;
   -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -khtml-border-top-left-radius: 9px;
    -khtml-border-top-right-radius: 9px;
}


#s-box ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin-bottom: 15px;
}

#s-box ul li ul {
    padding: 10px 0px 10px 0px;
    margin:0px;
    color: #333333;
    background-color: #F7F6E5;
    border: 1px solid #EAEDD7;
    border-top: 1px solid #ffffff;
    background-image: url(./images/foot.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #F2F7E5;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-left-radius: 9px;
    -khtml-border-bottom-right-radius: 9px;
}

#s-box ul li ol {
    list-style: none;
    padding: 10px 0px 10px 0px;
    margin:0px;
    color: #333333;
    background-color: #F7F6E5;
    border: 1px solid #EAEDD7;
    border-top: 1px solid #ffffff;
    background-image: url(./images/foot.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #F2F7E5;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-left-radius: 9px;
    -khtml-border-bottom-right-radius: 9px;
}

#s-box ul li ul li, #s-box ul li ol li {
border: none;
padding: 0px;
margin: 0px;
padding-left: 15px;
}


#s-box a {
display: block;
text-decoration: none;
color: #A85103;
padding: 7px 10px 7px 18px;
margin: 0px;
    background-image: url(./images/link.jpg);
    background-position:  center left;
    background-repeat: no-repeat;
}

#s-box a:hover {
display: block;    
text-decoration: none;
color: #7AA803;
    background-image: url(./images/link-hover.jpg);
    background-position:  center left;
    background-repeat: no-repeat;
}

#s-box ul li ul li:hover, #s-box ul li ol li:hover {
    background-color: #;
}

#s-box .banners {
    text-align: center;
    padding: 5px;
    color: #333333;
    background-color: #F7F6E5;
    border: 1px solid #EAEDD7;
    border-top: 1px solid #ffffff;
    background-image: url(./images/foot.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #F2F7E5;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-left-radius: 9px;
    -khtml-border-bottom-right-radius: 9px;
}

#s-box .banners a {
    background-image: none;
    padding-left: 0px;
    border: none;
}

#s-box .banners a:hover {
    background-image: none;
    border: none;
    background-color: transparent;
}


#s-box .sidebar-post a {
    background-image: none;
    padding-left: 10px;
}


#s-box .sidebar-post a:hover {
    text-decoration: none;
}

#s-box .banners a:hover {
    text-decoration: none;
}

#s-box .banners  img {
    margin-bottom: 5px;
}

#s-box .banners  object, #s-box .banners  embed {
    margin-bottom: 5px;
 }
 
#s-box .date {
    text-align: left;
    color: #333333;
    font-size: 8pt;
    font-weight: normal;
    margin-bottom: 4px;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
    width: 998px;
    margin: auto;
    overflow:hidden;
    float:none;
    margin-top: 0px;    
    padding: 10px 1px 10px 1px;
    margin-bottom: 0px;
}


.separate-div {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.P3_portions {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 2px 10px 2px;
    padding: 0px;
}

.P3_portions * {
    width: auto;
    float: none;
}

.P3_portions h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    background-image: url(./images/h2.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #73A302;
    border: 1px solid #8ABE07;
    padding: 7px;
    margin: 0px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: normal;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -khtml-border-top-left-radius: 9px;
    -khtml-border-top-right-radius: 9px;
}

.P3_portions h2 a {
    color: #333333;
    text-decoration: none;
}
.P3_portions h2 a:hover {
    color: #ffffff;
    text-decoration: none;
}


.P3_portions .P3_generals {
    margin: 0px;
    padding: 0px;
    margin: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #333333;
    border: 1px solid #E0E1C8;
    background-color: #F2F7E5;
    border-top: 1px solid #FFFFFF;
    border-bottom: none;
}

.P3_portions .P3_generals object, .P3_portions .P3_generals embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.P3_portions .P3_generals table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    }

.P3_portions .P3_generals table thead th{
    font-size: 7pt;
    padding: 3px; 
    text-align:center;
    font-weight:normal;
    color: #333333;
    background-color: #EEF3D8;
    background-image: url(./images/thead.jpg);
    background-position: top;
    background-repeat: repeat-x;
    border-bottom: 1px solid #ffffff;
}


.P3_portions .P3_generals table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #333333;
}

td.P3_schemes-2, td.P3_schemes-5, td .P3_schemes-6, td.P3_schemes-7, td.P3_schemes-8 , td.P3_schemes-9, td.P3_schemes-10  {
	text-align: center; 
	vertical-align: middle;
}

td.P3_schemes-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.P3_schemes-3, td.P3_schemes-4 {
	text-align: left;
	vertical-align: middle;
}

.charts table td table tr td {
    vertical-align: middle;
}

.charts table td {
    vertical-align: top;
}
.emptycell {
    background-color: transparent;
}
.even {
    background-color: #F2F7E5;
}

.odd {
    background-color: #F2F7E5;
}

.P3_portions .P3_generals table tr.even  td, .P3_portions .P3_generals table tr.odd  td {
    border-top: 1px solid #D0D7A3;
    border-bottom: 1px solid #ffffff;
}

.even:hover, .odd:hover {
    background-color: #ECE7E7;
}

.P3_portions a {
    color: #A85103;
    text-decoration: none;
}
.P3_portions a:hover {
    color: #7AA803;
    text-decoration: none;
}

.P3_portions .P3_generals table tr td a {
    color: #A85103;
    text-decoration: none;
    display: block;
}
.P3_portions .P3_generals table tr td a:hover {
    color: #7AA803;
    text-decoration: none;
    display: block;
}

.P3_portions .P3_generals table tr td img {
    border: none;
}

.P3_portions .footer {
    margin: 0px;
    padding: 6px 7px 7px 7px;
    font-size: 8pt;
    text-align: center;
    font-weight: bold;
    width: auto;
    float: none;
    clear: both;
    border: none;
    color: #333333;
    margin: 0px;
    background-image: url(./images/foot.jpg);
    background-position: top;
    background-repeat: repeat-x;
    border: 1px solid #E0E1C8;
    background-color: #F2F7E5;
    border-top: none;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-left-radius: 9px;
    -khtml-border-bottom-right-radius: 9px;  
}

.P3_portions .footer a {
    font-weight: bold;
    font-size: 8pt;
    color: #A85103;
    text-decoration: none;
    
    
}
.P3_portions .footer a:hover {
    color: #7AA803;
    text-decoration: none;
}

.P3_sketches, .P3_pics {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.P3_feature img {
    text-align: center;
    vertical-align: middle;
}

.P3_description, .P3_division {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.P3_description h1, .P3_division h1,
.P3_description h2, .P3_division h2,
.P3_description h3, .P3_division h3,
.P3_description h4, .P3_division h4,
.P3_description h5, .P3_division h5,
.P3_description h6, .P3_division h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.P3_description p, .P3_division p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.P3_description ul, .P3_division ul, .P3_description ol, .P3_division ol{
    margin-left: 20px;
    padding-left: 10px;
}


.P3_portions img {
    border: none;
    margin: 0px;
}



/*** TAB STYLES *************************************************************/

/* Color tab styles */

.P3_bookmark, .P3_generals ul.P3_logo li.P3_formatting {
    background-color: #f2f7e5;
    color: #333333;
    border: 1px solid #d4d8c9;
}
.P3_generals ul.P3_logo li {
    background-color: #d4d8c9;
}
.P3_generals ul.P3_logo li, .P3_generals ul.P3_logo li h4 {
    color: #333333;
}

/* Common tab styles */

.P3_generals ul.P3_logo {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.P3_generals ul.P3_logo li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 1px 0 0;
    padding: 3px 3px 3px 3px;
    -moz-border-radius-topleft:      4px;
    -moz-border-radius-topright:     4px;
    -webkit-border-top-left-radius:  4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-left-radius:   4px;
    -khtml-border-top-right-radius:  4px;
}
.P3_generals ul.P3_logo li.P3_formatting {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.P3_generals ul.P3_logo h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.P3_generals ul.P3_logo li.P3_formatting h4 {
    font-weight: bold;
}
.P3_generals ul.P3_logo li:hover {
    text-decoration: underline;
}

.P3_generals .P3_bookmark {
    margin: 0;
    padding: 5px;
}

.P3_generals .P3_bookmark h1,
.P3_generals .P3_bookmark h2,
.P3_generals .P3_bookmark h3,
.P3_generals .P3_bookmark h4,
.P3_generals .P3_bookmark h5,
.P3_generals .P3_bookmark h6 {
    margin: 0;
}

