/* all reset,layout */
* {
    margin:  0;
    padding: 0;
}
td,p,div,tr {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:   12px;
	color:       #000000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   11px;
	padding:     0px 0px 0px 0px;
	margin:      0px 0px 0px 0px;
	background-color: #FFFFFF;
}
.all {
	padding:           0px 0px 0px 0px;
	margin:            0px 0px 10px 0px;
	color:             #000000;
	background-color: #E6F0FB;
}
#container {
    width: 100%;
}
#wrapper {
	width: 880px;
}
#wrapin {
	margin: 0px auto;
	width:             880px;
	background-color: #134275;
}
#wrapinner {
    width:             860px;
	background-color: #185496;
}
#header {
	padding-top: 10px;
    width:  860px;
    height: 102px;
}
#logo {
    width: 300px;
}
#topnews {
    width:               500px;
    background-position: top left;
}
#topnews div.moduletable h3 {
    display: none;
}
#topnews td {
    padding-left: 35px;
    color:        #CCCCCC;
}
#mod_search_searchword {
    padding:     5px 0 10px 10px;
    width:       229px;
    font-size:   11px;
    background:  url(../images/searchbox.png) no-repeat ;
    color:       #4E4A42;
    font-family: tahoma;
    height:      25px;
    border:      none ;
    font-weight: bold;
    margin-left: 200px;
    margin-top:  40px;
}
#topmenuwrap {
    width:         auto;
    height:        23px;
    padding-right: 0px;
}
#pathcont {
    background-image:  url(../images/pathcont_bg.png);
    background-repeat: repeat-x;
    height:            33px;
    width:             860px;
}
#pathway {
    height: 33px;
}
#pathway p {
    padding-left: 10px;
    padding-top:  12px;
}
#content {
    background-color:    #FFFFFF;
    margin-top:          2px;
    background-image:    url(../images/maincontent_bg.png);
    background-repeat:   repeat-x;
    background-position: top;
}
#banner {
	padding-top: 20px;
	padding-bottom: 5px;
}
#maincontent {
	padding-top: 5px;
	padding-bottom: 10px;
}
#right {
    padding:    0px 10px 10px 10px;
    text-align: left;
}
#left {
	padding:    10px 10px 10px 10px;
	text-align: left;
}
#right div.moduletable {
    margin-bottom:       5px;
    padding:             5px;
    border:              1px solid #DCDCE4 ;
    background-image:    url(../images/right_bg_md.png);
    background-position: top;
    background-repeat:   repeat-x;
}
#left div.moduletable {
    margin-bottom:		5px;
    padding:			5px;
	border:              1px solid #DCDCE4 ;
    background-image:    url(../images/right_bg_md.png);
    background-position: top;
    background-repeat:   repeat-x;
}
#right div.moduletable td {
    font-size: 11px;
}
#right div.moduletable h3 {
    margin-bottom:       5px;
    color:               #333333;
    font-size:           12px;
    padding-left:        25px;
    background-image:    url(../images/right_th.png);
    background-repeat:   no-repeat;
    background-position: left;
}
#left div.moduletable h3 {
    margin-bottom:       8px;
    color:               #333333;
    font-size:           14px;
    padding-left:        25px;
    border-bottom:       1px solid #DCDCE4 ;
    background-image:    url(../images/module_l_th.png);
    background-repeat:   no-repeat;
    background-position: left;
    height:              30px;
    line-height:         30px;
}
#right_news div.moduletable {
    margin-bottom:     10px;
    padding:           5px;
    border:            1px solid #DCDCE4 ;
    background-image:  url(../images/news_bg.png);
    background-repeat: repeat;
}
#right_news div.moduletable td {
    font-size: 11px;
    color:     #EEEEEE;
}
#right_news div.moduletable h3 {
    margin-bottom:       5px;
    color:               #EEEEEE;
    font-size:           12px;
    padding-left:        25px;
    background-image:    url(../images/news_bg_th.png);
    background-repeat:   no-repeat;
    background-position: left;
}
#footer{
	font-size: 10px;
	color: #CCEEFF;
}
#footer p{
	color: #CCEEFF;
	font-size: 10px;
}
#footer a:link, #footer a:visited{
	color: #FFFF66;
	font-size: 10px;
	font-weight: bold;
}
#footer a:hover{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFF66;
}

/* Top tabmenu styles */
#top_menu a {
    color: #0066CC;
}
#top_menu li {
    background-image: url(../images/topm_r_active.png);
}
#top_menu li a {
    background-image: url(../images/topm_l_active.png);
}
#top_menu li a:hover {
    color: #FF6600;
}
#top_menu li.active_menu {
    background-image: url(../images/topm_r_active.png);
}
#top_menu li.active_menu a {
    background-image: url(../images/topm_l_active.png);
    color:            #E14B04;
}
#top_menu ul {
    list-style: none;
    margin:     0;
    padding:    0;
    float:      right;
}
#top_menu li {
    float:   left;
    margin:  0;
    padding: 0;
}
#top_menu a {
    float:       left;
    margin:      0;
    height:      23px;
    line-height: 23px;
    padding:     0 20px;
}
#top_menu li {
    background-repeat:   no-repeat;
    background-position: 100% 0;
}
#top_menu li a {
    background-repeat:   no-repeat;
    background-position: -4px 0;
}
#top_menu li.index-1 a {
    background-position: 0 0;
}
/* splitmenu */
/* joomla css stuff */
a:link, a:visited {
    color:           #0066CC;
    font-weight:     normal;
    text-decoration: none;
}
a:hover {
    color:           #E14B04;
    font-weight:     normal;
    text-decoration: underline;
}
form {
    display: inline;
    margin:  0;
    padding: 0;
}
h1 {
    color:       #666666;
    font-weight: normal;
    font-size:   18px;
}
ul {
}

li {
    margin-left: 25px;
}
img {
    border: none ;
}
ol {
}
blockquote {
    margin: 10px;
}
blockquote div {
}
pre {
    padding: 10px;
}
table.contenttoc {
    margin:  3px;
    padding: 5px;
}
.contenttoc th {
	padding:     3px;
	color:       #990000;
	font-weight: normal;
	border: thin dotted #935454;
}
.contenttoc a {
    font-size:   11px;
    padding:     0 5px 0 5px;
    font-weight: normal;
}
.contenttoc a:hover {
	font-size:    11px;
	color:        #FFFFFF;
	padding-left: 5px;
	background-color: #FF6600;
}
.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 {
}
td.contentheading {
	color:           #782750;
	font-family:     arial,Helvetica, sans-serif;
	text-decoration: none;
	font-weight:     normal;
	font-size:       18px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
div.componentheading {
    color:           #006600;
    font-family:     arial,tahoma, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: normal;
    font-size:       14px;
    text-align:      left;
}
td.componentheading {
    color:           #006600;
    font-family:     arial,tahoma, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: normal;
    font-size:       18px;
    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: #FF6600;
}
.createdate, td.createdate {
    color:               #319362;
    font-size:           11px;
    font-weight:         bold;
    text-transform:      lowercase;
    padding-bottom:      3px;
    background-image:    url(../images/date.png);
    background-repeat:   no-repeat;
    background-position: left;
    padding-left:        18px;
    padding-top:         2px;
}
.modifydate,.small {
    color:          #974B00;
    font-size:      11px;
    font-weight:    normal;
    text-transform: none;
}
.highlight {
    color:            #000000;
    background-color: #FFF5C1;
}
.mosimage {
	margin:  5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.mosimage_caption {
    padding:             1px 2px;
    color:               #898371;
    font-size:           10px;
    font-weight:         bold;
    border-bottom-style: dotted;
    border-bottom-color: #0066CC;
    border-bottom-width: 1px;
}
.contentpaneopen img {
    margin: 5px;
}
.contentpane img {
    margin: 5px;
}
a.mainlevel:link, a.mainlevel:visited {
    display:             block;
    height:              18px !important;
    height:              20px;
    vertical-align:      middle;
    font-size:           12px;
    font-weight:         normal;
    text-align:          left;
    text-decoration:     none;
    text-transform:      capitalize;
    color:               #333333;
    padding-top:         2px;
    background-image:    url(../images/menu_c.png);
    background-repeat:   no-repeat;
    background-position: left 3px;
    border-bottom-width: 1px;
    border-bottom-color: #E2E2E2;
    border-bottom-style: dotted;
    padding-left:        15px;
}
a.mainlevel:hover {
    text-decoration: none;
    color:           #006600;
    font-weight:     bold;
}
a.mainlevel#active_menu {
    color:       #8F3232;
    font-weight: bold;
}
a.mainlevel#active_menu:hover {
    color: #FF6600;
}
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:          #2C8383;
    text-transform: lowercase;
    font-weight:    normal;
}
a.sublevel:hover {
	text-decoration: none;
	color: #60CACA;
}
#mod_login_username {
    padding:     3px 0 0px 5px;
    width:       140px;
    font-size:   11px;
    color:       #FFFFFF;
    font-family: tahoma;
    border:      none ;
    font-weight: bold;
    height:      16px;
    background:  #858585 ;
}
#mod_login_password {
    padding:     3px 0 0px 5px;
    width:       140px;
    font-size:   11px;
    color:       #FFFFFF;
    font-family: tahoma;
    border:      none ;
    font-weight: bold;
    height:      16px;
    background:  #858585 ;
}
#mod_login_remember {
    border:     none ;
    background: none ;
    margin:     0;
}
.inputbox {
    font-size:  12px;
    border:     1px solid gray ;
    background: #EEEEEE ;
}
.button {
	padding:           2px;
	padding:           2px !important;
	color:             #FFFFFF;
	font-size:         11px;
	border:            1px solid #000000;
	font-weight:       bold;
	margin:            4px 0 4px 0;
	background-color:	#004E9B;
}
.sectiontableheader {
	font-weight: bold;
	padding:     4px;
	color:       #333333;
	background-color: #CEE7FF;
}
.sectiontableentry1 td {
	padding: 3px;
	background-color: #F8F8F8;
}
.sectiontableentry2 td {
	padding:    3px;
	background-color: #F3F3F3;
}
.sectiontableentry1 {
	padding: 2px;
	background-color: #F8F8F8;
}
.sectiontableentry2 {
	padding: 2px;
	background-color: #F3F3F3;
}
.readon {
    font-size:           11px;
    float:               left;
    padding-right:       10px;
    background-image: url(../images/menu_a.png);
    background-position: left;
    background-repeat:   no-repeat;
    padding-left:        20px;
    height:              27px;
    line-height:         27px;
}
.readon a:link, .readon a:visited {
    color: #666666;
}
.readon a:hover {
	color: #FFFFFF;
	background-color: #EBCA71;
}
.back_button a {
	text-align: center;
	display:    inline;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border: thin solid #BBDDFF;
}
.back_button a:hover {
	color:   #FF6600;
	text-decoration: underline;
	border: thin solid #BBDDFF;
	padding-right: 5px;
	padding-left: 5px;
}
.pagenav {
    text-align:        center;
    color:             #999999;
    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: #999999;
}
a.pagenav:hover {
    color:            #ffffff;
    background-color: #666666;
    border:           1px solid #5d5d5d ;
}
span.pathway {
    color:       #666666;
    font-size:   11px;
    font-weight: bold;
}
span.pathway a:link,
span.pathway a:visited {
    color:       #0066CC;
    font-weight: bold;
    font-size:   11px;
}
.blog_more ul li {
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.blog_more strong {
    font-size: 12px;
}
li.latestnews  a {
	padding-bottom: 1px;
	color:          #CC9900;
	font-size:      11px;
	padding-left: 	5px;
}
li.latestnews a:hover {
	color: #FF6600;
	text-decoration: underline;
}
li.latestnews a:visited {
    color: #996600;
}
ul.latestnews li {
	padding:     0px;
	margin-left: 0px;
	color:       #CC9900;
	text-align:  left;
	background-image: url(../images/menu_a.png);
	background-repeat: no-repeat;
}
ul.latestnews {
    list-style-type: none;
    font-weight:     normal;
}
.latestnews a:hover {
	color: #FF6600;
	text-decoration: underline;
}
ul.mostread {
    font-weight:     normal;
    list-style-type: none;
}
li.mostread  a {
    padding-bottom: 1px;
    color:          #339999;
    font-size:      11px;
	padding-left: 	5px;
}
li.mostread a:hover {
	color: #52C5C5;
	text-decoration: underline;
}
li.mostread a:visited {
    color: #246F6F;
}
ul.mostread li {
    padding:     0px;
    margin-left: 0px;
    color:       #339999;
    width:       auto;
    text-align:  left;
	background-image: url(../images/menu_a.png);
	background-repeat: no-repeat;
}
.mostread a:visited {
    color: #246F6F;
}

.user1_inner {
	text-align:left;
	margin: 0px;
	text-indent:5px;
	border: 1px solid #DCDCE4;
	background-image: url(../images/right_bg_md.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 4px;
}

.user2_inner {
	text-align:left;
	margin: 0px;
	text-indent:5px;
	border: 1px solid #DCDCE4;
	background-image: url(../images/right_bg_md.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 4px;
}

