/* CSS Document */
@charset=UTF-8;
body { background-color:#FFFFFF; background-position: inherit inherit; background-repeat: repeat repeat; width:100%;}

P{font-family: Calibri; font-size:17px; font-weight:400; color: #333333; line-height:22px;}
UL{list-style:disc; list-style-position:inherit; line-height:20px;}
LI{font-family: Calibri; font-size:17px; font-weight:400; color: #333333; line-height:22px;}
.bold{font-weight:bold;}
.content {font-family: Calibri;}
.line{color:#FFFFFF;}
.stafftitle{font-family: Calibri; color:#1E4382; font-weight:bold; font-size:22px; line-height:28px;}
.stafftitle2{font-family: Calibri; color:#1E4382; font-weight:500; font-size:20px; letter-spacing:1px; line-height:24px;}
.title1{font-family: Calibri; color:#FFFFFF; font-weight:bold; font-size:20px; line-height:24px;}
.title2{font-family: Calibri; color:#245D9F; font-weight:bold; font-size:24px; line-height:24px;}

/*containing body*/
.container {margin: 0px;  background-color:#FFFFFF; margin-left: auto; margin-right: auto;
/* width: (containers) */
width: 950px; border:#FFFFFF;}

a:link { text-decoration:none; color: #87904F;}
a:visited { text-decoration:none; color: #87904F;}
a:hover { text-decoration:underline; color: #4F4F4C;}
a.b:link { text-decoration:none; color: #FFFFFF;}
a.b:visited { text-decoration:none; color: #FFFFFF;}
a.b:hover { text-decoration:underline; color: #4F4F4C;}

/*wrapper*/
.wrap{background-image: url(images/centerbk.jpg); height:211px}
.wrap1{background-color:#CFDFCD; width:100%; height:300px;}
.wrap2{background-color:#FFFFFF; width:100%; height:300px;}
.wrap2more{background-color:#FFFFFF; width:100%; height:430px;}
.wrap2moreb{background-color:#FFFFFF; width:100%; height:470px;}
.wrap2moreba{background-color:#FFFFFF; width:100%; height:550px;}
.wrap2morebb{background-color:#FFFFFF; width:100%; height:700px;}
.wrap2morebbb{background-color:#FFFFFF; width:100%; height:800px;}

.wrap2morec{background-color:#FFFFFF; width:100%; height:1950px;}
.wrap2mored{background-color:#FFFFFF; width:100%; height:1000px;}
.wrap2morecc{background-color:#FFFFFF; width:100%; height:1300px;}

.wrap3{background-color:#245D9F; width:100%; height:400px;}
.wrap4{background-color:#245D9F; width:100%; height:300px;}
.wrap5{background-color:#245D9F; width:100%; height:600px;}

.logoimage{margin-left:4px; height:50px; width:50px; border-radius: 0.5em;}
.imagescreen{ width: 950px; height:211px; margin-top:4px;}
.head{background-image:url(images/header.jpg); width: 100%; height:156px;}
.row-fluid1 { background-color:#CFDFCD; float:left; width: 40%; margin: 10px; padding: 10px; margin-left: 35px;}
.row-fluid2 { float:left; width: 95%; margin: 15px; padding: 15px; margin-left: 10px; margin-right:10px}
.row-fluid3 { background-color:#245D9F; float:left; width: 40%; margin: 10px; padding: 10px; margin-left: 20px;}
.row-fluid4 { float:left; width: 35%; margin: 15px; padding: 15px; margin-left: 10px; margin-right:10px}
.row-fluid5 { background-color:#FFFFFF; float:left; width: 45%; margin: 5px; padding: 5px; margin-left: 20px;}

.titles {font-family: Calibri; font-weight: bold; letter-spacing:1.5px; }

.spacer{color:#FFFFFF; height:5px; width:100%;}
.spacer2{color:#FFFFFF; height:8px; width:100%;}
.spacer3{color:#FFFFFF; height:30px; width:100%;}
/*Navigation*/
.nav-container{ height:58px; margin-top:30px; float:right; margin-right:20px;}
/*footter*/
.footer-title {font-family: Calibri; color: #FFFFFF; letter-spacing:1.5px; font-weight: bold; }

/*controling the image size and container*/
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

