@CHARSET "UTF-8";


body { 
    font-family: Verdana; font-size: 12px;
    color: #222;
    background: url(../images/bgtile.jpg) repeat;
    margin: 0; padding: 0;
}

h3 {
    padding: 0;
    margin: 0;
}

span.firstletter {
font-size: 3.5em;
line-height: 1em;
font-weight: 400;
float: left;
margin: 0 0.107em 0 0;
}

img.slider {
    padding: 0;
    border: 0;
}

img {
    padding: 2px;
}

img.w {
    padding: px;
    border: 1px solid #bbb;
    margin-right: 5px;
}

#wrapper { 
    margin: 0px auto;
    width: 800px; 
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    behavior: url('PIE.htc');
}

#upperbox {
    width: 800px;
    height: 669px;
    margin-top: 20px;
    background: url(../images/bg1.jpg) no-repeat;
}

#lowerbox {
    width: 800px;
    height: 161px;
    background: url(../images/bg2.jpg) no-repeat;
}

.holder { 
    width: 790px; 
    padding: 5px; 
}

.latestnews { 
    width: 780px; 
    padding: 5px;
    /*background-color: #c3e6ff;*/ 
    font-size: 11px; 
    line-height: 18px;
    border: 1px dashed #ccc;
    border-radius: 2px; 
    box-shadow: 0px 0px 0px #003366;
}
.sidenews { 
    float: right; 
    width: 270px; 
    height: 100%;
    padding: 8px;
    background-color: #ccc;
    margin-top: -450px;
    margin-right: 10px;
    z-index: 5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #EEFF99;

    /*border-radius: 5px; 
    box-shadow: 0px 0px 3px #003366;*/
}

span.title {
    font-size: 18px;
    font-weight: 700px;
}

.text { background-color: #c3e6ff; padding: 20px; font-size: 11px; line-height: 18px; overflow: hidden; zoom: 1; }
.holder h2 { margin: 0; padding: 0px 0px 15px 0px; }
.latestnews h2 { margin: 0; padding: 0px 0px 0px 0px; }

a { 
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
   color: #006699;
}

a:hover { 
   font-size: 11px;
   font-weight: bold;
   text-decoration: underline;
   color: #006699;
}

.customFont {
    font-family: 'Pompiere', Verdana, cursive;
    font-size: 18px;
}

.clear { clear: both;}

#header h1, #header h2 { margin: 0; padding: 0; font-weight: normal; }

ul { padding: 0 0 0 15px; margin: 0; }




code { display: block; background-color: #fff; padding: 10px; overflow: auto; }
pre { margin: 10px 0px; padding: 0; }
hr { border: 1px dashed #ccc;}

.h2 {
    font-weight: normal;
    display: none;
}

.button a {
    background: #0B5B60;
    margin: 10px 100px;
    opacity: 1;
    outline: medium none;
    padding: 5px ;
    text-align: center;
    text-decoration: none;
    display: block;
    line-height: 50px;
    background: #599BDC;
    background: -webkit-linear-gradient(top,  #599BDC, #3072B3); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #599BDC, #3072B3); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #599BDC, #3072B3); /* opera */
    background:     -ms-linear-gradient(top,  #599BDC, #3072B3); /* IE10 */
    background:         linear-gradient(top,  #599BDC, #3072B3); /* css3 */  
    border: 1px solid #518CC6;
    color: #FFFFFF;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);    
    border-radius: 5px;
}
.button a:hover {
    background: #3072B3;
    background: -webkit-linear-gradient(top,  #3072B3, #599BDC); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #3072B3, #599BDC); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #3072B3, #599BDC); /* opera */
    background:     -ms-linear-gradient(top,  #3072B3, #599BDC); /* IE10 */
    background:         linear-gradient(top,  #3072B3, #599BDC); /* css3 */  
    box-shadow: 0 0 3px #518CC6;
}

.bar {
    background-color: #003366;
    color: #f0f0f0;
    box-shadow: 0px 0px 2px #333;
    line-height: 25px;
    padding: 0px 20px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
}
.bar a {
    color: #DDD;
}
.bar a:hover {
    color: #FFFFFF;
}

.footer {
    background-color: #111;
    height: 30px;
    font-size: 11px;
    color: #ccc;
    box-shadow: 0px 0px 2px #333;
    line-height: 25px;
    padding: 0px 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    
}
.footer a {
    color: #DDD;
}
.footer a:hover {
    color: #FFFFFF;
}

#download {
    clear: both;
}
#download .button {
    font-size: 22px;    
}
/*#features ul {
    overflow: hidden;
    zoom: 1;
    margin: 15px;
}
#features li {
    width: 450px;
    float: left;
}*/

/** Coin Slider additional styles **/
.cs-buttons a {
    border-radius: 50%;
    background: #CCC;
    background: -webkit-linear-gradient(top,  #CCCCCC, #F3F3F3); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #CCCCCC, #F3F3F3); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #CCCCCC, #F3F3F3); /* opera */
    background:     -ms-linear-gradient(top,  #CCCCCC, #F3F3F3); /* IE10 */
    background:         linear-gradient(top,  #CCCCCC, #F3F3F3); /* css3 */      
}
a.cs-active {
    background: #599BDC;
    background: -webkit-linear-gradient(top,  #599BDC, #3072B3); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #599BDC, #3072B3); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #599BDC, #3072B3); /* opera */
    background:     -ms-linear-gradient(top,  #599BDC, #3072B3); /* IE10 */
    background:         linear-gradient(top,  #599BDC, #3072B3); /* css3 */  
    border-radius: 50%;    
    box-shadow: 0 0 3px #518CC6;   
    border: 1px solid #3072B3 !important;     
}

/* For images with borders and caption*/
.picture { 
    margin: 160px 0 20px 270px;
    background-color: #fff;
    border: 1px solid #CCCCCC; padding: 10px;
    box-shadow: inset 0 1px 3px #fff, inset 0 -15px #fff, 0 0 3px #cccccc;
   -o-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #fff, 0 0 3px #cccccc;
   -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #fff, 0 0 3px #cccccc;
   -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #fff, 0 0 3px #cccccc;
    font: 11px/1.3em Arial, sans-serif; }


/* For News Section Box */
#news-box {
   width: 663px;
   border: 1px solid #dde6b9;
   background-color: #fff;
   border-radius: 5px;
   color: #575757;
   padding: 10px;
   margin-left: 5px;
   }

