/* all reset,layout */
* {
    margin:  0;
    padding: 0;
}
td,p,div,tr {
    font-family: Tahoma,verdana,arial;
    font-size:   12px;
    color:       #333;
    line-height: normal;
}
body {
    font-family: verdana,tahoma;
    font-size:   12px;
    padding:     0px 0px 0px 0px;
    margin:      0px 0px 0px 0px;
}
.all {
    padding:           0px 0px 0px 0px;
    margin:            0px 0px 0px 0px;
    color:             #333;
    background-image:  url(../images/bg_all.png);
    background-repeat: repeat;
    background-color:  #000000;
}
#container {
    width: 100%;
}
#wrapper {
    width:             947px;
    background-image:  url(../images/g1.png);
    background-repeat: repeat;
}
#topnav {
    width:             927px;
    background-image:  url(../images/topnav.png);
    background-repeat: repeat-x;
    height:            24px;
}
#header {
    background-image:  url(../images/header.png);
    background-repeat: repeat-x;
    width:             927px;
    height:            63px;
    margin-top:        15px;
}
#searchbox {
}
#mod_search_searchword {
    padding:     5px 0 10px 10px;
    width:       193px;
    font-size:   10px;
    background:  url(../images/searchbox_input.png) no-repeat ;
    color:       #4E4A42;
    font-family: tahoma;
    height:      28px;
    border:      none ;
    font-weight: bold;
    margin-left: 450px;
}
#content {
    width: 927px;
    margin-bottom:10px;
    
}
#left {
    background-image:  url(../images/left_bg.png);
    background-repeat: repeat-y;
    width:             235px;
}
#left a:link,#left a:visited {
    color: #D7D96E;
}
#left td {
    padding-left: 10px;
    color:        #FFFFFF;
}
#left div.moduletable h3 {
    background-image:  url(../images/left_th.png);
    background-repeat: no-repeat;
    height:            37px;
    line-height:       37px;
    padding-left:      30px;
    color:             #000000;
    font-size:         14px;
}
#left div.moduletable {
    background-image:    url(../images/left_moduletable-bg.png);
    background-repeat:   repeat-x;
    background-position: top;
    margin-bottom:       10px;
}
#right {
    padding: 20px 10px 10px 10px;
}
#right div.moduletable {
    background-image:    url(../images/right_bg.png);
    background-repeat:   repeat-x;
    background-position: top;
    margin-bottom:       10px;
    padding:             5px;
    border:              1px solid #DCDCE4 ;
}
#right div.moduletable td {
    font-size: 11px;
}
#right div.moduletable h3 {
    margin-bottom: 5px;
    color:         #333333;
    font-size:     12px;
    padding-left:  5px;
}
#contentbox {
    width:               685px;
    margin-left:         7px;
    background-color:    #FFFFFF;
    background-image:    url(../images/content_box_bg.png);
    background-repeat:   repeat-x;
    background-position: top;
    margin-top:          6px;
}
#path {
    background-image:  url(../images/path_bg.png);
    background-repeat: no-repeat;
    height:            38px;
    text-align:        left;
    width:             666px;
}
#path p {
    padding-left: 12px;
    padding-top:  10px;
}
#maincontentwrap {
    width:            666px;
    background-color: #FFFFFF;
}
#maincontent {
    padding:    10px;
    text-align: left;
}
#footer p{
padding-top:5px;
padding-bottom:10px; 
    color: #FFFFFF;
    font-size:11px;

}
#footer a:link,#footer a:visited{ 
    color: #FFFFFF

}
/* splitmenu */
#navlist {
    margin:  0px;
    padding: 0px 0px 0px 0px;
}
#navlist ul, #navlist li {
    display:         inline;
    list-style-type: none;
}
#navlist a:link, #navlist a:visited {
    padding:         6px 8px 6px 8px;
    float:           left;
    font-size:       11px;
    margin:          0px;
    text-decoration: none;
    color:           #000000;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
    color:               #FFFFFF;
    background-image:    url(../images/topnav_active.png);
    background-repeat:   repeat-x;
    background-position: bottom;
}
#navlist a:hover {
    color: #FFFFFF;
}
/* joomla css stuff */
ul#mainlevel-nav {
    list-style:   none;
    font-size:    11px;
    height:       28px;
    padding-left: 20px;
}
ul#mainlevel-nav li {
    float:          left;
    font-size:      11px;
    font-weight:    normal;
    text-transform: lowercase;
    text-align:     center;
    font-family:    Arial,Tahoma, Helvetica, sans-serif;
    display:        block;
    background:     none ;
    padding-right:  20px;
    padding-top:    5px;
}
ul#mainlevel-nav li a {
    display:         block;
    padding-left:    5px;
    padding-right:   5px;
    padding-top:     0px;
    text-decoration: none;
    color:           #FFFFFF;
    font-weight:     bold;
}
ul#mainlevel-nav li a:hover {
    display:         block;
    padding-left:    5px;
    padding-right:   5px;
    text-decoration: none;
    font-weight:     bold;
}
a:link, a:visited {
    color: #333333;
    font-weight:     bold;
    text-decoration: none;
}
a:hover {
    color: #333333;
}
form {
    display: inline;
    margin:  0;
    padding: 0;
}
h1 {
    color:       #666666;
    font-weight: normal;
    font-size:   20px;
}
ul {
}
li {
    margin-left: 20px;
}
img {
    border: none ;
}
ol {
    margin-left:         20px;
    list-style-position: inherit;
}
blockquote {
    margin: 10px;
}
blockquote div {
}
pre {
    padding: 10px;
}
table.contenttoc {
    margin:  3px;
    padding: 5px;
}
.contenttoc th {
    padding:     3px;
    color:       #935454;
    font-weight: bold;
}
.contenttoc a {
    font-size:   11px;
    padding:     0 5px 0 5px;
    font-weight: normal;
}
.contenttoc a:hover {
    font-size:    11px;
    color:        #935454;
    padding-left: 5px;
}
.contenttoc td {
    padding: 3px;
}
.contentpane {
    font-family: Arial,Tahoma,  Helvetica, sans-serif;
    font-size:   11px;
    line-height: 18px;
    text-align:  left;
}
.contentpaneopen ul {
    margin-left: 10px;
}
.contentpane ul {
    margin-left: 10px;
}
table.contentpaneopen,table.contentpane {
}
table.contentpaneopen li {
    margin-left: 20px;
}
div.moduletable {
 font-size: 11px
}
div.moduletable td {
    text-align: left; 
    font-size: 11px
   
    
}
div.moduletable h3 {
    text-align: left;
}
table.moduletable th {
    color:               #898371;
    text-align:          left;
    vertical-align:      middle;
    font-weight:         normal;
    padding-left:        5px;
    padding-top:         15px;
    padding-bottom:      10px;
    font-size:           14px;
    background-image:    url(../images/modth.png);
    background-repeat:   no-repeat;
    background-position: bottom;
    width:               230px;
    text-transform:      uppercase;
}
.contentpaneopen fieldset {
    border: none ;
    width:  100%;
}
.contentpaneopen td {
    padding:    0;
    text-align: left;
}
.contentdescription {
}
.latestnews li {
    list-style-type: none;
}
.latestnews li a {
    border-bottom: 1px dashed #E2E2E2 ;
    display:       block;
}
.latestnews li a:hover {
}
.mostread li {
    list-style-type: none;
}
.mostread li a {
    border-bottom: 1px dashed #999999 ;
    display:       block;
}
.mostread li a:hover {
}
ul.latestnews li {
    padding:     2px 2px 5px 0px;
    margin-left: 0px;
    color:       #808080;
    width:       auto;
    text-align:  left;
}
.latestnews a:link {
    text-transform: lowercase;
    color:          #C5BCA3;
}
.latestnews a:visited {
    color: #C5BCA3;
}
.latestnews a:hover {
    color: #666666;
}
ul.mostread li {
    margin-left: 0px;
    color:       #808080;
    width:       auto;
    text-align:  left;
    padding:     2px 2px 3px 0px;
}
.mostread a:link {
    text-transform: lowercase;
    color:          #CCCCCC;
}
.mostread a:visited {
    color: #CCCCCC;
}
.mostread a:hover {
    color: #666666;
}
td.contentheading {
    color:           #333333;
    font-family:     arial,Helvetica, sans-serif;
    text-decoration: none;
    font-weight:     normal;
    font-size:       20px;
    letter-spacing: -0.05em;
}
div.componentheading {
    color:           #333333;
    font-family:     tahoma, Helvetica, sans-serif;
    text-decoration: none;
    font-weight:     normal;
    font-size:       20px;
    text-align:      left;
}
a.contentpagetitle:link,a.contentpagetitle:hover {
    font-family:     Tahoma,Arial,tahoma, Helvetica, sans-serif;
    text-decoration: none;
    font-size:       14px;
}
a.contentpagetitle:hover {
    color: #CCCC99;
}
.createdate, td.createdate {
    color:               #666666;
    font-size:           11px;
    font-weight:         bold;
    text-transform:      lowercase;
    background-image:    url(../images/date_icon.png);
    background-repeat:   no-repeat;
    height:              13px;
    background-position: left;
    padding-left:        18px;
    padding-bottom:3px;
}
.modifydate,.small {
    color: #8E9B5D;
    font-size:      11px;
    font-weight: normal;
    text-transform: none;
}
.highlight {
    color:            #FFFFFF;
    background-color: red;
}
.mosimage {
    margin:  5px;
    padding: 5px;
    border:  none ;
}
.mosimage_caption {
    padding:             1px 2px;
    color:               #898371;
    font-size:           10px;
    font-weight:         bold;
    border-bottom-style: solid;
    border-bottom-color: #808080;
    border-bottom-width: 1px;
}
.contentpaneopen img {
    margin: 5px;
}
.contentpane img {
    margin: 5px;
}
a.mainlevel:link, a.mainlevel:visited {
    display:             block;
    height:              18px !important;
    height:              26px;
    vertical-align:      middle;
    font-size:           12px;
    font-weight:         normal;
    text-align:          left;
    text-decoration:     none;
    text-transform:      capitalize;
    color:               #000000;
    padding-top:         2px;
    background-image:    url(../images/menu_icon.png);
    background-repeat:   no-repeat;
    background-position: 5px;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    border-bottom-style: solid;
    width:210px;
}
a.mainlevel:hover {
    text-decoration: none;
    color:           #FFC612;
    font-weight:     bold;
}
a.mainlevel#active_menu {
    color:       #FFFFFF;
    font-weight: bold;
}
a.mainlevel#active_menu:hover {
    color: #333333;
}
a.sublevel:link, a.sublevel:visited {
    font-size:      11px;
    padding-left:   10px;
    padding-bottom: 3px;
    line-height:    20px;
    display:        block;
    margin-left:    10px;
    font-family:    Arial, Verdana,Tahoma;
    color:          #00CCCC;
    text-transform: lowercase;
    font-weight:    normal;
}
a.sublevel:hover {
    text-decoration: none;
}
#mod_login_username {
    padding:     3px 0 0px 5px;
    width:       198px;
    font-size:   11px;
    background:  url(../images/inputbox.png) no-repeat ;
    color:       #FFFFFF;
    font-family: tahoma;
    border:      none ;
    font-weight: bold;
    height:      23px;
}
#mod_login_password {
    padding:     3px 0 0px 5px;
    width:       198px;
    font-size:   11px;
    background:  url(../images/inputbox.png) no-repeat ;
    color:       #FFFFFF;
    font-family: tahoma;
    border:      none ;
    font-weight: bold;
    height:      23px;
}
#mod_login_remember {
    border:     none ;
    background: none ;
    margin:     0;
}
.inputbox {
    font-size:  12px;
    border:     1px solid gray ;
    background: #FFFFFF ;
    height:     18px;
}
.button {
    padding:           1px;
    padding:           2px !important;
    color:             #FFFFFF;
    font-size:         11px;
    border:            none ;
    font-weight:       bold;
    background:        #000000 ;
    height:            20px;
    background-image:  url(../images/button_bg.png);
    background-repeat: repeat-x;
}
.sectiontableheader {
    font-weight: bold;
    background:  #D0D0D0 ;
    padding:     4px;
    color:       #333333;
}
.sectiontableentry1 td {
    padding: 3px;
}
.sectiontableentry2 td {
    padding:    3px;
    background: #D0D0D0 ;
}
.sectiontableentry1 {
    padding: 2px;
}
.sectiontableentry2 {
    padding: 2px;
}
.readon {
    font-size:           11px;
    float:               left;
    padding-right:       10px;
    background-image:    url(../images/readon_bg.png);
    background-position: left;
    background-repeat:   no-repeat;
    padding-left:        20px;
}
.readon a:link, .readon a:visited {
    color: #FFFFFF;
}
.readon a:hover {
    color: #EBCA71;
}
.back_button a {
    padding:    2px 5px 2px 20px;
    text-align: center;
    display:    block;
}
.back_button a:hover {
    padding: 2px 5px 2px 20px;
    color:   #FF0000;
}
.pagenav {
    text-align:        center;
    color:             #ffffff;
    margin:            0px -2px 0px 0px;
    padding:           1px 6px 1px 6px;
    font-size:         11px;
    font-family:       arial,verdana,tahoma;
    background-image:  url(../images/btnlogin.gif);
    background-repeat: repeat-x;
}
a.pagenav, a.pagenav:visited {
    color: #ffffff;
}
a.pagenav:hover {
    color:            #ffffff;
    background-color: #000000;
    border:           1px solid #5d5d5d ;
}
span.pathway {
    color:       #666666;
    font-size:   11px;
    font-weight: bold;
}
span.pathway a:link,
span.pathway a:visited {
    color:       #666666;
    font-weight: bold;
    font-size:   11px;
}

