@charset "utf-8";
/*
=======================================================================
        General Rules
=======================================================================
*/
* {
    padding:0px;
    margin:0px;
}
body {
    background-image:url(../images/bg.gif);
    font-family:"Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#666666;
    float:left;
    width:100%;
}
a {
    text-decoration:none;
    outline:none;
    color:#666666;
}
a img {
    border:none;
}
.clear {
    clear:both;
    overflow:hidden;
    height:0px;
}
.bold {
    font-weight:bold;
}
.colr {
    color:black !important;
}
.events {
    color: white;
}
.black {
    color:#000;
}
.white {
    color:#FFF;
}
.upper {
    text-transform:uppercase;
}
.under {
    text-decoration:underline;
}
h1 {
    font-size:22px;
    font-weight:normal;
}
h2 {
    font-size:20px;
    font-weight:normal;
}
h3 {
    font-size:18px;
    font-weight:normal;
}
h4 {
    font-size:16px;
    font-weight:normal;
}
.subhead {
    margin-top:20px;
    width:100%;
    float:left;
}
h5 {
    font-size:14px;
    font-weight:normal;
}
h6 {
    font-size:12px;
    font-weight:normal;
}
p {
    line-height:18px;
}
.left {
    float:left !important;
}
.right {
    float:right !important;
}
.heading {
    padding:10px 0px 8px 0px;
    width:100%;
    border-bottom:#dddddd solid 1px;
    margin-bottom:10px;
    text-transform:uppercase;
}
input {
    font-size:11px;
}
select {
    font-size:11px;
}
.itlc {
    font-style:italic;
}
/*
=======================================================================
        Buttons
=======================================================================
*/
/* Button One */
a.buttonone {
    float:left;
    height:20px;
    padding:4px 10px 0px 10px;
    display:inline-block;
    color:#fff;
    background-color:#1a4684;
}
a.buttonone:hover {
    background-color:#000;
}
/*
=======================================================================
        Input Form Rules
=======================================================================
*/
ul.forms {
    float:left;
    list-style:none;
    padding:0px 0px 10px 0px;
    width:100%;
}
ul.smallforms {
    padding:0px 20px 3px 0px !important;
    float:left;
    width:200px;
}
ul.forms li{
}
ul.forms li.txt{
    width:100px;
    padding-top:5px;
    padding-bottom:5px;
    float:left;
}
ul.forms li.smalltxt{
    float:left;
    width:70px;
    padding-top:5px;
}
.req {
    color:#F00;
}
ul.forms li.inputfield{
    float:left;
}
ul.forms li.inputfield input.bar{
    width:319px;
    height:24px;
    padding:0px 5px;
    line-height:24px;
    background-color:#FFF;
    border:#aeaeae solid 1px;
    float:left;
    margin-top:10px;
    background-image:url(../images/input_bg.gif);
    background-repeat:no-repeat;
}
ul.forms li.inputfield select.bar{
    width:329px;
    height:24px;
    padding:0px 5px;
    line-height:24px;
    background-color:#FFF;
    border:#aeaeae solid 1px;
    float:left;
    margin-top:10px;
    background-image:url(../images/input_bg.gif);
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.forms li.textfield{
    float:left;
    width:352px;
}
ul.forms li.textfield textarea{
    width:419px;
    height:100px;
    padding:5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    background-color:#FFF;
    border:#aeaeae solid 1px;
    float:left;
    margin:10px 0px;
    background-image:url(../images/textarea.gif);
    background-repeat:no-repeat;
}
ul.forms li.radiobtn{
    float:left;
}
ul.forms li.radiobtn input{
    margin:0px 10px;
    float:left;
}
ul.forms li.check{
    float:left;
    width:auto;
    margin-right:10px;
}
ul.forms li.labletxt{
    margin:0px 20px 0px 0px;
    float:left;
}
/*
=======================================================================
        Sitemap section
=======================================================================
*/
#sitemap {
    width:100%;
    background-image:url(../images/top_bg.gif);
    background-repeat:repeat-x;
    background-position:top;
    background-color:#092751;
    padding:0px 0px;
    height:382px;
    display:none;
}
#sitemap .last{
    margin-right:0px !important;
}
.sitemapsec {
    width:170px;
    margin-right:27px;
    float:left;
    margin-top:50px;
}
.sitemapsec h5{
    width:150px;
    color:#fff;
    padding:5px 10px 8px 10px;
    border-bottom:#4b71a6 solid 1px;
    margin-bottom:10px;
}
.sitemapsec ul{
    width:170px;
    list-style:none;
}
.sitemapsec ul li{
    width:150px;
    padding:4px 10px;
}
.sitemapsec ul li a{
    color:#FFF;
}
.sitemapsec ul li a:hover{
    color:#FFF;
    text-decoration:underline;
}
/*
=======================================================================
        Contact Us section
=======================================================================
*/
#contactus {
    width:100%;
    background-image:url(../images/top_bg.gif);
    background-repeat:repeat-x;
    background-position:top;
    background-color:#092751;
    padding:0px 0px;
    float:left;
    height:482px;
}
.contact_form {
    width:450px;
    float:left;
    margin-top:40px;
}
.contact_form .txt{
    color:#FFF !important;
    padding-top:5px;
}
.contact_form .inputfield input.bar{
    width:247px !important;
    height:17px;
}
.contact_form .textfield textarea{
    width:247px !important;
}
.contact_form ul.forms li.textfield {
    width:247px !important;
}
.contact_form h4{
    color:#fff;
    padding-bottom:20px;
}

.mapsec {
    width:490px;
    float:right;
    margin-top:80px;
}
.mapsec .txt{
    color:#FFF !important;
    padding-top:5px;
}
.map {
    width:206px;
    height:146px;
    border:#0b2a56 solid 5px;
    float:left;
}
.maptxt {
    width:240px;
    color:#FFF;
    float:right;
}
.maptxt h6{
    width:240px;
    color:#fff;
    padding-bottom:10px;
}
a.smarterwiki-linkify {
    color:#FFF;
}
/*
=======================================================================
        Wrapper Section
=======================================================================
*/
#wrapper_sec {
    width:100%;
}
.inner {
    width:960px;
    margin:0px auto;
}
/*
=======================================================================
        Master Header
=======================================================================
*/
#masthead {
    width:100%;
    height:149px;
    background-image:url(../images/head_bg2.gif);
    background-repeat:repeat-x;
    background-position:top;
}
.logo {
    float:left;
    padding:10px 30px 0px 0px;
}
.search {
    float:right;
    width:366px;
    margin-top:-1px;
    height:104px;
}
.search ul.topbtns{
    float:right;
    list-style:none;
}
.search ul.topbtns li{
    float:left;
    margin-left:5px;
}
.search ul.searchsec{
    float:right;
    list-style:none;
    width:270px;
    height:35px;
    padding:5px 0px 0px 5px;
    background-repeat:no-repeat;
    margin-top:35px;
    background-color: ;
}
.search ul.searchsec li{
    float:left;
}
.search ul.searchsec li input.bar{
    width:100px;
    height:25px;
    line-height:25px;
    border:none;
    margin-right:6px;
}
.search ul.searchsec li select.bar{
    width:100px;
    height:25px;
    line-height:25px;
    border:none;
    margin-right:6px;
    padding: 5px;
}
.search ul.searchsec li a.go{
    width:50px;
    height:19px;
    padding:3px 0px 3px 0px;
    background-color: navy;
    background-repeat:no-repeat;
    text-align:center;
    display:inline-block;
    color:white;
    float:right;
    font-size: 11px;
}
/*
=======================================================================
        Content Section Rules
=======================================================================
*/
#content_sec {
    width:960px;
    margin:0px auto;
}
/*
=======================================================================
        Banner Rules
=======================================================================
*/
#banner {
    width:960px;
    height:329px;
    background-image:url(../images/bannerbg.png);
    background-repeat:no-repeat;
    margin:5px 0px 0px 0px;
}
.banner_curve {
    width:562px;
    height:329px;
    background-image:url(../images/bannercurve.png);
    background-repeat:no-repeat;
    background-position:left top;
    display:inline-block;
    position:absolute;
    z-index: 60;
}
/*
=======================================================================
        Right Accordion Section Rules
=======================================================================
*/

#banner .right_accordion{
    width:327px;
    float:right;
    overflow:hidden;
    background-repeat:no-repeat;
    padding:20px 20px 0px 0px;
}
.glossymenu{
    margin: 0px 0px;
    padding: 0px;
    width: 327px; /*width of menu*/
    float:left;
    overflow:hidden;
}

.glossymenu a.menuitem{
    background-image:url(../images/acordin.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
    color: #999999;
    font-weight:bold;
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width: auto;
    padding: 9px 0px 0px 0px;
    padding-left: 10px;
    text-decoration: none;
    width:317px;
    height:21px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
    background-image:url(../images/acordin.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
    color: #1a4684;
    font-weight:bold;
    display: block;
    position: relative;
    width: auto;
    padding: 9px 0px 0px 0px;
    padding-left: 10px;
    text-decoration: none;
    width:317px;
    height:21px;
}

.glossymenu a.menuitem .statusicon{
    position: absolute;
    top: 11px;
    right: 10px;
    border: none;
}

.glossymenu a.menuitem:hover{
    background-image:url(../images/acordin.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
    color: #1a4684;
    font-weight:bold;
    display: block;
    position: relative;
    width: auto;
    padding: 9px 0px 0px 0px;
    padding-left: 10px;
    text-decoration: none;
    width:317px;
    height:21px;
}

.glossymenu div.submenu{
    height:200px;
}

.loginbox {
    width:287px;
    padding:20px;
}
.loginbox ul{
    list-style:none;
    width:287px;
}
.loginbox ul li.txt{
    width:287px;
    padding-bottom:8px;
    color:#FFF;
}
.loginbox ul li.formlinks{
    float:left;
}
.loginbox ul li.formlinks a{
    text-decoration:underline;
    color:#FFF;
}
.loginbox ul li.submission{
    float:right;
}
a.loginsubmit{
    text-align:center;
    background-image:url(../images/login_bg.gif);
    background-repeat:repeat-x;
    color:#FFF;
    padding:4px 10px;
    display:inline-block;
}
.loginbox ul li.inputfield{
    width:287px;
    margin-bottom:15px;
}
.loginbox ul li.inputfield input.bar{
    width:277px;
    height:22px;
    padding:0px 5px;
    background-image:url(../../../../../../cl102.justhost.com/404.shtml);
    background-repeat:no-repeat;
    border:#2d2d2d solid 1px;
}
.loginbox ul li.unsb{
    float:left;
    color:#FFF;
}
.loginbox ul li.unsb input{
    float:left;
    margin:0px 10px 0px 0px;
}
.latestnews {
    width:327px;
}
.latestnews ul{
    width:307px;
    padding:10px;
    list-style:none;
    padding:20px 0px 0px 0px;
    color:#FFF;
}
.latestnews ul li{
    width:277px;
    padding:0px 0px 15px 30px;
    list-style:none;
    background-image:url(../images/calndr.gif);
    background-repeat:no-repeat;
    background-position:0% 3%;
}
.latestnews ul li a{
    color:#FFF;
}
.teachings {
    width:327px;
}
.teachings ul{
    width:307px;
    padding:10px;
    list-style:none;
}
.teachings ul li{
    width:292px;
    padding:5px 15px 5px 0px;
    border-bottom:#666 solid 1px;
}
.teachings ul li a{
    color:#FFF;
}
.teachings ul li a:hover{
    text-decoration:underline;
}

/*
=======================================================================
        Contents Rules
=======================================================================
*/
.contents {
    width:960px;
    float:left;
    margin:5px 0px 0px 0px;
}
.contents .top_curve{
    width:960px;
    height:9px;
    background-image:url(../images/curve_clean_top.gif);
    background-repeat:no-repeat;
    background-position:top;
    float:left;
}
.contents .bottm_curve{
    width:960px;
    height:9px;
    background-image:url(../images/curve_clean_bottom.gif);
    background-repeat:no-repeat;
    background-position:top;
    float:left;
}
.contents .center_curve{
    width:960px;
    padding:10px 0px;
    background-image:url(../images/curve_clean_bg.gif);
    background-repeat:repeat-y;
    float:left;
}
.contents .shed_top{
    background-image:url(../images/curve_shed_top.gif) !important;
}
.contents .shed_bg{
    background-image:url(../images/curve_shed_bg.gif) !important;
}
.contents .shed_bottom{
    background-image:url(../images/curve_shed_bottom.gif) !important;
}

/*
=======================================================================
        Sliding Gallery Rules
=======================================================================
*/
.scrol {
    float:left;
    width:857px;
    height:164px;
}
a.prevbuttn {
    display:inline-block;
    float:left;
    width:21px;
    height:32px;
    background-image:url(../images/left_arrow.gif);
    background-repeat:no-repeat;
    margin:70px 10px 0px 20px;
}
a.nextbuttn {
    display:inline-block;
    float:left;
    width:21px;
    height:32px;
    background-image:url(../images/right_arrow.gif);
    background-repeat:no-repeat;
    margin:70px 0px 0px -10px;
}
.scrol li{
    width:170px;
    height:136px;
    padding:14px;
    margin-right:22px;
    background-image:url(../images/gall_bg.gif);
    background-repeat:no-repeat;
}

/*
=======================================================================
        Column 1 Rules
=======================================================================
*/
.col1 {
    float:left;
    width:620px;
    padding:0px 20px 0px 19px;
}
/*
=======================================================================
        News Tikker Rules
=======================================================================
*/
.news_tik {
    width:620px;
    height:39px;
    background-image:url(../images/news_bg_2.gif);
    background-repeat:no-repeat;
    float:left;
    margin-bottom:15px;
}
.news_tik h6{
    width:100px;
    height:27px;
    float:left;
    padding:12px 0px 0px 0px;
    text-align:center;
}
.news_tik p{
    height:27px;
    float:left;
    padding:12px 0px 0px 10px;
}
/*
=======================================================================
        Bread Crumb Rules
=======================================================================
*/
.crumb {
    width:620px;
    height:39px;
    background-image:url(../images/news_bg.gif);
    background-repeat:no-repeat;
    float:left;
    margin-bottom:15px;
}
.crumb h6{
    width:100px;
    height:27px;
    float:left;
    padding:12px 0px 0px 0px;
    text-align:center;
}
.crumb ul{
    float:left;
    list-style:none;
    padding-top:12px;
}
.crumb ul li{
    float:left;
    /*background-image:url(../images/crumbsep.gif);
    background-position:right;
    background-repeat:no-repeat;*/
    padding:0px 10px;
}
.crumb ul li.last{
    background-image:none;
}
/*
=======================================================================
        Bread Crumb Big Rules
=======================================================================
*/
.crumb_big {
    width:920px;
    height:39px;
    background-image:url(../images/big_crumb.gif);
    background-repeat:no-repeat;
    float:left;
    margin-bottom:15px;
}
.crumb_big h6{
    width:112px;
    height:27px;
    float:left;
    padding:12px 0px 0px 0px;
    text-align:center;
}
.crumb_big ul{
    float:left;
    list-style:none;
    padding-top:12px;
}
.crumb_big ul li{
    float:left;
    background-image:url(../images/crumbsep.gif);
    background-position:right;
    background-repeat:no-repeat;
    padding:0px 10px;
}
.crumb_big ul li.last{
    background-image:none;
}
/*
=======================================================================
        Home Page Sections Rules
=======================================================================
*/
.secs {
    width:300px;
    background-image:url(../images/sec_bg.gif);
}
.secs .teks{
    min-height: 300px;
}
.secs .botm{
    width:300px;
    height:7px;
    background-image:url(../images/sec_bottom.gif);
    background-repeat:no-repeat;
}
.secs h5.events{
    width:260px;
    height:24px;
    background-image:url(../images/sec_head_rss.gif);
    background-repeat:no-repeat;
    padding:11px 0px 0px 40px;
    color: #2d2d2d;
}
.secs h5.twitter{
    width:260px;
    height:24px;
    background-image:url(../images/sec_head_twitter.gif);
    background-repeat:no-repeat;
    padding:11px 0px 0px 40px;
}
.secs a.eventimg{
    width:260px;
    padding:3px;
    background-color:#fbfbf9;
    border:#d0d0d0 solid 1px;
    float:left;
    margin:16px 0px 0px 16px;
}
.secs h5.heads{
    width:270px;
    float:left;
    margin:10px 0px 5px 16px;
}
.secs p{
    width:270px;
    float:left;
    padding:0px 14px 5px 16px;
}
.secs p.txt{
    border-top:#c8c8c8 solid 1px;
    padding:10px 14px 5px 16px;
    margin-top:5px;
}
.secs ul.eventssec{
    width:300px;
    float:left;
    list-style:none;
}
.secs ul.eventssec li{
    width:272px;
    float:left;
    padding:7px 14px 7px 14px;
    border-top:#c8c8c8 solid 1px;
    background-image:url(../images/grey_arrow.gif);
    background-position:280px 9px;
    background-repeat:no-repeat;
}
.secs ul.eventssec li a:hover{
    color:#000;
}

.secs ul.twitter_feeds{
    width:300px;
    float:left;
    list-style:none;
    padding-bottom:10px;
}
.secs ul.twitter_feeds li{
    width:290px;
    float:left;
    padding:13px 10px 13px 0px;
    /*	border-bottom:#cccccc dotted 1px;*/
}
.secs a.follow{
    margin:0px 0px 0px 14px;
}
/*
=======================================================================
        Column 2 Rules
=======================================================================
*/
.col2 {
    float:left;
    width:280px;
    padding:0px 10px 10px 10px;
}
/*
=======================================================================
        Right Sections Rules
=======================================================================
*/
.small_secs {
    width:280px;
    float:left;
    background-image:url(../images/small_sec_bg.gif);
    background-repeat:repeat-y;
    margin-bottom:12px;
}
.small_secs h5.small_heading{
    width:260px;
    height:25px;
    padding:11px 10px 0px 10px;
    float:left;
    background-image:url(../images/small_heading.gif);
    background-repeat:no-repeat;
}
.small_secs .botm{
    width:280px;
    height:6px;
    background-image:url(../images/small_botm.gif);
    background-repeat:no-repeat;
}
.small_secs a.readmore{
    background-image:url(../images/readmore.gif);
    background-repeat:no-repeat;
    background-position:left;
    padding:5px 0px 5px 20px;
    margin:5px 0px 5px 10px;
    display:inline-block;
}
/*
=======================================================================
        From The Blog Rules
=======================================================================
*/
.blogentries {
    float:left;
    width:260px;
    padding:10px;
    border-bottom:#dbdbdb solid 1px;
}
.blogentries ul{
    float:left;
    width:260px;
    list-style:none;
}
.blogentries ul li{
    float:left;
    width:260px;
    padding:10px 0px;
}
.blogentries ul li .thumb{
    float:left;
    width:70px;
}
.blogentries ul li .thumb a{
    float:left;
    width:47px;
    height:47px;
    padding:3px;
    background-color:#fbfbf9;
    margin:3px 0px 0px 0px;
}
.blogentries ul li .desc{
    float:left;
    width:190px;
}
.blogentries ul li .desc a.cont_reading{
    background-image:url(../images/blog_arrows.gif);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:10px;
}
.a_more{
    color: red;
    font-size: 10px;
}
/*
=======================================================================
        Links Rules
=======================================================================
*/
.links {
    float:left;
    width:250px;
    padding:15px;
}
.links ul{
    float:left;
    width:250px;
    list-style:none;
}
.links ul li{
    float:left;
    width:215px;
    padding:6px 10px 6px 25px;
    border-bottom:#dbdbdb solid 1px;
    background-image:url(../images/grey_arrow.gif);
    background-repeat:no-repeat;
    background-position:10px 8px;
}
/*
=======================================================================
        Map Rules
=======================================================================
*/
.mapcont {
    float:left;
    width:245px;
    padding:17px;
}
.mapcont p{
    float:left;
    width:245px;
    padding:10px 0px 0px 0px;
}
/*
=======================================================================
        Advertisment Rules
=======================================================================
*/
.adv {
    float:left;
    width:280px;
    margin-bottom:12px;
}

/*
=======================================================================
        News Page Rules
=======================================================================
*/
.news {
    width:100%;
    float:left;
}
/*
=======================================================================
        Featured News Rules
=======================================================================
*/
.news .newsbig{
    width:620px;
    float:left;
    background-image:url(../images/news_big_bg.gif);
    background-repeat:repeat-y;
    margin-bottom:20px;
}
.news .newsbig .newshead{
    width:620px;
    height:35px;
    float:left;
    background-image:url(../images/news_big_heading_black.gif);
    background-repeat:repeat-y;
}
.news .newsbig .newshead h5{
    float:left;
    padding:10px 0px 0px 10px;
    color:white;
}
.news .newsbig .newshead p.date{
    float:right;
    padding:8px 10px 0px 0px;
}
.news .newsbig a.newsthumb{
    width:580px;
    height:116px;
    float:left;
    padding:3px;
    background-color:#fbfbf9;
    border:#d0d0d0 solid 1px;
    margin:15px;
}
.news .newsbig p.txt{
    width:580px;
    float:left;
    margin:0px 15px 15px 15px;
}
.news .newsbig .news_nav{
    width:590px;
    float:left;
    padding:5px 15px 10px 15px;
    border-top:#CCC solid 1px;
}
.news .newsbig .botm{
    width:620px;
    height:5px;
    background-image:url(../images/news_big_botm.gif);
    background-repeat:no-repeat;
}
/*
=======================================================================
        Small News Rules
=======================================================================
*/
.news .newssmall{
    width:300px;
    background-image:url(../images/sec_bg.gif);
    background-repeat:repeat-y;
    margin-bottom:20px;
}
.news .newssmall .newshead{
    width:300px;
    height:35px;
    float:left;
    background-image:url(../images/sec_head.gif);
    background-repeat:repeat-y;
}
.news .newssmall .newshead h5{
    float:left;
    padding:10px 0px 0px 10px;
}
.news .newssmall .newshead p.date{
    float:right;
    padding:8px 10px 0px 0px;
}
.news .newssmall a.newsthumb{
    width:260px;
    height:116px;
    float:left;
    padding:3px;
    background-color:#fbfbf9;
    border:#d0d0d0 solid 1px;
    margin:15px;
}
.news .newssmall p.txt{
    width:260px;
    float:left;
    margin:0px 15px 15px 15px;
}
.news .newssmall .news_nav{
    width:270px;
    float:left;
    padding:5px 15px 10px 15px;
    border-top:#CCC solid 1px;
}
.news .newssmall .botm{
    width:300px;
    height:7px;
    background-image:url(../images/sec_bottom.gif);
    background-repeat:no-repeat;
}
/*
=======================================================================
        Paging Rules
=======================================================================
*/
.paging {
    width:100%;
    float:left;
}
.paging ul{
    float:right;
    list-style:none;
}
.paging ul li{
    float:left;
    width:27px;
    height:21px;
    margin-left:5px;
}
.paging ul li a.prevpage{
    float:left;
    width:27px;
    height:21px;
    display:inline-block;
    background-image:url(../images/prev_page.gif);
    background-repeat:no-repeat;
}
.paging ul li a.nextpage{
    float:left;
    width:27px;
    height:21px;
    display:inline-block;
    background-image:url(../images/next_page.gif);
    background-repeat:no-repeat;
}
.paging ul li a.pagnumbers{
    float:left;
    width:25px;
    height:16px;
    padding-top:3px;
    display:inline-block;
    text-align:center;
    border:#f6f6f6 solid 1px;
}
.paging ul li a.pagnumbers:hover, .paging ul li a.active{
    border:#666666 solid 1px;
}

/*
=======================================================================
        News Page Rules
=======================================================================
*/
.blog {
    width:100%;
    float:left;
}
/*
=======================================================================
        Featured News Rules
=======================================================================
*/
.blog .blogentry{
    width:620px;
    float:left;
    background-image:url(../images/news_big_bg.gif);
    background-repeat:repeat-y;
    margin-bottom:20px;
}
.blog .blogentry .bloghead{
    width:620px;
    height:35px;
    float:left;
    background-image:url(../images/news_big_heading.gif);
    background-repeat:repeat-y;
}
.blog .blogentry .bloghead h5{
    float:left;
    padding:10px 0px 0px 10px;
}
.blog .blogentry a.blogthumb{
    padding:3px;
    background-color:#fbfbf9;
    border:#d0d0d0 solid 1px;
}
.blog .blogentry a.left{
    margin:0px 15px 15px 0px;
}
.blog .blogentry a.right{
    margin:0px 0px 15px 16px;
}
.blog .blogentry .blog_nav{
    width:590px;
    float:left;
    padding:5px 15px 10px 15px;
    border-top:#CCC solid 1px;
}
.blog .blogentry .blog_nav a.cont{
    float:right;
    display:inline-block;
    background-image:url(../images/grey_arrow.gif);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:10px;
}
.blog .blogentry .botm{
    width:620px;
    height:5px;
    background-image:url(../images/news_big_botm.gif);
    background-repeat:no-repeat;
}

.blog .blogentry p.txt{
    width:590px;
    padding:15px;
    float:left;
}
.postedbycomments {
    padding:5px 10px;
    width:600px;
    border-bottom:#c8c8c8 solid 1px;
    float:left;
}
.postedbycomments a.comments{
    float:left;
    display:inline-block;
    padding:2px 0px 0px 20px;
    background-image:url(../images/comments.gif);
    background-repeat:no-repeat;
    background-position:left center;
    padding-right:20px;
}
.postedbycomments p.postedby{
    float:left;
    display:inline-block;
    padding:0px 0px 0px 10px;
    background-image:url(../images/grey_arrow.gif);
    background-repeat:no-repeat;
    background-position:left center;
    padding-right:20px;
}
.featured {
    width:110px;
    height:32px;
    padding:3px 0px 0px 0px;
    margin:10px 0px 0px -10px;
    background-image:url(../images/featured.gif);
    background-repeat:no-repeat;
    display:inline-block;
    text-align:center;
    font-size:12px;
    text-transform:uppercase;
    position:absolute;
}
/*
=======================================================================
        Comments Section Rules
=======================================================================
*/
.commentssec {
    float:left;
    width:620px;
    padding-bottom:40px;
}
.commentssec ul{
    float:left;
    width:620px;
    list-style:none;
}
.commentssec ul li{
    float:left;
    width:620px;
    padding:20px 0px;
    border-bottom:#c8c8c8 solid 1px;
}
.commentssec ul li .avatar{
    float:left;
    width:80px;
}
.commentssec ul li .avatar a{
    float:left;
    width:58px;
    height:55px;
    padding:3px;
    background-image:url(../images/man_border.gif);
    background-repeat:no-repeat;
}
.commentssec ul li .desc{
    float:left;
    width:519px;
    padding-left:20px;
    border-left:#c8c8c8 solid 1px;
}
.commentssec ul li .desc h5{
    float:left;
    width:519px;
    border-bottom:#c8c8c8 solid 1px;
    margin-bottom:5px;
    padding-bottom:10px;
}
.commentssec ul li .desc p{
    float:left;
    width:519px;
    margin-bottom:5px;
}



.commentssec ul li.replied{
    float:left;
    width:600px;
    padding:20px 10px;
    border-bottom:#c8c8c8 solid 1px;
    background-color:#ebebeb;
}
.commentssec ul li.replied .avatar{
    float:left;
    width:80px;
    margin-left:50px;
}
.commentssec ul li.replied .avatar a{
    float:left;
    width:58px;
    height:55px;
    padding:3px;
    background-image:url(../images/man_border.gif);
    background-repeat:no-repeat;
}
.commentssec ul li.replied .desc{
    float:left;
    width:449px;
    padding-left:20px;
    border-left:#c8c8c8 solid 1px;
}
.commentssec ul li.replied .desc h5{
    float:left;
    width:449px;
    border-bottom:#c8c8c8 solid 1px;
    margin-bottom:5px;
    padding-bottom:10px;
}
.commentssec ul li.replied .desc p{
    float:left;
    width:449px;
    margin-bottom:5px;
}

/*
=======================================================================
        Leave Reply Rules
=======================================================================
*/
.bukutamu {
    width:659px;
}
.bukutamu input[type=text]{
    width:319px;
    height:24px;
    padding:0px 0px;
    line-height:24px;
    background-color:#FFF;
    border:#aeaeae solid 1px;
    margin-top:10px;
}
.bukutamu input[type=submit]{
    width:70px;
    height:24px;
    padding:0px 0px;
    line-height:24px;
    background-color:blue;
    color:white;
    border:#aeaeae solid 1px;
    margin-top:0px;
}

.bukutamu textarea{
    width:570px;
    height:200px;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    background-color:#FFF;
    border:#aeaeae solid 1px;
    margin:10px 0px;
}

/*
=======================================================================
        Column 3 Rules
=======================================================================
*/
.col3 {
    float:left;
    width:920px;
    padding:0px 20px 0px 20px;
}
/*
=======================================================================
        Static Page Rules
=======================================================================
*/
.static {
    width:920px;
    float:left;
    padding-top:10px;
}
.static p.txt{
    width:100%;
    float:left;
    padding:10px 0px;
}
.static .greybox{
    width:418px;
    float:left;
    padding:15px;
}
.static .greybox img.staticimage{
    float:left;
    padding:3px;
    border:#c9c9c9 solid 1px;
    margin:0px 10px 10px 0px;
}
.grayborder {
    width:100%;
    border-top:#e8e8e8 solid 1px;
    margin:10px 0px;
    height:1px;
    overflow:hidden;
}
.static p.pad{
    padding:0px 30px 0px 0px;
}
a.bordrs {
    padding:3px;
    border:#c9c9c9 solid 1px;
    background-color:#FFF;
    float:left;
}
.static h1{
    padding:10px 0px;
}
.static h1{
    padding:10px 0px;
}
.static span{
    padding:0px 0px 5px 0px;
}
.static h2{
    padding:8px 0px;
}
.static h3{
    padding:6px 0px;
}
.static h4{
    padding:5px 0px;
}
.static h5{
    padding:5px 0px;
}
.static h5 span{
    padding-bottom:10px;
}
.static h6{
    padding:5px 0px;
}
.static .staticsec1 {
    width:272px;
    padding-right:10px;
    float:left;
    margin-right:10px;
    margin-top:20px;
}

.static .staticsec1 p{
    width:272px;
    float:left;
    padding:0px 0px 10px 0px;
}
.static .staticsec1 a.bordrs{
    margin-bottom:10px;
}
.static .staticsec2 {
    width:272px;
    float:left;
    margin-right:30px;
    margin-top:20px;
}
.static .staticsec2 h5{
    padding:0px 10px 0px 0px;
}
.static .staticsec2 a.bordrs{
    margin-bottom:10px;
}
.static .staticsec3 {
    width:272px;
    float:left;
    margin-top:20px;
}
.static .staticsec3 h5{
    padding:0px 10px 0px 5px;
}
.static .staticsec3 p{
    width:272px;
    float:left;
    padding:0px 0px 10px 0px;
}
.static .staticsec3 a.bordrs{
    margin-bottom:10px;
}
.static ul{
    width:100%;
    float:left;
    padding-left:18px;
}
.static ul li{
    padding:4px 0px;
}
.static ol{
    float:left;
    padding-left:30px;
}
.static ol li{
    padding:4px 0px;
}

.static .checkboxs{
    float:left;
    width:430px;
}

.static table{
    width:580px;
}
.static tr.tablehead{
    background-color:#1c4988 !important;
    font-weight:bold;
    color:#fff;
}
.static tr{
    padding:5px;
    background-color:#fff;
}
.static tr.tabledark{
    background-color:#e8e8e8 !important;
}
.static tr td{
    padding:5px;
}
/*
=======================================================================
        Contact Us section
=======================================================================
*/
.sharetab {
    float:left;
    width:280px;
    height:45px;
    padding-top:15px;
    background-image:url(../images/sharetab.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin-bottom:12px;
}
.sharetab a{
    margin-right:5px;
}
/*
=======================================================================
        Gallery Rules
=======================================================================
*/
.gallery {
    float:left;
    width:920px;
}
.gallery .sorting{
    float:left;
    width:920px;
    height:48px;
    background-image:url(../images/sorting.gif);
    background-repeat:no-repeat;
}
.gallery .sorting h5{
    float:left;
    padding:17px 10px 0px 10px;
}
.gallery .sorting ul{
    float:right;
    padding:8px 10px 0px 0px;
    list-style:none;
}
.gallery .sorting ul li{
    float:left;
}
.gallery .sorting ul li.txt{
    float:left;
    padding:8px 10px 0px 0px;
}
.gallery .sorting ul li.jump{
    float:left;
    background-image:url(../images/jump.gif);
    background-repeat:no-repeat;
    height:31px;
    width:120px;
}
.gallery .sorting ul li select{
    float:left;
    background-color:transparent;
    border:none;
    width:110px;
    margin:6px 0px 0px 3px;
}
.bigthumb {
    width:904px;
    height:462px;
    padding:7px;
    background-color:#ffffff;
    border:#c8c8c8 solid 1px;
    float:left;
    border-top:none;
    overflow:hidden;
}
.scroller {
    width:900px;
    height:178px;
    background-image:url(../images/slider.gif);
    background-repeat:no-repeat;
    padding:10px 10px 0px 10px;
}
.galleryscrol {
    float:left;
    padding-top:25px;
}
.galleryscrol a.toc{
    float:left;
    border:#d9d9d9 solid 1px;
    background-color:#fbfbf9;
    padding:3px;
    margin-right:30px;
}
.galleryscrol a.toc img{
    width:165px !important;
    height:106px !important;
}
a.prevscrol {
    float:left;
    width:21px;
    height:32px;
    display:inline-block;
    background-image:url(../images/left_arrow.gif);
    background-repeat:no-repeat;
    margin:65px 20px 0px 10px;
}
a.nextscrol {
    float:left;
    width:21px;
    height:32px;
    display:inline-block;
    background-image:url(../images/right_arrow.gif);
    background-repeat:no-repeat;
    margin:65px 0px 0px 0px;
}
/*
=======================================================================
        Shop Rules
=======================================================================
*/
.shop {
    width:620px;
    float:left;
}
.shop .shopsec{
    width:300px;
    background-image:url(../images/sec_bg.gif);
    background-repeat:repeat-y;
    margin-bottom:20px;
}
.shop .shopsec h5{
    width:280px;
    height:26px;
    padding:9px 10px 0px 10px;
    background-image:url(../images/sec_head.gif);
    background-repeat:repeat-y;
}
.shop .shopsec .conts{
    width:280px;
    padding:10px 10px 20px 10px;
}
.shop .shopsec .conts .thumb{
    width:95px;
    float:left;
}
.shop .shopsec .conts .thumb a{
    width:77px;
    height:60px;
    background-color:#fbfbf9;
    border:#d0d0d0 solid 1px;
    float:left;
    padding:3px;
}
.shop .shopsec .shopbottom{
    width:300px;
    height:31px;
    float:left;
    background-image:url(../images/shop_botm.gif);
    background-repeat:no-repeat;
}
.shopbottom a.addtocart{
    width:93px;
    height:24px;
    padding:7px 0px 0px 55px;
    float:left;
    display:inline-block;
    color:#FFF;
}
.shopbottom p{
    width:150px;
    height:24px;
    padding:7px 0px 0px 0px;
    text-align:center;
    float:left;
    font-size:12px;
}
.shopbottom p span.overline{
    text-decoration:line-through;
    padding-right:15px;
}
/*
=======================================================================
        Shopping Bag Rules
=======================================================================
*/
.shoppingbsag {
    width:190px;
    height:52px;
    padding:8px 10px 0px 80px;
    background-image:url(../images/shoppingbag.gif);
    background-repeat:no-repeat;
    float:left;
    margin-bottom:12px;
}
.shoppingbsag h5{
    padding:0px 0px 13px 0px;
}
.shoppingbsag ul{
    float:left;
    list-style:none;
}
.shoppingbsag ul li{
    float:left;
    padding:0px 10px;
    background-image:url(../images/sep1.gif);
    background-repeat:no-repeat;
    background-position:left;
    color:#FFF;
}
.shoppingbsag ul li a{
    color:#FFF;
}
.shoppingbsag ul li.first{
    padding-left:0px;
    background-image:none;
}
/*
=======================================================================
        Footer Rules
=======================================================================
*/
#footer {
    width:100%;
    background-image:url(../images/footer.gif);
    background-color:#194583;
    background-repeat:repeat-x;
    color:#FFF;
    padding:10px 0px;
    margin-top:20px;
}
#footer a{
    color:#FFF;
}

/*
=======================================================================
        Share with us Rules
=======================================================================
*/
#footer .foot_share{
    width:220px;
    float:left;
    margin-right:26px;
}
#footer .foot_share h5{
    width:195px;
    padding:10px 0px 10px 25px;
    float:left;
    background-image:url(../images/foot_share.gif);
    background-repeat:no-repeat;
    background-position:left;
    border-bottom:#6991ca solid 1px;
    margin-bottom:10px;
    margin-right:26px;
}
#footer .foot_share ul{
    width:220px;
    float:left;
    list-style:none;
}
#footer .foot_share ul li{
    padding:4px 0px;
}
/*
=======================================================================
        About us Rules
=======================================================================
*/
#footer .foot_about{
    width:220px;
    float:left;
    margin-right:27px;
}
#footer .foot_about h5{
    width:195px;
    padding:10px 0px 10px 25px;
    float:left;
    background-image:url(../images/foot_about.gif);
    background-repeat:no-repeat;
    background-position:left;
    border-bottom:#6991ca solid 1px;
    margin-bottom:10px;
}
#footer .foot_about ul{
    width:220px;
    float:left;
    list-style:none;
}
#footer .foot_about ul li{
    padding:4px 0px;
}
/*
=======================================================================
        Resources Rules
=======================================================================
*/
#footer .foot_resources{
    width:293px;
    float:left;
    margin-right:27px;
}
#footer .foot_resources h5{
    width:195px;
    padding:10px 0px 10px 25px;
    float:left;
    background-image:url(../images/foot_res.gif);
    background-repeat:no-repeat;
    background-position:left;
    border-bottom:#6991ca solid 1px;
    margin-bottom:10px;
}
#footer .foot_resources ul{
    width:220px;
    float:left;
    list-style:none;
}
#footer .foot_resources ul li{
    padding:4px 0px;
}
/*
=======================================================================
        contact Rules
=======================================================================
*/
#footer .foot_contact{
    width:220px;
    float:left;
}
#footer .foot_contact h5{
    width:195px;
    padding:10px 0px 10px 25px;
    float:left;
    background-image:url(../images/foot_contact.gif);
    background-repeat:no-repeat;
    background-position:left;
    border-bottom:#6991ca solid 1px;
    margin-bottom:10px;
}
/*
=======================================================================
        Copyrights Rules
=======================================================================
*/
.copyrights {
    padding:10px 0px;
    margin-top:10px;
    border-top:#5074a8 solid 1px;
    height:30px;
}
.copyrights ul{
    list-style:none;
}
.copyrights ul li{
    float:left;
    background-image:url(../images/foot_sep.gif);
    background-repeat:no-repeat;
    background-position:left;
    padding:0px 10px;
}
.copyrights ul li.first{
    background-image:none;
    padding-left:0px;
}
.paging strong{
    background-color: red;
    color: white;
    padding:2px 5px 2px 5px;
    border: 1px solid silver;
}
.paging a {
    background-color: #0055ff;
    color: white;
    padding:2px 5px 2px 5px;
    border: 1px solid silver;
}
.paging a:hover{
    background-color: #316ac5;
}
.teks {
    margin: 15px 15px 10px 15px;
    /*  min-height: 500px;*/
}
.teks h5 {
    color: #ea7d1b;
    font-size: 1.1em;
    padding-top: 10px;
    padding-bottom:5px;
}
.teks a{
    color:blue;
}
.teks hr{
    border:none 0;
    border-top: 1px solid silver;
}
.teks .ket{
    font-size: 0.8em;
    color: #F65D20;
}
.teks ul{
    padding-left:20px;
}
.teks ol{
    padding-left:20px;
}
.teks table {
    border-collapse: collapse;
}
.teks table td {
    padding: 5px;
}
.teks .teksbox {
    border: 1px solid black;
    background-color: red;
    color:white;
    display: block;
    padding:10px;
    margin-top:10px;
}
#gallery1 {
    background-color: #fff;
    padding: 10px;
    width: 520px;
    z-index: 200000;
}
#gallery1 ul { list-style: none; }
#gallery1 ul li { display: inline; }
#gallery1 ul img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
}
#gallery1 ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
    color: #fff;
}
#gallery1 ul a:hover { color: #fff; }

#gallery2 {
    background-color: #fff;
    padding: 10px;
    width: 520px;
    z-index: 200000;
}
#gallery2 ul { list-style: none; }
#gallery2 ul li { display: inline; }
#gallery2 ul img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
}
#gallery2 ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
    color: #fff;
}
#gallery2 ul a:hover { color: #fff; }

#gallery3 {
    background-color: #fff;
    padding: 10px;
    width: 520px;
    z-index: 200000;
}
#gallery3 ul { list-style: none; }
#gallery3 ul li { display: inline; }
#gallery3 ul img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
}
#gallery3 ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
    color: #fff;
}
#gallery3 ul a:hover { color: #fff; }

#gallery4 {
    background-color: #fff;
    padding: 10px;
    width: 520px;
    z-index: 200000;
}
#gallery4 ul { list-style: none; }
#gallery4 ul li { display: inline; }
#gallery4 ul img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
}
#gallery4 ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
    color: #fff;
}
#gallery4 ul a:hover { color: #fff; }

#gallery5 {
    background-color: #fff;
    padding: 10px;
    width: 520px;
    z-index: 200000;
}
#gallery5 ul { list-style: none; }
#gallery5 ul li { display: inline; }
#gallery5 ul img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
}
#gallery5 ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
    color: #fff;
}
#gallery5 ul a:hover { color: #fff; }
.merah {
    padding-left: 10px;
    color: red;
}  

