@charset "utf-8";
@font-face {
    font-family: 'titillium_bdbold';
    src: url('../fonts/titillium-bold-webfont.eot');
    src: url('../fonts/titillium-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titillium-bold-webfont.woff2') format('woff2'),
         url('../fonts/titillium-bold-webfont.woff') format('woff'),
         url('../fonts/titillium-bold-webfont.ttf') format('truetype'),
         url('../fonts/titillium-bold-webfont.svg#titillium_bdbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titilliumlight';
    src: url('../fonts/titillium-light-webfont.eot');
    src: url('../fonts/titillium-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titillium-light-webfont.woff2') format('woff2'),
         url('../fonts/titillium-light-webfont.woff') format('woff'),
         url('../fonts/titillium-light-webfont.ttf') format('truetype'),
         url('../fonts/titillium-light-webfont.svg#titilliumlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titilliumregular';
    src: url('../fonts/titillium-regular-webfont.eot');
    src: url('../fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titillium-regular-webfont.woff2') format('woff2'),
         url('../fonts/titillium-regular-webfont.woff') format('woff'),
         url('../fonts/titillium-regular-webfont.ttf') format('truetype'),
         url('../fonts/titillium-regular-webfont.svg#titilliumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titilliumbold';
    src: url('../fonts/titillium-semibold-webfont.eot');
    src: url('../fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titillium-semibold-webfont.woff2') format('woff2'),
         url('../fonts/titillium-semibold-webfont.woff') format('woff'),
         url('../fonts/titillium-semibold-webfont.ttf') format('truetype'),
         url('../fonts/titillium-semibold-webfont.svg#titilliumbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
Body {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family: 'titilliumregular';
	font-size:13px;
	
	color:#5e5e5e;
	text-align:justify;
	line-height:19px;
	background:#fff;
}
#header-panel{
	width: 100%;
	height: 120px;
	float: left;
	padding: 0px;
	margin: 0px 0 0px 0;
	background: #532313;
	

}
#top-wrapper{
	width: 100%;
	height: 35px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: #853115;
}
#topheader{
	width: 1000px;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	background-repeat: repeat;
	background: #853115;
	
}
.topmenu{
	width:auto;
	height:35px;
	padding:0px 0px 0px 0px;
	float:left;
	margin:0px;
}
.topmenu ul{
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style:none;
}	
.topmenu li{
	padding:0px 0px 0px 0px;
	margin:0px 1px 0px 0px;
	list-style:none;
	float:left;
	
}
.topmenu li a{
	padding:0px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	float:left;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:#fff;
	line-height:35px;
	white-space:nowrap;
	margin-top: 0px;
	border-right:1px solid #6D2710;
}
.topmenu li a:hover{
	background:#712D17;
}

.watchtower{
	padding:0px 0px 0px 0px;
	
	float:left;}

	
.watchtower .ri-toggle {
	float: right;
	position: relative;
	font-size: 13px;
	line-height: 35px;
	z-index: 99;
	zoom: 1;
	background:url(../images/login-icon.png) no-repeat left  ;
	}
	.watchtower .ri-toggle:hover,
	.watchtower .ri-toggle:hover span {
		cursor: pointer;
		text-decoration: none;
		
		/*background-position: top right;*/
		}

	
.watchtower .ri-inner {
	display: none;
	position:absolute;
	/*float: right;*/
	top:29px;
	left:0;
	height: 71px;
	/*overflow: hidden;*/
	/*visibility: visible;*/
	/*opacity: 0;*/
	background: #fedd59;
	border: 1px solid #ffeb8c;
	width: 300px;
	font-size: 12px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	}
	
.watchtower .ri-inner-content {
	padding: 5px 10px 20px 10px;
	position: relative;
	z-index: 999;
	}
	
.watchtower .ri-inner-content a {
	color: #323232;
	}
	
	
/* ----------
				4.1.3 Header Login
---------- */
#riLogin {
	width:auto;
	}
#riLogin .ri-toggle {
	padding:0px 20px 0px 32px;
 }
#riLogin .ri-toggle:hover {
	line-height:35px;
	display: block;
	background:url(../images/login-icon.png) no-repeat left #712D17;
	padding:0px 20px 0px 32px;
	color:#fff;
	}
	
	#riLogin .ri-current,
	#riLogin .ri-current:hover {
	color: #fff;
	background:url(../images/login-icon.png) no-repeat left #ff8e01;
	padding:0px 20px 0px 32px;
	line-height:35px;
	display: block;
		}

#riLogin .ri-inner {
	width: 465px;
	height: auto;
	color: #ccc;
	padding:0px 0px 15px 0px;
	background-color: #2c7cc9;
	border-color: #2c7cc9;
	z-index: 102 !ie;
	}
	
#riLogin .ri-inner-content {
	padding: 10px 10px 10px 10px;
	color:#888;
	zoom: 1;
	}
#riLogin .ri-inner-content ul{
	padding:0px;
	margin:0px;
	list-style:none;
	}	
#riLogin .ri-inner-content li{
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
	width:180px;
	height:auto;
	min-height:30px;
	color:#888;
	text-align:left;
	font-size:13px;
	font-weight:normal;
	line-height:30px;
	}	

#riLogin .ri-inner-content li.topbutton{
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style:none;
	float:left;
	width:81px;
	height:auto;
	color:#888;
	text-align:left;
	font-size:13px;
	font-weight:normal;
	line-height:30px;
	}		
#riLogin .ri-inner-content li.topforgot{
	padding:0px 0px 10px 135px;
	margin:0px;
	list-style:none;
	float:left;
	width:245px;
	height:auto;
	min-height:30px;
	color:#888;
	text-align:left;
	font-size:13px;
	font-weight:normal;
	line-height:30px;
	}
#riLogin .ri-inner-content li.topforgot a{
	color:#888;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
	background:none;
	}
#riLogin .ri-inner-content li.topforgot a:hover{
	color:#000;
	text-decoration:underline;
	}
a{
	color: #B52F00;
	text-decoration: none;
	}
#header{
	width:1000px;
	height:120px;
	margin:0px auto;
	padding:10px 0 0 0;
}
#logo{
	width: auto;
	height: auto;
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
#searchsec{
	width: auto;
	height: auto;
	float: right;
	padding: 8px 0px 0px 0px;
	margin: 0px;
}
#social{
	height:auto;
	float:right;
	padding:0px 0px 0px 0px;
	margin:0px;
	width: 300px;
}
.social-links{
	height: auto;
	padding: 8px 0px 0px 0px;
	float: right;
	margin: 0px;
	color: #81b1d1;
	font-family: 'PT Sans', sans-serif;
	width: auto;
}
.social-links ul{
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style:none;
}	
.social-links li{
	padding:0px 0px 0px 0px;
	margin:0px 1px 0px 0px;
	list-style:none;
	float:left;
	color:#81b1d1;
	font-size:14px;
	line-height:30px;
}
.social-links li a{
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 1px;
	float:right;
	width:26px;
	height:25px;
	text-align:center;
	
}
.social-links li a:hover{
	
}
#search-panel{
	width: auto;
	height: auto;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0 0;
	border: 1px solid #ffe3b7;
}
.srch-input{
	width: 220px;
	height:30px;
	padding:0px 0px 0px 10px;
	margin:0px;
	border:0px;
	color:#939191;
	line-height: 30px;
	float: left;
	font-family: 'Merriweather', serif;
	font-style: italic;
}
.srch-btn{
	width: 33px;
	float: left;
	height: 30px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	cursor: pointer;
	background-image: url(../images/srchbtn.jpg);
	background-repeat: no-repeat;
}
.toplinks{
	width: auto;
	height: 30px;
	float: right;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}
.toplinks ul{
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style:none;
}	
.toplinks li{
	padding:0px 0px 0px 0px;
	margin:0px 1px 0px 0px;
	list-style:none;
	float:left;
}
.toplinks li a{
	padding: 0px 5px 0px 8px;
	font-family: 'Merriweather', serif;
	margin: 0px;
	float: left;
	font-size: 11px;
	font-weight:600;
	text-align: left;
	color: #5e5e5e;
	line-height: 20px;
	white-space: nowrap;
	height: 18px;
	border-right: 1px solid #d9d9d9;
	text-decoration: none;
}
#flashnewscover{
	width:100%;
	float:left;
	padding:0px;
	margin:0px 0 15px 0;
	height: 35px;
}
#flashnews_content{
	width: 1000px;
	height:34px;
	background:#fff;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
#menucover{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	height: 38px;
	background: #B52F00;
	
}
#menu-container{
	width: 1000px;
	height:37px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	color:#faefbc;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	
}
#cssmenu {
	position: relative;
	height: 37px;
	background:url(../images/menubg2.png);
	background-repeat:repeat;
	width: auto;
}
#home
{
	width: 19px;
	height: 17px;
	padding-right:5px;
	margin:0;
	background: url(../images/home.png) no-repeat left;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  height: 32px;
  width: 100%;
  z-index: 500;
}
#cssmenu > ul > li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border-right:1px solid #A42E05;
 
}
#cssmenu > ul > li.last{
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border-right:none;
 
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  padding: 12px 14px;
  font-weight:400;
  text-transform:uppercase;
  color:#fff;
   font-family: 'titilliumbold';
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
 color: #000;
  background:#ffc935;
}

#cssmenu > ul > li a.current
 {
  background:#ffc935;
  color:#000;

  }
#cssmenu li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #fff;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 27px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 38px;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 130px;
  border-bottom: 1px solid #A42E05;
  padding: 10px 20px;
  font-size: 13px;
    font-family: 'titilliumbold';
  color: #fff;
   font-weight:400;
  background: #B52F00;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;

}
#cssmenu ul ul li:hover > a {
  color: #000;
  background:#ffc935;

}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
.submenuArrow {
	  border: 6px solid transparent;
	  width: 0;
	  height: 0;
	  border-bottom-color: #fff;
	  position: absolute;
	  top: -12px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #fff;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #fff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#wrapper-out{
	width:100%;
	height:auto;
	float:left;
	padding:0px;
	margin:0px 0 0 0;
}
#banner-out{
	width:100%;
	height:auto;
	float:left;
	padding:0px;
	margin:0 auto;
	background:#532313;
	
}
#wrapper{
	width:1000px;
	height:auto;
	margin:0px auto;
	padding:0px;
}
#container{
	width:1000px;
	height:372px;
	margin:8px auto;
	padding:0px;
	
}
#main-banner-panel{
	width: 1000px;
	float: left;
	margin: 0px;
	height: 372px;
	background: #fff;
	padding: 0px;
}
#banner_links
{
	float:left;
	width:273px;
	height:372px;
	margin: 0px 0px 0 0px;
	padding: 0;
	position: relative;
	z-index: 1000;
	left: -10px;
}
#banner_link1
{
	float: left;
	width: 219px;
	height: 75px;
	margin: 15px;
	padding: 0px;
	border-right: 1px solid #EEB822;
}
#banner_link1.last
{
	float:left;
	width:219px;
	height:75px;
	margin: 15px;
	padding: 0px;
	border-right: none;
	
}
#banner_link1.second
{
	float: left;
	width: 229px;
	height: 75px;
	margin: 15px 15px 15px 5px;
	padding: 0px;
	border-right: 1px solid #EEB822;
	
}

#homecontent-panel{
	width:1000px;
	height:auto;
	padding:0px;
	margin:0 auto;
	clear:both;
}
.newsouter{
	width: 250px;
	height: auto;
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}
.news{
	width: 250px;
	height: auto;
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}
.news h2{
	font-family: titilliumbold;
	color: #000000;
	font-size: 22px;
	text-align: left;
	line-height: 30px;
	margin: 0px 0px 13px 0px;
	padding: 0px;
	padding-right: 10px;
	
}
.newsinner{
	width: 330px;
	height: auto;
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}
.newsinner h2{
	font-family: titilliumbold;
	color: #000000;
	font-size: 22px;
	text-align: left;
	line-height: 30px;
	margin: 0px 0px 13px 0px;
	padding: 0px;
	padding-right: 10px;
	
}
#newsticker-demo {
	width:236px;
	background:#FFF;
	font-family: 'titilliumregular';
	font-size: 13px;
	color: #353333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border-top: 0px solid #dddddd;
	
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo a hover { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title 
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}

.newsticker-jcarousellite {
	width: 330px;
	float: left;
}
.newsticker-jcarousellite ul li{
	list-style:none;
	display:block;
	padding-bottom:5px;
	margin-bottom:8px;
	width: 320px;
	height:70px;
	border-bottom: 1px solid #eee;
	
}
.newsticker-jcarousellite .thumbnail {
	float:left;
	width:105px;
	height: auto;
	margin: 0 10px 0 0;
}
.newsticker-jcarousellite .thumbnail img {
	border:3px solid #eee;
}
.newsticker-jcarousellite .info {
	float:left;
	width:205px;
}
.newsticker-jcarousellite .info_1 {
	float:left;
	width:233px;
	text-align:justify;
}
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }
.newsticker-jcarousellite a{
	color:#333333;
	text-decoration:none;
	font-size: 12px;
	font-weight: 600;
}
.newsticker-jcarousellite p{
	color:#5e5e5e;
	text-align:left;
	font-size: 13px;
	font-weight: 400;
	padding: 0px 0 0 0;
	margin: 0;
}
.newsticker-jcarousellite a hover{
text-decoration:none;

}
#more
{
	float: right;
	margin: 5px 0 0 0;
	font-family: 'titilliumbold';
	font-size: 13px;
	color: #B52F00;
}
#about_outer{
	width: 732px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px 16px 0px 0px;
	border-right: 1px dotted #eee;
	
}
#about{
	width: 328px;
	height: auto;
	float: left;
	padding: 10px;
	margin: 0px 15px 0px 0px;
	border: 1px solid #eee;
	
}
#about h2{
	font-family: 'titilliumbold';
	color: #000000;
	font-size: 23px;
	text-align: left;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	padding-right: 10px;
	
}
#quicklinks{
	width: 715px;
	height: 200px;
	float: left;
	padding: 0;
	margin: 15px 0px 0px 0px;
	background: #fbfbfb;
	border: 1px dotted #d9d9d9;
}
#quicklinks h2{
	font-family: 'Oswald', sans-serif;
	color:#003573;
	font-size:22px;
	font-weight:600;
	text-align:left;
	line-height:30px;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-right: 10px;
	
}
#quicklinks img
{
	padding:0 0 0px 0;
	border:3px solid #eee;
}
#quicklinks p{
	font-family:Arial, Helvetica, sans-serif;
	color:#5e5e5e;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	line-height:19px;
	margin:0px 0px 0px 0px;
	padding:0px 0 5px 0;

}
#souhrdaphoto
{
	float:left;
	width:158px;
	height:157px;
	margin: 0 15px 0 0;
}
.news_outer{
	width: 1000px;
	height: auto;
	float: left;
	margin: 0px 0 10px 0;
	padding: 15px 0 0 0;
}
#about p{
	font-family: 'titilliumregular';
	color: #333;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	line-height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 0px;

}
#highlights
{
	float: left;
	width: 732px;
	height: auto;
	margin: 20px 0 20px 0;
}
#gallerysec
{
	float: left;
	width: 718px;
	height: auto;
	margin: 0 0 0px 0;
	padding: 20px 0 10px 0;
	border-bottom: 3px solid #F7F7F7;
}
#highlt
{
	float: left;
	width: auto;
	height: auto;
	margin: 0 15px 0 0;
	background: #fff;
	padding: 0px;
	padding: 0px 0 0px 0;
}
#highlt h2{
	font-family: 'Oswald', sans-serif;
	color:#116c9f;
	font-size:22px;
	font-weight:600;
	text-align:left;
	line-height:30px;
	margin:0px 0px 15px 0px;
	padding:0px;
	padding-right: 10px;
	
}
#highlt img
{
	width: 190px;
	height: auto;
	
}
#highlt p
{
	font-family: 'Merriweather', serif;
	font-size: 12px;
	font-weight: 400;
	color: #5e5e5e;
	text-align: justify;
	padding: 0px 0 0px 0;
	margin: 0;
}
#highlt h3
{
	font-family: 'Merriweather', serif;
	font-size: 15px;
	font-weight: 600;
	color: #FB0D13;
	padding: 0px 0 5px 0;
	margin: 0;
}
#highlt img
 {
	float: left;
	width: auto;
	margin: 0 0px 0px 0;
	border-radius: 8px;
}


.more_hlt{
	background: url(../images/rdmore.jpg) center;
	background-repeat: no-repeat;
	width: 293px;
	height: auto;
	text-align: right;
	float: left;
}
.more_hlt a{
	text-decoration:none;
	color: #f28b0b;
	font-weight: 600;

}
.photo_gallery{
	width:293px;
	height:210px;
	float:left;
	padding:15px;
	margin:0px 15px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#666;
	text-align:justify;
	line-height:19px;
	background: #fff;
	
}
.photo_gallery h2{
	font-family: 'Oswald', sans-serif;
	color:#52a600;
	font-size:20px;
	font-weight:400;
	text-align:left;
	line-height:30px;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-right: 10px;
	border-bottom: 1px solid #d9d9d9;
	
}
.home-photogallery{
	float: left;
	clear: both;
	width: auto;
	height: 162px;
	padding: 0px 0px 0px 0px;
}
.home-photogallery ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.home-photogallery li{
	padding:0px 0px 0px 0px;
	margin:0 12px 12px  0;
	float:left;
	width:148px;
	height:94px;
	text-align:center;
	border:3px solid #eee;
}
.home-photogallery li.last{
	padding:0px 0px 0px 0px;
	margin:0 0px 12px 0;
	float:right;
	width:148px;
	height:94px;
	text-align:center;
	
}
.home-photogallery li img{

}
.video_gallery{
	width:293px;
	height:210px;
	float:left;
	padding:15px;
	margin:0px 15px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#666;
	text-align:justify;
	line-height:19px;
	background: #fff;
	
}
.video_gallery h2{
	font-family: 'Oswald', sans-serif;
	color:#52a600;
	font-size:20px;
	font-weight:400;
	text-align:left;
	line-height:30px;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-right: 10px;
	border-bottom: 1px solid #d9d9d9;
	
}
.home-videogallery{
	float:left;
	clear:both;
	width:322px;
	height:auto;
	padding:0px 0px 13px 0px;
}
#video
{
	width:323px;
	height:210px;
}
.otherlinks{
	width: 230px;
	height: 50px;
	float: left;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-align: justify;
	line-height: 19px;
	background: #f6f6f6;
	/*border-bottom: 5px solid #ffc935;*/
	border: 1px solid #eee;
	border-radius: 5px;
	border-bottom: 3px solid #FE0000;
}
.otherlinks2{
	width: 230px;
	height: 50px;
	float: left;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-align: justify;
	line-height: 19px;
	background: #f6f6f6;
	border: 1px solid #eee;
	/*border-bottom: 5px solid #f99300;*/
	border-radius: 5px;
	border-bottom: 3px solid #36AA01;
}
.otherlinks3{
	width: 230px;
	height: 50px;
	float: left;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-align: justify;
	line-height: 19px;
	background: #f6f6f6;
	/*border-bottom: 5px solid #f99300;*/
	border-radius: 5px;
	border-bottom: 3px solid #009BED;
	
}
.otherlinks3 p{
	padding: 0;
	margin: 0px 0px 0px 0px;
	font-family: 'titilliumbold';
	font-size: 17px;
	font-weight: normal;
	color: #333333;
	line-height: 50px;
	text-transform: uppercase;

	
}
.otherlinks p{
	padding: 0;
	margin: 0px 0px 0px 0px;
	font-family: 'titilliumbold';
	font-size: 17px;
	font-weight: normal;
	color: #333333;
	line-height: 50px;
	text-transform: uppercase;

	
}
.otherlinks2 p{
	padding: 10px 0 0 0;
	margin: 0px 0px 0px 0px;
	font-family: 'titilliumbold';
	font-size: 17px;
	font-weight: normal;
	color: #333333;
	line-height: 35px;
	text-transform: uppercase;

	
}

.otherlinks_outer{
	float:left;
	clear:both;
	width:293px;
	height:auto;
	padding:0px 0px 10px 0px;
	border-bottom: 1px dotted #d9d9d9;
	margin: 0 0 28px 0;
}
.otherlinks img{
	float: left;
	padding: 5px 9px 0 0px;
	margin: 0px 0px 0px 0px;
	
}
.otherlinks2 img{
	float:left;
	padding:5px 10px 0 5px;
	margin:0px 0px 0px 0px;
	
}
.otherlinks3 img{
	float:left;
	padding:5px 10px 0 5px;
	margin:0px 0px 0px 0px;
	
}

.otherlinks3 img{
	float:left;
	padding:5px 10px 0 5px;
	margin:0px 0px 0px 0px;
	
}
#quicklinsec p{
	padding: 0;
	margin: 0px 0px 0px 0px;
	font-family: 'titilliumbold';
	font-size: 20px;
	color: #333333;
	padding: 0px 0 0 0;
	text-align: left;
	text-transform: capitalize;
    line-height: 20px;
	
}
#quicklinsec p.single{
	padding: 0;
	margin: 0px 0px 0px 0px;
	font-family: 'titilliumbold';
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	text-transform: capitalize;
	text-align: left;
	line-height: 50px;

	
}

#quicklinsec img{
	float: left;
	padding: 0px 10px 0 5px;
	margin: 0px 0px 0px 0px;
	
}
#quicklinsec{
	width: 239px;
	height: 50px;
	float: left;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-align: justify;
	line-height: 19px;
	
}

#linkimage
{
	float:left;
	width:50px;
}
#linkname
{
	float:left;
	width:91px;
	font-family: 'Merriweather', serif;
	font-weight: 600;
	font-size: 15px;
	color: #000000;
	line-height: 35px;
	padding: 0 0 0 5px;
}
#linkname a
{
	text-decoration:none;
	color: #000;
	
	
}
#footer-content-panel{
	width: 100%;
	height: 220px;
	float: left;
	clear: both;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	background-repeat: repeat;
	background: #373a3c;
}
#footer-content{
	width:1000px;
	height:auto;
	margin:0px auto;
	padding:10px 0px 0px 0px;
}
#footer-content h2{
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-size:20px;
	font-weight:400;
	text-align:left;
	line-height:30px;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-right: 10px;
	
	
}
#footer-content ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#footer-content li{
	padding:0px;
	margin:0px 10px 0px 0px;
	float:left;
	width:323px;
	height:auto;
	font-family: 'Merriweather', serif;
	font-size:13px;
	font-weight:400;
	text-align:left;
	line-height:25px;
	color:#000000;
	}
	#footer-content li h2{
	font-family: 'titilliumbold';
	color: #fff;
	font-size: 22px;
	text-align: left;
	line-height: 30px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	padding-right: 10px;
	
}
	#missionmap li{
	padding:0px;
	margin:0px 30px 0px 0px;
	float:left;
	width:300px;
	height:auto;
	font-family: 'titilliumregular';
	font-size:13px;
	
	text-align:left;
	line-height:25px;
	color:#000000;
	}
#footer-content li a{
	color:#fff;
	text-decoration:none;
}
#footer-content li a:hover{
	color:#fff;
}
#footer-content li.endfooter{
	padding:0px 20px 0 0;
	margin:0px 0px 0px 0px;
	color: #fff;
	}
#footer-content li.endfooter h3{
	font-size:16px;
	font-weight:600;
	color: #509F00;
	margin: 0;
}	
.quicklinks{
	float:left;
	width:auto;
	clear:both;
	height:auto;
	color:#fff;
	font-family: 'titilliumregular';
	font-size:13px;
	font-weight:400;
	text-align:left;
	line-height:19px;
	padding:0px 5px 0px 5px;
	margin:0px 0px 8px 0px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	
}
.quicklinks:hover{
	color:#000 !important;
	background:#fed100;
	padding:0px 5px 0px 5px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#footer-panel{
	width: 100%;
	height: 45px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: #2a2d2f;
}

#footer{
	width:1000px;
	height:45px;
	margin:0px auto;
	padding:0px;
}
.copy{
	width:1000px;
	height:auto;
	float:left;
	color:#fff;
	font-size:12px;
	font-weight:600;
	text-align:center;
	line-height:45px;
}
.collegemap
{
float:left;
margin-top: 45px;
}
#map
{
	float: left;
	color: #FFF;
	font-family: 'titilliumregular';
	font-size: 13px;
}
#inner-menu-content-panel{
	width:1000px;
	height:auto;
	float:left;
	padding:15px  0 15px  0;
	margin:0px;
	background:#fff;
}
#inner-container{
	width: 650px;
	height: auto;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 10px 0px 0px 0px;
	color: #5e5e5e;
	font-family: 'titilliumregular';
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	text-align: justify;
}
#inner-container h2{
	font-family: titilliumbold;
	color: #000000;
	font-size: 22px;
	text-align: left;
	line-height: 30px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	padding-right: 10px;
	border-bottom: 1px dotted #d9d9d9;

}
#inner-container img{

}
#inner-container p{
	text-align: justify;
	padding-top: 0px;
	font-size: 13px;
	color: #5e5e5e;
	font-family: titilliumregular;
}
#bannernav
{
	float: left;
	width: 1000px;
	height: 105px;
	background-repeat: repeat;
	margin: 0 0 15px 0;
	background-color: #FFC935;
}
#bannernav img
{
	float:left;
	width:70px;
	height:70px;
	margin: 0 15px 0 0;
	border-radius:50%;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,1);
-moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,1);
box-shadow: 1px 2px 5px 0px rgba(0,0,0,1);
border:3px solid #fff;
}
#bannernav p
{
	font-family: 'Oswald', sans-serif;
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 48px;
	margin: 0;
	padding: 15px 0px 0px 0px;
 }
	
#bishop_outer{
	width: 248px;
	height: auto;
	float: left;
	padding: 0 0px 15px 0;
	margin: 0px 0px 0px 0px;
	background-color: #FFC935;
	border: 1px dotted #d9d9d9;
}
#pope
{
	width: 250px;
	height: auto;
	float: left;
	padding: 18px 0 0px 0;
	text-align: center;
}
#pope img
{
	padding:0 0 0px 0;
	border:3px solid #fff;
}
#pope p
{
	font-family: 'titilliumbold';
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
	
}
#pope h3
{
	font-family: 'titilliumregular';
	font-size: 13px;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0px 0 0 0;
	
}
#institutions
{
	float: left;
	width: 290px;
	margin: 0px 0 0 0;
	border: 1px solid #e9e9e9;
	height: 162px;
}
#institutions_hd
{
	float: left;
	width: 280px;
	height: 35px;
	margin: 0px 0 0 0;
	font-family: 'titilliumbold';
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	line-height: 32px;
	padding: 0 0px 0 10px;
	background: #eee;
}
#institution_name
{
	float: left;
	width: 280px;
	height: auto;
	margin: 0px 5px 5px 5px;
	padding: 3px 0 5px 0px;
	color: #333333;
	border-bottom: 1px dotted #d9d9d9;
}
#institution_name ul
{
	padding: 0px 0px 0 25px;
	margin: 0px;
	
	

}
#institution_name a
{
	color:#333;
    font-family: 'titilliumbold';
	font-size: 13px;
}
#institution_name li
{
	list-style:url(../images/listimg.png);
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	

}
#institution_name li a
{
	text-decoration:none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	

	
}
#directory
{
	float: left;
	width: 180px;
	height: 76px;
	margin: 0px 0 10px 15px;
	
}
#directory.last
{
	float: left;
	width: 180px;
	height: 78px;
	margin: 0px 0 0px 15px;
	
}
