.home div#Container {
	min-height: 600px;
}

.home #logo {
	/*top: 10px;*/
	/*width: 100px;*/
	/*height: 87px;*/
	width: 149px;
	height: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.home #topbar {
	height: 36px;
	background: #595959;
	border: none;
}

div#topbar p#cedrstrap {
	margin-left: 17px;
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
}

ul#css3menu1 {
	margin-top: 128px;
}

/*.home div#topbarmenu {
	margin-top: 8px;
}*/

.home div#contentrow {
	display: block;
}

.home div#contactuscell {
	display: none;
}

/**
 * tabs
 */
ul#tabs {
	width: 100%;
	height: 65px;
	margin: 10px 0 10px 0;
	padding: 0;
}

#tabs li {
	float: left;
	width: 20%;
	height: 65px;
	list-style: none;
}
#tabs li a {
	display: block;
	height: 65px;
	padding: 3px 0 0 10px;
	color: #fff !important;
	background-image: url(../../assets/images/tabs_background.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
}

/* Website branding change over 1 April 2015 */

#tabs li.tab1 a {
	/* changed 9 Jan 2015 background-color: rgba(0, 159, 227, 0.9); */
	background-color: rgba(65,182,230,0.8);
}

#tabs li.tab2 a {
	/* changed 9 Jan 2015 background-color: rgba(239, 122, 4, 0.9);	*/
	background-color: rgba(234,118,0,0.8);
}
#tabs li.tab3 a {
	/* changed 9 Jan 2015 background-color: rgba(204,80,141, 0.9); */
	background-color: rgba(0,171,142,0.8);
}
#tabs li.tab4 a {
	/* changed 9 Jan 2015 background-color: rgba(4, 50, 109, 0.9); */
	background-color: rgba(56,94,157,0.8);	
}
#tabs li.tab5 a {
	/* changed 9 Jan 2015	background-color: rgba(88, 89, 107, 0.9);	*/
	background-color: rgba(138,138,141,0.8);	
}

#tabs li.tab1 a:hover, #tabs li.tab1.on a {
	color: #FFF !important;
	/* changed 9 Jan 2015 background-color: rgba(0, 159, 227, 1); */
	background-color: rgba(65,182,230,1);
}
#tabs li.tab2 a:hover, #tabs li.tab2.on a {
	color: #FFF !important;
	/* changed 9 Jan 2015 background-color: rgba(239, 122, 4, 1);	*/
	background-color: rgba(234,118,0,1);
}
#tabs li.tab3 a:hover, #tabs li.tab3.on a {
	color: #FFF !important;
	/* changed 9 Jan 2015 background-color: rgba(204,80,141, 1); */
	background-color: rgba(0,171,142,1);
}
#tabs li.tab4 a:hover, #tabs li.tab4.on a {
	color: #FFF !important;
	/* changed 9 Jan 2015 background-color: rgba(4, 50, 109, 1); */
	background-color: rgba(56,94,157,1);	
}
#tabs li.tab5 a:hover, #tabs li.tab5.on a {
	color: #FFF !important;
	/* changed 9 Jan 2015 background-color: rgba(88, 89, 107, 1);	*/
	background-color: rgba(138,138,141,1);	
}

#tab_images {
	position: relative;
	width: 100%;
	height: 247px;
}
#tab_images div {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 247px;
	background-color: #ccc;
	background-position: left top;
	background-repeat: no-repeat;
}
#tab_images div:hover {
	cursor: pointer;
}
#tab_images div.tab0:hover {
	cursor: default;
}

#tab_images div.tab0 {
	display: block;
	background-image: url(../../assets/images/tab0.jpg);
}
#tab_images div.tab1 {
	background-image: url(../../assets/images/tab1.jpg);
}
#tab_images div.tab2 {
	background-image: url(../../assets/images/tab2.jpg);
}
#tab_images div.tab3 {
	background-image: url(../../assets/images/tab3.jpg);
}
#tab_images div.tab4 {
	background-image: url(../../assets/images/tab4.jpg);
}
#tab_images div.tab5 {
	background-image: url(../../assets/images/tab5.jpg);
}
#tab_images div a,
#tab_images div span {
	display: block;
	position: absolute;
	left: 40px;
	top: 35px;
	z-index: 11;
	width: 45%;
	color: #fff !important;
	background: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 22px;
	font-style: italic;
	text-decoration: none;
}
#tab_images div a:hover {
	text-decoration: none;
}

#tab_images div.tab1 {
}

#tab_images div.tab1 a,
#tab_images div.tab4 a {
	color: #04326d !important;
}
#tab_images div.tab5 a {
	color: #58596b !important;
}


/**
 * slider
 */
.home .theme-default .nivoSlider {
	background-color: #ececec;
}

.home.landing .nivo-caption {
	width: 58%;
	padding: 0;
	background: transparent;
	opacity: 1;
}

.home.landing .nivo-html-caption-wrapper {
	padding: 60px 0 0 40px;
}

.home.landing #landing-content .nivo-caption h2 {
	margin-bottom: 0.2em;
	font-size: 180%;
	font-weight: bold;
	color: #fff !important;
}

.home.landing .nivo-caption p {
	font-size: 160%;
	line-height: 1.6;
	font-weight: normal;
	color: #fff;
}
.home.landing .nivo-caption p strong {
	font-weight: bold;
}
.home.landing .nivo-caption a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

/**
 * blocks
 */
#front-blocks {
	/*height: 320px;*/
	margin: 20px 0;
	overflow: auto;
}

.front-block {
	float: left;
	/*width: 18.22222%;*/ /* 164/900 */
	/*width: 18.55555%;*/
	width: 18.77%;
	width: 20.3%;
	height: auto;
	/*height: 360px;*/
	/*margin-right: 1%;*/ /* 9/900 */
	margin-right: 2%;
	/*padding-right: 1.111111%;*/ /* 10/900 */
	/*border-right: 1px solid #ccc;*/
/*background: #fcc;*/
}
.front-block2 {
	/*width: 38.3%;
	height: 360px;*/
	width: 32.61%; /* 300px */
	height: 300px;
	/*margin-right: 0;*/
	padding-right: 0;
/*background: #fcc;*/
}

div.front-block3 b {
	font-weight: bold;
	font-size: 110%;
}

div.front-block3 p a {
	/*color: #58596b !important;*/
	/*font-weight: bold;*/
}	

/*.front-block.front-block3 {
	padding-right: 0.8%;
}*/
.front-block.front-block4 {
	/*width: 17.77%;*/
	margin-right: 0;
	padding-right: 0;
	border: none;
/*background: #ccc;*/
}

.front-block h2 {
	margin-bottom: 0.6em;
	color: #04326d;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

/* calendar block */
.front-block.front-block-calendar h3 {
	margin-bottom: 0;
	font-size: 115%;
}
.front-block-calendar .calendar-entry {
	display: table-row;
}

.front-block-calendar .calendar-date {
	float: left;
	width: 24px;
	height: 23px;
	margin: 4px 7px 5px 0;
	padding-top: 3px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	display: table-cell;
	vertical-align: top;
}

/*.front-block-calendar .calendar-category-forum1 .calendar-date { background: #009fe3; }
.front-block-calendar .calendar-category-forum2 .calendar-date { background: #003366; }
.front-block-calendar .calendar-category-forum3 .calendar-date { background: #0069b4; }
.front-block-calendar .calendar-category-webinar .calendar-date { background: #ee4528; }
.front-block-calendar .calendar-category-mst .calendar-date { background: #003070; }
.front-block-calendar .calendar-category-can .calendar-date { background: #3a154b; }
.front-block-calendar .calendar-category-mpd .calendar-date { background: #58596d; }
.front-block-calendar .calendar-category-presentation .calendar-date { background: #58596b; }*/

.front-block-calendar .calendar-category-forum1 .calendar-date,
.front-block-calendar .calendar-category-forum2 .calendar-date,
.front-block-calendar .calendar-category-forum3 .calendar-date,
.front-block-calendar .calendar-category-webinar .calendar-date,
.front-block-calendar .calendar-category-mpd .calendar-date,
.front-block-calendar .calendar-category-presentation .calendar-date,
.front-block-calendar .calendar-category-default .calendar-date {
	/*background: #bbaec2;*/
	background: #003070;
}

.front-block-calendar .calendar-category-mst .calendar-date,
.front-block-calendar .calendar-category-can .calendar-date {
	background: rgba(234, 118, 0, 1);
}

.front-block-calendar .calendar-text {
	display: table-cell;
	padding-top: 2px;
	padding-bottom: 10px;
	vertical-align: top;
	font-size: 100%;
	line-height: 1.2;
}

.front-block-calendar .calendar-text a {
	/*color: #58596b !important;*/
	color: #003070 !important;
}

.front-block-calendar .calendar-category-mst .calendar-text a,
.front-block-calendar .calendar-category-can .calendar-text a {
	color: rgba(234, 118, 0, 1) !important;
}


/*.front-block-calendar .calendar-category-forum1 .calendar-text a span {
	color: #009fe3 !important;
}
.front-block-calendar .calendar-category-forum2 .calendar-text a span {
	color: #003366 !important;
}
.front-block-calendar .calendar-category-forum3 .calendar-text a span {
	color: #0069b4 !important;
}
.front-block-calendar .calendar-category-webinar .calendar-text a span {
	color: #ee4528 !important;
}
.front-block-calendar .calendar-category-presentation .calendar-text a span {
	color: #58596b !important;
}*/

.more-events {
	margin-top: 5px;
	text-align: left;
}

/* blog block */
.front-block-blog h2 {
	margin-bottom: 0.9em;
}

div.magazine {
	height: auto;
	font-family: inherit;
}
#loopedSlider {
	margin: 0 auto;
}

img.woo-image {
	width: 300px;
	height: 300px;
}

#loopedSlider .content {
	top: 10px;
	width: 280px;
	padding: 8px 10px;
	background: rgba(0, 0, 0, 0.7);
}
#loopedSlider .content h2,
#loopedSlider .content p {
	/*padding: 7px 10px;
	margin: 7px 10px;*/
	margin: 0;
	padding: 0;
	background: transparent;
}
#loopedSlider .content h2 {
	margin-bottom: 5px;
}

/* passle feed */
div.magazine {
	font: 14px/20px "Trebuchet MS",Arial,Helvetica,Sans-serif; color: #555; background-color: #fff;
}
div.magazine p {
	font: 14px/18px "Trebuchet MS",Arial,Helvetica,Sans-serif;
}
#loopedSlider {
	padding: 0; position: relative;
}
.passle-plugin-content {
	min-height: 200px; position: absolute; top: 0; left: 0; display: none;
}
.passle-post-container {
	position: relative; overflow:hidden; width: 697px; background: #fff;
}
.passle-post-image {
	position: relative; width: 100%; height: 300px; overflow: hidden; width:300px;
}
.passle-post-image img {
	position: absolute; height: auto; top: 0; min-height: 100%; min-width: 100%; width: auto; height: auto; left: 50%; transform: translateX(-50%);
}
.passle-post-title {
	position: absolute; left: 0px; top: 10px; width: 280px; padding: 8px 10px; background: rgba(0, 0, 0, 0.7);
}
.passle-post-title a {
	color: #fff !important; font-weight: bold; font-size: 16px; text-transform: uppercase; line-height: 110%;
}
.passle-post-author,
.passle-post-date,
.passle-post-quote {
	display: none; }
.passle-post-content {
	position: absolute; bottom: 10px; color: #fff; padding: 8px 10px; background: rgba(0, 0, 0, 0.7); font-size: 85%; font-size: 11.9px; line-height: 1.3; width:280px; left:0;
}



/* text block */
.front-block-text p {
	margin-bottom: 1em;
	/*color: #04326d;*/
}

.front-block.twitter-feed {
	width: 20.653%;
	height: 370px;
	margin-top: -8px;
}

/* news block */
.front-block-news h3 {
	font-size: 1em;
	/*color: #0069b3;*/
	color: #222;
}
.front-block-news p {
	margin-bottom: 0.7em;
	line-height: 1.3;
}
.front-block-news p a {
	/*color: #58596b !important;*/
}



/* 3 columns: News under Blog */
/*.front-block {
	border: none;
}*/

.Xfront-block.front-block-calendar,
.Xfront-block.twitter-feed {
	width: 29.527%; /* 272 */
	width: 29.113944%; /* 268 */
	width: 28.113691%; /* 259 */
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
/*

.front-block-blog {
	width: 37.777%;
	margin-left: 3%;
	margin-right: 3%;
	padding-left: 0;
	padding-right: 0;
}
.front-block-blog div.magazine {
	margin-bottom: 1em;
}
.front-block h2,
.front-block-blog h2 {
	margin-bottom: 0.4em;
}

.front-block-news p {
	margin-bottom: 0.5em;
}*/


