body {
    font-family:  Tahoma, Arial, sans-serif;
    height: 100%; /* Problematic */
    padding: 0;
    margin: 0;
}

a {
    color: #2e31ee;
    text-decoration: none;
}

a:hover {
    color: #2e31ee;
    text-decoration: underline;
}

h1 {
    font-size: 22px;
    text-align: left;
}

input[type=submit] {
    cursor: pointer;
}

ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

#header {
    background: #00498d;
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

#header div {
    color: #fff;
    margin: 0 auto;
    width: 1050px;
}

#header img {
    margin: 0 20px 0 0;
}

.navigation {
    list-style-position: outside;
    float: left;
    text-transform: uppercase;
    background: url(../images/bg_nav.png) left top repeat-x;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    font-size: 11px;
        -moz-box-shadow: 0 0 10px #222;
	-webkit-box-shadow: 0 0 10px #222;
}

.navigation a {
    margin: 0;
    padding: 6px 5px;
    color: #2d6594;
    border: solid #8c8c8c;
    border-width: 0 0 0 1px;
}

.navigation a.first {
    border-width: 0;
}

.navigation a.donate {
    color: #fff;
    border-width: 0 0 0 1px;
    background: url(../images/bg_nav2.png) left top repeat-x;
}

.navigation a.donate:hover {
    color: #ccc;
}

.navigation a:hover {
    text-decoration: none;
    color: #444;
}

.adservices {
    float: left;
    display: block;
    margin: 15px 0 0 5px;
    font-size: 15px;
    width: 500px;
}

.atime {
    float: left;
    display: block;
    margin: 35px 0 0;
}

#footer {
    background: #00498d;
    color: #fffeff;
}

#footer a {
    color: #fff;
}

#footer div {
    margin: 0 auto;
    position: relative;
    width: 1050px;
}

#footer ul {
    float: left;
    margin: 10px 0 20px;
    padding: 0 30px 0 0;
}

#footer li {
    text-transform: capitalize
}

#footer li:first-child {
    text-transform: uppercase;
}

#footer span.fleft {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 600px;
}

.for-info {
    background: #8699a8;
    display: block;
    float: right;
    font-size: 14px;
    padding: 20px 10px;
    text-align: center;
    width: 300px;
}

.for-info a {
    color: #2e31ee !important;
}

#content {
    background: #ccc url(../images/bg_body.jpg) left bottom repeat-x;
    padding: 0 0 20px 0;
    position: relative;
    z-index: 1;
}

#content .wrap {
    margin: 0 auto;
    width: 1050px;

}

/* Home */
/* --------------------------------------------------------------------------------------------------------------------------- */

#ceo {
    background: #000;
    padding: 0;
    max-height: 344px;
}

#ceo-a {
    float: left;
    position: relative;
    overflow: hidden;
    width: 601px;
    min-height: 344px;
}

#ceo-a .hpic {
    height: 344px;
    width: 100%;
}

#ceo-a .htext {
    color: #fff;
    font-size: 14px;

    padding: 20px;
    position: absolute;
    top: 0; left: 0;
    width: 40%;
}

#ceo-a .htext a {
    color: #8699a8;
    text-decoration: none;
}

#ceo-a .htext a:hover {
    text-decoration: underline;
}

#ceo-a .hnav {
    background: url(../images/bg_hnav.png) left top repeat-x;

    height: 71px;
    position: absolute;
    bottom: 4px; left: 0;
    width: 100%;
    z-index: 2;
}

#ceo-a .hnav a {
    border: 1px solid #345f87;
    display: block;
    float: left;
    margin: 10px 0 10px 10px;
        -moz-box-shadow: 0 0 10px #000;
        -webkit-box-shadow: 0 0 10px #000;       
}

#ceo-a .hnav a:hover,
#ceo-a .hnav a.active {
    border: 1px solid #adb0b5;
}

#ceo-a .hnav a.active {
    cursor: default;
}

#ceo-a .hnav a img {
    display: block;
}

#ceo-a .hnav span {
    border: 1px solid transparent;
    cursor: pointer;
    display: block;
    position: absolute;

        -moz-box-shadow: 0 0 6px #333;
        -webkit-box-shadow: 0 0 6px #333;
}

#ceo-a .hnav span.next {
    right: 20px;
    top: 24px;
}

#ceo-a .hnav span.prev {
    left: 20px;
    top: 24px;
}

#ceo-a .hnav span:hover {
    border: 1px solid #adb0b5;
}

#ceo-a .hnav span img {
    display: block;
}

.more-than {
    margin: 10px 0 10px 58px !important;
}

.limit {
    background: #555;
    cursor: default !important;
    border: 1px solid transparent !important;
}

#ceo-b {
    float: right;
    max-height: 344px;
    max-width: 425px;
    width: 425px;
    position: relative;
    overflow: hidden;
}

#ceo-b {
    position:relative;
    height:350px;
}

#ceo-b img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#ceo-b img.active {
    z-index:10;
}

#ceo-b img.last-active {
    z-index:9;
}

.home-text {
    float: left;
    border: #00498d solid;
    border-width: 20px 0 0;
    background: #fff;
    padding: 20px;
    margin: 10px 20px 0 0;
    font-size: 14px;
    width: 565px;
    overflow: auto;
    height: 480px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-box-shadow: 0 5px 10px #777;
        -webkit-box-shadow: 0 3px 10px #777;
}

.home-text h1 {
    margin: 0 0 0.7em 0;
}

.home-news {
    border: #00498d solid;
    border-width: 20px 0 0;
    background: #fff;
    width: 384px;
    padding: 20px;
    float: left;
    margin: 10px 0 0;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-box-shadow: 0 5px 10px #777;
        -webkit-box-shadow: 0 3px 10px #777;
    overflow: auto;
}

.home-news dd, .home-news dt {
    margin: 0;
}

.home-news dt {
   font-size: 14px;
   font-weight: normal;
}

.fulltext {
    display: none;
}

/* Facilities */
/* --------------------------------------------------------------------------------------------------------------------------- */

#facilities a {
    color: #000;
    display: block;
    min-height: 105px;
    padding: 10px;
    /*width: 227px;*/
    margin: 0 20px 0 0;
    width: 457px;
    border: 1px solid #ececec;
    float: left;
    font-size: 13px;
    position: relative;
}

#facilities a:hover {
    color: #253e8e;
    text-decoration: none;
    border-color: #ccf
}

#facilities a img {
    float: left;
    margin: 0 10px 0 0;

}

.window {
    min-height: 200px;
    z-index:9999;
    position:absolute;
    left:0;
    top:0;
    padding: 5px;
    border:1px solid #ccc;
    background:#fff;
    color:#000;
    width: 877px;
        -moz-box-shadow: 0 0 10px #222;
        -webkit-box-shadow: 0 0 10px #222;
}

.window > div {
    margin: 10px;
}

.window .pic {
    display: block;
    float: right;
    border: 1px solid #ccc;
}

.window .adrs {
    color: #000;
    display: block;
    height: 100px;
    padding: 10px;
    width: 228px;
    border: 1px solid #ccc;
    float: left;
}

.window .adrs img {
    display: none;
}

.window .close {
    color: #fff;
    background: #00498d;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
    display: block;
}

.window .close a {
    float: right;
    color: #fff;
    cursor: pointer;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#2b385f;
}

/* Mission */
/* --------------------------------------------------------------------------------------------------------------------------- */

.mission {
    float: right;
    width: 80%;
}

.mission-pic {
    float: left;
    width: 18%;
    margin: 0 0 1%;
    border: 1px solid #00498e;
        -moz-box-shadow: 0 2px 8px #444;
        -webkit-box-shadow: 0 2px 8px #222;
}

/* Contact */
/* --------------------------------------------------------------------------------------------------------------------------- */
.contact {
    width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    font-size: 14px;
        -moz-box-shadow: 0 5px 10px #777;
        -webkit-box-shadow: 0 3px 10px #777;
}

div.contact:first-child {
    margin: 0 auto 20px;
    border: #00498d solid;
    border-width: 20px 0 0;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
}

.contact input[type=text] {
    display: block;
    padding: 10px;
    width: 46%;
}

.contact textarea {
    font-size: 13px;
    font-family: Tahoma, Arial, sans-serif;
    padding: 10px;
    width: 46%;
    float: right;
    clear: right;
    margin: 0 0 25px 0;
    height: 146px;
}

.contact input[type=text],
.contact textarea {
    border: 1px solid #ccc;
    font-size: 14px;
    color: #555;
    margin: 0;
}

.contact label {
    font-weight: 100;
    font-size: 13px;
    margin-left: 5px;
}

.contact span {
    padding: 0 10px;
    font-size: 10px;
    color: #f55;
    display: block;
    height: 25px;
    width: 46%;
}

.contact .donate-now {
    float: right;
    clear: right;
    border-width: 0 0 1px 0;
    margin: 0px;
    padding: 8px;
    font-size: 13px;
}

.contact input.focused,
.contact textarea.focused { 
    color: #00498d;
    border-color: #ccf;
}

.contact table {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.contact table td {
    width: 50%;
}

/* Calendar */
/* --------------------------------------------------------------------------------------------------------------------------- */

.calendar {
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    font-size: 14px;
    border: #00498d solid;
    border-width: 20px 0 0;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-box-shadow: 0 5px 10px #777;
        -webkit-box-shadow: 0 3px 10px #777;
}

.calendar table {
}

.calendar td {
    width: 14.28%;
    padding: 0;
    font-size: 12px;
}

.calendar td > div {
    margin: 3px auto;
    height: 90px;
    width: 101px;
    border: 1px solid #eee;
    position: relative;
    padding: 5px 30px 5px 5px;
}

.calendar td div span {
    position: absolute;
    right: 5px; bottom: 6px;
    display: block;
    font-size: 20px;
    line-height: 14px;
    color: #ccc;
}

.calendar tr:first-child td {
    color: #555;
    height: 30px;
    text-transform: capitalize;
    background: #eee;
    text-align: center;
}

.calendar td div.event {
    border: 1px solid #aaa;
    cursor: pointer;
    color: #666;
    line-height: 16px;
}

.calendar td div.event:hover {
    color: #00498d;
    border-color: #ccf;
    z-index: 2;
    position: relative;
}

.calendar td div.event:hover div {
    display: block;
}

.calendar td div.event span {
    color: #00498d;
}

.calendar td div.event div {
    margin: 0px;
    line-height: 1.5em;
    font-size: 12px;
    color: #555;
    border: 1px solid #ccf;
    background: #fff;
    display: none;
    position: absolute;
    padding: 10px;
    z-index: 10;
    min-width: 258px;
    max-height: 150px;
    overflow: auto;
    top: 90px;
    left: 0;
        -moz-box-shadow: 0 0 8px #555;
        -webkit-box-shadow: 0 0 8px #555;
}

.calendar td div.event div i {
    font-style: normal;
    color: #00498d;
}

.calendar td div.event div p {
    margin: 10px 0;
}

.head-cal {
    text-align: center;
}

/* Sitemap */
/* --------------------------------------------------------------------------------------------------------------------------- */

.sitemap h2,
.sitemap h3,
.sitemap h4 {
    margin: 0 0 10px;
    font-size: 13px;
}

.sitemap h2 {
    color: #00498d;
    font-size: 17px;
    font-weight: 100;
    border: solid #eee;
    border-width: 0 0 1px 0;
    padding: 0 0 3px 0;
    margin: 0 0 5px 0;
}

.sitemap h2 a {
    font-size: 16px;
    color: #666;
    margin: 0 0 10px;
}

.sitemap h3 {
    padding: 0 0 0 15px;
}

.sitemap h3 a {
    font-size: 14px;
    color: #00498d;
}

.sitemap h4 a {
    font-size: 13px;
    padding: 0 0 0 40px;
    color: #555;
}

/* Error */
/* --------------------------------------------------------------------------------------------------------------------------- */

.err {
    height: 100%;
}

/* Global */
/* --------------------------------------------------------------------------------------------------------------------------- */

.cleft {clear: left;}
.cright {clear: right;}
.fleft {float: left;}
.fright {float: right;}
.tblue {color: #00498e}
.link-red {color: #c1282b !important}
.link-pink {color: #c25b5d !important}
.extra-pad { padding: 60px 20px 100px !important; }

.donate-now {
    margin: 50px auto 0;
    font-size: 18px;
    display: block;
    width: 200px;
    text-align: center;
        background: #8699a8;
	padding: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
}

.donate-now:hover {
    background: #a8bbca;
    text-decoration: none;
    color: #fff;
}

.text {
    font-size: 14px;
    min-height: 500px;
    padding: 20px 20px 100px;
    background: #fff;
    margin: 0 0 0 0;
    position: relative;
        -moz-box-shadow: 0 5px 10px #444;
        -webkit-box-shadow: 0 0 10px #222;
}

.text dl {
    margin: 0 0 30px 0;
}

.text dt {
    color: #666;
    font-size: 17px;
    font-weight: 100;
    border: solid #eee;
    border-width: 0 0 1px 0;
    padding: 0 0 3px 0;
    margin: 0 0 5px 0;
}

.text dt img {
    float: left;
    width: 18%;
    margin: 0 20px 20px 0;
    border: 1px solid #00498e;
        -moz-box-shadow: 0 2px 8px #444;
        -webkit-box-shadow: 0 2px 8px #222;
}

.text dt span {
    color: #00498e;
}

.text dt strong {
    color: #111;
}

.text dt i {
    font-size: 13px;
}

.text dd {
    margin: 0 0 0 15px;
    color: #333;
    font-size: 13px;
}

.text h1 {
    font-size: 20px;
    color: #00498e;
    margin: 0 0 20px 0;
}

.tabs {
    background: #e0e0e0;
    position: absolute;
    top: 0; left: 0;
    width: 1050px;
}

.tabs a {
    color: #000;
    float: left;
    display: block;
    padding: 10px 15px;
}

.tabs a.active {
    background: #fff !important;
    color: #00498e !important;
    text-decoration: none !important;
}

.tabs a:hover {
    text-decoration: none;
    background: #eee;
}

.text-img {
    float: left;
    border: 1px solid #a3c1de;
    margin: 0 20px 20px 0;
}

.text-footer {
    font-size: 12px;
    text-align: center;
    color: #00498e;
    position: absolute;
    bottom: 0; left: 0;
    width: 1010px;
    padding: 10px 20px;
}

.text-footer a {
    color: #00498e;
    text-decoration: none;
    margin: 0 10px;
}

.text-footer a:hover {
    text-decoration: underline;
}

.to-top {
    float: right;
    color: #00488c;
}

.to-top:hover {
    color: #00488c;
}

.text-extra {
    font-size: 13px;
    color: #00488c;
    position: absolute !important;
    left: 20px !important;
    bottom: 20px !important;
}

.text .testi {
    margin: 0 0 10px;
    padding: 5px 15px 10px;
    border: solid #eee;
    border-width: 0 0 1px 0;
}

.text .testi span {
    color: #00488c;
    display: block;
    margin: 10px 0 0;
    text-align: right;
}

.stretched {
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:20px;
    margin-bottom:20px;
    margin-right:80px;
    margin-left:80px;
    background-color: green;
}


/* Dropdown */
/* -------------------------------------------------------------------------- */

ul.dropdown { 
    position: relative;
}

ul.dropdown li {
    float: left;
    zoom: 1;
}

ul.dropdown li a {
    display: block;
}

/* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover { 
    position: relative;
}

ul.dropdown ul { 
    width: 180px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}

ul.dropdown ul li {
    border-left: 1px solid transparent;
    float: none;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
    background: #dcdcdc;
    border-width: 0;
    width: 100%;
    display: inline-block;
}

ul.dropdown ul li a:hover {
    background: #fff;
}

ul.dropdown ul ul {
    left: 100%;
    top: 0;
}

ul.dropdown li:hover > ul { 
    visibility: visible;
}

img.text-image {
    width: 285px;
    float: left;
    margin: 0 10px 10px 0;
}

.mzero {
    margin: 0 !important;
}


#facilities a strong,
.window strong {
    font-size: 14px;
}

#facilities a i,
.window i {
    color: #666;
}

#slider-event {
    float: right;
    margin: 0;
}

#slider-event ul {
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    min-width: 620px;
}

#slider-event li {
    overflow: hidden;
    width: 800px;
}

#slider-event img {
    display: block;
    height: 600px;
    margin: 0 auto;
}

.picdesc {
    clear: both;
    float: right;
    margin: 5px 0 0 !important;
    width: 620px;
}

#des {
    cursor: pointer;
}