
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
	margin: 50px 0px 0px 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8F8F;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-weight: 200;
	color: #222222;
}

h2
{
	font-size: 3em;
}

p, ol, ul
{
	margin-top: 0px;
	padding: 0px;
}

p, ol
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #5C5539;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

img.border
{
}

img.alignleft
{
	float: left;
}

img.alignright
{
	float: right;
}

img.aligncenter
{
	margin: 0px auto;
}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper
{
	overflow: hidden;
	width: 1200px;
	margin: 0px auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,.3);
}

.container
{
	width: 1000px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/* Header */

#header-wrapper
{
	overflow: hidden;
	height: 150px;
	background: #FFFFFF;
}

#header
{
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	padding: 0px 0px;
}

/* Logo */
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#logo
{
	float: left;
	width: 350px;
	height: 150px;
	background:-moz-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #00315c), color-stop(100%, #002b51));
	background:-webkit-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-o-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-ms-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:linear-gradient(top, #003E74 0%, #002b51 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00315c', endColorstr='#002b51', GradientType=0);	text-align: center;
}

#logo h1
{
	padding: 50px 0px 0px 0px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: 700;
}

#logo h1 a
{
	text-decoration: none;
	color: #FFFFFF;
}

#logo p
{
	margin-top: -5px;
	text-transform: uppercase;
	color: #44C1FF;
}

#logo a {
	color: #44C1FF;
}

/* Menu */

#menu
{
	float: right;
	width: 810px;
	height: 80px;
	padding: 20px 40px 0px 0px;
}

#menu ul
{
	float: right;
	margin: 0;
	padding: 40px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
}

#search{
width:auto;
height:125px;	background:#003E74;
	background:-moz-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #00315c), color-stop(100%, #002b51));
	background:-webkit-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-o-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-ms-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:linear-gradient(top, #003E74 0%, #002b51 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00315c', endColorstr='#002b51', GradientType=0);
}
#searchinput{
  box-sizing: border-box;
  width: 68%;
  height: 45px;
  padding: 12px;
  font-size: 18px;
  border: 1px solid #297397;
  border-radius: 6px;
  background: #fdfdfd;
  background: -webkit-linear-gradient(top,#f2f2f2 0,#fff 61%,#fff 100%);
  background: linear-gradient(to bottom,#f2f2f2 0,#fff 61%,#fff 100%);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
  margin-left:10%;
  margin-top:40px;
}
.searchbutton{
  width: 10%;
  float: right;
  height: 45px;
  border-radius: 6px;
  background: #e6ab2f;
  background: linear-gradient(to bottom,#e6ab2f 0,#e6aa2f 29%,#e29d29 100%);
  color: #FFF;
  border: 1px solid #297397;
  padding-left: 10px;
  padding-right: 20px;
  margin-right:10%;
  margin-top:40px;
}

.dots{
float:center;
  text-align: center;
}
.reference{
width:60%;
  margin:20px auto 20px auto;
}
.referencetitle{
color:#003E74;
font-size:24px;
font-weight: bold;
}
.referenceauthor{
color:#003E74;
font-size:18px;
margin-bottom:10px;
}
.referencepara{
color:#003E74;
font-size:12px;
margin-top:5px;
margin-left:15px;
}
.referenceabstract{
	background:#003E74;
	background:-moz-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #00315c), color-stop(100%, #002b51));
	background:-webkit-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-o-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-ms-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:linear-gradient(top, #003E74 0%, #002b51 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00315c', endColorstr='#002b51', GradientType=0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:4px;
	border:1px solid #000c17;
	color:#fff;
	width:auto;
padding:10px;
  text-align: center;
  
cursor: pointer; cursor: hand;
  margin:30px;
}
.doesntMatter{

}
.referenceabstracthidden{
	display:none;
	background:#003E74;
	background:-moz-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #00315c), color-stop(100%, #002b51));
	background:-webkit-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-o-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-ms-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:linear-gradient(top, #003E74 0%, #002b51 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00315c', endColorstr='#002b51', GradientType=0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:4px;
	border:1px solid #000c17;
	color:#fff;
	width:auto;
padding:10px;
  text-align: center;
  
cursor: pointer; cursor: hand;
  margin:30px;
}
.abstract{
display: none;
}

           /* jssor slider thumbnail navigator skin 01 css */
            /*
            .jssort01 .p            (normal)
            .jssort01 .p:hover      (normal mouseover)
            .jssort01 .p.pav        (active)
            .jssort01 .p.pdn        (mousedown)
            */

            .jssort01 {
                position: absolute;
                /* size of thumbnail navigator container */
                width: 800px;
                height: 100px;
            }

                .jssort01 .p {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 72px;
                    height: 72px;
                }

                .jssort01 .t {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: auto;
					margin-left:-45px;
					height: 100%;
                    border: none;
                }

                .jssort01 .w {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                }

                .jssort01 .c {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 68px;
                    height: 68px;
                    border: #000 2px solid;
                    box-sizing: content-box;
                    background: url(img/t01.png) -800px -800px no-repeat;
                    _background: none;
                }

                .jssort01 .pav .c {
                    top: 2px;
                    _top: 0px;
                    left: 2px;
                    _left: 0px;
                    width: 68px;
                    height: 68px;
                    border: #000 0px solid;
                    _border: #fff 2px solid;
                    background-position: 50% 50%;
                }
            /* jssor slider arrow navigator skin 05 css */
            /*
            .jssora05l                  (normal)
            .jssora05r                  (normal)
            .jssora05l:hover            (normal mouseover)
            .jssora05r:hover            (normal mouseover)
            .jssora05l.jssora05ldn      (mousedown)
            .jssora05r.jssora05rdn      (mousedown)
            */
            .jssora05l, .jssora05r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 40px;
                height: 40px;
                cursor: pointer;
                background: url(img/a17.png) no-repeat;
                overflow: hidden;
            }
            .jssora05l { background-position: -10px -40px; }
            .jssora05r { background-position: -70px -40px; }
            .jssora05l:hover { background-position: -130px -40px; }
            .jssora05r:hover { background-position: -190px -40px; }
            .jssora05l.jssora05ldn { background-position: -250px -40px; }
            .jssora05r.jssora05rdn { background-position: -310px -40px; }
                .jssort01 .p:hover .c {
                    top: 0px;
                    left: 0px;
                    width: 70px;
                    height: 70px;
                    border: #fff 1px solid;
                    background-position: 50% 50%;
                }

                .jssort01 .p.pdn .c {
                    background-position: 50% 50%;
                    width: 68px;
                    height: 68px;
                    border: #000 2px solid;
                }

                * html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
                    /* ie quirks mode adjust */
                    width /**/: 72px;
                    height /**/: 72px;
                }

.searchheader{
width:80%;
height:60px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;


  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;


  border-top-left-radius: 15px;
  border-top-right-radius: 15px;

  
  background:#003E74;
	background:-moz-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #00315c), color-stop(100%, #002b51));
	background:-webkit-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-o-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-ms-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:linear-gradient(top, #003E74 0%, #002b51 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00315c', endColorstr='#002b51', GradientType=0);
  
  margin:20px auto 0 auto;
  padding-top:20px;
font-size:35px;
  text-align: center;
  color:white;
}
.searchbutton:hover{
	
  border: 1px solid transparent;
}
#menu .noncurrent_page_item a:hover{
	background:#003E74;
	background:-moz-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #00315c), color-stop(100%, #002b51));
	background:-webkit-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-o-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-ms-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:linear-gradient(top, #003E74 0%, #002b51 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00315c', endColorstr='#002b51', GradientType=0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:4px;
	border:1px solid #000c17;
	color:#fff;

}
 .readmore
{ font: bold 110% Arial, Helvetica, sans-serif;
  height: 15px;
  margin-left: 95px;
  width: 90px;
  padding: 5px 5px 10px 7px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #ccc);
  background: -o-linear-gradient(#fff, #ccc);
  background: -webkit-linear-gradient(#fff, #ccc);
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
.popupboxright{
float:right;
width:40px;
height:40px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
border-left-color: black;
border-left-width: thin;
border-left-style:solid;
}
.popupboxheader{

width:300px;
height:40px;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-color: black;
border-bottom-width: thin;
border-bottom-style:solid;
	background:#003E74;
	background:-moz-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #00315c), color-stop(100%, #002b51));
	background:-webkit-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-o-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-ms-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:linear-gradient(top, #003E74 0%, #002b51 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00315c', endColorstr='#002b51', GradientType=0);
}
.popupbox{
position:fixed;
z-index: 5;
display: block;
top: 50%;
left: 50%;
margin-top: -80px;
margin-left: -150px;
width:300px;
height:160px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #BBB;
display:none;
}

.shade{
position:fixed;
z-index: 4;
display: block;
top: 0;
left: 0;
width:100%;
height:100%;
background-color:#000;
opacity: 0.6;
filter: alpha(opacity=60); /* msie */
display:none;
}

.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.gallerythumbnail
{
float:left;
opacity: 0.4;
filter: alpha(opacity=40); /* msie */
}
.gallerythumbnail:hover { 
    opacity: 1;
filter: alpha(opacity=100); /* msie */
}
 .readmore a
{ color: #1D1D1D;}
 
    #slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:3px;
    }

    #slides .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    #slides .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }

#menu a
{
	display: block;
	padding: 7px 20px 7px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #757575;
	border:1px solid transparent;
}

#menu .current_page_item a
{
	background:#003E74;
	background:-moz-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #00315c), color-stop(100%, #002b51));
	background:-webkit-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-o-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-ms-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:linear-gradient(top, #003E74 0%, #002b51 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00315c', endColorstr='#002b51', GradientType=0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:4px;
	border:1px solid #000c17;
	color:#fff;
}

/* Page */

#page-wrapper
{
	overflow: hidden;
}

#page
{
	overflow: hidden;
	width: 1120px;
	margin: 0px auto;
	padding: 50px 40px;
	color: #8F8F8F;
}

/** CONTENT */

#wide-content
{
}

#wide-content h2
{
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}

/** CONTENT */

#content
{
	float: left;
	width: 800px;
	padding: 0px 0px 0px 0px;
}

#content h2
{
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}

#content .subtitle
{
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #81AFC5;
}

/** SIDEBAR */

#sidebar
{
	float: right;
	width: 280px;
}

#sidebar h2
{
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 2em;
}

/* Footer */

#footer
{
	height: 100px;
	margin: 0 auto;
	padding: 50px 0px 15px 0px;
}

#footer p
{
	text-shadow: 1px 1px 0px #FFFFFF;
	text-align: center;
	font-size: 12px;
	color: #4D565E;
}

#footer a
{
	color: #4D565E;
}

/* Three Column Footer Content */

#footer-wrapper
{
	background: #F1F2E9;
}

#footer-content
{
	overflow: hidden;
	width: 1120px;
	margin: 0px auto;
	padding: 50px 40px;
	color: #717171;
}

#footer-content a
{
}

#footer-content h2
{
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 30px;
	color: #36332E;
}

#footer-content #fbox1
{
	float: left;
	width: 280px;
	margin-right: 30px;
}

#footer-content #fbox2
{
	float: left;
	width: 500px;
}

#footer-content #fbox3
{
	float: right;
	width: 280px;
}

/* Banner Style */

#banner-wrapper
{
}

#banner
{
	overflow: hidden;
	width: 1120px;
	margin: 40px auto 0px auto;
}

/* Button Style */

.button-style
{
	display: inline-block;
	margin-top: 30px;
	background:#003E74;
	background:-moz-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #003E74), color-stop(100%, #002b51));
	background:-webkit-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-o-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:-ms-linear-gradient(top, #003E74 0%, #002b51 100%);
	background:linear-gradient(top, #003E74 0%, #002b51 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003E74', endColorstr='#002b51', GradientType=0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:4px;
	border:1px solid #000c17;
	color:#fff;
	
	padding: 10px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.button-style a
{
	display: inline-block;
	padding: 10px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}

/* List Style 1 */

ul.style1
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li
{
	padding: 20px 0px 20px 0px;
	border-top: 1px dashed #E6E7DC;
}

ul.style1 a
{
	text-decoration: none;
	color: #6B6B6B;
}

ul.style1 a:hover
{
	text-decoration: underline;
	color: #6B6B6B;
}

ul.style1 .first
{
	padding-top: 0px;
	border-top: none;
}

/* List Style 2 */

ul.style2
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li
{
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first
{
	padding-top: 0px;
	border-top: none;
}

/* List style 3 */

ul.style3
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li
{
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style3 p
{
	margin: 0px;
	padding: 0px;
}

ul.style3 img
{
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted
{
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first
{
	padding-top: 0px;
	border-top: none;
}

/* Recent News */

#recent-news
{
	overflow: hidden;
	width: 1120px;
	padding: 50px 40px;
	background: #36332E;
	color: #8C8C8C;
}

#recent-news h2
{
	padding: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #EDEDED;
}

#recent-news .date
{
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-style: normal;
	color: #E3E3E3;
}

#recent-news p
{
	font-style: italic;
}

#recent-news a
{
	font-style: normal;
	color: #B8B8B8;
}

#recent-news #rbox1
{
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox2
{
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox3
{
	float: left;
	width: 250px;
}

#recent-news #rbox4
{
	float: right;
	width: 250px;
}

/* Button Style */

.button-style1
{
	margin-top: 30px;
}
.content_item{
padding:40px 80px;
}
.researchsection{
float: left;
  width: 270px;
  margin:30px;
  padding:20px;
  height:402px;
	border: 1px solid #E6E7DC;
	box-shadow: 2px 2px 5px #888888;
}
.researchsection:hover{
	box-shadow: 1px 1px 5px #888888;

}

.button-style1 a
{
cursor: pointer; cursor: hand; 
	padding: 10px 25px;
	background: #EBB462;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FCE3BB;
	color: #36332E !important;
}
