/* MISC */

.backgrounds .content_background {
	height:100%;
	position: relative; 
	margin:0 auto;
	-moz-box-shadow: 0 0px 40px rgba(0,0,0,0.9); /* drop shadow */
  	-webkit-box-shadow: 0 0px 40px rgba(0,0,0,0.9); /* drop shadow */
  	box-shadow: 0 0px 40px rgba(0,0,0,0.9); /* drop shadow */
  	border-radius: 8px;

}
.content_background_container {position: relative;}


/*  */

html {
	overflow-y: scroll;
}
body {
	line-height: 2em;
}
#body_bg, #container_header {
	background-attachment: scroll;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	position: relative;
}

h1, h2, h3, h3, h4, h5, h6 {
	text-rendering: optimizelegibility;
}
h2 {
    font-size: 22px;
    line-height: 1em;
    margin: 0 0 10px;
}
a {
	color:#333;
}
a:hover {color:#888;}
p {margin-bottom: 16px; padding-bottom:0px;}


/*-----------------------------------------------------------------------------------*/
/* Container Divs */
/*-----------------------------------------------------------------------------------*/

#container_header {height: 170px; }
#container_hornav {position:relative; top:0px;}
#container_slideshow {
    overflow:hidden;
    z-index: 0;
}
#container_breadcrumb {padding-bottom:0px;}
#container_top2_modules {padding: 0px 0px 0px;}
#container_top1_modules {padding: 0px 0px 0px;}
#container_hornav_mobile{display:none;}
#container_top3_modules {}
#container_main {padding:0px 0px 20px;}
#container_bottom_modules {padding: 0px}
#container_base {padding-top:15px; min-height: 40px}
#container_copyright {}
#container_copyright {padding:5px 0; color:#999999; }
#container_spacer1 {height:40px; } 
#container_spacer3 {height:40px; } 

#container_header_bg {
	position: absolute;
	width:100%;
	height:70px;
	top:180px;
	opacity: .9; /* layer alpha */
	z-index:16;
}

/*-----  End of Container Divs  ------*/


/*-----------------------------------------------------------------------------------*/
/* Wrapper Divs */
/*-----------------------------------------------------------------------------------*/

#container_slideshow .wrapper960 {
	-moz-box-shadow: inset 2px 0 5px rgba(0,0,0,.6); /* inner shadow */
	-webkit-box-shadow: inset 2px 0 5px rgba(0,0,0,.6); /* inner shadow */
	box-shadow: inset 2px 0 5px rgba(0,0,0,.6); /* inner shadow */
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAGovxNEIAAAAoSURBVDhPYxBEAgIMSkhAgcEFCTgwdCCBBoZRfaP6RvWN6hvVR5Y+APADQlQnmrINAAAAAElFTkSuQmCC);
}
#container_top1_modules .wrapper960 {
	-moz-box-shadow: inset 0px 0 5px rgba(0,0,0,.5); /* inner shadow */
	-webkit-box-shadow: inset 0px 0 5px rgba(0,0,0,.5); /* inner shadow */
	box-shadow: inset 0px 0 5px rgba(0,0,0,.5); /* inner shadow */
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAGovxNEIAAAAoSURBVDhPYxBEAgIMSkhAgcEFCTgwdCCBBoZRfaP6RvWN6hvVR5Y+APADQlQnmrINAAAAAElFTkSuQmCC);
	padding:10px 0;
}
#container_top2_modules .wrapper960 {
	padding: 0px;
	position: relative;
}
#top3_modules .wrapper960 {
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
}
#container_main .wrapper960 {
	background-color: #fafafa;
    position: relative;
    z-index: 1;
	/* border-top:1px solid rgba(0,0,0,0.14); */
	border-bottom:1px solid rgba(0,0,0,0.14);
	-moz-box-shadow: 	0 0 5px rgba(0, 0, 0, 0.05) inset;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset; 
	box-shadow: 1px 0 1px rgba(255, 255, 255, 1) inset;
}
#container_bottom_modules .wrapper960 {}
#container_copyright .wrapper960 {}
/*-----  End of Wrapper Divs  ------*/


/*-----------------------------------------------------------------------------------*/
/* BlockHolder Divs */
/*-----------------------------------------------------------------------------------*/

.block_holder {padding: 0 15px;}
#container_header.block_holder {}
#top1_modules.block_holder{padding-bottom: 5px;}
#top_modules.block_holder {}
#top3_modules.block_holder {padding: 0px 15px 0px;}
#main.block_holder {padding: 0;}
#bottom_modules.block_holder {padding: 10px 20px;}
#base.block_holder {padding:0 0 0px;}

/*-----  End of BlockHolder Divs  ------*/


/*-----------------------------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------------------------*/

#header {position: relative; height:100px; }

/* Logo */ 
#logo {width:100%;} 
.logo_container {width:100%; top:0px; left:0px; } 
.logo_container, h1.logo, h1.logo a {height:130px; text-align:left;} 
h1.logo-text a {     
	display:block;     
	top:124px;      
	left:15px;      
	font-size:72px;
	text-transform:none !important;     
	font-weight:normal;      
	text-align:left;    
	z-index: 15; 
} 
p.site-slogan {
	font-size:10px;      
	letter-spacing:5px;      
	top:10px;      
	right: 15px;
	text-align:right;      
	margin:0px;     
	z-index: 15; 
}

/* Social Media */
#socialmedia {
    min-width: 30px;
    position: absolute;
    right: 30px;
    top: 170px;
    z-index: 16;

}
#socialmedia:before {
	position: absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.13);
   -webkit-transform: skew(-20deg); 
   -moz-transform: skew(-20deg); 
   -o-transform: skew(-20deg);
   transform: skew(-20deg);
	height:100%;
	width:100%;
	content: '';
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#socialmedia ul {
	float: left;
}
#socialmedia ul li a{
	height:59px;
   -webkit-transform: skew(0deg); 
   -moz-transform: skew(0deg); 
   -o-transform: skew(0deg);
   transform: skew(0deg);
}
.parallelogram {
   width: 10px; 
   height: 60px;
   background: #0A2336;
   -webkit-transform: skew(-20deg); 
   -moz-transform: skew(-20deg); 
   -o-transform: skew(-20deg);
   transform: skew(-20deg);
   position: relative;
   top:0;
   opacity: 1

}
.parallelogram1 {
	float:left;
	left:-5px;
  	-moz-box-shadow: 	inset 1px 1px 1px rgba(0,0,0,0.13) ; 
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.13) ; 
	box-shadow: 		2px -2px 4px 1px rgba(0,0,0,0.4) ;
}
.parallelogram2 {
	float:right;
	right:-5px;
	box-shadow: 		-2px -2px 2px 1px rgba(0,0,0,0.2) ;
}

/*-----  End of Header  ------*/


/*-----------------------------------------------------------------------------------*/
/* Top Menu - Hornav */
/*-----------------------------------------------------------------------------------*/

.hornavmenu {
	background-color: #ffffff;
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.0) 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.0) 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.0) 100%); /* gradient overlay */
	background-image: linear-gradient(to top, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.0) 100%); /* gradient overlay */
	border-radius: 8px 8px 0 0;
	border-bottom:1px solid rgba(0,0,0,0.2);
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	display:block;
	height:60px;
	position: relative;
	z-index:15;
	width: 100%;
	margin-bottom: 8px;
}
.hornavmenu:before {
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 15;
}

#hornav {position: relative;  display: table; float:none; padding-left:10px;}

/* Hornav - Parent Styling */ 
#hornav ul a, #hornav ul ul a, #hornav .separator {color:#ffffff; line-height:25px; }
#hornav ul > li {margin:0px 5px; padding:13px 0 14px;}
#hornav ul a, #hornav .separator {
	display:block;
	font-size:12px; 
	letter-spacing: 1px;
	text-decoration: none; 
	margin: 0px 1px 0px;
	z-index: 1; 
	text-transform: uppercase;
	text-shadow: none;
	opacity: 1;
	border: 1px solid rgba(255,255,255,.15); /* stroke */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.15); /* inner shadow */
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.15); /* inner shadow */
	box-shadow: inset 0 0 5px rgba(0,0,0,.15); /* inner shadow */
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.06) 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.06) 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.06) 100%); /* gradient overlay */
	background-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,.06) 100%); /* gradient overlay */
}
#hornav ul a, #hornav .separator, #hornav a span, #hornav a::before {padding: 4px 12px;}

#hornav ul ul a {line-height:20px; padding: 1px 10px;}

/* Hornav - Child Styling */
#hornav li li a, #hornav li li.active a, #hornav li li.visited a {color:#888888 !important;}

/* Hornav - Child Block Styling */
#hornav li li, #hornav li li li {padding: 6px 0px !important;}
#hornav li li:last-child, #hornav li li li:last-child {background:none !important;}

/* Hornav - Dropdown Block Styling */
#hornav ul li ul {
	background-color: #eeeeee;
	-moz-border-radius:0px 0px 5px 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	border-radius:0px 0px 5px 5px; 
	margin:0; 
}

/* Hornav - Sub-Child Block Styling */
#hornav li ul li ul {
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px; padding:5px;
}

/* Hornav - Hover/Highlight Styling */
#hornav ul a:hover, #hornav ul ul a:hover {opacity: 1;}
#hornav li > a:hover, #hornav li.active > a, .mainMenuParentBtnFocused {
	background: none;
}

/* Dropdown */
#subMenusContainer a {
	text-decoration:none;
	display:block;
	padding:8px 15px 8px 10px;
	color:#555555; 
	font-size:14px; 
	text-shadow:none; 
	cursor:pointer; 
	border-bottom:1px solid rgba(0, 0, 0, 0.04); 
}

/* Parent Sub Menu Links ---[javascript users only] */
.subMenuParentBtn { background: url(../images/arrow_right.png) right center no-repeat !important;  }

/* Parent Sub Menu Links on hover or focus ---[javascript users only] */
.subMenuParentBtnFocused{background: url(../images/arrow_right_over.png) right center no-repeat !important;  }

/* Parent Main Menu Links ---[javascript users only] */
#hornav .mainMenuParentBtn{
	background-image: url(../images/arrow_down.png) right 50% no-repeat; 
	padding-right:18px;
}
#hornav .mainMenuParentBtn:before {
    background: url("../images/arrow_down.png") no-repeat scroll right 50%;
    content: "";
    display: block;
    height: 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2px;
    width: 100%;
    z-index: 999;
}

/* Parent Main Menu Links on hover or focus ---[javascript users only] */
#hornav .mainMenuParentBtnFocused {background: url(../images/arrow_down_over.png) right 50% no-repeat !important; padding-right:18px;}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, #subMenusContainer a:focus, a.subMenuParentBtnFocused {
	color:#000000;
	background-color: rgba(0,0,0,0.03);
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{display:none; position: absolute; overflow:hidden; padding:0 2px; margin:0 0 0 -2px;}

/* All ULs and OLs */
#subMenusContainer ul, #subMenusContainer ol {padding: 0; margin: 0; list-style: none; line-height: 1em; min-width:170px;}

/* All submenu OLs and ULs */
#subMenusContainer ul, #subMenusContainer ol {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	border:1px solid rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 	0 0 5px rgba(0, 0, 0, 0.05) inset;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset; 
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
	left:0; 
	padding-bottom:4px;
	padding-top:5px;
}
#subMenusContainer {top:-2px;}

/* Hornav Mobile Menu */
.hornavmenumobile {display:none;}
#nav-toggle {
    right:10px;
    top: 0px;
    position: relative;
    z-index: 20;
    margin-top: -63px;
    margin-bottom: 5px;
    float:left;
}
.js #nav {
    top: 0px;
    z-index: 20;
}
#nav.opened {
    margin-bottom: 10px;
}


/*-----  End of Top Menu - Hornav  ------*/

/*-----------------------------------------------------------------------------------*/
/* Slideshow */
/*-----------------------------------------------------------------------------------*/

#slideshow {position:relative;}
#slideshow.block_holder {
	padding:0;
	margin-left: auto;
	margin-right: auto;
}
.mobile_showcase {display:none;}
.mobile_showcase img {
	display: block;
	margin:0 auto;
	max-width:100%;
}
.slidesjs-previous.slidesjs-navigation, .slidesjs-next.slidesjs-navigation {opacity: 0.2}


/*-----  End of Slideshow  ------*/

/*-----------------------------------------------------------------------------------*/
/* Component */
/*-----------------------------------------------------------------------------------*/

#main #content_remainder, #main #content_full {
	background: #EAEBEC;
	padding:25px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
} 
.maincontent {
	background-color: #F0F1F2;
	border: 1px solid #DFE0E1;
	border: 1px solid rgba(0,0,0,0.08);
}
#main #content_remainder, #main #content_full {}
.item-title {margin-bottom: 5px}


/*-----  End of Component  ------*/


/*-----------------------------------------------------------------------------------*/
/* Default Module Styling */
/*-----------------------------------------------------------------------------------*/

.module {
	padding-bottom: 10px;
}
.module_margin{
	margin: 2px 10px 10px;
	overflow: hidden;
}
.module p {
}
h3, .module_header h3 {
	padding:5px 0;
	font-size:16px;
	line-height: 32px;
	font-weight:300;
}
.module_header h3 {
	border-bottom: 4px solid rgba(0,0,0,0.1);
	margin-bottom: 4px;
}
.module_padding {
	padding: 10px 0 5px;
}

/* Module Class Suffix */
.module_style-box .module, .style-box .module {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	margin-bottom:20px;
	margin-top: 0px;
}
#container_bottom_modules .module_style-box .module, #container_bottom_modules .style-box .module {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.55);
}
.module_style-box, .style-box {
	margin:0px 0 10px;
	color:#333333;
}
.module_style-box .module_content, .style-box .module_content {padding:0px;}
.module_style-box p, .style-box p, .module_style-box h3, .style-box h3  {
	margin:0px 0px 0px;
}
.module_style-box .module_header h3, .style-box .module_header h3 {padding-top:0px; padding-bottom: 10px; color:#444444 !important;}
.module_style-box .module_header > div, .module_style-box .module_content > div,  .style-box .module_header > div, .style-box .module_content > div  {
	padding:5px 18px 5px;
}
.module_style-box .module_header > .j51imagelinkhover, .module_style-box .module_content > .j51imagelinkhover,  .style-box .module_header > .j51imagelinkhover, .style-box .module_content > .j51imagelinkhover  {
	padding:0px;
}
.module_style-box .module_padding, .style-box .module_padding {
	padding: 16px 0 0 !important;
}
.top-2 .module_style-box .module, .top-2 .style-box .module{
	margin-bottom:0px;
}

/* Module Styling - Menus */
.module ul, .module_menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.module ul a, .module_menu ul a  {
    color: #777777;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 12px 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.module ul li, .module_menu ul li  {
	border-bottom: 2px solid rgba(0,0,0,0.06);
	position:relative;
}
.module ul li:last-child, .module_menu ul li:last-child  {
	border-bottom: none;
}
.module ul a:hover, .module_menu ul a:hover {
	color:#444 !important;
}
.module ul li li a, .module_menu ul li li a {
	border:none;
	padding-left:25px;
	background:none;
}
.module ul.menu li li a, .module_menu ul.menu li li a {
	padding:4px 30px;
	color:#666 !important;
}
.module ul li li a:hover, .module_menu ul li li a:hover {
	color:#888;
}
.module ul ul, .module_menu ul ul {
	margin-top:-4px;
	padding-bottom:5px;
	margin-bottom:0px;
}
.module ul li:first-child a, .module_menu ul li:first-child a {
	margin-top:-5px;
}

/*-----  End of Default Module Styling  ------*/


/*-----------------------------------------------------------------------------------*/
/* ALternative Module Styling */
/*-----------------------------------------------------------------------------------*/

/* Modules Top */

/* Modules Top-1 */
#container_top1_modules {color:#eaeaea; color:rgba(255,255,255,0.5);}
#container_top1_modules h2, #container_top1_modules h3 {color:#fafafa; color:rgba(255,255,255,0.7);}

/* Modules Top-2 */

/* Modules Top-3 */

/** MAINCONTENT **/
#content_inner, .sidecol_inner {
	margin:8px;
}

/* Sidecol A & B */
.backgrounds #sidecol_a , .backgrounds #sidecol_b {
	background-image: -moz-linear-gradient(left, rgba(0,0,0,.1) 0%, rgba(123,123,123,.1) 1%, rgba(255,255,255,.1) 4%, rgba(255,255,255,.1) 100%); /* gradient overlay */
	background-image: -o-linear-gradient(left, rgba(0,0,0,.1) 0%, rgba(123,123,123,.1) 1%, rgba(255,255,255,.1) 4%, rgba(255,255,255,.1) 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.1) 0%, rgba(123,123,123,.1) 1%, rgba(255,255,255,.1) 4%, rgba(255,255,255,.1) 100%); /* gradient overlay */
	background-image: linear-gradient(left, rgba(0,0,0,.1) 0%, rgba(123,123,123,.1) 1%, rgba(255,255,255,.1) 4%, rgba(255,255,255,.1) 100%); /* gradient overlay */
	-moz-box-shadow: 0 0px 40px rgba(0,0,0,0.9); /* drop shadow */
	-webkit-box-shadow: 0 0px 40px rgba(0,0,0,0.9); /* drop shadow */
	box-shadow: inset 0 0px 10px rgba(0,0,0,0.05);
	border-left:1px solid rgba(0,0,0,0.1);
}
.sidecol_block {padding:0 20px; overflow: hidden; }
#sidecol_a .sidecol_block {padding: 20px 25px;}
#sidecol_b .sidecol_block {padding: 20px 25px;}
.sidecol_block .module_padding {padding: 0px 0 10px;}
.sidecol_block .module, .sidecol_block .module_menu{margin:0 0 10px 0;}


/* Contenttop/Contentbottom */
.contenttop a, .contentbottom a {
	color: #dddddd;
	color: rgba(255,255,255,0.6);
}
.wrapper_contenttop {
    border-top: 1px solid #DDDDDD;
}

/** MB BOTTOM **/
#container_bottom_modules {
	padding-bottom:0px;
	color:#aaaaaa;
}
#container_bottom_modules .menu a {
	color: #eeeeee !important;
	color: rgba(255,255,255,0.5) !important;
}
#container_bottom_modules .module {
	text-shadow: none;
}
#container_bottom_modules .module li a {
	text-shadow: none;
	color:#ffffff;
}
#container_bottom_modules .module h3 {
	text-shadow: none;
}
#container_bottom_modules .module ul.menu a, #base .module_menu ul.menu a {
/* 	background: url("../images/bullet1.png") no-repeat scroll 6px center transparent; */
    text-shadow: none;
}

/* MB BASE */
#base {
	padding-bottom:0px;
	color:#8B8E94;
}
#base .menu a {
	color: #eeeeee !important;
	color: rgba(255,255,255,0.5) !important;
}
#base .module {
	text-shadow: none;
}
#base .module li a {
	text-shadow: none;
	color:#ffffff;
}
#base .module h3 {
	text-shadow: none;
	color:#ffffff;
	opacity: 0.8;
}
#base .module ul.menu a, #base .module_menu ul.menu a {
	background: url("../images/bullet1.png") no-repeat scroll 6px center transparent;
    text-shadow: none;
}

/* MB Base-1 */

/* MB Base-2 */

/* Footers */
#footer-2 {}
#footer-2 .module_margin {}
#base_footer .block_holder {
	padding: 10px 0px;
}

/* Footer Menu */
#footermenu {
	padding-top:15px;
	margin-left:-10px;
}
#footermenu ul{
	margin:0;
}
#footermenu ul li{
	padding: 1px 0;
}
#footermenu ul li a {
	color: rgba(255, 255, 255, 0.7) !important;
	font-size:14px;
	border-right: 1px solid #222222;
    padding: 5px 10px;
}
#footermenu ul li a:hover {
	color:#000000;
}

/* Copyright */
 #copyright {
	font-size:14px;
	margin: 0px 15px 32px;
}
#copyright p {
	margin:0 0 5px 0;
	padding:0;
}

/*-----  End of ALternative Module Styling  ------*/

/*-----------------------------------------------------------------------------------*/
/* Breadcrumbs */
/*-----------------------------------------------------------------------------------*/

#breadcrumb.block_holder {
	padding: 0px 10px 10px;
}
#breadcrumb .module_margin {
	margin:0px;
}
#breadcrumb .module_content {
	padding:0;
}
.breadcrumb {
	padding:2px 0 0;
	color: #CCCCCC;
	color: rgba(255, 255, 255, 0.5);
	width:100%;
	overflow:hidden;
}
.breadcrumb a {
	color:#DDDDDD;
	background:none !important;
}
.breadcrumb img {
	vertical-align: 0%;
	font-weight: 
}
.breadcrumb li a {
	color: #999999;
	display: inline-block;
	padding:0;
}
.breadcrumb li {
	background: none !important;
	color: #555555;
	text-shadow: none;
	border-bottom: none !important;
} 
ul.breadcrumb {
	padding:10px 15px 0 ;
}

/*-----  End of Breadcrumbs  ------*/

/*-----------------------------------------------------------------------------------*/
/* Buttons */
/*-----------------------------------------------------------------------------------*/

/* Read More */
.readmore a, input.button, ul.pagination li, li.pagenav-prev, li.pagenav-next, button, .j51-button a, .btn, .pager a, button {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 8px 12px;
	margin-bottom: 0;
	font-size: 14px ;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #777777 ;
	text-shadow: none ;
	background-image: none;
	background-repeat: repeat-x;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-width: 0px;
	*margin-left: .3em;
	font-weight:normal;
   -webkit-transition-duration: 0.4s;
   transition-duration: 0.4s;
   -webkit-transition-property: color;
   transition-property: color;
}

p.readmore {padding:0;}
.button {
display: inline-block;
color:#000000;
font-size:14px !important;
padding:4px 20px;
margin:10px 5px 5px;
}


/* Pagination */
ul.pagenav a {color:#333;}
ul.pagenav a:hover {color:#888;}

/*-----  End of Buttons  ------*/

/* Contact Tabs */
dl.tabs {float:left; margin: 50px 0 0 0; z-index: 50; clear:both;}
dl.tabs h3 {margin:0px; padding:0px;}
dl.tabs dt {float:left; padding: 4px 10px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-top: 1px solid #ccc; margin-right: 3px; background: #E9E7E0; color: #fff;}
dl.tabs dt.open {background: #F4F1EA; border-bottom: 1px solid #F9F9F9; z-index: 100; color: #000;}
div.current {clear: both; border: 1px solid #ccc; padding: 10px 10px;}
div.current dd {padding: 0; margin: 0;}
dl#content-pane.tabs {margin: 1px 0 0 0;}

/* Hornav Mobile */
#hornav_mobile.block_holder {
	padding:10px;
}
.js .selectnav { 
display: block; 
-webkit-appearance: listbox;
width:100%; 
padding:10px;  
border-radius: 3px;
-webkit-box-shadow: 	0 5px 6px -6px b1b1b1;
-moz-box-shadow: 		0 5px 6px -6px black;
box-shadow: 			0 5px 6px -6px black;
border:1px solid #555;
background-color:#363539;
color:#FFFFFF;
z-index:100;
margin-top: 13px;
font-weight: bold;
}

/* Thumbs Gallery */
.j51thumbs .j51Box img {
	border-radius: 0px;
}
span.sig-pseudo-caption, span.sig-caption {
	display: none;
	}
li.sig-block span.sig-link-innerwrapper {
	border: 1px solid #666666;
}
li.sig-block {
	background: none !important;
}

/* Article Info */
.article-info-term {display: none;}
.article-info {
	color: #888888;
	display: inline-block;
	font-size: 12px;
	padding: 0px;
}
.article-info .actions {
    float: right;
    margin: -10px 0 0;
    width: 50px;
}
.articleContent img {
	display: block;
	margin: 20px auto;
}
.article-info dd {
	border-right: 1px solid #CCCCCC;
	display: inline;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
}
.article-info dd:last-child {
	border-right: medium none;
}
dl.article-info {
	clear: both;
	display: inline;
	margin: 10px 0;
	width: 100%;
}
dd > div {
    display: inline;
}

/* Messages */
.message {
    margin-top: -10px;
}

/* Mobile Chrome Fix */
.js .selectnav {
height: auto !important;
padding: 8px 10px;
}

/* Login */
#login-form ul a {
	padding: 8px 0 8px 22px;
}
.input-small {
    margin: 3px;
}


