/*
 * Permanent CSS 
 */


/*******  Common Hacks	**************************************		
															**
															**
	--- safari 3+, chrome 1+, opera9+, ff 3.5+ ---			**
/*body:first-of-type #ocho {  color: red }					**
															**	
	--- saf3, chrome1+ ---									**
@media screen and (-webkit-min-device-pixel-ratio:0) { 		**
 #diez  { background: #FFDECE; border: 2px solid #ff0000  } **
}															**
															**
	--- IE 7 and below ---									**
*:first-child+html #dos { color: red }						**
															**
															**
	--- saf3, chrome1+ ---									**
@media screen and (-webkit-min-device-pixel-ratio:0) { 		**
#menu  { display:none; }									**
}															**
															**
	--- IE 7 and modern browsers ---						**
html>body #tres { color: red }								**
															**
*********************************************************** */

																				/* **************************** ADMIN ELEMENTS ********************** */

html {  
	font-weight: normal; 
	margin-top: 0px; 
}

body {  
	margin: 0px; 
	padding: 0px; 
	height:100%; 
	width:100%; 
	background: url('/images/background.jpg') fixed top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.share { 
	float:right;
	margin-top: 3px;
}

/* **************************** COMMON ELEMENTS ********************* */

.iplasma-breadcrumb { 
	padding: 10px 10px 10px 10px;
	font-size:12px; 
	background: #1535BC;
	font-family: Georgia;
	color: #FFFDDE;
}

.iplasma-breadcrumb a {  
	color: #FFFDDE;
	font-family: Georgia;
	font-weight: normal;
}

.iplasma-breadcrumb a:hover { 
	text-decoration: underline
}

.iplasma-content-title, .sitemap-title  {
	font-size: 18px; 
	font-weight: bold; 
	background: #fff;
	padding: 10px;
	text-align:left;
}
.sitemap-title {
	color: #FFFFFF;
    font-family: Georgia;
    font-size: 24pt;
    font-weight: normal;
    padding: 10px 5px 10px 10px;
    margin: 0!important;
    background-color: #1535BC;
}
.sitemap-title a {
	background-color: #1535BC;
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 24pt;
    font-weight: normal;
    margin: 0 !important;
    padding: 10px 5px 10px 0;
}
#iplasma-breadcrumb-share { 
	*width:300px;
}
.addthis_toolbox{
	*width:300px;
	width:252px;
}
.addthis_button_compact{
	float:left;
}
.iplasma-content-body, .departments-list {
	padding:10px;
	background: #fff;
}

.iplasma-content-body ul {
	padding:10px;
}

.iplasma-content-body ol {
	padding:10px;
}

/**Side Navigation**/

#iplasma-menu-left, #iplasma-menu-left-page, .departments-wrap {

}
#iplasma-menu-left ul{
	margin-left:0;
}
#iplasma-menu-left ul li a, #iplasma-menu-left-page ul li a {
	display:block;
	text-align: left;
	color: #1535BC;
	border-top: none;
	
	border-bottom: 1px dashed #bbb;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	font-size: 16px;
	background-color: #fffdde;
} 
#iplasma-menu-left ul li a:hover, #iplasma-menu-left-page ul li a:hover {
	background-color: #fff;
	text-decoration: none;
}
#iplasma-menu-left ul li, #iplasma-menu-left-page ul li {
	margin: 0;
	list-style-type: none;
}
#iplasma-menu-left-page ul li{
	float:none;
	display:block;
}
#iplasma-menu-left-page ul { margin-left: 0; margin-bottom:0; }
#iplasma-menu-left-page ul ul li a, #iplasma-menu-left ul ul li a {
	padding: 0;
	color: red;
	padding: 5px;
	padding-left: 10px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	background-color: #fffdde;
	display:block;
}
#iplasma-menu-left ul ul li a:hover, #iplasma-menu-left-page ul ul li a:hover {
	background-color: #fff;
	text-decoration: none;
}
.left-sub-nav{
	position:relative;
}
#iplasma-menu-left ul li ul {
   
}
.sf-menu ul li {
    text-align: left;
    width: 100%;
}
.sfHover a:before {
	background-color: #fff!important;
}
.sf-menu a {
    display: block;
    position: relative;
    border-top: 1px dashed #bbb;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    top: 2.2em;
}
.sf-menu li a:hover {
}
.sf-menu li ul li {
    position: relative;
    z-index: 100;
}
#iplasma-menu-left ul li ul li {
    position: relative;
}


/* **************************** HEADER ****************************** */
								
#header-container { 
	margin:0 auto; 
	padding:0; 
	max-width: 980px;
	width:100%;
}

#header { 
	max-width:980px; 
	margin-left: auto; 
	margin-right: auto; 
	font-size:20px; 
}

.logo {
	float: left;
	position: relative;
    top: 10px;
	width:22%;
	padding-left:10px;
}
.logo a{
	display:block;
}
.logo img{
	max-width:100%:
}
.text-size {
	float: right;
	margin: 20px 0 0 0;
	*width: 390px;
}

.topbar-text-size {
 	float: right;
}

.text-size-text {	
 	display:inline-block;
	vertical-align:bottom;
 	color: #3e3e3e;
 	font-family: "Trebuchet MS", Helvetica, sans-serif;
 	font-weight: bold;
 	font-size: 14px;
 	margin: 0 5px 0 0;
 	padding-top: 5px;
}

.size-button{
	display:inline-block;
	vertical-align:bottom;
	
}
.size-button a {
	background-color: white;
 	border-radius: 5px;
 	color: #3e3e3e;	
 	border-color: blue;
 	display:inline-block;
 	padding: 0 10px;
	height: 30px;
 	font-weight: bold;
}

.size-button a:hover {
 	background: blue;
 	color: white;
 	box-shadow: 1px 1px 1px #949494;
 	text-decoration: none;
}
.text-size-small a{
	font-size:small;
	padding-top:4px;
}
.text-size-medium a {
	font-size:medium;
	padding-top:2px;
}

.text-size-large a {
	font-size:large;
}

/* **************************** NAVIGATION ************************** */
	
.google-language {
	float: right;
	padding: 0 0 0 1px;
}

.dropdown {	
	background-color: white;
	border-radius: 5px;

	box-shadow: 0 1px 1px #8b8b8b inset;
	float: left;
}

.dropdown select {
	width: 225px;
	height: 23px;
	border: 0;
	margin: 1px 0 0 2px;
	background: transparent;
	background: url('/images/googleArrow.png') white;
	background-position: left;
	background-repeat: no-repeat;	

}

.dropdown select:hover {
	cursor: pointer;
}

.selectstyle {
	background: none repeat scroll 0 0;
	border: 2px solid blue;
	border-radius: 5px;
	box-shadow: 0 1px 1px #8b8b8b inset;
	overflow: hidden;
	padding: 2px 14px 4px 3px;
	width: 205px;

}
@-moz-document url-prefix() {
	.selectstyle {
		padding: 0 14px 0 3px;
	}
}

.navbar{
	background-color: rgb(246, 130, 43);
	float: right;
	padding: 3px;
	margin: 10% 0 0 0;
	width:78%;
}
.navbar-brand{
	display:none;
}
.top-navigation-bar ul {
	border-style: dashed;
	border-color: rgb(255, 214, 90);
	border-width: 1px;
	padding-left: 10px;
	margin:0;
	overflow:hidden;
}

.top-navigation-bar ul li {
	list-style: none;
	float: left;
	font-size:inherit;
	margin: 0
}

.top-navigation-bar ul li a {
	margin: 5px 0;
	padding: 5px 16px;
	float: left;
	color: white;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia;
	border:2px solid transparent;
}	

.top-navigation-bar ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #0000FF;
	border-radius: 5px;
	border: 2px solid rgb(255, 214, 90);
}

.home-link {

}

.contact-link {
	margin: 0 30px 0 0;

}

.search {
	margin: 7px 11px 0 30px;
	padding: 0 25px 0 0;
	*float: left;
}

.google-search {
	float: left
}

.google-search input{
	background: url('http://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif') #fff;
	background-position: center;
	background-repeat: no-repeat;
	height: 24px;
	border: 2px solid #ffac6d;
	border-radius: 5px;
}

@-moz-document url-prefix() {
.google-search input{
	width: 140px;
}
}
.menu-container-side {

}
.google-search input:focus {
  background-color:#fff;
  background-image:none;
}

.google-search input:hover {
	border-color: rgb(255, 214, 90);
	border-width: 2px;
}

.google-search-button {
	float: left;
	padding: 0 0 0 5px;

}

.google-search-button input {
	background-image: url('/images/search.png');
	background-repeat: no-repeat;
	background-color: blue;
	float: right;
	border: 2px solid #ffac6d;
	border-radius: 5px;
	background-position: 94%;
	padding: 5px 13px;
	background-position: center center;
	height: 28px;
}
@-moz-document url-prefix() {
	.google-search-button input {
		padding: 1px 10px;
	}
}
.google-search-button input:hover {
	cursor: pointer;
	border-color: rgb(255, 214, 90);
	border-width: 2px;
}

/* **************************** Iplasma-Menu-Top ******************** */							


.float-left {
	float: left!important;
	width: 33%;
}				

#iplasma-menu-top { 
	padding:0px; 
	margin:0 auto; 
	width:auto; 
	
}

#iplasma-menu-top ul { 
	margin:0;
	*position: relative;
	*z-index: 1000;
}
#iplasma-menu-top ul li a:hover { 
	text-decoration:none; 
	z-index: 1000;
	position: static;
}
.sf-menu ul ul {
	display: block;
}
.sf-menu ul li { 
	width: 100%; 
	text-align:left;
}
#iplasma-menu-top ul li {
	*position: relative;
	*z-index: 1000;
}
.sf-menu li:hover { 
visibility:	inherit;
 /* fixes IE7 'sticky bug' */ 
}


/**Business Dropdown**/
/*.gov {
	*width: 300px;
	*right: -336px;
	*text-align: left;
	*top: -20px;
}
.bus {
	*width: 300px;
	*right: -644px;
	*text-align: left;
	*top: -20px;
}
.vb {
	*width: 300px;
	*right: -951px;
	*text-align: left;
	*top: -20px;
}
.sf-menu li { 
	float: left; 
	position: relative;
	margin: 40px 0 0 8px;
	list-style: none;
}
.sf-menu li a:hover {
	cursor: pointer;
}
.sf-menu a { 
	padding: 10px 210px 10px 5px;
	display: block; 
	position: relative; 
	text-decoration:none; 
	color: white;
	font-weight: bold;
	font-family: Segoe UI;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul { 
top:2.2em; 
/* match top ul list item height */ 
/*}
/*Parent menu Item*/

/*Dropdown Background*/
/*.sf-menu li ul li { 
	position:relative; 
	z-index: 100; 
}
#iplasma-menu-top h1 { 
	margin:0px 0 0 0; 
	height:auto; 
	width:250px;
	*position: relative;
}
#iplasma-menu-top ul li ul li a:hover { 
	text-decoration:none; 
}
#top-menu-item-1 {
	background-color: #bc9c63;
	padding: 3px;
	margin: 25px 0 0 8px;
}
#top-menu-item-1 a {
	background-color: #bc9c63;
	padding: 10px 165px 10px 10px;
}
#top-menu-item-2 {
	background-color: #8192a1;
	padding: 3px;
	margin: 25px 0 0 8px;
}
#top-menu-item-2 a {
	background-color: #8192a1;
	padding: 10px 190px 10px 10px;
}
#top-menu-item-3 {
	background-color: #468c50;
	padding: 3px;
	margin: 25px 0 0 8px;
}
#top-menu-item-3 a {
	background-color: #468c50;
	padding: 10px 180px 10px 10px;
}
.government-link {
	background-color: #bc9c63;
	border: 1px white dashed;
	border-bottom: none;
	padding: 10px 170px 7px 10px;
}
.gov-h1 {
	padding: 3px 3px 0 3px;
	background-color: #bc9c63;
	position: relative;
	font-size: 24px;
}
#gov-h1:hover {
	z-index: 1000!important;
	position: relative;
}
#bus-h1:hover {
	z-index: 1000!important;
	position: relative;
}
#visit-h1:hover {
	z-index: 1000!important;
	position: relative;
}
#business-link {
	background-color: #8192a1;
	border: 1px white dashed;
	border-bottom: none;
	padding: 10px 178px 7px 10px;
}
#bus-h1 {
	padding: 3px 3px 0 3px;
	background-color: #8192a1;
	position: relative;
	font-size: 24px;
}
#visit-link {
	background-color: #468c50;
	border: 1px white dashed;
	border-bottom: none;
	padding: 10px 178px 7px 10px;
	*width: 293px;
	*padding: 10px 0 7px 0;
	*text-indent: 10px
}
#visit-h1 {
	padding: 3px 3px 0 3px;
	background-color: #468c50;
	position: relative;
	font-size: 24px;
}

#gov-section1 {
	border-right: 1px solid #ab8a4f;
	margin: 10px 0 15px;
	min-height: 400px;
}
#gov-section1 li {
	*position: relative;
}
#gov-section2 {
	border-left: 1px solid #d1b076;
	border-right: 1px solid #ab8a4f;
	margin: 10px 0 15px 0;
	min-height: 400px;
	*position: relative;
}

#gov-section3 {
	border-left: 1px solid #d1b076;
	margin: 10px 0 15px 0;
	min-height: 400px;
	*position: relative;
}

#government-dropdown {
	background-color: #bc9c63;	
	margin: 21px 0px 0px -6px !important;
	background-image: url('/images/watermark1.png');
	background-repeat: no-repeat;
	background-position: 500px 207px;
	border-top: 1px dashed #fff;
	margin: 26px 0px 0px -6px !important\9;
	width: 974px;
	*margin: 21px 0px 0px -34px !important;
}

#gov-dropdown-container {
	background-color: #bc9c63;
}

#gov-dropdown-container h2 {
	border: none;
}

#html-content-66 h2 {
	border: none;
}

#government-dropdown a {
	width: 100%;
}

#government-dropdown li a:hover {
	background-color: #7c6841;
	border-radius: 10px;
}

#government-dropdown li h2 a:hover {
	color: white!important;
}

.government-wrap ul {
	border: 1px dashed white; 
	box-shadow: 0 0 3px #bc9c63;
}

.government-wrap ul li a {
	padding: 5px;
	margin: 0 0 0 30px;
	font-size: 14px;
}

.government-wrap ul li a:hover {
	background-color: #7c6841;
}

.government-wrap h2 a{
	color: #7c6841!important;
	font-size: 18px!important;
	padding: 5px!important;
	margin: 0 0 0 10px!important;
}
.government-wrap ul li h2 a {
	font-size: 18px;
}
.government-wrap ul li a {
	color: #ffdda0;
	font-size: 14px;
}

#business-dropdown {
	background-color: #8192a1;
	margin: 21px 0 0 -344px!important;
	border: 1px dashed white;
	box-shadow: 0 0 3px #8192a1;
	padding: 1px;
	background-image: url('/images/business-watermark.png');
	background-repeat: no-repeat;
	background-position: 430px 200px;
	margin: 26px 0 0 -342px\9!important;
	z-index: 999;
	*margin: 21px 0 0 -342px!important;
}

#business-dropdown a {
	margin: 0 0 5px 0;
	color: #bec4ca;
}

#business-dropdown h2 a{
	color: #485058;
}

#business-dropdown li a:hover {
	background-color: #63676B;
	padding: 5px;
	border-radius: 10px;
}

#business-dropdown li h2 a:hover {
	color: white!important;
}

.business-wrap ul li a {
	padding: 5px;
	font-size: 14px;
	margin: 0 0 0 25px!important;
}

.business-wrap ul li h2 a {
	font-size: 18px;
	padding: 5px!important;
	margin: 0 0 0 10px!important;
}

.business-wrap a img {
	height: 60px;
	padding: 1px;
}

#bus-section1 {
	border-right: 1px solid #78848e;
	min-height: 350px;
	margin: 10px 0 15px;
}
#bus-section1 li a {}
#bus-logos1 {
	border-left: 1px solid #899daf;
	border-right: 1px solid #78848e;
	min-height: 350px;
	margin: 10px 0 15px 0;
}
.links-logos {
	margin: 0 0 10px 0!important;
}
.links-logos a {
	text-align: center;
	background: url('/images/bg.png');
	border-radius: 10px;
}
.links-logos a:hover {
	background: #63676B;
}
#bus-logos2 {
	border-left: 1px solid #899daf;
	min-height: 350px;
	margin: 10px 0 15px 0;
}

#bus-logos2-img1 {
	background: #fff;
	border-radius: 10px;
}

.visit-wrap {
	*z-index: 999;
	*position: relative;
}
#visit-dropdown {
	background-color: #468c50;
	margin: 21px 0 0 -646px!important;
	border: 1px dashed white;
	padding: 1px;
	box-shadow: 0 0 3px #468c50;
	background-image: url('/images/watermark.png');
	background-repeat: no-repeat;
	background-position: 530px 284px;
	margin: 26px 0 0 -643px\9!important;
	z-index: 999;
	*margin: -32px 0 0 -649px!important;
}
#visit-wrap {
	*z-index: 100;
	*position: relative;
}
#visit-dropdown a {
	color: #9fc5a5;
	padding: 10px;
}

#visit-dropdown h2 a{
	color: #1c4622;
	padding: 5px;
	margin: 0 0 0 10px;
	font-size: 18px;
}

#visit-dropdown li a:hover {
	background-color: #2d5d34;
	border-radius: 10px;
}

#visit-dropdown li h2 a:hover {
	background-color: #2d5d34;
	color: white;
	border-radius: 10px;
}

.visit-wrap ul li a {
	margin:  0 0 0 30px;
	padding: 5px!important;
	font-weight: bold!important;
	font-size: 14px;
}

#visit-section1 {
	border-right: 1px solid #43844d;
	min-height: 400px;
	margin: 10px 0 15px;
}

#visit-section2 {
	border-left: 1px solid #5e9f67;
	border-right: 1px solid #43844d;
	min-height: 400px;
	margin: 10px 0 15px 0;
}

#visit-section3 {
	border-left: 1px solid #5e9f67;
	min-height: 400px;
	margin: 10px 0 15px 0;
}*/

/* **************************** Main Content ************************ */


#content-container { 
	clear: left;
	max-width:980px;
	width:100%; 
	margin: 0 auto 0 auto; 
	padding:0px 2px 5px 2px; 
}

.inner-content-container { 
	margin:0; 
	padding:0;
	*margin-top: 0px;
	background: #fff;
	overflow: hidden;
}

.homeSlideshow-block .socialNetworking {
	float: left;
    margin-left: 80px;
    margin-top: 15px;
}

.homeSlideshow-block h1 {
	float: left;
	font-family: Georgia;
	font-size: 24pt;
	color: #3e3e3e;
	font-weight: normal;
	padding: 10px 5px 20px 10px;
}

.socialNetworking {
	padding: 0;
	margin-left: 10px;
	width: 250px;
	margin-top: 0px;
	*margin-top: 15px;
	*right: -0px;
	*position: relative;
}
#content-block-wrap71 .iplasma-content-title #iplasma-breadcrumb-share .socialNetworking {
	*float: right;
	*clear: left;
	*left:-80px;
	*margin-bottom: -130px;
}
#content-block-wrap90 .iplasma-content-title #iplasma-breadcrumb-share .socialNetworking {
	*float: right;
	*clear: left;
	*left:-80px;
	*margin-bottom: -130px;
}
#html-content-101 ul li a {
	overflow: hidden;
}
#iplasma-breadcrumb-share .socialNetworking {
	padding: 0;
	margin-left: 10px;
	width: 250px;
	margin-top: -3px;
}
#departments #iplasma-menu-left {
	margin-top: 31px;
}
#departments #iplasma-menu-left-page {
	/*margin-top: 31px;*/
}
#iplasma-breadcrumb-share .socialNetworking {
	*clear: left;
	*float: right;
	*left: -10px;
}
#html-content-1 {
	clear: right;
	background: url('/images/bg.png') repeat;
	padding: 15px 10px 10px 10px;	
}

#html-content-1 a {
	color: blue;
 	font-size: 16px;
 	font-weight: bold;
 	padding: 0 0 0 0;
}

#html-content-1 em {
	text-align: center;
	font-size: 24px;
	font-family: Georgia;
	font-style: italic;
	color: #3e3e3e;
	padding: 10px 25px 60px 25px;
}

#content-1-text {
	padding: 10px 25px 60px 25px;
}

#html-content-1 img {
	
}
.at4-share-outer{
	display:none;
}
/* *************************** New Menu ***************************** */


.menu-container,
.menu-container ul{
list-style:none;
}

.menu-container {
    background: url('/images/header-link-bg.png') repeat scroll 0 0 transparent;
    float: right;
    height: 95px;
    padding: 0 0 0 149px;
    width: 730px;
}
.menu-container a{
	color:#CFAF30
}
.menu-container a:visited{
	color:#CFAF30;
}
li.top-level{
	float:left;
	position:relative;
}
.menu-container li.government {    
    width: 290px;
}
.menu-container li.government:hover{
	background: url('/images/government-hove.png') no-repeat scroll 0 3px transparent;
}
.menu-container li.government a.top-level-link {
    background: url('/images/govt-link.png') no-repeat scroll center center transparent;
    color: transparent;
    display: block;
    height: 95px;
    width: 283px;
}
.menu-container li.business {    
    width: 230px;
}
.menu-container li.business:hover{
	background: url('/images/bussiness-hover.png') no-repeat scroll 0 3px transparent;
}
.menu-container li.business a.top-level-link {
    background: url('/images/business-link.png') no-repeat scroll center center transparent;
    color: transparent;
    display: block;
    height: 95px;
    width: 205px;
}
.menu-container li.visit {    
    width: 153px;
}
.menu-container li.visit:hover{
	background: url('/images/visit-hover.png') no-repeat scroll 0 3px transparent;
}
.menu-container li.visit a.top-level-link {
    background: url('/images/visit-link.png') no-repeat scroll center center transparent;
    color: transparent;
    display: block;
    height: 95px;
    width: 135px;
}


li.business:hover {
	background:url('/images/bussiness-hover.png') no-repeat scroll 0 0 transparent
}
li.top-level .sub-menu-container{
	display:none;
	z-index:9;
}
li.top-level:hover .sub-menu-container{
	display:block;
}
.bg-top{
	left:-50px;
	top:75px;
	position:absolute;
}
.bg-top,.bg-center,.bg-bottom{
	float:left;
}
li.government .bg-top{
    background: url('/images/government-bg-top.png') no-repeat scroll 0 0 transparent;
    width: 760px;
	padding:25px 0 0 0;
}
li.government .bg-bottom{
	background: url('/images/government-bg-bottom.png') no-repeat scroll bottom center transparent;
    width: 760px;
	padding:0 0 25px 0;
}
li.government .bg-center{
	background: url('/images/government-bg-center.png') repeat-y scroll bottom center transparent;
	padding:0 36px;
	width:688px;
}
.business .bg-top {
    background: url('/images/bussiness-head.png') no-repeat scroll 0 0 transparent;
    padding: 18px 0 0;
    width: 538px;
}
.business .bg-bottom {
    background: url('/images/bussiness-bottom.png') no-repeat scroll bottom left transparent;
    padding: 0 0 18px;
	width:538px;
}
.business .bg-center {
    background: url('/images/bussiness-middle.png') repeat-y scroll left bottom transparent;
    float: left;
    padding: 0 36px;
    width: 466px;
}
.visit .bg-top {
    background: url('/images/visit-top.png') no-repeat scroll 0 0 transparent;
    padding: 27px 0 0;
    width: 477px;
}
.visit .bg-bottom {
    background: url('/images/visit-bottom.png') no-repeat scroll center bottom transparent;
    padding: 0 0 40px;
    width: 477px;
}
.visit .bg-center {
    background: url('/images/visit-center.png') repeat-y scroll 0 0 transparent;
    padding:0 36px;
    width: 405px;
}
.sub-menu-block{
	float:left;
	width:100%;
	padding:5px 0 10px;
	border-bottom:1px solid #234E82;
}
.business .top-links 
.visit .top-links 
.government .top-links {
    float: left;
    width: 100%;
}
.business .bg-center .top-links li,
.visit .bg-center .top-links li,
.government .bg-center .top-links li {
	float:left;
	padding:0 8px 0 0;
	width:auto !important;
	list-style: none;
}
.business .top-links li:hover,
.visit .top-links li:hover,
.government .top-links li:hover{
	background:url('/images/sub-menu-top-hover-right.png') no-repeat top right transparent;
	list-style: none;
}

.business .top-links li a,
.visit .top-links li a,
.government .top-links li a{
    color: #88D5F1;
    display: block;
    font-weight: bold;
    padding: 16px 4px 16px 12px;
    list-style: none;
}
.business .top-links li:hover a,
.government .top-links li:hover a,
.government .top-links li a:hover,
.business .top-links li:hover a,
.visit .top-links li:hover a,
.visit .top-links li a:hover{
	background:url('/images/sub-menu-top-hover-left.png') no-repeat top left transparent;
	list-style-type: none
}
a.sub-head,
a.sub-head:visited{
	color:#88D5F1;
	font-weight:bold;
	width:100%;
	float:left;
}
.bg-center li ul li{
	float:left;
	padding:5px;
	list-style: none;
}
li.government .bg-center li ul li{
	width:200px;
	list-style: none;
}
li.business .bg-center li ul li{
	list-style: none;
}
li.visit .bg-center li ul li{
	list-style: none;
}


/* ******************************* Footer *************************** */
								
#footer-container { 
	margin: 0 auto ; 
	padding:0;
	/* background:url(/images/footer-bg.png) 
	repeat-x scroll 0 0 transparent; */
    overflow: hidden;
    padding: 0;
    clear: both;
	border-width:6px 0 0 0;
	border-type: solid;
	border-color: transparent;
	border-image: url(/images/blue-bg.png) 1 0 round;
}
#footer-container #footer-container{
	border:none;
}
#footer { 
	width: 100%
}

#footer span { 
	font-size:12px; 
} 

.footer-content {
	margin:0 auto;
	color: white;
	font-family: Verdana, sans-serif;
	width:100%;

}
.orange-block-wrap{
	position:relative;
	overflow:hidden;
}
.orange-background{
	background:#F6822B;
	filter:alpha(opacity=80);
	opacity:.8;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}
.orange-block-center, .blue-center{
	position:relative;
	margin:0 auto;
	max-width:1000px;
	padding:10px;
	z-index:2;
}
.bottom-navigation-footer {
	float: left;
	font-size: 24px;
	clear: left;
	margin: -4px 0 4px 0;
	*width:391px;
}

.bottom-navigation-footer ul {
	list-style-type: none;
	float: left;
	font-size: 24px;
	margin:0;
}

.bottom-navigation-footer ul li {
	list-style-type: none;
	float: left;
	margin: 5px 0 5px 0;
	padding: 0 5px 5px 0;
}

.bottom-navigation-footer ul li a {
	color: white;
	padding-right: 5px;
	padding-left: 5px;
	list-style: none;
	font-size: 24px;
}

.home-link-footer {
	padding-left: 0!important;
}

.bottom-va-logos {
	float: right;
	max-width:45%;	
}
.bottom-va-logos a{
	display:block;
}
.virginia-logo {
	float: left;
	margin: 15px 0 0 0;
	width:50%;
}

.southwest-virginia-logo {
	float: left;
	width:50%;
}

.bottom-links {
	float: left;
	margin: 15px 0 0 0;
	font-family: Trebuchet MS;
	font-size: 16px;
	*width: 100%;
	*padding-top: 10px;
}

.bottom-links a {
	font-size: 16px;
	font-family: Trebuchet MS;
}

.government {
	clear: left;
	font-size: 16px;
	font-family: Trebuchet MS;
}

.business {
	margin: 5px 5px 0 0;
	font-size: 16px;
	font-family: Trebuchet MS;
}

.visit {
	margin: 5px 5px 5px 0;
	font-size: 16px;
	font-family: Trebuchet MS;
}

.copy-right {
	position:relative;
	overflow:hidden;
}
.blue-background{
	background:#1535bc;
	filter:alpha(opacity=80);
	opacity:.8;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}
.copy-right p {
     color: #fff;
     font-family: Segoe UI;
     font-size: 14px;
}

.copy-right a {
	color: #fff;
	padding-bottom: 10px;
}

.left-copy-right {
	float: left;
	margin: 25px 0 0 0;
}

.brand-tag {
	float: right;
	margin: 25px 0 0 0;
}

.brand-tag p {
	float: right;
	color: #fff;
}

.brand-tag img {
	float:right;
	clear:right;
}

.bottom-left{
	float:left;
}
.social-networks p {
	float: left;
	margin: 6px 0 0 0;
}

.social-networks img {
	float: left;
}

#insercorp  { 
	font-size: 8pt; 
	font-weight: bold; 
	float:right; 
	height:10px; 
	margin:-4px 0 0 0; 
} 

#insercorp img { 
	margin-bottom:-7px;
}

#insercorp a { 
	color:#000; 
	font-weight: bold; 
}

#insercorp a:hover { 
	color:#000; 
	text-decoration: underline; 
}


							  													/* **************************** HOME PAGE BLOCKS ******************** */
							
							
/* **************************** Latest Blog Post *************************** */	
						
.latest-blog { 
	margin:0; 
	padding:0; 
}

#latest-blog-title { 
	font-size:18px; 
	font-weight:bold; 
}

#latest-blog-rss { 
}

.blog-image { 
	padding:0; 
	margin:0; 
}
.blog-title { 
}

.blog-title a { 
	color:#000; 
	text-decoration: none;
}

.blog-title a:hover { 
	text-decoration:underline; 
}

.blog-date { 
}

.blog-date a { 
}

.blog-subtitle { 
}

.blog-readmore { 
}

.blog-readmore a { 
}

#latest-blog-viewall { 
}



/* **************************** News Block ****************************** */
.news-post .news-readmore {
	float: right;
	clear: both;
}
.news-post .news-readmore a {
	background-color: #f6822b;
	color: white;
	padding: 2px 10px;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 16px;
	border: 2px solid white;
	border-radius: 4px;
}
.news-post .news-readmore a:hover {
	background-color:#e26a10;
	text-decoration: none;
}
#content-container .latest-news { 
	padding:0;
	margin: 10px 0 10px 0; 
	background: url('/images/bg.png') repeat;
	width: 483px;
	float: left;
	height: 350px;
}

#news-wrap .latest-news {
	height: auto;
	margin: 0 0 0 0;
}
.latest-news a { 
	font-weight:normal; 
	font-size: 14px;
	color: black;
}
.latest-news-home {
	background: url("/images/bg.png") repeat scroll 0 0 transparent;
    float: left;
    margin: 10px 1% 20px 0;
    width: 49%;
}
.latest-news-rss-home {
	float: right;
	margin: -40px 10px 2px 0;
}
.news-list-home, .latest-news-home .news-list {
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d9;
}
.news-date-home, .latest-news-home .news-date {
	color: #7C7C7C;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
.news-date-home a, .latest-news-home .news-date a {
	color: #7C7C7C;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
.news-title-home{
	text-align:left;
}
.news-title-home a, .latest-news-home .news-title a {
	color: #3E3E3E;
    font-family: Times New Roman;
    font-size: 18px;
    font-weight: bold;
}
.latest-news-title-home, .latest-news-home .latest-news-title {
	background-color: #F28219;
    color: white;
    font-family: Georgia;
    font-size: 24px;
    font-style: italic;
    padding: 10px 10px 5px;
}
#news-wrap .latest-news-title, #news-wrap .news-category-block-title { 
	background-color: #f6822b;
	color: white;
	font-size: 18pt;
	padding: 10px 10px 5px 10px;
	font-family: Trebuchet MS;
	height: 36px;
	font-size: 24px;
	font-family: Georgia;
	font-style: italic;
}

.latest-news-rss {
	float: right;
	margin-right: 9px;
}

.latest-news-rss a { 	
	float: left;
}

.news-image { 
	margin: 0 20px 0 10px;
}

.news-image img {  
}

.news-title  { 
	font-size:18px; 
	font-weight: bold; 
	text-align: left;
}

.news-view .news-title {
	background: #1535BC!important;
	padding: 10px;
	color: #fff;
}

.news-title a { 	
	font-size: 14px;
	color: black;
	font-weight: normal;
}

#news-wrap .news-date  { 
	color: #7c7c7c;
	font-size:14px;
	font-family: Trebuchet MS;
	padding: 0 10px 10px;
}

.news-date a { 
	font-size: 14px;
	color: black;
	font-weight: normal;
}
div.news-byline div {
	display: inline-block;
	font-size: 14px;
}

.news-subtitle { 
	
	margin-top: 10px;
}

.news-readmore { 
}

#latest-news-viewall {  
}
.news-article .news-image {
	padding: 5px 0 15px 0;
}
#latest-news-viewall a { 
	font-weight:bold; 
	padding: 0 0 0 15px;
}

#news-wrap .news-list {
	border-right: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
	overflow: hidden;
	background-color: #fffdde;
}
#news-wrap .news-list a {
	padding: 5px 10px 5px 10px;
	text-align: left;
}
#news-wrap .news-list a span {
	float: right;
}
#news-wrap .news-list a:hover {
	text-decoration: none;
	background: #fff;
}


.pf_button {	
	clear: both;
	text-align: center;
}

.pf_button a {
	padding: 5px;
	font-size: 14px;
	color: black;
	font-weight: bold;
	border-right: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
	background-color: #FFFDDE;
	display:block;
}
.pf_button-home, .latest-news-home .pf_button {	
	text-align:center;
	display:block;
	padding:10px 0;
}

.pf_button-home a, .latest-news-home .pf_button a {
	border-radius: 4px 4px 4px 4px;
    color: white;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: bold;
	display:inline-block;
    background-color: #F6822B;
    padding: 2px 10px;
    border: 2px solid white;
	float:none;
}
.pf_button-home a:hover, .latest-news-home .pf_button a:hover {
	background-color:#e26a10;
	text-decoration: none;

}
.pf_button1 {
	background-color: #f6822b;
	color: white;
	padding: 2px 10px;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 16px;
	border: 2px solid white;
	border-radius: 4px;
}
.pf_button a:hover {
	background-color:#fff;
	text-decoration: none;
}
.pf_button1:hover {
	text-decoration: none;
	cursor: pointer;
	background: #e26a10;
}

.newsWrap {
	padding: 0 10px;
}


/* **************************** Events Block ***************************** */

#upcoming-events { 
	padding:0;
	margin: 0px;
}

.event-container {
	padding: 0 10px;
}

#upcoming-events a { 
}

.event-block-title { 
	background-color: #1535bc;
	color: white;
	font-size: 18pt;
	padding: 5px 10px 10px 10px;
	color: white;
	font-size: 18pt;
	padding: 10px 10px 5px 10px;
	font-family: Trebuchet MS;
	font-size: 24px;
	font-family: Georgia;
	font-style: italic;
}

.event-block-title-image {
	float: right;
	margin: -41px 9px 2px 0;
}

.event-block-description { 
	width:80%; 
	text-align: justify; 
	margin-left: 20px; 
}

#upcoming-events-home {
	width:49%;
	float: left;
	background: url('/images/bg.png') repeat;
	margin: 10px 0 20px 1%;
}

#upcoming-events-home .pf_button1 {
	float:none;
	width:auto;
	display:block;
	margin:0;
	background:none;
	text-align:center;
	padding:10px 0;
}

#upcoming-events-home .pf_button1 a {
	color: white;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 16px;	
	border-radius: 4px;
	display:inline-block;
	padding:2px 10px;
}

#upcoming-events-home .pf_button1 a:hover {
	background-color:#2c50e8!important;
	text-decoration: none!important;
}

.pf_button1 a {
	background-color: #1535bc;
	color: white;
	padding: 2px 10px;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 16px;	
	border: 2px solid white;
	border-radius: 4px;
}


#upcoming-events-home .event-block-upcoming-item {
	overflow: hidden;
	clear: left;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
	padding: 5px 0 4px 0;
	margin: 5px 0 0 0;
}

#upcoming-events-home .event-block-upcoming-item .event-item-title {
	margin-left: 65px;
	padding: 0 15px 0;
	text-align:left;
}

#upcoming-events-home .event-block-upcoming-item .event-item-title a {
	font-size: 18px;
	font-family: Times New Roman;
	font-weight: bold;
	color: #3e3e3e;	
}

#upcoming-events-home .event-block-upcoming-item .event-item-title a:hover {
}

#upcoming-events-home .event-item-date-container {
	float: left;
	background: white;
	text-align: center;
	padding: 0 10px;
	margin: 2px 0 0 10px;
	border: 1px solid #cdcdcd; 
	vertical-align: center;
}

#upcoming-events-home .event-item-date-container .event-item-date-month {
	font-family: "Georgia";
	font-size: 18px;
	color: #a8a8a8;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}

#upcoming-events-home .event-item-date-container .event-item-date-day {
	font-family: "Georgia";
	font-size: 25px;
	color: black;
	font-weight: bold;
	margin: 0 0 2px 0;
}

#upcoming-events-home .event-block-upcoming-item .event-item-time div {
	color: #7c7c7c;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	margin:  0 80px;
}



/* **************************** Slideshow Block *************************** */
label.ie-hide{
	display:none;
}
@media \0screen {  
  label.ie-hide {display:block;}  
}
:root label.ie-hide {display: block\9;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	label.ie-hide{
		display:none;
	}
}
#contact-form-block .text-block input[type="text"]{
	display:block;
	width:100%;
	padding:5px;
	font-size:medium;
}
#phone {
}
#email {
}
#name {
}
#method-email1 {
	margin-left: 20px;
	margin-right: 10px;
}
#method-phone1 {
	margin-left: 0px;
	margin-right: 10px;
}
#prevBtn { 
	margin:100px 0 0 240px; 
}

#nextBtn { 
	margin:100px 210px 0 0px; 
}

.slideshow-block {		
	clear: both; 
	width: 100%!important;
	padding: 0 10px; 
	text-align:center;
	height:auto!important;
	padding-top:31%;
}
.slideshow-slide{
	width:100%!important;
	height:100%!important;
}
.slideshow-block p {		
	float: left;
	background-image: url('/images/title-background.png');
	margin: -30px 0 0 10px;
	text-align: left;
	font-size: 18pt;
	font-weight: bold;
	font-family: Trebuchet MS;
	padding: 8px;
	position: relative;
	color: white;
}

.slideshow-images {
	float: right;
	cursor: pointer;
	z-index: 15;
	position: relative;
	top: -30px;
	text-align: right;
	margin: 0 6px 0 0;
}

.homeSlideshow-block {	
	background: url('/images/bg.png') repeat;
	padding: 1px 0 8px 0;
	margin: 0 0 10px 0;
	z-index:1;
}

.slideshow-button {
	background-color: black;
	opacity: .8;
	border: 3px solid white;
	color: white;
	height: 10px;
	width: 15px;
	padding: 5px 10px 5px 10px;
	border-radius: 3px;
}

.slideshow-button:hover, .highlight{
	background-color: rgb(217, 123, 51); 
	opacity: 100;
}

.slideshow-wrap {
	margin: 0 7px 0 0;
    position: relative;
    z-index: 900;
}

/* **************************** Random Testimonials Block ***************** */

.testimonial-block {  
}

#testimonial-block-title { 
}

.testimonial-excerpt { 
	font-style:italic; 
}

.testimonial-excerpt a {  
}

.testimonial-excerpt a:hover {  
}

.testimonial-author {  
}

.testimonial-viewall {  
}

.testimonial-viewall a {  
}


/* **************************** Random Gallery Block ********************** */

.iplasma-block-gallery-randomalbum { 
}

.album-title {  
}

.album-title a {  
}

.album-featured {  
}

.album-subtitle {  
}

.album-viewmore {  
}

.album-viewmore a {  
}


																				/* **************************** Event Module ************************ */
													

/* **************************** Events Wrap and Blocks ******************** */													

#events-wrap { 
	margin:0;
	background:#FFFDDE;
}

#events-wrap .event-block-title { 
	text-align: left;
	color: #1535BC;
	border-bottom: 1px dashed #BBB;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	background:none;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-style: normal;
	height: auto;
}
#upcoming-events .event-block-title, #past-events .event-block-title{
	border-right: 1px dashed #bbb;
}

/*Events Categories Block*/
#events-categories { 
	margin:0!important;
}

.events-block-categories { 
}

.events-block-categories a { 
	font-weight:bold; 
}

#events-view-all {  
}

#events-view-all a {  
}

/*Upcoming Events Block*/
#upcoming-events-block { 
}

.events-page-block-title {  
}

.event-block-upcoming-item {
}

.event-block-item-title { 
	font-size: 14px; 
	font-weight: bold; 
	margin:10px 0 10px 10px; 
}

.event-block-item-title a {  
}
#events-categories .news-title a {
	padding: 5px 0;
	float: left;
	width: 210px;
}
#events-categories .news-title a:hover {
	text-decoration: none;
	background: #fff;
}
.event-block-item-time { 
}

.event-block-description { 
}

.view-future-events {  
}

.view-future-events a {  
}

/*Past Events Block*/
#past-events { 
}

.events-page-block-title {  
}
.event-block-upcoming-item .news-title {
	padding: 0;
}
.event-block-upcoming-item .news-title a {
	padding: 10px;
	border-right: 1px dashed #BBBBBB;    
	display:block;
}
.event-block-upcoming-item .news-title a:hover {
	background: #fff;
	text-decoration: none;
}
.event-block-upcoming-item { 
	border-bottom: 1px dashed #BBBBBB;
	overflow: hidden;
}
.upcoming-events-block-title{
	font-weight:bold;
}
.event-block-item-title { 
	font-size: 14px; 
	font-weight: bold; 
	margin:10px 0 10px 0; 
}

.event-block-item-title a {  
}

.event-block-item-time { 
}

.event-block-description { 
}

.view-past-events { 
}

.view-past-events a { 
}
.fc-header-title {
	border: none!important;
}
.fc-header .fc-button.ui-state-hover {
	text-decoration: none !important;
}													
/* **************************** Event Landing Page ************************ */	

#cal-container {
    
}
#calendar { 
	padding: 10px;
}							
table.fc-header {

}				
#calendar th {
    background: none repeat scroll 0 0 #F6822B !important;
    border-right-width: 1px !important;
    color: #FFF !important;
    font-size: 16px;
}
.fc-grid table .fc-day-header, .fc-grid table tbody td  {
	background-color: #EBEBEB !important;
	color: #3E3E3E !important;
	border: 1px solid #E0E0E0 !important;
}
.fc-header .fc-button {
	color: #FFF !important;
}
.fc-today.ui-state-highlight {
	background-color: #FFFEDD !important;
	color: #F6822B !important;
}
.fc-grid .fc-day-number {
    font-size: 14px;
    font-weight: bold;
}
.fc-content {
	border: 1px solid #E0E0E0 !important;
}
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted !important;
}
.fc-agenda-axis.ui-widget-header {
    border-width: 1px 0 0 !important;
}
.fc-agenda-divider.ui-widget-header {
    background: none repeat scroll 0 0 #EBEBEB !important;
}
.fc-border-separate th, .fc-border-separate td {
    border-width: 1px 1px 0 0 !important;
}
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
    border-bottom-width: 1px !important;
}
.fc-agenda-days td {
    background: none repeat scroll 0 0 #EBEBEB  !important;
}
/* *************************** Event Detail Page ************************** */
	

.event-post {
	border-bottom: 1px solid #D9D9D9;
	padding: 10px;
	overflow: hidden;
	margin: 0 10px;
}	
.event-post .news-title {
	padding: 0 10px 0 0;
}
.event-post .news-date {
	padding:10px 0 1px 0!important;
}			
.event-post .news-readmore {
	margin: 30px 0 0 611px!important;
}	
.event-post .news-readmore a {
	background-color: #f6822b;
	color: white;
	padding: 2px 10px;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 16px;
	border: 2px solid white;
	border-radius: 4px;
}
.event-post .news-readmore a:hover {
	background-color:#e26a10;
	text-decoration: none;
}
#event-view { 
	background: #fff;

}
.event-view { 
	margin: 0 0 0 0px;
	background: url('/images/bg.png');
}
.fc-today .fc-day-number {
	color: #F6822B;
}
.fc-today {

}
#event-view #event-info p {

}
#event-info {
	text-align:left;
}
#event-info div {
	margin-bottom: 10px;
}
#event-info div {
    margin-bottom: 10px;
}
#event-info h2 { 
	background: none repeat scroll 0 0 transparent;
    color: #1535BC;
    font-family: georgia;
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    padding: 20px 10px 10px;
    border-bottom: none;
}
#calendar .fc-header .fc-view table thead tr th .fc-sat {
	background-color:#F9F9F9;}
#event-time div { 
	color: #7C7C7C;
	font-size: 16px;
	/*float: left;*/
	font-family: Trebuchet MS;
	padding: 0 10px;
	margin: 0 2px 2px 0;
}
#event-time {
	clear: right;
}
#event-info #event-description {
	clear: left;
	font-style: normal;
	font-size: 14px;
	padding-top: 10px;
}
#event-info #event-detail {
	font-style: normal;
	font-size: 14px;
}
#event-info #event-location {
	clear: left;
    float: left;
	font-style: normal;
	font-size: 14px;
}
#event-description { 
	text-align: justify; 
	line-height:1.5em; 
	font-style: italic; 
	padding: 0 10px;
}
#event-description p {
	font-size: 14px;
}
#event-detail { 
	text-align: justify; 
	padding: 0 10px;
}
#contact-form-block form {
	border:1px dashed #000;
	border-top:none;
	margin: 0 5px 5px;
	overflow: hidden;
}
#event-location {
	margin:10px 0px 0px 0px; 
	padding: 0 10px;
}

#event-map { 

}


/*********************** Future & Past Events Page **************************/

#future-events { 
    background: none repeat scroll 0 0 #FFFFFF;
}

.future-events-block-title { 
	font-size:18px; 
}

.future-event-upcoming-item { 
	margin:15px 10px; 
}

.future-event-title {  
}
.future-event-title a { 
	font-size:14px; 
}
#content-block-wrap67 div .iplasma-content-body .iplasma-content-title-body {
	margin: 0 10px;
}
.future-event-time { 
	margin: 5px 0 0 10px;
}

.future-event-description { 
	margin-left:10px; 
}

.future-event-details { 
}														

.event-view .news-title {
	color: #1535BC;
	font-family: georgia;
	font-size: 36px;
	padding: 20px 20px 10px 20px;
	font-weight: normal;
}
/* cancelled event styles *************************** */
.fc-event:hover {
    cursor: pointer;
}
#popup-cancel {
	color: #FF0000;
}
#popup-cancel img {
    height: auto;
    vertical-align: bottom;
    width: 20px;
}
.fc-event.cancelled {
    background-image: url("/templates/default/img/admin/cancel-sign-red.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
.fc-event.cancelled .fc-event-title {
    text-decoration: line-through;
}
.fc-event.cancelled:after {
    color: #FF0000;
    content: "Canceled";
}
/* *************************************************** */
#google-cal-subscribe {
    clear: right;
    margin-bottom: 10px;
    margin-right: 20px;
    padding-top: 20px;
    text-align: center;
    float: right:
    width: 735px;
}
#google-cal-label {
    display: inline-block;
}
#google-cal-subscribe a {
    text-decoration: none;
}
#google-cal-subscribe img {
    vertical-align: middle;
}
#google-cal-add {
    padding: 10px 20px;
    text-align: center;
}
#popup-add-cal {
    padding-top: 10px;
    text-align: center;
}

.events-category-title { 
	background: none repeat scroll 0 0 transparent;
	color: #1535BC;
	font-family: georgia;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	padding: 20px 10px 10px;
	border-bottom: none;
}
.event-title { margin-bottom: 5px; }
.event-category, .event-time, .event-description { margin-left: 10px; }
.event-category a { font-weight: normal; }
.section-title { font-weight: bold; color: #7C7C7C;  }

.ui-dialog .ui-dialog-buttonpane button, .ui-dialog .ui-dialog-buttonpane a{
	background: #1535BC!important;
	border: 1px solid #1535BC!important;
	color:#fff;
	padding:.4em .7em;
	display:inline-block;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	line-height:1.4;
	margin-top:5px;
	border-radius:5px;
}
.ui-dialog .ui-dialog-buttonpane button:hover, .ui-dialog .ui-dialog-buttonpane a:hover{
	background: #F6822B!important;
	border: 1px solid #F6822B!important;
}
.fc-event.allDay .fc-event-inner .fc-event-title:before { content: 'All Day '; font-weight: bold; }
.ui-dialog .ui-dialog-buttonpane { padding: 0; }

/* Events Block Categories ******************************* */
#events-categories .event-block-title{
	border-top: 1px dashed #bbb;
}
#events-categories{
	border-right: 1px dashed #bbb;
}
div.events-block-categories a{
	display: block;
	padding: 5px;
	margin: 0;
  	font-weight: normal;
	border-bottom: 1px dashed #bbb;
}
#events-view-all a{
	border-right:none;
}
div.legend {
	border: 1px solid #000000;
	width: 13px;
	height: 13px;
    margin-right: 10px;
  	display: inline-block;
	vertical-align:middle;
	*zoom: 1;
	*display: inline;
}
#event-detail {
	overflow: hidden;
}
.ui-dialog .ui-dialog-buttonpane button.ui-state-hover {
    text-decoration: none !important;
}
#news-wrap .news-title {
	background: none repeat scroll 0 0 #FFFDDE; 
	overflow:hidden;
}
#news-wrap .news-title.legend-row { padding-left: 10px; }
#calendar .ui-state-default .ui-icon {
    background-image: url("/application/modules/events/assets/fullcalendar/images/ui-icons_ffffff_256x240.png");
}
.events-paginator {
    margin-top: 10px;
}

					


																			/* **************************** News Module ****************************** */

/******************* News-wrap & Blocks **************/
					
#news-wrap	{ 
}
#news-wrap .news-cat {
	margin:0!important;
}
#news-wrap .latest-news {
	width:100%;
	background-color: #fffdde;
}
#news-wrap .late .latest-news-title {
	text-align: left;
	color: #1535BC;
	border-right: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFFDDE;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-style: normal;
	height: auto;
}
#news-wrap .arch .latest-news-title {
	text-align: left;
	color: #1535BC;
	border-right: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFFDDE;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-style: normal;
	height: auto;
	}
#news-wrap .latest-news ul, #news-wrap .news-archive-block ul, .departments-wrap .news-archive-block ul {
	font-weight: normal;
	font-size: 14px;
	color: black;
	margin:0;
	float: none;
	border-right: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
	width: auto;
	background-color: #FFFDDE;
	overflow:hidden;
}
#news-wrap .latest-news ul li{
	float:none;
}

#news-wrap .latest-news .news-list a {
	width: auto;
	display:block;
}

.departments-wrap .news-archive-block ul li.year{
	padding-left:0;
	width:auto;
	display:block;
	float:none;
}
.departments-wrap .news-archive-block ul li.year a.toggle{
	margin-left:10px;
}
.departments-wrap .news-archive-block ul li.year a{
	color:#1535BC;
	font-size:16px;
}
.departments-wrap .news-archive-block ul li.year.expanded ul{
	border-top: 1px dashed #bbb;
}
.departments-wrap .news-archive-block ul li.year li{
	padding-left:10px;
	border-bottom: 1px dashed #BBB;
}
.departments-wrap .news-archive-block li.year li a{
	padding: 5px;
	padding-left: 10px;
	font-size: 14px;
	display:block;
	color: #000;
	font-weight: normal;
}
#news-wrap .news-archive-block ul ul {
	margin-left: -10px;
}
.expanded {
	position: relative;
	margin-top: -3px;
	padding-left: 10px;
	margin: 0 0 0 -0px!important;
	padding-top: 5px;

}
#news-wrap .latest-news-title, #news-wrap .news-category-block-title {
	text-align: left;
	color: #1535BC;
	border-right: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFFDDE;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-style: normal;
	height: auto;
}

#news-wrap .latest-news ul a {
	font-weight:bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px; 
}

.news-category-block-title { 
	font-size: 18px; 
	font-weight: bold; 
}

.news-category-link { 
	font-size: 18px;
}

.news-category-link a { 
	padding: 5px;
	padding-left: 10px;
	font-size: 14px;
	color: black;
	font-weight: normal;
	border-right: 1px dashed #BBB;
	display:block;
	border-bottom: 1px dashed #BBB;

	background-color: #fffdde;
}
.news-category-link a:hover { 
	background-color: #fff;
	text-decoration: none;
}
.news-latest-news { 
	border:1px solid black; 
	padding:5px; 
	margin:10px 0px; 
}

.newspage-latest-news-title	{ 
	font-size: 18px; 
	font-weight: bold; 
	margin:10px 0 10px 0px; 
}

.newspage-title a { 
	margin:0 0 0 -10px; 
	font-size:14px; 
	font-weight: bold; 
} 

.news-archive-block	{  
	/*border:1px solid black; */
	/*padding:5px; */
}

.news-archive-title	{ 
	font-size: 18px; 
	font-weight: bold; 
	margin:10px  0 10px 0px; 
}

.year a { 
	padding:0 0 0 2px; 
	font-size:14px; 
	font-weight: bold; 
}

.month a { 
	font-size:14px; 
	font-weight: bold; 
}
													

 /******************* News Landing Page **************/	
				
.news-index { 
}

.news-post { 
	border-bottom: 1px solid #D9D9D9;
	margin: 0 10px 0 10px;
	padding: 20px 10px 20px 0;
	overflow: hidden;
}

.news-post-wrap {
	background: url('/images/bg.png');
	overflow: hidden;
}

.news-readmore { 
	background-color: #F6822B;
}
.news-category-index .news-post-wrap .news-post .news-readmore a {
	background-color: #F6822B;
	color: white;
	padding: 2px 10px;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 16px;
	border: 2px solid white;
	border-radius: 4px;
}
.news-category-index .news-post-wrap .news-post .news-readmore a:hover {
	background-color:#e26a10;
	text-decoration: none;
}
.news-category-index .news-post-wrap .news-post .news-readmore {
	margin: 30px 0 0 622px!important;
}
.news-image { 
	float:left; 
}

.news-paginator, .paginator { 
	margin: 20px auto; 
	font-weight:bold; 
	background: url('/images/bg.png');
	text-align: center;
}
.news-paginator p, .paginator p, .paginator a {
	padding: 10px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, sans-serif; 
} 
.news-article .news-author {
	color: #000;
	font-size: 16px;
	font-family: Trebuchet MS;
	padding: 5px 0 0 0;
}
.news-article {
	padding: 0px 20px;
}
.news-category-title {
	background: #fff repeat scroll 0 0 transparent;
    color: #1535BC;
    font-family: georgia;
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    padding: 20px 10px 10px;
    text-align: left;
}
.news-index .news-category-title {
	color: #1535BC;
	font-family: georgia;
	font-size: 36px;
	padding: 20px 10px 10px 10px;
	font-weight: normal;
	background: none;
	font-style: normal
}
.iplasma-bread {
	float: right;
}

.news-category-index .news-category-title {
	color: #1535BC;
	font-family: georgia;
	font-size: 36px;
	padding: 20px 10px 10px 10px;
	font-weight: normal;
	background: none;
	font-style: normal
	}
/******************* News Article Page **************/

.news-view { 
	background: url('/images/bg.png');
}

.newsview-title { 
	font-size:18px; 
	font-weight:bold; 
}

.newsview-subtitle { 
	width:620px; 
	margin-bottom:10px; 
}

.news-body { 
	margin-bottom:10px; 
	line-height:1.5em; 
	text-align:justify; 
	clear: left;
}
.news-body p {
	font-size: 14px;
}

/******************* News Category Page **************/

.news-category-index { 
}

.newscategory-subtitle { 
	margin-bottom:10px; 
}


																			/* **************************** Blog Module ****************************** */

/******************* blog-wrap & Blocks **************/
					





														/* **************************** Contact Page ****************************** */
					


														/* **************************** Contact Form ****************************** */
					

#contact-form-block  {  
	background: #FFFDDE;
	width: 37%;
	float: left;
	margin:10px 1% 20px;
}
#recaptcha_widget_div{
	display:inline-block;
}
#content-block-wrap67 {
	background: #fff;
}
div.form-block  { 
	margin:20px 10px 0px; 
}
div.form-block.captcha-block{
	margin:20px 0;
	text-align:center;
}
/*div#contact_text { position:absolute; width:450px; margin:0 0 0 350px; }*/
#contact-label-name { 
	margin:10px 0 10px 0; 
	font-weight:bold; 
	float:left; 
	padding:2px; 
}

#contact-field-name { 
	width:200px; 
	margin:10px 0 0 10px; 
	height:20px; 
}

#contact-label-email { 
	margin:0px 0 20px 0; 
	font-weight:bold; 
	float:left; 
}

#contact-field-email { 
	width:200px; 
	margin:0px 0 0px 15px; 
	height:20px; 
}

#contact-label-phone { 
	margin:0px 0 10px 0px; 
	font-weight:bold; 
	float:left; 
}

#contact-field-phone { 
	width:200px; 
	height:20px; 
	margin:0px 0 0 10px; 
}

#contact-field-email input, div#contact-field-name input, #contact-field-phone input { 
	width:200px; 
	height:20px; 
}

#contact-label-method { 
	margin:55px 0 10px 0; 
	font-weight:bold; 
}

#contact-field-method { 
	margin:0 0 20px 100px; 
}

span.method-email { 
	margin-left:20px; 
}

#contact-label-comments { 
	font-weight:bold; 
	margin: 50px 0 0 0; 
}
.radio-block label{
	font-weight:normal;
}
.radio-block p{
	text-align:left
}
.radio-block{
	text-align:center;
}
#comments { 
	width:100%; 
	height:100px; 
	margin-bottom:10px; 
	margin-top: 0px; 
	padding: 10px;
}

#contact { 
	position:absolute; 
	margin:0 0 0px 360px; 
	font-weight:bold; 
}

#recaptcha_image { 
	width:300px; 
}	

														/* **************************** Sitemap ****************************** */
					
.sitemap-container {
}
#department-toggle {
     display: none;
}
.sitemap-block {
}
.sitemap-block ul {
	background: #fff;
	margin:0;
}
.sitemap-block ul li {
	list-style: disc inside none;
	padding: 5px 20px 5px 15px;
    text-align: left;
    margin: 0;
}
.sitemap-block ul li a {
	color: #3E3E3E;
}
.sitemap-block ul ul li{
	padding-left:30px;
	list-style: square inside none;
}
.sitemap-block ul ul ul li{
	padding-left:45px;
	list-style: circle inside none;
}
#content-block-wrap71 div .iplasma-content-body .iplasma-content-title-body {
	margin-left: 10px;
}
#event-map { 
	height: 320px; 
    clear: left;
    width: 90%;
    margin: 0 auto;
    border: 1px dashed #BBBBBB;
}

.latest-news li, #news-wrap .news-archive-block {
    list-style: none outside none;
    font-weight: normal;
	font-size: 14px;
	color: black;
	clear: both;

}
.month-archive {
	font-weight: bold;
}
#news-wrap .news-archive-block  li ul li {
	margin:0;
	overflow:hidden;
	border-top:1px dashed #bbb;
}
.latest-news li ul li a, #news-wrap .news-archive-block  li ul li a {
	clear: right;
    color: #000000 !important;
    float: left;
    margin: 0px 0;
    padding: 5px 0;
    width: 180px !important;
    padding-left: 40px;
}
.latest-news li ul li a:hover, #news-wrap .news-archive-block li ul li a:hover {
 	color: #000!important;
 	background: #fff!important;
}
.collapsed ul {
	display: none;
	float: left;
	clear: right;
}
ul .collapsed a {
    margin-top: 3px;	
}
.collapsed .toggle {
    background-image: url("/images/expand.png");
    background-repeat: no-repeat;
    float: left;
    height: 16px;
    width: 16px;
}

.expanded .toggle {
    background-image: url("/images/collapse.png");
    background-repeat: no-repeat;
    float: left;
    height: 16px;
    width: 16px;
    margin-top: 3px;
}
ul .collapsed {
	border-bottom: 1px dashed #bbb;
	padding: 5px 0 0px 10px;
}
.year a { 
	font-weight:bold;
	color: #3b3b3b;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
}	

.year a:hover { 
	color: #7c7c7c;
	text-decoration: none;
}

.year { 
	font-weight:bold;
	color: #3b608d;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	list-style: none;
	
}	
li.year:last-of-type{
	border-bottom:none;
}
.month a { 
	font-weight:normal!important;
	color: #3b3b3b;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px; 
}		

.month a:hover { 
	color: #7c7c7c;
	text-decoration: none;
}

li .month { 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px; 
	margin-left: 23px;
	list-style: none;
}					
.slideshow-wrap-container {
	position: relative;
	z-index: 10;
}
#html-content-68 {
	float: left;
	margin-top: 10px;
	margin-right: 1%;
	width:60%;
}
#html-content-68 iframe{
	width:100%!important;
}
#content-block-wrap67 .iplasma-content-title {
	margin-bottom: 0;
}
.iplasma-content-title {
	font-family: Georgia;
	font-size: 24pt;
	color: #fff;
	font-weight: normal;
	padding: 10px 10px 0 10px;
	background: #1535BC;
}

.iplasma-content-title a {
	font-family: Georgia;
	font-size: 24pt;
	color: #fff;
	font-weight: normal;
	background: #1535BC;
}

.iplasma-content-title-body {
	color: #1535BC;
	font-family: georgia;
	font-size: 36px;
	padding: 0 0 10px 0;
}

.iplasma-content-title a {
	color: #fff;
}

.iplasma-content-title a:hover {
	text-decoration: none;
}
#departments-content .contact-form-block {
	padding: 10px 5px 10px 5px;
	overflow:hidden;
	background:#FFFDDE;
	display:block;
}
#departments-content h4 {
	font-family: Georgia;
	font-size: 24pt;
	color: #3E3E3E;
	font-weight: normal;
	padding: 10px 5px 20px 10px;
}
#departments-content .contact-form-block form {
	overflow:hidden;
	border:1px dashed #000;
	padding:10px 5px;
}
#departments-content .contact-form-block input[type="text"] {
	width:100%;
	padding:5px;
	font-size:medium;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
}

#departments-content .contact-form-block .method-phone {
	
}
#departments-content .contact-form-block .method-email {
	
}
#departments-content .contact-form-block .dep-comments {
	margin-top: 10px;
	clear: left;
	margin: 10px 10px 0;
}
#departments-content .dep-comments #comments{ 
	margin:0;
	width: 100%;
}
.dep-method {
	margin:10px 10px 0;
}
.dep-name, .dep-email, .dep-phone {
	margin:10px 10px 0;
}
.contact-form-block .dep-email #email,.contact-form-block .dep-phone #phone{
	margin:0;
}
.dep-name label {
	float: left;
}
.dep-email {
	
}
.dep-email label {
	float: left;
	
}
.dep-phone {
	
}
.dep-phone label{
	*float:left
}
#departments-content .contact-form-block #recaptcha_widget_div{
	padding:10px 10px 0px 15px;
}
#departments-content .contact-form-block #contact-field-submit{
	margin-left:0;
}
#departments-content .contact-form-block #contact-field-submit .send-off {
	background: none repeat scroll 0 0 #F6822B;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-family: Trebuchet MS;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 116px;
	*padding:10px 75px;
}
#departments-content .contact-form-block #contact-field-submit .send-off:hover {
	cursor: pointer;
    background: #e26a10;

}
#content-block-wrap67 .iplasma-content-body {
	padding: 0;
}

#content-block-wrap67 #iplasma-menu-left {
	display: none;
}

#html-content-81 {
	background: #fff;
	padding: 10px;
}

.ui-widget-content {
    border-color: #E0E0E0!important;
}

.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    /*background-color: #EBEBEB!important;*/
    border: 1px solid #1535BC!important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #FFFDDE!important;
}

.ui-state-default {
    background-color: #1535BC!important;
}

.ui-state-active a:hover span {
	text-decoration: none!important;
}
#html-content-94 {
	background: #fff;
	clear: left;
	padding: 10px;
}
.contact-form-label {
	color: #1535BC;
    font-family: georgia;
    font-size: 24px;
    padding: 5px 5px 0px;
    margin: 5px 5px 0;
	text-align: left;
	border:1px dashed #000;
	border-bottom:none;
	display:block;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #F6822B!important;
    text-decoration: none;
}

.ui-state-active, .ui-state-disabled {
    background: #8192A1!important;
    border: #8077B6!important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff!important;
}
#content-block-wrap-71 {
	overflow: hidden;
	background: white;
}
.ui-widget {
    font-size: 12px!important;
    text-align: left;
}

.ui-widget-header {
    background: #0B3354!important;
    border: 0px solid #fff!important;
}

.ui-widget-content {
    /*background: #fff!important;*/
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #FA9500!important;
}

.fc-button-today a:hover span{
    background-color: #1535BC!important;
    text-decoration: none!important;
    color: #fff!important;
}

#upcoming-events-wrap {

}

.ui-widget-header {
    background: none repeat scroll 0 0 #F6822B !important
}

.fc-button-month a:hover span {
	text-decoration: none!important;
}
.ui-dialog {
	z-index:50;
}
.ui-dialog .ui-widget-header {
	background: none repeat scroll 0 0 #1535BC !important;
    border: 0 solid #FFFFFF !important;
}
.ui-dialog .ui-dialog-titlebar-close span{
	left:-1px;
	top:-1px;
	
}
.ui-button .ui-icon-closethick {
	background-image: url(/images/ui-icons_bf0a30_256x240.png);
}
.ui-dialog-buttonset .ui-button {
	background: #1535BC!important;
	border: 1px solid #1535BC!important;
	color: #fff!important;
}
.ui-button-text-only .ui-button-text{
	color:#fff!important;
}
.ui-dialog-buttonset .ui-button:hover {
	background: #F6822B!important;
	border: 1px solid #F6822B!important;
}
.fc-sun, .fc-mon, .fc-tue, .fc-wed, .fc-thu, .fc-fri, .fc-sat {
	background: #F6822B!important;
	color: #fff;
	padding: 4px 0!important;
}
.fc-not-today {
	background-color: #EBEBEB!important;
	color: #3E3E3E!important;
}
.fc-event-title {
	font-size: 12px;
}
.ui-dialog.ui-widget, .ui-dialog .ui-dialog-buttonpane{
	background:#FFF;
	
}
.ui-dialog.ui-widget{
	border-width:2px;
}
#html-content-81 table {
	font-weight: bold;
}
.submit-block{
	text-align:center;
}
#contact-form-block .pf_button1 {
	margin: 10px 0 10px 0;
	border-color:#000;
	width:auto;
	padding:5px 10px;
	display:inline-block;
}
#contact-form-block p{
	font-weight:bold;
}
#contact-form-block .pf_button1:hover {
	background-color:#e26a10;
	text-decoration: none;
}
.addthis_counter {
	margin-right: 4px!important;
}
/*Secure Login*/

#content-block-wrap71 .menu-container-side {
	display: none;
}

.private-area {
    background: #fff;
    width: 100%;
}

#private_area {
    background: url('/images/bg.png');
    border: 1px solid #fff;
    color: #616161;
    margin: 0 auto;
    text-align: center;
}

#private_area {
    color: #616161;
    text-align: center;
}
.login {
    margin: 10px 0;
}
#password {
    margin: 0 0 0 3px;
}

#private_area .login-button {
    background: #F6822B;
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    padding: 0 5px 2px;
    border: none;
}
#private_area .login-button:hover {
	cursor: pointer;
	background: #e26a10;
}
#content-block-wrap86 .iplasma-content-body {
	background:none;
	padding: 0;
}
.events-block-employment-calendar {
	width: 730px;
	float: left;
	margin: 0 0 10px 0;
}
#content-block-wrap106 {
	overflow: hidden;
}
#content-block-wrap106 #iplasma-menu-left {
	min-height: 600px!important;
}

/*Department*/

.department-nav-title {
	background-color: #F6822B;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	width: 240px;
	padding: 10px;
}

#departments {
	background: #fff;
	float: left;
}

#departments-header {
	
}

#departments-content {
	padding: 10px 20px;
	
}

#departments-content p {

}

#departments-content h4 {
	
}

#departments-list {
	background: url('/images/bg.png');
	margin-top: 10px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: Segoe UI, Arial, Verdana, sans-serif; 
}

#departments-list ul li {
	font-weight: normal;
	font-size: 14px;
	list-style: disc inside none;
	margin-left: 10px;
}

.department-navigation ul li ul {
	left: 100%;
    margin: 0 !important;
	top: auto!important;
    position: absolute;
	border:none;
}

.department-navigation a {
	border-right: 1px dashed #BBBBBB;
	border-bottom: 1px dashed #BBBBBB;
}

#departments-header img {

}

#departments-column {
	background-color: #FFFDDE;
	border-right: 1px dashed #BBBBBB;
}
.contact .box-content {
	padding: 10px;
	text-align: left;
}
#departments-column .contact {

}

#departments-column .contact strong {
	color: #1535BC;
}

#departments-column .contact-us-button {
	text-align: center;
	margin: 12px 0 8px 0;
}

#departments-column .contact-us-button a {
	background-color: #F6822B;
    border: 2px solid white;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 10px;
	display:inline-block;
}

#departments-column .contact-us-button a:hover {
	background-color: #E26A10;
    text-decoration: none;
}

.box-title {
	background-color: #1535BC;
	color: #fff;
	font-family: georgia, Arial, sans-serif!important;
	display:block;
	padding: 10px;
	font-size: 18px;
}

.box-title p {
	margin: 0;
	font-family: georgia, Arial, sans-serif!important;
}
#departments-content ul li {
	margin-left: 20px;
}
#departments-content h2 {
	border-bottom: none;
}
#departments-content h5 {
	border-bottom: none;
}
#departments-content ul ul li {
	margin-left: 40px;
}
#departments-content ol li {
	margin-left: 22px;
}
#departments-content ol ol li {
	margin-left: 42px;
}
#departments-column .content .box-content {
	padding: 10px;
	border-bottom: 1px dashed #BBBBBB;
}

#departments-column .content .box-content p {
	margin: 0;
}

.dep-contact-view-all a {
 	border-bottom: 1px solid #DCDDCF;
    color: #000000;
    float: left;
    font-family: Segoe UI,Arial,Verdana,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 1px;
    padding: 7px;
    text-align: left;
    width: 246px;
    background: url('/images/bg.png');
 }
.dep-contact-view-all a:hover {
 	color: #0000FF;
	text-decoration: none;
}
.contact-form-block {
	padding: 10px;
}

.contact-form-block #email {
	margin: 0 0 0 17px;
}

.contact-form-block #phone {
	margin: 0 0 10px 10px;
}

.contact-form-block #name {
}

fieldset .method-phone {
	margin-left: 10px;
}

.contact-form-block #comments {
	width: 670px;
}

.contact-form-block #recaptcha_widget_div {
	float: left;
}

.contact-form-block .pf_button1:hover {
	background-color:#e26a10;
	text-decoration: none;
}
#contact-field-submit {
	float: left;
    margin-left: 75px;
    margin-top: 42px;
}

.contact-form-block  #comments {
	margin-top: 10px;
}
#content-block-wrap71 .iplasma-content-body {
	padding: 0;
	padding: 0;
}
.gs-snippet {
	font-family: Trebuchet MS, Arial, sans-serif!important;  
	font-size: 14px!important;  
	margin-bottom: 10pt!important;
}

.gsc-table-result {
	margin-left: 8px!important;
}

#content-block-wrap3 .iplasma-content-body {
	background-color: none!important;
}
.cse .gsc-control-cse, .gsc-control-cse {
	background: none!important;
	border: none!important;
}

.gsc-webResult.gsc-result {
	border: none!important;
}

.gsc-webResult.gsc-result:hover {
	border: none!important;
}
.logout-button {
	float: right;
	margin-right:10px;
	width:auto;
	border: 2px solid #F8A76A;
	
}
.logout-button:hover{
	border: 2px solid #F88d3d;
}

.logout-button a {
    background: none repeat-x scroll 0 0 #F8A76A;
    border: 1px dashed white;
    
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 25px;
   	display:block;
	position: relative;

}
.logout-button a:hover {
	cursor: pointer;
	background: #f88d3d;
	text-decoration: none;
	border: 1px dashed #FFD65A;
}
#official-toggle {
     display: none;
}
.page-number {
	background-color: #F6822B;
    border: 3px solid white;
    border-radius: 3px 3px 3px 3px;
    color: white;
    height: 10px;
    padding: 5px 10px;
    width: 15px;
}
.page-number:hover {
	background-color: #F6822B; 
}
.page-number1 a {
	background-color: #F6822B;
    border: 3px solid white;
    border-radius: 3px 3px 3px 3px;
    color: white;
    height: 10px;
    padding: 5px 10px;
    width: 15px;
}
.news-paginator p a:hover, .paginator p a:hover {
	background-color: #e26a10; 
	text-decoration: none;
}
.page-number1 a:hover {
	background-color: #e26a10; 
	text-decoration: none;
}
.page-prev, .page-next {
	background-color: #F6822B;
    border: 3px solid white;
    border-radius: 3px 3px 3px 3px;
    color: white;
    height: 10px;
    padding: 5px 10px;
    width: 15px;
}
.page-prev:hover, .page-next:hover {
	background-color: #F6822B; 
}

.page-prev1 a {
	background-color: #F6822B;
    border: 3px solid white;
    border-radius: 3px 3px 3px 3px;
    color: white;
    height: 10px;
    padding: 5px 10px;
    width: 15px;
}
.news-paginator p a, .paginator p a, .paginator span, .paginator a {
	background-color: #F6822B;
    border: 3px solid white;
    border-radius: 3px 3px 3px 3px;
    color: white;
    height: 10px;
    padding: 5px 10px;
    width: 15px;
}
.paginator span {
	background-color: #ccc;
}

.page-next1 a {
	background-color: #F6822B;
    border: 3px solid white;
    border-radius: 3px 3px 3px 3px;
    color: white;
    height: 10px;
    padding: 5px 10px;
    width: 15px;
}
.news-paginator p a:hover, .paginator p a:hover, .paginator a:hover {
	background-color: #e26a10; 
	text-decoration: none;
}
.page-next1 a:hover {
	background-color: #e26a10; 
	text-decoration: none;
}
#content-block-wrap3 .iplasma-content-body {
	padding: 10px;
}
.gs-title a {
	color: #1535BC!important;
	text-decoration: underline!important;
}
.gs-title a b {
	color: #F6822B!important;
	text-decoration: underline!important;
}
.print-icon {
	background-image: url('/images/print-icon.png')!important;
	width: 32px;
	height: 32px;
}
.print-icon:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.bus-left-2 li a img:hover {
	opacity:0.5!important;
	filter:alpha(opacity=50)!important; /* For IE8 and earlier */
}
.bus-left-2 li a {
	text-align: left!important;
}
.bus-left-2 li a img {
	text-align: center!important;
}
.bus-left-2 li h2 {
	text-align: left!important;
}
.bus-left-3 li {
}
#html-content-101 ul.bus-left-3 li:first-of-type{
	padding-top:68px;
}

.bus-left-3 li h2 {
	text-align: left!important;
}
.bus-left-3 li a img:hover {
	opacity:0.5!important;
	filter:alpha(opacity=50)!important; /* For IE8 and earlier */
}
#department-dropdown p, #official-dropdown p {
	margin: -8px 0 0 0;
	background-color: #F6822B; 
	border-radius: 4px; 
	padding: 4px; 
	font-weight: bold;
}
#department-dropdown p:hover, #official-dropdown p:hover {
	cursor: pointer;
	background-color: #e26a10;
}
#department-toggle, #official-toggle {
	width: 220px;
	text-align: left;
	padding: 0 5px 0 0;
}
#department-toggle a:hover, #official-toggle a:hover {
	/*background-color: #e26a10;
	border-radius: 4px;
	text-decoration: none;
	padding: 2px;*/
}
#department-toggle li, #official-toggle li {
	list-style-type: none;
}
#department-toggle {
	margin: 5px 0 0 -101px;
	width: 220px;
}

.county-officials-block {
	float: left;
}
.county-officials-link a {
	width: 205px;
	padding: 5px;
	padding-left: 10px;
	font-size: 14px;
	color: black;
	font-weight: normal;
	background-color: #FFFDDE;
	float: left;
}
.county-officials-link a:hover {
	background-color: white;
	text-decoration: none;
}
.county-officials-link {
	border-right: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
	text-align: left;
	float: left;
	clear: left;
}
.county-departments-block {
	float: left;
}
.county-departments-link a {
	width: 205px;
	padding: 5px;
	padding-left: 10px;
	font-size: 14px;
	color: black;
	font-weight: normal;
	background-color: #FFFDDE;
	float: left;
}
.county-departments-link a:hover {
	background-color: white;
	text-decoration: none;
}
.county-departments-link {
	border-right: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
	text-align: left;
	float: left;
	clear: left;
}
#iplasma-menu-left {
	border-right: 1px dashed #bbb;
    background: #FFFDDE;
}
.dep-subject {
	clear:both;
    margin:8px 20px 20px
}
.dep-subject #subject {
	margin-right: 5px;
    width:100%;
}
.visible-xs{ display:none; } 
.print {float:left;}

.iplasma-block-addthis{ float:left; }
#iplasma-breadcrumb-share{ float:right; }
#iplasma-breadcrumb-share a.rss {float: left;}
#iplasma-breadcrumb-share a.rss img {width: 32px; margin-right: 2px;}

/* Contact Confirmation Page */
.contact-submit-container{
	text-align:center;
	font-size:large;
	margin:20px 0;
}
.success-wrap{
	
}
.back-wrap{
	margin:20px 0 0;
}
.contact-submit-container .view-all{
	margin: 0 10px;
	background-color: #f6822b;
	color: white;
	padding: 2px 10px;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 16px;
	border: 2px solid #000;
	border-radius: 4px;
	display:inline-block;
}
.contact-submit-container .view-all:hover{
	background-color: #e26a10;
	text-decoration: none;
}

/*Alert Bar Styles*/
.alert-bar-inner-wrapper{
	position:fixed;
	width:100%;
	z-index:99999;
}
.alert-list, .pointer{
	text-align:center;
	background:#FEE2DB;
	border-bottom:1px solid #efc7bd;
	top:0;
	margin:0;
}
.pointer{
}
.pointer .alert-list{
	border-bottom:0;
	padding:0;
	background:none transparent;;
}
.alert-list li{
	display:inline-block;
	list-style:none outside none;
	font-size:large;
}
.alert-list li a{
	color:#f00;
	padding:13px 10px;
	display:block;
}
.alert-list li a:hover{
	background:#fcd0c5;
}
.alert-list li img{
	margin:0 5px;
	max-width:25px;
vertical-align:middle;
}
.closing-x{
	position:absolute;
	height:100%;
	background:#FEE2DB;
	border-bottom:1px solid #efc7bd;
}
.closing-x a{
	padding:12px 20px;
	font-size:large;
	font-weight:bold;
	display:block;
	color:#999;
}
.closing-x a:hover{
	text-decoration:none;
	background:#fcd0c5;
}
.alert-open{
	display:none;
}
.alert-open a{
	display:block;
	padding:10px;
}
span.sticky-icon img {
	margin-right: 5px;
}
.news-image img{max-width:100%;}
p.error{
	text-align: center;
	color: red;
	font-weight: bold;
	margin: 10px 0 0;
}
/* *************************************************************************************************************** */
/* Department Category Styles ************************************************************************************ */
/* *************************************************************************************************************** */
.department-category-title{
	font-size: 28px;
	font-weight: bold;
	font-family: georgia, Arial, sans-serif;
	color: #3e3e3e;
	padding: 5px 0;
	text-align: left;
	margin: 0 0;
}
.dep-cat-block .department{
	padding:5px 0;
}
.department-title a{
	font-size: 22px;
	font-weight: bold;
	font-family: georgia, Arial, sans-serif;
	color: #0C94C9;
	font-style: italic;
	padding: 5px 0;
	text-align: left;
	margin: 0 0;
}
.department-description{
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	font-family:segoe ui, arial, sans-serif;
}


/* *************************************************************************************************************** */
/* Directory Module ********************************************************************************************** */
/* *************************************************************************************************************** */

/* *********************************************************************************************************** */
/* Top-Bar Styles ******************************************************************************************** */
/* *********************************************************************************************************** */
.shop-top-bar{
	background:#8192a1;
	overflow:hidden;
}
.shop-bar-item{
	margin:3px 0;
	float:left;
	padding:5px;
	width:33%;
	border: dashed #fff;
	border-width: 1px 0;
}
#category-dropdown{
	border-left-width:1px;
	margin-left:.5%;
}
#listed-button-area{
	border-right-width:1px;
	margin-right:.5%;
	text-align:right;
}
.shop-top-bar input[type="text"], .shop-top-bar select{
	padding:5px;
	width:77%;
	float:left;
	border:none;
	margin-right:1%;
}
.shop-top-bar input[type="submit"]{
	background:#f6822b;
	padding: 5px 10px;
	color:#fff;	
	font-weight:bold;
	margin:2px 0;
	border:none;
}
.shop-top-bar input[type="submit"]:hover{
	background:#e26a10;
}
.shop-top-bar select{
	padding:7px 5px;
}
.shop-bar-item #listed-button{
	display:inline-block;
}
.shop-bar-item #listed-button a, #cancel-button a{
	display:block;
	color:#fff;
	background:#1535bc;
	padding:5px 10px;
	margin:2px 10px;
}
.shop-bar-item #listed-button a:hover, #cancel-button a:hover{
	text-decoration:none;
	background:#2c50e8;
}

/* *********************************************************************************************************** */
/* Popup Styles ********************************************************************************************** */
/* *********************************************************************************************************** */
#iplasma-popup{
	width:80%!important;
	max-width: 980px;
}
#request-wrapper .shop-top-bar .request{
	border: dashed #fff;
	border-width: 1px 0px 0 1px;
	margin:3px 0 0 .5%;
	float:left;
	padding:8px 5px;
	color:#fff;
	font-size:medium;
	font-weight:bold;
	width:80%;
}
#cancel-button{
	width:19%;
	float:left;
	text-align:right;
	padding:4px 5px;
	border: dashed #fff;
	border-width:1px 1px 0 0;
	margin:3px .5% 0 0;
}
#cancel-button a{
	display:inline-block;
	margin:0;
}
#request-wrapper {
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:5px;
	/*border: 1px solid #535151;*/
}

#request-wrapper .top-row {
	width:50%;
	position:relative;
	float: left;
}

#request-wrapper .bottom-row {
	width:50%;
	position:relative;
	float:left;
}

#request-wrapper .right-block {
	float:left;
	width:50%;
	display:block;
}

#request-wrapper .wysiwyg-editor {
	float:left;
	width:100%
}

#request-wrapper #hours {
	height: 50px;
	width: 100%;	
}

#request-wrapper #zipcode {
	float: right;
	margin-top: 10px;
	margin-right: 0;
	position: relative;
}

#request-wrapper #description {
	height: 200px;
	width: 100%;
}

#request-wrapper #submit-request {
	clear:both;
	padding-top:10px;
	width: 90px;
	margin-right: auto;
	margin-left: auto;
}


#request-wrapper input[type="submit"] {
	padding-left:8px;
	padding-right:8px;
	cursor: pointer;
	color:#fff;
	background: #1535bc;
}
#request-wrapper input[type="submit"]:hover{
	background:#2c50e8;
}
#request-wrapper span.request {
	color:#fff;
	padding: 8px 7px;
	position: relative;
	max-width:80%;
	font-weight:bold;
	float:left;
}

#request-wrapper span.subtext {
	font-size:10px;
	font-style:italic;
}

#request-wrapper fieldset {
	padding-right: 10px;
	margin-top: 10px;
	padding-left: 15px;
}

#request-wrapper label {
	display:block;
}
fieldset br{
	display:none;
}
#request-wrapper input {
	display:block;
	background: none repeat scroll 0 0 #F1F1F1;
	padding: 2px;
	position: relative;
	border: 1px solid #606060;
	width:100%;
}

#request-wrapper textarea {
	background: none repeat scroll 0 0 #F1F1F1;
	border: 1px solid #606060;
}
#request-wrapper fieldset#state{
	float:left;
	width:70%;
}
#request-wrapper select {
	background: none repeat scroll 0 0 #F1F1F1;
	border: 1px solid #606060;
	width:100%;
	display:block;
	padding:3px 5px;
}
/* *********************************************************************************************************** */
/* Index/Category Styles ************************************************************************************* */
/* *********************************************************************************************************** */

.directory-content-body {
	text-align: center;
	background:#fff;
}
.directory-view-content-container{
	overflow:hidden;
	background:#fff;
}
#directory-intro {
	text-align: left;
	font-size: 14px;
	padding-bottom: 5px;
}

.shop-top-bar.locked{
	position:fixed;
	max-width:970px;
	z-index:45;
}
#request-wrapper .shop-top-bar{
	overflow:hidden;
}


.column-heading {
     width: 100%;
     font-weight: bold;
     color: #000;
}

#business-name, .list-name {
     width: 31%;
}

#business-address, .list-address {
     width: 25%;
}

#business-phone, .list-phone {
     width: 12%;
}

#business-pagination, .directory-listings .listing-item.list-button {
     width: 30%;
     text-align:right;
}

div.directory-listings, div.column-heading {
     padding:7px 0;
     border-bottom: 1px solid #ccc;
     clear:both;
}

div.directory-listings .listing-item, div.column-heading .heading-item {
	text-align:left;
	font-size:14px;
	display:inline-block;
}

div.list-name{
	color: #B73535;
	font-weight:bold;
}

div.list-phone{
	font-weight:bold;
}
.listing-button{
	display:inline-block;
}
.listing-button a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	padding:5px;
    background:#f6822b;
    display:inline-block;
    cursor:pointer;
	text-decoration:none;
}
.list-phone .listing-button{
	display:none;
}
.listing-button a:hover {
	background:#e26a10;
}

.listing-disabled {
	border:none;
	background-image:none;
	background-color:transparent;
	cursor:auto;
	padding:5px 1px 5px 2px;
	
}

div.directory-listings{
     clear:both;
}

div.page-navigation {
	clear:both;
	margin:5px auto;
}
.page-navigation span, .page-navigation a,
#business-pagination a, #business-pagination span{
	display:inline-block;
	background-color: #F6822B;
	color: white;
	padding: 5px 10px;
	display:inline-block;
	
}
.page-navigation a:hover, #business-pagination a:hover{
	background:#e26a10;
	text-decoration:none;
}
.page-navigation span, #business-pagination span{
	background-color: #ccc;
}
.directory-map{
	width:100%;
	padding:33%;
	position:relative;
}
#inner-map{
	position:absolute;
	top:0;
	left:0;
	height:100%!important;
	width:100%;
}
#content .firstHeading{
	font-size:16px;
	color:#000;
	white-space:nowrap;
	margin-top:0;
}
/************************************************* Directory View Page ***************************************************/

.listing-container {

}

#listing-map {
	float:right;
	border: 1px solid #535151;
	margin-right:5px;
	margin-left: 5px;
}

#listing-map-empty {
	float:right;
	margin-right:5px;
}

.directory-view-content-container div {
	position:relative;
	font-size:12px;
}
#listing{
	padding:0 10px;
}
#listing-name {
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;   
	left:5px;
}

.left-column *, .right-column *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.left-column{
	float:left;
	width:70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.right-column{
	float:right;
	width:30%;
	padding:0 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#listing-image { 
	float: left;
	margin-right:10px;
	max-width:205px;
	margin-bottom:10px;
}
#listing-image img {
	border: 1px solid #ccc;
}
#listing-map {
	border: 1px solid #CCCCCC;
	margin-bottom:10px;
	width:100%!important;
}
.center-wrap{
	float:left;
	width:32%;
	padding-right:10px;
	overflow:hidden;
}
#listing-phone {
	font-weight: bold;
	color:#b73535;
}
.listing-button {
}
#listing-website {
	margin: 0 10px 0 0;
	width:32%;
	text-align:left;
	float:right;
}

#listing-website a div{
	float:none;
}
#listing-website a:hover {
	background-image: none;
	text-decoration: none;
	cursor: pointer;
}
#listing-address {
	text-align: left;
	margin: 10px 10px 0px 0;
	position:relative;
}
.listings-container #listing-hours{
	position:relative;
}
.listings-container #listing-hours p{
	margin: 0 0 0 0px;	
}
#listing-description {
	clear: left;
	margin: 10px 0 0 0;
}
#listing-map-empty{ display:none;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* *********************************************************************************************************** */
/* Gallery Module ******************************************************************************************** */
/* *********************************************************************************************************** */
/* ******************************************************************************* */
/* ******************************** Gallery Module ******************************* */
/* ******************************************************************************* */

	/* *********************************************************************** */
	/* ******************************** Shared ******************************* */
	/* *********************************************************************** */

	/* *********************************************************************** */
	/* ********************** Gallery Wraps and Blocks *********************** */
	/* *********************************************************************** */
.gallery-wrap{
	background:#fffdde;
	border-right:1px dashed #bbb;
}
.gallery-category-block-title{
	font-size:16px;
	color:#1535bc;
	border-bottom:1px dashed #bbb;
	padding:5px;
	font-weight:bold;
}
.gallery-category-link a, .iplasma-block-gallery-randomalbum .album-title a{
	font-size:14px;
	padding:5px 10px;
	border-bottom:1px dashed #bbb;
	color:#000;
	display:block;
}
.iplasma-block-gallery-randomalbum .album-title a{
	border-bottom:none;
}
.gallery-category-link a:hover, .iplasma-block-gallery-randomalbum .album-title a:hover{
	background:#fff;
	text-decoration: none;
}
.iplasma-block-gallery-randomalbum{
	
}

.iplasma-block-gallery-randomalbum .album-featured{
	height:auto;
	max-width:80%;
	margin:5px auto;
	max-height:150px;
	overflow:hidden;
	position:relative;
	display:block;
}

.album-subtitle{
	position:absolute;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
}
.album-featured:hover .album-subtitle, .album-title:hover .album-subtitle{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
}
.subtitle-bg{
	background:#000;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:.5;
}
.album-subtitle a, .album-subtitle .title-text{
	font-size:medium;
	color:#fff;
	position:relative;
	z-index:10;
	display:block;
	height:100%;
	padding:5px;
	text-decoration:none;
}
.iplasma-block-gallery-randomalbum .album-viewmore{
	text-align:center;
	padding:0;
}
.iplasma-block-gallery-randomalbum .album-viewmore a{
	display:block;
	border-bottom:1px dashed #bbb;
	color:#000;
	border-top:1px dashed #bbb;
	background:none;
}
.iplasma-block-gallery-randomalbum .album-viewmore a:hover{
	background: #fff;
	cursor: pointer;
	text-decoration: none;
}
	/* *********************************************************************** */
	/* ****************************  Landing Page **************************** */
	/* *********************************************************************** */
.gallery-category-container{
	margin:0 20px;
}
.gallery-album-cell{
	display:inline-block;
	width:18%;
	position:relative;
	margin:5px 1% 5px 0;
}
.gallery-category-container .gallery-category-title{
	font-size:x-large;
}
.gallery-category-container .gallery-category-link a{
	color:#359CBD
}
.album-featured{
	height:95px;
	overflow:hidden;
	position:relative;
}
.gallery-album-cell .gallery-album-title, .title-wrap{
	position:absolute;
	top:0;
	left:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
	width:100%;
	height:100%;
}
.gallery-album-cell:hover .gallery-album-title, .album-image:hover .title-wrap{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
}
.title-bg{
	background:#000;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:.5;
}
.gallery-album-title a, .image-title{
	font-size:medium;
	color:#fff;
	position:relative;
	z-index:10;
	display:block;
	height:100%;
	padding:5px;
	text-decoration:none;
}
	/* *********************************************************************** */
	/* ****************************** Category ******************************* */
	/* *********************************************************************** */
.gallery-albums{
	margin: 0 20px;
}
.gallery-album-container{
	margin:10px 0;
}
.gallery-album-container .album-wrap{
	margin:0;
}
.gallery-album-container .gallery-album-title{
	position:static;
	top: auto;
	left:auto;
	opacity:1;
	width:auto;
	height:auto;
}
.gallery-album-container .gallery-album-title a{
	  font-size: x-large;
	color:blue;
}
.gallery-album-container .gallery-album-title a:hover{
	text-decoration:underline;
	color:#1535BC;
}
.gallery-album-featured{
	width:49%;
	display:inline-block;
}
.gallery-album-subtitle{
	display:inline-block;
	width:48%;
	margin:0 1%;
	vertical-align:top;
	/* text-align:right; */
}
.subtitle-container{
	text-align:justify;
	font-size:medium;
	margin-bottom:5px;
}
.gallery-album-subtitle a{
	float:right;
	clear:both;
	padding:10px;
	background-color: #f6822b;
	border: 2px solid #fff;
	border-radius:4px;
	color: #fff;
	padding: 5px 20px;
	text-decoration:none;	
}
.gallery-album-subtitle a:hover{
	background:#e26a10
}
	/* *********************************************************************** */
	/* ******************************** Album ******************************** */
	/* *********************************************************************** */
.album-wrap a{
	text-decoration:none;
}
.album-wrap{
	margin:0 20px;
}
.album-image{
	display:inline-block;
	width:23.5%;
	vertical-align:top;
	position:relative;
	margin:5px 1% 5px 0;
	min-width:120px;
	overflow:hidden;
	height:110px;
}
.image-title{
	overflow:hidden;
}
.gallery-album-page .gallery-album-subtitle, .gallery-album-description{
	font-size:medium;
	width:auto;
	display:block;
	margin:0 20px;
}

.gallery-album-page .gallery-album-subtitle{
	font-style:italic;
	margin-top:10px;
}
/* ******************************************************************************* */
/* ********************************** End Gallery ******************************** */
/* ******************************************************************************* */

.iplasma-block-gallery-recentimages{
	clear:both;
	background:url('/images/bg.png') repeat;
	overflow:hidden;
	text-align:center;
}
.iplasma-block-gallery-recentimages .block-title-wrap{
	background:#468c50;	
	overflow:hidden;
}
.iplasma-block-gallery-recentimages .gallery-category-block-title{
	color:#fff;
	font-size:24px;
	padding:10px 10px 5px;
	font-family:georgia;
	font-style:italic;
	border:none;
	float:left;
}
.gallery-icon{
	float:right;
	margin-right:10px;
}
.gallery-icon img{
	max-height:49px;
}
.iplasma-block-gallery-recentimages .album-featured{
	display:inline-block;
	width: 23%;
  	margin: 10px 1%;
	height:150px;
}
.album-featured+.album-featured{
	margin-left:0;
}
.album-viewmore{
	clear:both;
	text-align:center;
	padding:10px 0;
}
.album-viewmore a{
	border-radius: 4px 4px 4px 4px;
	color: white;
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	background-color: #468c50;
	padding: 2px 10px;
	border: 2px solid white;
	float: none;
}
.album-viewmore a:hover{
	background:#417E4A;
	text-decoration:none;
}