@charset "utf-8";
/* Outer Wrapper
================================================== */
#outer-wrapper {
	width:100%;
}
.inner {
	width:1000px;
	max-width: 96%;
	margin:0px auto;
	position:relative;
}
/* Header
================================================== */
#header {
	width:100%;
	float:left;
	position:relative;
	z-index:2;
	background:url(../images/header.gif) repeat-x #134470;
}
.nomarg {
	margin:0px !important;
}
.nopad-bot {
	padding-bottom:0px !important;
}
/* Logo
================================================== */
.logo {
	float:left;
	padding:10px 0px 0px 0px;
}
/* Top links
================================================== */
.headtop .moduletable { display: inline-block; }
#header .eleven {
	width:66%;
	min-height:108px;
	margin:4px 0px 0px 0px;
	background:url(../images/map.png) no-repeat top right;
    text-align: right;
}
.top-links {
	position:relative;
	padding:10px 0px 5px 0px;
    margin-right: 60px;
	display: inline-block;
}
.top-links li{
    padding: 0px 0 0px 25px;
    text-align: right;
    display: inline-block;
}
.top-links li.btn{
	float:left;
	padding:0px 5px;
}
.top-links li:last-child{
	padding-right:0px;
}
.top-links li a{
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin: 7px 0px 0px 0px;
    letter-spacing: 0.025em;
}
.top-links li a:hover{
	color:#FFFF00;
}
.top-links li.btn a{
	background:url(../images/black.png);
	border:#000 solid 1px;
	border-radius:3px;
	display:inline-block;
	padding:2px 5px;
	margin-top:4px;
	font-size:12px;
	font-family: 'Source Sans Pro', sans-serif;
}
#header .eleven h2 {
	color:#FFF;
	padding-top: 20px;
}
#header .eleven h2 strong {
	color:#FFF !important;
}
/* Navigation
================================================== */
.navigation {
	width:100%;
	height:46px;
	float:left;
	border-top:solid 1px;
	background-image:url(../images/navigation-bg.png);
}
.navigation .inner{
	width:1000px;
	height:46px;
	/*padding:0px 44px;*/
	background:url(../images/navigation-shade.png) no-repeat top center;
}
.ddsmoothmenu{
	float:left;
}
.ddsmoothmenu ul{
	z-index:999;
	margin:0;
	list-style-type:none;
	float:left;
}
.ddsmoothmenu ul li{
	position:relative;
	display:inline;
	float:left;
}
.ddsmoothmenu > ul > li{
	background:url(../images/nav-sep.png) repeat-y left;
	padding-left:2px;
}
.ddsmoothmenu>ul>li:first-child{
	padding-left:0px;
}
.ddsmoothmenu ul li a, .ddsmoothmenu ul li span{
	display:block;
	height:34px;
	padding:12px 12px 0px 12px;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-family: 'Source Sans Pro', sans-serif;
}
* html .ddsmoothmenu ul li a, * html .ddsmoothmenu ul li span {
	display:inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited, .ddsmoothmenu ul li span{
	color:#fff;
}
.ddsmoothmenu > ul > li > a:hover, 
.ddsmoothmenu > ul > li.current-menu-item > a, 
.ddsmoothmenu > ul > li > span:hover, 
.ddsmoothmenu > ul > li.current-menu-item > span  {
	background-image:url(../images/navi-bg.png);
	color:#FFF;
}
.ddsmoothmenu > ul > li > a:hover, 
.ddsmoothmenu > ul > li.current-menu-item > a,
.ddsmoothmenu > ul > li > a.selected,
.ddsmoothmenu > ul > li > span:hover,
.ddsmoothmenu > ul > li.current-menu-item > span{
	color:#FFF;
}
.ddsmoothmenu > ul > li > span:hover { cursor: default; }
.ddsmoothmenu ul li ul{
	position:absolute;
	left:0;
	display:none;
	visibility:hidden;
	margin:0px 0px 0px 1px;
	padding:0px 0px 5px 0px;
	width:230px;
	background-color: #0B2944 !important;
}
.ddsmoothmenu ul li ul li{
	display:list-item;
	float:left;
	padding:0px 5px;
	margin:0px;
}
.ddsmoothmenu ul li ul li:first-child{
	padding-top:5px;
}
.ddsmoothmenu ul li ul li.last{
	padding-bottom:5px;
}
.ddsmoothmenu ul li ul li ul{
	top:0;
	margin:0px 0px 0px 0px;
	width:191px !important;
	background:url(../images/navigation-bg.png);
}
.ddsmoothmenu ul li ul li a{
	width:200px;
	height:24px;
	padding:6px 5px 0px 15px;
	margin:0;
	font-size:13px;
	border-radius:2px;
	border:none;
	background:url(../images/navi-arrow.png) no-repeat 5px 12px;
}
.ddsmoothmenu ul li ul li a.selected{
	
}
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected{
	color:#FFFF00;
}
.ddsmoothmenu ul li ul li ul li a{
	color:#fff !important;
}
.ddsmoothmenu ul li ul li ul li a:hover{
	color:#fff !important;
}
* html .ddsmoothmenu{
	height: 1%;
}
/* Search
================================================== */
.search {
    position: absolute;
    padding-left: 20px;
    right: 0;
}
.search a.search-btn{
	float:right;
	width:32px;
	height:29px;
	margin:10px 0px 0px 0px;
	display:inline-block;
	background:url(../images/search.png) no-repeat;
}
.search ul{
	position:absolute;
	display:none;
	width:234px;
	height:44px;
	padding:17px 0px 0px 15px;
	right:-12px;
	top:34px;
	background:url(../images/search-bg.png) no-repeat 0px 0px;
	z-index: 1;
}
.search:hover ul{
	display:block;
}
.search ul li{
	float:left;
	margin-left:-3px;
}
.search ul li input.bar{
	float:left;
	width:156px;
	height:29px;
	line-height:29px;
	padding:0 8px;
	color:#878787;
	font-size:11px;
	border:#9c9c9c solid 1px;
	background:#FFF;
	box-shadow:inset 2px 2px 3px #ccc;
	outline:none !important;
}
.search ul li input.go{
	font-size:12px;
	border:none;
	text-transform:none;
	margin:0px 0px 0px 0px;
}
/* Banner
================================================== */
#banner {
	width:100%;
	z-index:1;
	position:relative;
	background:#1f1f1f;
}
#banner #gallery {
	width:1000px;
    max-width: 100%;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	background:#1f1f1f;
	box-shadow:0px 0px 3px #000;
}
#gallery #main {
	width:100%;
	height:406px;
	float:left;
	position:relative;
	z-index:1;
}
#gallery #images, #gallery #thumbs {
	overflow: hidden;
}
#gallery #images {
	width:100%;
	height:406px;
	margin:0 auto;
	position:absolute;
	top:0;
}
#gallery #images .slide {
	width: 100%;
	height:406px;
	position:relative;
	float:left;
	display:block;
}
#gallery #images .slide .caption{
	width:678px;
	padding:20px;
	position:absolute;
	bottom:20px;
	text-align:left;
	background:url(../images/black-dark.png);
}
.slide .caption p{
	color:#bbbbbb;
	line-height:16px;
	padding-top:5px;
}
.caroufredsel_wrapper {
	position:absolute !important;
	z-index:2;
	top:0px !important;
	margin:0px 0px 0px 0px !important;
}
#main > .caroufredsel_wrapper {
	top:0px !important;
	margin:0px !important;
	width:100% !important;
}
#banner .right-sec {
	position:absolute;
	z-index:9;
	right:0px;
	height:406px;
	padding-left:7px;
	display:block;
	overflow:hidden;
}
.banner-paging {
	width:180px;
	height:404px;
	padding:1px;
	background:#1f1f1f;
	float:right;
	display:block;
	position:relative;
	border-left:6px solid #1c303e;
}
#gallery #thumbs {
	width: 180px;
}
#gallery #thumbs .thumb {
	width:180px;
	height:80px;
	float: left;
	margin:1px 0 0 0px;
	position:relative;
}
#gallery #thumbs .thumb a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width: 180px;
	height:80px;
	float:left;
	opacity:.5;
}
#gallery #thumbs .thumb a {
	float:left;
}
#gallery #thumbs .thumb a.selected, #gallery #thumbs .thumb a:hover {
	opacity:1 !important;
}
#gallery #prev, #gallery #next {
	text-indent:-999em;
	display:block !important;
	width:40px;
	height:17px;
	left:70px;
	position:absolute;
	z-index:9;
	background: url(../images/top-bottom-arrows.png) no-repeat !important;
}
#gallery #prev {
	background-position: 0px 0px !important;
	top:0px;
}
#gallery #next {
	background-position: 0px -17px !important;
	bottom:0px;
}
#gallery .toggle-btn {
	width:13px;
	height:28px;
	left:0px;
	z-index:9990;
	top:50%;
	margin-top:-14px;
	text-indent:-9999px;
	opacity:1 !important;
	position:absolute;
	display:inline-block !important;
	background:url(../images/toggle-btn.png) no-repeat 0px 0px;
}
#gallery .hidden{
	display:inline-block !important;
}
/* Headlines
================================================== */
.headlines {
	width:100%;
	padding:15px 0px;
	float:left;
}
.headlines h4{
	float:left;
	padding:0px 10px 0px 0px;
}
.sliderwrapper{
	position:relative;
	overflow:hidden;
	width:810px;
	height:20px;
	float:left;
}
.sliderwrapper .contentdiv{
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;
	padding-top:2px;
	width:100%;
	height:100%;
	color:#a6a6a6;
}

/* Page Title
================================================== */
#page-title {
	width:100%;
	height:92px;
	z-index:1;
	position:relative;
	background:#1f1f1f;
}
#page-title h1{
	float:left;
	color:#FFF;
	font-size:36px;
	padding:32px 0px 0px 0px;
}
#page-title .page-share{
	float:right;
	padding:32px 0px 0px 0px;
}
.page-share a{
	width:25px;
	height:25px;
	float:left;
	margin-left:6px;
	display:inline-block;
	background-position:top;
	background-repeat:no-repeat;
}
.page-share a:first-child{
	margin-left:0px;
}
.page-share a:hover{
	background-position:bottom;
}
.page-share a.share-fb{
	background-image:url(../images/share-fb.png);
}
.page-share a.share-linkdin{
	background-image:url(../images/share-linkdin.png);
}
.page-share a.share-twitter{
	background-image:url(../images/share-twitter.png);
}
.page-share a.share-vimeo{
	background-image:url(../images/share-vimeo.png);
}
.page-share a.share-blogger{
	background-image:url(../images/share-blogger.png);
}
.page-share a.share-stumble{
	background-image:url(../images/share-stumble.png);
}
/* Content Section
================================================== */
#content-sec {
	width:100%;
	padding-top:20px;
}
/* Bread Crumb
================================================== */
#bread-crumb {
	width:100%;
	padding:10px 0 30px 0;
}
#bread-crumb ul{
	width:100%;
	float:left;
}
#bread-crumb ul li{
	float:left;
	padding:0px 15px 0px 15px;
	background:url(../images/bread-crumb.png) no-repeat 0px 5px;
}
#bread-crumb ul li:first-child{
	background:none;
	padding-left:0;
}
#bread-crumb ul li a{
	float:left;
	color:#9d9d9d;
	font-size:11px;
	font-style:italic;
}
/* Grid
================================================== */
.col1 {
	width: 25%;
}
.col2 {
	width: 46%;
	margin-left:2%;
}
.col3 {
	width: 73%;
	float:left;
}
.fullwidth {
	width:100%;
	float:left;
}
.box {
	float:left;
	width:100%;
	background:#fff;
	margin-bottom:20px;
	box-shadow:0px 0px 6px #ccc;
}
.box .box-in{
	width:100%;
	float:left;
	padding:10px 20px 20px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.box-in a.thumb{
	float:left;
	width:100%;
	margin-bottom:10px;
	border:#b0b0b0 solid 1px;
}
.box-in a.thumb img{
	float:left;
	width:100%;
}
.box .sec-bot-bar{
	width:100%;
	float:left;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/pattern.gif) repeat-x top #f3f3f3;
}
.box .sec-bot-bar a{
	color:#424242;
	font-size:11px;
	font-weight:bold;
}
.box .sec-bot-bar a:hover{
	color:#000000;
}
.box .sec-bot-bar a.advance-search{
	padding:4px 0px 2px 22px;
	background:url(../images/advance-search.png) no-repeat 0px 0px;
}
.box .sec-bot-bar a.view-cal{
	padding:3px 0px 3px 22px;
	background:url(../images/calendar.png) no-repeat 0px 0px;
}
.box .sec-bot-bar a.view-gal{
	padding:3px 0px 3px 22px;
	background:url(../images/gallery.png) no-repeat 0px 2px;
}
.box .sec-bot-bar a.follow-twitter{
	padding:3px 0px 3px 22px;
	background:url(../images/twitter-icon.gif) no-repeat 0px 2px;
}
/* Widget
================================================== */
.widget {
	width:100%;
	float:left;
}
.widget p{
	padding:5px 0px;
	width:100%;
	/*float:left;*/
}
/* Princple Message
================================================== */
.princple-msg {
	width:100%;
	float:left;
}
.princple-msg .thumb{
	width:100%;
	float:left;
	position:relative;
	padding-bottom:4px;
	background:url(../images/pattern.gif) repeat-x bottom;
}
.princple-msg .thumb img{
	width:100%;
	float:left;
}
.princple-msg .thumb h4{
	background:#002c42;
	padding:5px 10px;
	float:left;
	position:absolute;
	bottom:15px;
	left:0;
}
.princple-msg .box-in h4{
	padding-bottom:5px;
}
.princple-msg .signature{
	padding:3px 0px 0px 0px;
}
/* Text Widget
================================================== */
.text-widget {
	width:100%;
	float:left;
}
.text-widget iframe{
	width:100%;
	min-height:200px;
	float:left;
	border:#d0d0d0 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.text-widget ul{
	width:100%;
	float:left;
}
.text-widget ul li{
	width:100%;
	float:left;
	color:#424242;
	font-size:12px;
	font-weight:bold;
	padding:6px 0px 0px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/bullet.png) no-repeat 0px 10px;
}
.text-widget ul li a{
	color:#424242;
}
/* Twitter Widget
================================================== */
.twitter-widget {
	width:100%;
	float:left;
}
.twitter-widget ul{
	width:100%;
	float:left;
}
.twitter-widget ul li{
	width:100%;
	float:left;
	color:#4f4f4f;
	padding:15px 0px 0px 0px;
	font-size:11px;
}
.twitter-widget ul li:first-child{
	padding:0px 0px 0px 0px;
}
.twitter-widget ul li > a{
	color:#949494;
}
.twitter-widget ul li span{
	display:block;
	width:100%;
}
.twitter-widget ul li span a{
	color:#188fd2;
}
/* Events Widget
================================================== */
.events-widget {
	width:100%;
	float:left;
}
.counter-sec {
	width:100%;
	float:left;
	padding:10px 10px 20px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/pattern.gif) repeat-x bottom #ececec;
}
.counter-sec h4{
	width:100%;
	text-align:center;
	padding:0px 0px 10px 0px;
}
/* timer general */
#countdown {
	padding-left:1px;
	height:65px;
}
#timer {
	position:relative;
	width:300px;
}
/* timer numbers */
.timer_numbers {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
}
#timer_days {
	background:url(../images/countdown1.png) no-repeat right;
	float:left;
	height:28px;
	padding:5px 0px 0 8px;
	letter-spacing:11px;
	margin-right:1px;
}
#timer_hours {
	background:url(../images/countdown1.png) no-repeat right;
	float:left;
	height:28px;
	padding:5px 0 0 7px;
	letter-spacing:11px;
	margin-right:1px;
}
#timer_mins {
	background:url(../images/countdown1.png) no-repeat right;
	float:left;
	height:28px;
	padding:5px 0 0 7px;
	letter-spacing:11px;
	margin-right:2px;
}
#timer_seconds {
	background:url(../images/countdown2.png) no-repeat;
	float:left;
	height:28px;
	padding:5px 0 0 7px;
	letter-spacing:11px;
}
/* timer labels */
.timer_labels {
	font-size:10px;
	text-align:center;
	color:#949494;
	text-transform:uppercase;
}
#timer_labels {
	position:relative;
}
#timer_days_label {
	position:absolute;
	top:35px;
	left:21px;	
}
#timer_hours_label {
	position:absolute;
	top:35px;
	left:80px;	
}
#timer_mins_label {
	position:absolute;
	top:35px;
	left:137px;	
}
#timer_seconds_label {
	position:absolute;
	top:35px;
	left:188px;
}
.current-item {
	width:100%;
	float:left;
	padding:10px;
	background:#FFF;
	border-radius:3px;
	box-shadow:0px 0px 3px #CCC;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	margin-bottom:15px;
}
.current-item .date{
	width:37px;
	text-align:center;
	position:absolute;
	left:10px;
	/*padding-top:3px;*/
}
.current-item .eve-desc{
	width:auto;
	float:left;
	display:block;
	border-left:#dcdcdc solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-left:37px;
	padding-left:10px;
}
.current-item .eve-desc h5 a{
	color:#424242;
}
.current-item .eve-desc p{
	color:#949494;
	padding:2px;
	line-height:16px;
}
ul.date-list {
	float:left;
	width:100%;
}
ul.date-list li{
	float:left;
	width:100%;
	position:relative;
	padding:12px 0px 14px 0px;
	background:url(../images/pattern1.gif) repeat-x top;
}
ul.date-list li:first-child{
	background:none;
}
ul.date-list li .date{
	width:37px;
	text-align:center;
	position:absolute;
	left:10px;
	padding-top:3px;
}
ul.date-list li .eve-desc{
	width:auto;
	float:left;
	display:block;
	border-left:#dcdcdc solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-left:47px;
	padding-left:10px;
}
ul.date-list li .eve-desc h5 a{
	color:#424242;
}
ul.date-list li .eve-desc p{
	color:#949494;
	padding:2px;
	line-height:16px;
}
/* Blog Categories Widget
================================================== */
.category-widget {
	width:100%;
	float:left;
	position:relative;
}
.category-widget ul{
	/*width:100%;*/
	float:left;
}
.category-widget ul li{
	/*width:100%;*/
	/*float:left;*/
	padding:8px 0px 0px 12px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/bread-crumb.png) no-repeat 0px 13px;
	color: #134470;
    display: block;
    font-size: 11px;
}
.category-widget ul li:first-child{
	padding:0px 0px 0px 12px;
	background:url(../images/bread-crumb.png) no-repeat 0px 5px;
}
.category-widget ul li a{
	font-size:12px;
	color:#134470;
	display:block;
}
.category-widget ul li a:hover{
	font-size:11px;
	color:#134470;
	text-decoration:underline;
}
.category-widget ul li a span{
	float:right;
}
/* Tabs Widget
================================================== */
.tabs-widget {
	width:100%;
	float:left;
}
.tabs-widget .tab_menu_container{
	width:100%;
	float:left;
	height:47px;
}
.tabs-widget .tab_menu_container ul{
	width:100%;
	float:left;
	height:47px;
	background:url(../images/pattern.gif) repeat-x bottom;
}
.tabs-widget .tab_menu_container ul li{
	float:left;
	display:inline-block;
	text-align:center;
	border-left:#cccccc solid 2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.tabs-widget .tab_menu_container ul li:first-child{
	border-left:none;
}
.tabs-widget .tab_menu_container a{
	color:#002c42;
	font-size:16px;
	height:37px;
	display:block;
	width:100%;
	cursor:pointer;
	padding:10px 0px 0px 0px;
	text-transform:uppercase;
	margin-top:-3px;
}
.tabs-widget .tab_menu_container a.current{
	background:url(../images/tabs-active.gif) repeat-x top;
	border-top:#000 solid 3px;
}
.tab-list {
	display:none;
}
/* Post List
================================================== */
.post-list {
	width:100%;
	float:left;
}
.post-list li{
	width:100%;
	float:left;
	position:relative;
	padding:5px 0px;
}
.post-list li:first-child{
	padding-top:0px;
}
.post-list li a.thumb{
	float:left;
	position:absolute;
	left:0;
	top:9px;
	width:63px;
	border:#cacaca solid 1px;
}
.post-list li a.thumb img{
	width:100%;
}
.post-list li:first-child a.thumb{
	top:4px;
}
.post-list li .desc{
	display:block;
	padding-left:74px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.post-list li .desc h6 a{
	color:#424242;
	font-weight:bold;
}
.post-list li .desc p.date{
	color:#9e9e9e;
}
/* Gallery Widget
================================================== */
.gallery-widget {
	width:100%;
	float:left;
}
ul.gal-list {
	width:102%;
	float:left;
}
ul.gal-list li{
	float:left;
}
ul.gal-list li a{
	width:68px;
	float:left;
	margin:0px 1px 1px 0px;
	border:#b0b0b0 solid 1px;
}
ul.gal-list li a img{
	width:100%;
	float:left;
}
/* Links Widget
================================================== */
.links-widget {
	width:100%;
	float:left;
}
.links-widget ul{
	width:100%;
	float:left;
}
.links-widget ul li{
	width:50%;
	float:left;
	padding:2px 0px;
}
.links-widget ul li a{
	font-size:11px;
}
/* Links Widget
================================================== */
.social-widget {
	width:100%;
	float:left;
}
.social-widget ul{
	width:100%;
	float:left;
	padding:10px 0px;
}
.social-widget ul li{
	float:left;
	padding:0px 2px 5px 2px;
}
.social-widget ul li a{
	float:left;
}
/* Newsletter Widget
================================================== */
.newsletter-widget {
	width:100%;
	float:left;
}
.newsletter-widget input.bar{
	outline:none !important;
	margin:10px 0px 15px 0px;
}
/* Accordion
================================================== */
.accordion {
	width:100%;
	float:left;
}
#example10 li {
	position:relative;
}
#example10 li img{
	float:right;
}
#example10 div.slider-bg {
	background:#000;
	top:300px;
	height:102px;
	width:600px;
	left:0;
	position:absolute;
	z-index:10;
	opacity:.5;
}
#example10 div.slider-info {
	top:30px;
	height:72px;
	left:0;
	position:absolute;
	width:65px;
	z-index:15;
	padding:15px;
}
#example10 div.slider-info h4 {
	color:#fff;
	padding:10px;
	background:#002c42;
	float:left;
	display:none;
}
#example10 div.slider-info p {
	display:none;
	font-size:11px;
	line-height:14px;
	color:#fff;
	margin:0 !important;
	width:230px;
	padding:10px;
}
#example10 li.slider-open h4 {
	display:block;
}
#example10 li.slider-open div.slider-info {
	width:300px;
}
#example10 li.slider-open div.slider-info strong {
	font-size:22px;
}
#example10 li.slider-open div.slider-info p {
	display:block;
}
/* Course Finder
================================================== */
.course-finder {}
.course-finder ul{
	width:100%;
	float:left;
	padding:10px 0px 0px 0px;
}
.course-finder ul:first-child{
	padding:0px 0px 0px 0px;
}
.course-finder ul li{
	float:left;
	width:336px;
}
.course-finder ul li:first-child{
	float:left;
	color:#002c42;
	width:84px;
	padding-top:4px;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}
.course-finder ul li select{
	float:left;
	margin-right:10px;
	width:253px;
}
/* University News
================================================== */
.uni-news {
	position:relative;
}
.uni-news .rss{
	width:15px;
	height:15px;
	display:inline-block;
	position:absolute;
	right:10px;
	top:10px;
	background:url(../images/rss.gif) no-repeat 0px 0px;
}
.uni-news .video{
	width:100%;
	float:left;
}
.uni-news .video iframe{
	width:100%;
	height:250px;
	float:left;
}
.uni-news .news-desc{
	width:100%;
	float:left;
	padding:10px 0px 0px 0px;
}
.uni-news p.date{
	color:#949494;
}
/* News Posts List
================================================== */
.news-list {
	float:left;
	width:100%;
	padding:20px 0px 0px 0px;
}
.news-list li:first-child{
	padding:0px 0px 0px 0px;
}
.news-list li{
	float:left;
	width:100%;
	padding:20px 0px 0px 0px;
	position:relative;
}
.news-list li .thumb{
	left:0;
	float:left;
	width:138px;
	position:absolute;
	border:#b0b0b0 solid 1px;
}
.news-list li .thumb img{
	float:left;
	width:100%;
}
.news-list li .desc{
	float:left;
	width:100%;
	padding:0px 0px 0px 150px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* Blog
================================================== */
.blog {
	width:100%;
	float:left;
}
/* Post
================================================== */
.post {
	width:100%;
	float:left;
	padding:20px 0px;
	position:relative;
	background:url(../images/pattern.gif) repeat-x bottom;
}
.blog .post:first-child {
	padding-top:0px;
}
.post a.thumb{
	width:100%;
	float:left;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.post a.thumb img{
	width:100%;
	float:left;
}
.post a.thumb h5{
	padding:5px 10px;
	float:left;
	position:absolute;
	bottom:10px;
	left:0;
	color:#FFF;
	background:url(../images/black.png);
}
.post h2{
	/*float:left;*/
	width:100%;
	line-height:28px;
}
.post h2 a{
	color:#3d3d3d;
}
.event-detail .ev-head{
	padding-bottom:15px;
}
.event-detail .thumb{
	margin-bottom:0px !important;
}
.post .post-opts{
	width:100%;
	float:left;
	padding:6px 0px;
}
.post .post-opts p{
	float:left;
	color:#9e9e9e;
	padding:0px 20px 0px 18px;
}
.post .post-opts p.author{
	background:url(../images/author.png) no-repeat 0px 4px;
}
.post .post-opts p.date{
	background:url(../images/clock.png) no-repeat 0px 3px;
}
.post .post-opts p.comment-txt{
	background:url(../images/comment.png) no-repeat 0px 4px;
}
.post .post-opts p a{
	color:#9e9e9e;
}
.even-opts {
	height:50px;
	padding:15px 10px 0px 10px !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:#e7e7e7 solid 1px;
	background:url(../images/gray-bg.gif) repeat-x 0px 0px;
}
/*.post > p{
	width:100%;
	float:left;
	color:#424242;
	padding:5px 0px;
}*/
.post .date-sec{
	width:70px;
	height:80px;
	float:left;
	position:absolute;
	left:0;
	background:#1f1f1f;
	text-align:center;
	border-radius:3px;
}
.post .left-rel{
	position:relative;
	float:left;
	margin-right:20px;
}
.post .date-sec h1{
	color:#FFF;
	font-size:38px;
	font-weight:bold;
	padding:18px 0px 5px 0px;
}
.post .date-sec h2{
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.post .post-sec{
	width:100%;
	float:left;
	padding-left:90px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* Post Extras
================================================== */
.post-extras {
	width:100%;
	float:left;
	padding:20px 0px;
	position:relative;
	background:url(../images/pattern.gif) repeat-x bottom;
}
.course-extra {
	margin:20px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	background:url(../images/pattern.gif) repeat-x top;
}
.post-extras .tags{
	float:left;
	font-size:11px;
	color:#9e9e9e;
}
.post-extras .tags a{
	color:#9e9e9e;
}
.post-extras .post-share{
	float:right;
}
.post-extras .post-share h5{
	float:left;
	padding-right:5px;
}
.post-share a{
	float:left;
	width:17px;
	height:18px;
	margin-left:5px;
	position:relative;
	display:inline-block;
	background-position:top;
	background-repeat:no-repeat;
}
.post-share a:hover{
	background-position:bottom;
}
.post-share a.post-fb{
	background-image:url(../images/pshare-1.png);
}
.post-share a.post-in{
	background-image:url(../images/pshare-2.png);
}
.post-share a.post-tw{
	background-image:url(../images/pshare-3.png);
}
.post-share a.post-vm{
	background-image:url(../images/pshare-4.png);
}
.post-share a.post-bl{
	background-image:url(../images/pshare-5.png);
}
.post-share a.post-su{
	background-image:url(../images/pshare-6.png);
}
.post-share a span{
	display:none;
	height:27px;
	color:#FFF;
	position:absolute;
	padding:0px 10px 0px 10px;
	left:-20px;
	top:-28px;
	font-size:11px;
	background:url(../images/bubble.png) no-repeat 0px 0px;
}
.post-share a:hover span{
	display:inline-block;
}
/* About Author
================================================== */
.about-author {
	width:100%;
	float:left;
	padding:20px 0px;
	position:relative;
	background:url(../images/pattern.gif) repeat-x bottom;
}
.about-author .thumb{
	left:0;
	top:24px;
	width:53px !important;
	position:absolute;
	border:#cacaca solid 1px;
}
.about-author .thumb img{
	width:100%;
}
.about-author .desc{
	width:100%;
	float:left;
	padding-left:74px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* Comments
================================================== */
.comments {
	width:100%;
	float:left;
	padding:20px 0px 0px 0px;
	position:relative;
	background:url(../images/pattern.gif) repeat-x bottom;
}
.comments ul{
	width:100%;
	float:left;
	padding:20px 0px 0px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comments ul li{
	width:100%;
	float:left;
	margin-top:20px;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comments ul li:first-child{
	margin-top:0px;
}
.comments ul li .avatar{
	float:left;
	position:absolute;
	left:0;
	right:0;
}
.comments ul li .avatar img{
	float:left;
	border:#cacaca solid 1px;
}
.comments ul li .desc{
	float:right;
	width:100%;
	padding:0px 0px 0px 75px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.comments ul li .desc .desc-in{
	padding-bottom:20px;
	background:url(../images/pattern.gif) repeat-x bottom;
}
.comments ul li .desc .last{
	background:none;
}
.comments ul li .desc h4{
	float:left;
}
.comments ul li .desc h4 a{
	color:#3d3d3d;
}
.comments ul li .desc p{
	float:left;
	color:#9e9e9e;
	padding:3px 0px 0px 10px;
}
.comments ul li .desc p.txt{
	float:left;
	color:#424242;
	padding:3px 0px;
}
.comments ul li .desc a.reply{
	color:#9e9e9e;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
	background:url(../images/sep.gif) no-repeat 0px 1px;
}
.comments ul li.leveltwo{
	background:url(../images/comment-sep.gif) no-repeat 22px 0px;
	padding-left:60px;
}
.comments ul li.leveltwo .avatar{
	left:75px;
}
.comments ul li.leveltwo .desc{
	padding:0px 0px 0px 90px;
}
.comments ul li.levelthree{
	background:url(../images/comment-sep.gif) no-repeat 100px 0px;
	padding-left:40px;
}
.comments ul li.levelthree .avatar{
	left:150px;
}
.comments ul li.levelthree .desc{
	padding:0px 0px 0px 185px;
}
/* Leave a Reply
================================================== */
.leavereply {
	width:100%;
	float:left;
	padding:20px 0px 0px 0px;
	position:relative;
}
.leavereply input.bar{
	float:left;
	width:220px;
	margin:15px 0px 15px 15px;
}
.full input.bar{
	width:310px;
}
.small input.bar{
	width:100%;
	margin:10px 0px 10px 0px;
}
.small textarea{
	margin:10px 0px 0px 0px;
	float:left;
}
.leavereply input.first{
	margin-left:0px;
}
.leavereply input:first-child{
	margin-left:0px;
}
.leavereply textarea{
	height:140px;
	padding:10px;
	margin-bottom:15px;
}
/* Pagination
================================================== */
.paging {
	width:100%;
	float:left;
	padding-top:10px;
}
.paging h5{
	float:left;
	color:#000;
	padding:1px 10px 0px 0px;
}
.paging ul{
	float:left;
}
.paging ul li{
	float:left;
	padding-left:5px;
}
.paging ul li a{
	float:left;
	width:26px;
	height:22px;
	padding-top:4px;
	color:#706e6e;
	/*font-weight:bold;*/
	display:inline-block;
	text-align:center;
	font-size:12px;
}
.paging ul li a.next-prev{
	height:24px;
	padding-top:2px;
}
.paging ul li a.active, .paging ul li a:hover{
	color:#fff;
}
/* Courses
================================================== */
.courses {
	width:100%;
	float:left;
}
.courses .intro{
	width:100%;
	float:left;
	margin-bottom:20px;
	padding:0px 0px 15px 0px;
	background:url(../images/pattern.gif) repeat-x bottom;
}
.courses .intro p{
	width:100%;
	float:left;
	padding:5px 0px;
}
.courses .intro .intro-desc{
	float:left;
	width:450px;
}
.courses .intro .intro-box{
	float:right;
	width:220px;
}
.intro .intro-box .box-in{
	padding:10px 20px;
}
.intro .intro-box h3{
	padding-bottom:5px;
}
.intro .intro-box ul{
	width:100%;
}
.intro .intro-box ul li{
	width:100%;
	float:left;
	padding:5px 0px;
}
.intro .intro-box ul li p{
	line-height:16px;
	padding:3px 0px;
}
.intro .intro-box ul li p:first-child{
	width:100%;
	font-weight:bold;
	color:#003753;
}
/* Table Section
================================================== */
.table-sec {
	width:100%;
	display:table;
	padding:0px 0px 20px 0px;
	background:url(../images/pattern.gif) repeat-x bottom;
}
.table-sec .table-head{
	width:100%;
	color:#FFF;
	display:table-row;
	background:#002c42;
	border:#dddddd solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:inset #1a4255 0px 3px 1px;
}
.table-sec .table-head li{
	padding-top:10px;
	padding-bottom:10px;
	font-size:11px;
	display:table-cell;
	text-transform:uppercase;
	border-left:#173e52 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.table-sec .table-head li:first-child{
	border-left:none;
}
.table-sec .table-head li.id{
	width:7%;
	text-align:center;
}
.table-sec .table-head li.c-name{
	width:30%;
	padding-left:10px;
}
.table-sec .table-head li.programs{
	width:18%;
	padding-left:10px;
}
.table-sec .table-head li.semeser{
	width:15%;
	padding-left:10px;
}
.table-sec .table-head li.eligibility{
	width:25%;
	padding-left:10px;
}
.table-sec .table-head li.day{
	width:15%;
	padding-left:10px;
}
.table-sec .table-head li.instructor{
	width:40%;
	padding-left:10px;
}
.table-sec .table-head li.campus{
	width:18%;
	padding-left:10px;
}
.table-sec .table-head li.room{
	width:10%;
	padding-left:10px;
}
.table-sec .table-head li.class-time{
	width:17%;
	padding-left:10px;
}
.table-sec .table-cont{
	width:100%;
	color:#424242;
	display:table-row;
	border:#dddddd solid 1px;
	border-top:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.table-sec .table-cont a{
	color:#424242;
}
.table-sec .table-cont li{
	padding-top:10px;
	padding-bottom:10px;
	font-size:11px;
	display:table-cell;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-right:#dddddd solid 1px;
	border-bottom:#dddddd solid 1px;
}
.table-sec .table-cont li:first-child{
	border-left:#dddddd solid 1px;
}
.table-sec .table-cont li.id{
	width:7%;
	text-align:center;
}
.table-sec .table-cont li.c-name{
	width:45%;
	padding-left:10px;
}
.table-sec .table-cont li.c-name a{
	font-weight:bold;
}
.table-sec .table-cont li.programs{
	width:18%;
	padding-left:10px;
}
.table-sec .table-cont li.semeser{
	width:15%;
	padding-left:10px;
}
.table-sec .table-cont li.eligibility{
	width:30%;
	padding-left:10px;
}
.table-sec .table-cont li.day{
	width:15%;
	padding-left:10px;
}
.table-sec .table-cont li.instructor{
	width:40%;
	padding-left:10px;
}
.table-sec .table-cont li.subject-title{
	width:41%;
	padding-left:10px;
}
.table-sec .table-cont li.campus{
	width:18%;
	padding-left:10px;
}
.table-sec .table-cont li.room{
	width:10%;
	padding-left:10px;
}
.table-sec .table-cont li.class-time{
	width:17%;
	padding-left:10px;
}
/* Across Categories
================================================== */
.acros-cats {
	width:100%;
	float:left;
	padding:20px 0px 0px 0px;
}
.acros-cats h3{
	padding:0px 0px 10px 0px;
}
.acros-cats ul.cat-list{
	float:left;
	width:100%;
	padding-bottom:20px;
}
.acros-cats ul.cat-list li{
	width:214px;
	float:left;
	margin-left:21px;
	position:relative;
	border:#dddddd solid 1px;
}
.acros-cats ul.cat-list li:first-child{
	margin-left:0px;
}
.acros-cats ul.cat-list li a{
	float:left;
	width:100%;
}
.acros-cats ul.cat-list li a img{
	float:left;
	width:100%;
}
.acros-cats ul.cat-list li h5{
	float:left;
	left:0;
	bottom:0;
	width:100%;
	padding:10px 0px 10px 0px;
	position:absolute;
	background:url(../images/black-dark.png);
}
.acros-cats ul.cat-list li:hover h5{
	background:url(../images/black.png);
}
.acros-cats ul.cat-list li h5 a{
	color:#FFF;
	float:left;
	margin-left:10px;
}
/* Bullets List
================================================== */
.bullets {
	width:100%;
	float:left;
	padding:10px 0px 0px 0px;
}
.bullets li{
	width:100%;
	float:left;
	font-size:11px;
	padding:4px 0px 4px 16px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/bullet-1.png) no-repeat 0px 8px;
}
.list-items {
	width:100%;
	float:left;
	padding:10px 0px 0px 0px;
}
.list-items li{
	width:100%;
	float:left;
	font-size:12px;
	padding:4px 0px 4px 16px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/bread-crumb.png) no-repeat 0px 8px;
}
.box-shadow {
	width:100%;
	float:left;
	padding:10px;
	margin:15px 0px;
	border-radius:3px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:0px 0px 3px #ccc;
}
/* Gallery Column
================================================== */
.gallery-page {
	width:100%;
	float:left;
}
.filter-sec {
	width:100%;
	float:left;
	padding:0px 0px 15px 0px;
	background:url(../images/pattern.gif) repeat-x bottom;
}
.filter-sec h3{
	float:left;
	padding:4px 0px 0px 0px;
}
.filter-sec nav{
	float:left;
}
.filter-sec nav a{
	font-size:11px;
	padding:5px 10px;
	margin-left:10px;
	border-radius:3px;
	display:inline-block;
	font-size:16px;
	color:#706e6e;
	font-family: 'Source Sans Pro', sans-serif;
}
.filter-sec nav a:hover, .filter-sec nav a.active{
	color:#FFF;
}
#gal-container {
	display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
	position:relative;
}
#gal-container li {
	float: left;
	position: relative;
}
#gal-container ul {
	
}
#gal-container ul.hidden {
	display:none;
}
/* Gallery Two Column
================================================== */
.gallery-two-col {
	width:1000px;
	float:left;
	overflow:hidden;
	margin-left:-20px;
}
.gallery-two-col li{
	width:468px;
	height:288px;
	float:left;
	display:block;
	overflow:hidden;
	position:relative;
	margin:20px 0px 0px 20px;
	border:#dddddd solid 1px;
}
.gallery-two-col li img{
	width:100%;
}
.col2 .gallery-two-col {
	width:440px;
}
.col2 .gallery-two-col li{
	width:198px;
	height:122px;
}
.col3 .gallery-two-col {
	width:710px;
}
.col3 .gallery-two-col li{
	width:333px;
	height:205px;
}
.view{
	width:100%;
	height:100%;
	bottom:0;
	left:0;
	display:none;
	position:absolute;
	background:url(../images/black.png);
}
.view a{
	display:block;
	width:100%;
	height:100%;
	background:url(../images/zoom.png) no-repeat center center;
}
li:hover .view{
	display:block;
}
/* Gallery Three Column
================================================== */
.gallery-three-col {
	width:1000px;
	float:left;
	overflow:hidden;
	margin-left:-20px;
}
.gallery-three-col li{
	width:305px;
	height:203px;
	float:left;
	display:block;
	overflow:hidden;
	position:relative;
	margin:20px 0px 0px 20px;
	border:#dddddd solid 1px;
}
.gallery-three-col li img{
	width:100%;
}
.col2 .gallery-three-col {
	width:440px;
}
.col2 .gallery-three-col li{
	width:124px;
	height:83px;
}
.col3 .gallery-three-col {
	width:710px;
}
.col3 .gallery-three-col li{
	width:214px;
	height:142px;
}
/* Gallery Four Column
================================================== */
.gallery-four-col {
	width:1000px;
	float:left;
	overflow:hidden;
	margin-left:-20px;
}
.gallery-four-col li{
	width:223px;
	height:148px;
	float:left;
	overflow:hidden;
	position:relative;
	margin:20px 0px 0px 20px;
	border:#dddddd solid 1px;
}
.gallery-four-col li a{
	float:left;
}
.gallery-four-col li img{
	width:100%;
}
.col2 .gallery-four-col {
	width:440px;
}
.col2 .gallery-four-col li{
	width:88px;
	height:58px;
}
.col3 .gallery-four-col {
	width:710px;
}
.col3 .gallery-four-col li{
	width:155px;
	height:103px;
}
/* Portfolio One Column
================================================== */
.portfolio-one-col {
	width:960px;
	float:left;
	overflow:hidden;
	margin-left:-20px;
}
.portfolio-one-col li{
	width:100%;
	height:290px;
	float:left;
	position:relative;
	margin:20px 0px 0px 20px;
}
.portfolio-one-col li .thumb-sec{
	width:633px;
	height:288px;
	float:left;
	position:relative;
	border:#dddddd solid 1px;
}
.portfolio-one-col li .thumb-sec img{
	width:100%;
}
.portfolio-one-col li .desc-sec{
	width:305px;
	height:288px;
	float:right;
	position:relative;
}
.portfolio-one-col li .desc-sec h4{
	padding:0px 0px 10px 0px;
	width:100%;
	float:left;
}
.portfolio-one-col li .desc-sec h4 a{
	color:#2c2c2c;
}
.portfolio-one-col li .desc-sec p{
	padding:5px 0px;
	width:100%;
}
.portfolio-one-col li .desc-sec button{
	margin:10px 0px 0px 0px;
}
/* Gallery Two Column
================================================== */
.portfolio-two-col {
	width:1000px;
	float:left;
	overflow:hidden;
	margin-left:-20px;
}
.portfolio-two-col li{
	width:468px;
	height:362px;
	float:left;
	display:block;
	overflow:hidden;
	position:relative;
	margin:20px 0px 0px 20px;
}
.portfolio-two-col li img{
	width:100%;
}
.portfolio-two-col li .thumb-sec{
	width:100%;
	float:left;
	position:relative;
	border:#dddddd solid 1px;
}
.portfolio-two-col li .desc-sec{
	width:100%;
	float:left;
}
.portfolio-two-col li .desc-sec h4{
	padding:10px 0px 5px 0px;
	width:100%;
	float:left;
}
.portfolio-two-col li .desc-sec h4 a{
	color:#2c2c2c;
}
.portfolio-two-col li .desc-sec p{
	padding:5px 0px;
	width:100%;
}
/* Gallery Three Column
================================================== */
.portfolio-three-col {
	width:1000px;
	float:left;
	overflow:hidden;
	margin-left:-20px;
}
.portfolio-three-col li{
	width:305px;
	height:292px;
	float:left;
	display:block;
	overflow:hidden;
	position:relative;
	margin:20px 0px 0px 20px;
}
.portfolio-three-col li img{
	width:100%;
}
.portfolio-three-col li .thumb-sec{
	width:100%;
	float:left;
	position:relative;
	border:#dddddd solid 1px;
}
.portfolio-three-col li .desc-sec{
	width:100%;
	float:left;
}
.portfolio-three-col li .desc-sec h4{
	padding:10px 0px 5px 0px;
	width:100%;
	float:left;
}
.portfolio-three-col li .desc-sec h4 a{
	color:#2c2c2c;
}
.portfolio-three-col li .desc-sec p{
	padding:5px 0px;
	width:100%;
}
/* Gallery Four Column
================================================== */
.portfolio-four-col {
	width:1000px;
	float:left;
	overflow:hidden;
	margin-left:-20px;
}
.portfolio-four-col li{
	width:223px;
	height:252px;
	float:left;
	overflow:hidden;
	position:relative;
	margin:20px 0px 0px 20px;
}
.portfolio-four-col li a{
	float:left;
}
.portfolio-four-col li img{
	width:100%;
}
.portfolio-four-col li .thumb-sec{
	width:100%;
	float:left;
	position:relative;
	border:#dddddd solid 1px;
}
.portfolio-four-col li .desc-sec{
	width:100%;
	float:left;
}
.portfolio-four-col li .desc-sec h4{
	padding:10px 0px 5px 0px;
	width:100%;
	float:left;
}
.portfolio-four-col li .desc-sec h4 a{
	color:#2c2c2c;
}
.portfolio-four-col li .desc-sec p{
	padding:5px 0px;
	width:100%;
}
/* Contact Us
================================================== */
.contact-us {
	width:100%;
	float:left;
}
/* Map
================================================== */
.contact-us .map{
	width:100%;
	float:left;
}
.contact-us .map iframe{
	width:100%;
	height:265px;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:#afafaf solid 1px;
}
/* Contact Us Page Text
================================================== */
.contact-us .contact-text{
	width:100%;
	float:left;
	padding-top:15px;
}
.contact-us .contact-text h4{
	padding-bottom:5px;
}
/* Address
================================================== */
.contact-us .contact-address{
	width:100%;
	float:left;
	padding:15px 0px 20px 0px;
	background:url(../images/pattern.gif) repeat-x bottom;
}
.contact-address ul{
	width:100%;
	float:left;
}
.contact-address ul li{
	width:49%;
	float:left;
	padding-left:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-left:#e5e5e5 solid 1px;
}
.contact-address ul li:first-child{
	width:50%;
	padding-left:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-left:none;
}
.contact-address ul li h5{
	padding:0px 0px 4px 0px;
	color:#002c42;
}
.contact-address ul li p{
	width:100%;
	float:left;
	padding:4px 0px;
}
.contact-address ul li p span{
	display:inline-block;
	float:left;
	color:#424242;
	font-weight:bold;
}
.contact-address ul li p span:first-child{
	width:80px;
	font-weight:normal;
}
.contact-address ul li p a{
	color:#424242;
}
/* Enquiry Form
================================================== */
.quick-enquiry{
	width:100%;
	float:left;
	padding:20px 0px 0px 0px;
}
.quick-enquiry h4{
	padding:0px 0px 5px 0px;
}
.quick-enquiry ul{
	width:100%;
	float:left;
	padding:5px 0px;
}
.quick-enquiry ul li{
	width:100%;
	float:left;
}
.quick-enquiry ul li h5{
	padding:0px 0px 8px 0px;
}
.quick-enquiry ul li input.bar{
	width:400px;
}
.quick-enquiry ul li textarea{
	height:120px;
}
.quick-enquiry label.error{
	color:#F00;
}
.quick-enquiry p.error{
	height:39px;
	display:block;
	width:100%;
	padding:8px 0 0px 15px;
	color:#FFF;
	font-weight:bold;
	border-radius:3;
	-moz-border-radius:3px;
  	-webkit-border-radius:3px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/notifications.gif) repeat-x bottom;
}
.quick-enquiry p.success{
	height:39px;
	display:block;
	width:100%;
	padding:8px 0 0px 15px;
	color:#FFF;
	font-weight:bold;
	border-radius:3;
	-moz-border-radius:3px;
  	-webkit-border-radius:3px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/notifications.gif) repeat-x top;
}
/* Events Page
================================================== */
.events-page {
	float:left;
}
/* Events Category Selector
================================================== */
.cat-select{
	float:left;
	width:100%;
	margin-bottom:20px;
	border-bottom:#e7e7e7 solid 1px;
}
.cat-select ul{
	float:left;
	width:100%;
}
.cat-select ul li{
	float:left;
	padding-right:20px;
}
/* Events Timeline
================================================== */
#tab-timeline{
	float:left;
	width:100%;
	position:relative;
}
#tab-timeline .rod {
	position:absolute;
	display:block;
	height:100%;
	width:5px;
	left:6px;
	z-index:1;
	border-radius:5px;
	background:#e8e8e8;
} 
ul.timeline{
	float:left;
	width:100%;
	position:relative;
	z-index:2;
}
ul.timeline li{
	float:left;
	width:100%;
	margin-top:20px;
	padding:0px 0px 0px 35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/bullets-events.gif) no-repeat left center;
}
ul.timeline li:hover{
	background:url(../images/bullets-events-hover.gif) no-repeat left center;
}
ul.timeline li:first-child{
	margin-top:0px;
}
ul.timeline li .rows{
	display:table;
}
ul.timeline li .event-list{
	float:left;
	width:100%;
	border:#e7e7e7 solid 1px;
	border-left:#e7e7e7 solid 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
ul.timeline li:hover .event-list{
	border:#b8b8b8 solid 1px;
	border-left:#b8b8b8 solid 5px;
}
ul.timeline li .desc-sec{
	width:100%;
	display:table-row;
}
ul.timeline li .desc-sec .date{
	width:65px;
	padding:20px 20px 0px 20px;
	display:table-cell;
	vertical-align:top;
	background:url(../images/dotts-big.gif) no-repeat right 20px;
}
ul.timeline li .desc-sec .date .date-in{
	background:#000;
	display:block;
	height:90px;
	width:100%;
	text-align:center;
	color:#FFF;
	border-radius:3px;
	font-family: 'Source Sans Pro', sans-serif;
}
ul.timeline li .desc-sec .date .date-in span{
	width:100%;
	display:block;
	text-align:center;
	font-size:24px;
}
ul.timeline li .desc-sec .date .date-in span:first-child{
	font-size:36px;
	font-weight:bold;
	padding:20px 0px 10px 0px;
}
ul.timeline li .desc-sec .thumbnail{
	width:140px;
	display:table-cell;
	vertical-align:top;
	padding:20px 0px 0px 20px;
}
ul.timeline li .desc-sec .thumbnail a{
	width:138px;
	float:left;
	border:#b0b0b0 solid 1px;
}
ul.timeline li .desc-sec .thumbnail a img{
	width:100%;
	float:left;
}
ul.timeline li .desc-sec .text{
	display:table-cell;
	vertical-align:top;
	padding:20px 20px 0px 20px;
}
ul.timeline li .desc-sec .text h3{
	padding:0px 0px 10px 0px;
	font-weight:bold;
}
ul.timeline li .desc-sec .text h3 a{
	color:#000000;
}
ul.timeline li .even-opts{
	width:100%;
	float:left;
	height:50px;
	padding:12px 20px 0px 20px;
	margin-top:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-top:#e7e7e7 solid 1px;
	background:url(../images/gray-bg.gif) repeat-x;
}
ul.timeline li .even-opts p{
	float:left;
	color:#9f9f9f;
	font-size:12px;
	padding:15px 0px 0px 0px;
	margin-right:20px;
}
ul.timeline li .even-opts p.time{
	height:18px;
	padding:3px 0px 0px 28px;
	background:url(../images/clock-big.png) no-repeat 0px 0px;
}
ul.timeline li .even-opts p.location{
	height:18px;
	padding:3px 0px 0px 20px;
	background:url(../images/location.png) no-repeat 0px 0px;
}
/* Event Location
================================================== */
.event-location {
	width:100%;
	float:left;
	padding:20px 0px 0px 0px;
	margin:20px 0px 0px 0px;
	background:url(../images/pattern.gif) repeat-x top;
}
.event-location h2{
	padding-bottom:15px;
}
.event-location .map-section{
	width:100%;
	float:left;
	border:#e7e7e7 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.map-section .location-opts{
	width:100%;
	height:50px;
	float:left;
	background:url(../images/gray-bg.gif) repeat-x;
	border-bottom:#e7e7e7 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.map-section .location-opts p{
	color:#9f9f9f;
	padding:0px 0px 0px 20px;
	margin:13px 0px 0px 10px;
	background:url(../images/location.png) no-repeat 0px 0px;
}
.map-section iframe{
	width:100%;
	height:300px;
	float:left;
}
/* Footer
================================================== */
#footer {
	width:100%;
	color:#fff;
	position:relative;
	background:url(../images/footer.gif) repeat-x bottom center #031e2b;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	color:#fff;
}
#footer .widget-holder{
	width: 100%;
	float:left;
	padding:25px 0px 20px 0px;
}
#footer .widget-holder > li{
	width:27%;
	float:left;
	margin:0 3%;
}
#footer .widget-holder > li:first-child{
}
#footer .heading{
	background:none;
	width:100%;
	text-transform:none;
	padding:0px 0px 10px 0px;
}
#footer .copyrights{
	width:100%;
	height:33px;
	float:left;
}
#footer .copyrights p{
	float:left;
	color:#585858;
	padding:5px 0px 0px 0px;
}
#footer .copyrights a.gotop{
	float:right;
	width:41px;
	height:21px;
	display:inline-block;
	background:url(../images/gototop.gif) no-repeat;
}
/*LEE*/
.footer-logo{width:90%;}
.img-intro-left img{-moz-box-sizing: border-box;
    float: left;
    position: relative;
    width: 100%;}
.post{padding-top:10px!important;}
.image-text-gap{position:relative; top:146px;}
.translate-bar{
    vertical-align: middle;
    padding: 10px 0 15px 25px;
}
.translate-bar select{border:0!important; width:156px!important; outline:0!important; box-shadow:none!important;}
.date, .author, .comment-txt{font-size:11px;}
.camera_caption div{ font-size:16px!important; color:yellow; font-weight:normal!important; font-family: 'Source Sans Pro', sans-serif!important;}
.readmore{font-size:12px!important; float:right;}



/*BUTTONS*/
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}

.btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-group {
  position: relative;
  *margin-left: .3em;
  *zoom: 1;
}

.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}

.btn-group:after {
  clear: both;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .dropdown-toggle {
  *padding-top: 4px;
  padding-right: 8px;
  *padding-bottom: 4px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini.dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}

.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-mini .caret {
  margin-top: 5px;
}

.btn-small .caret {
  margin-top: 6px;
}

.btn-large .caret {
  margin-top: 6px;
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/*TABLE*/

table {
    margin: 0 0 20px;
    width: 100%;
}
table th {
    color: #FFFFFF;
    font-family: 'Roboto',Georgia,Arial;
    font-size: 14px;
    padding: 12px 16px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
table td {
    background-color: #F0F0F0;
    color: #828282;
    padding: 12px 16px;
    text-align: left;
	border-left:1px solid #ddd;
}
table td.highlight {
    color: #FFFFFF;
    font-weight: 300;
}
.table-green table tr th {
    background: url("../images/button_line.png") repeat-x scroll center top #94BA65;
}
.table-blue table tr th {
    background: url("../images/button_line.png") repeat-x scroll center top #4EC2DF;
}
.table-orange table tr th {
    background: url("../images/button_line.png") repeat-x scroll center top #EE7E3F;
}
.table-red table tr th {
    background: url("../images/button_line.png") repeat-x scroll center top #E94E4E;
}
.table-grey table tr th {
    background: url("../images/button_line.png") repeat-x scroll center top #5E5E5E;
}
.table-white .table th {
    background: url("../images/button_line.png") repeat-x scroll center top #E1E1E1;
    color: #505050 !important;
}
.table-white table tr th {
    background-color: #FFFFFF;
}
table tr.even td, table tr.odd td {
    background-color: #FFFFFF;
}
table tr td.highlight, .table-black table tr th {
    background-color: #333333;
}
ol{clear:both; margin:7px 0 7px 25px!important;}
ol li{ font-size:12px;padding:7px 0 7px 0;}
.inside-banner{margin-bottom:15px; height:500px;}
.date h2{padding:0;font-size:20px;}
.TDB-tweet-text {color:#fff; font-size:12px;}
.TDB-tweet-text a{color:#FFFF00;}
#latest-members-container li {width:64px; display:inline; background:none; margin:0;padding:0;}

.pagination{}
.pagination li{display:inline;}
.pagination{
	float:right;
}
.pagination {
		text-align:center;
		width:100%;
		padding-top: 15px;
}
.pagination li {
	padding:5px;
	border-radius:3px;
	display:none;
	border:#0f0f0f solid 1px;
	background-color:#0f1517;
	margin:5px;
	color:#fff;
}
.pagination li.pagination-prev, .pagination li.pagination-next { display: inline-block; }
.pagination .counter { display: none; }
.pagination li a{
	color:#fff;
}