/* core styles*/
html {
	height: 100%;
	margin-bottom: 1px;
	overflow-y:scroll;
}
html, body {
	height: 100%;
	min-height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #610031;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height:1.4em;
	color: #ffffff;
} 
img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}
#content img { 
	/*-moz-border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0; */
	}
p
{
	margin: 0 0 1em;
	line-height: 1.4em;
	font-size:1em;
}
#content p
{
	margin: 0 0 1em;
	line-height: 1.4em;
	font-size:0.9em;
}
/* default links */
a {
	color: #FFE599;
	text-decoration:none;
	}
a:hover {
	color: #FFC926;
	text-decoration:underline;
	}
.clr {  
	clear:both;
	margin:0px;
	font-size:0px;
	line-height:0px;
	height:0px;
}
ul { margin:0; }
@font-face {
    font-family: 'serpentinedbolitalic';
    src: url('serpenti-webfont.eot');
    src: url('serpenti-webfont.eot?#iefix') format('embedded-opentype'),
         url('serpenti-webfont.woff') format('woff'),
         url('serpenti-webfont.ttf') format('truetype'),
         url('serpenti-webfont.svg#serpentinedbolitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ---------LAYOUT -------- */
#page {
	padding:0px;
	margin: 0px;
	width:100%;
	background-color:#610031;
 }
/* --- MOBILE FIRST LAYOUT --- */
	#header-bg {
	width: 100%;
	margin: 0px auto;
	background-image: url(../images/header-bg2.png);
	background-repeat:repeat-x;
	background-position: center bottom;
	}
	#header {
	width: 100%;
	height: 5em;
	margin: 0px auto;
	background-color: transparent;
	background-image: url(../images/header-bg.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	}
	#header .inside {
	height: 5em;
}
	div#header-right {
	width:1%;
	height:5em;
	float:right;
	display:none;
	}
	#navigation {
	float: right;
	margin: 0 0em 0 0;
	text-align: right;
	width: 100%;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(../images/nav_bg.png);
	min-height:2.9em;
	height: 2.9375em;
	}
	#logo { 
	float:left;
	width:99%;
	padding-top: 0;
	text-align:center;
	}
	img.logo { 
	max-width:100%;
	height:3em;
	margin: 1em 0.6em; 
	text-align:center;
	}
	.h-reset { 
	/*height:4.8em;*/ 
	clear:both; }
	#main {
	width:100%;
	}
	#container-main {
	margin: 0px auto;
	padding:0 0.8em;
	}
	#content {
	padding:2em 0 2em 0;
	}
	#col1 {
	padding:1em 0;
	}
	#col2 {
	padding:1em 0;
	}
	#bottom, #bottom2 { 
	margin:0.5em 0;
	background-color:#440022;
	min-height:1em;
	padding: 1em 0;
	 }
	 #bottom .inside,
 	#bottom2 .inside {
	padding:0 0.5em;
	}
	#footer {
	background-color: #000000;
	}
	#footer .inside {
	padding:2em 1em ;
		-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	}
	#footer a { color:#ffffff; font-weight:normal; }
	#footer a:hover { color:#ffffff; }
	#col1 .inside {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
	#col2 .inside {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
	.inside,
	.nav-inside {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
#display {
	margin-top: 1px;
	background-color: #000000;
	height: auto;
	border-bottom: 5px solid #610031;
background-image: url(../images/display-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top; 
	}

#display .inside{padding: 10px 0; margin: 0 auto; height:auto;overflow:visible; }
div.display-left {
    float: none;
    width: 100%;
	padding-top:0;
	margin-bottom:10px;
}
div.display-right {
    color: #FFFFFF;
    float: none;
    width: 95%;
	margin: 0 auto;
}


	#middle {
	width: 100%;
	min-height: 10em;
	padding: 0;
	background-image: url(../images/content_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	}

/* --- MOBILE NARROW TWEAKS --- */
@media all and (min-width:18em)
{	
	img.logo { 
	max-width:100%;
	height:4em;
	margin:1em 0.6em 0 0.6em; 
	}
}
@media all and (min-width:21em)
{	

}
	/* --- MOBILE WIDE --- */
@media all and (min-width:28em)
{		

	img.logo { 
	max-width:100%;
	height:4em;
	margin:1em 0.6em 0 0.6em; 
	}
}
@media all and (min-width:38em)
{	
	#navigation {
	}
	#logo { 
	float:left;
	padding-top: 0;
	width: 60%;
	height:6.5em;
	text-align:left;
	}
		div#header-right {
	width:35%;
	height:6.5em;
	float:right;
	display:block;
	margin-top:0.8em;
	}
	img.logo { 
	max-width:100%;
	height:5em;
	margin:1.5em 0.6em 0 0.6em;
	text-align:left;
	}

	#header .inside {
	height: 5em;
	}
	div.left-column-wide { 
	float:left;
	width:60%;
	margin-right:5%;
	}
	div.right-column-narrow { 
	float:right;
	width:30%;
	margin-left:2%;
	margin-right:3%;
	}
	div.left-column { 
	float:left;
	width:50%;
	margin-right:5%;
	}
	div.right-column { 
	float:right;
	width:45%;
	margin-left:0%;
	}
}
	/* --- MEDIUM SCREEN --- */
@media all and (min-width:48em)
{
	#header {
	width:100%;
	height:7em;
	margin: 0px auto;
	position:static;	
	}
	#header .inside {
	height: 7em;
	}
	div#header-right {
	width:35%;
	height:7em;
	float:right;
	}
	#navigation {

	}
	#logo { 
	float:left;
	padding-top: 0.5em;
	vertical-align:middle;
	width:60%;
	}
	img.logo { 
	max-width:100%;
	height:5.0em;
	margin:1.2em 0 0 0;
	}
	.h-reset { height:0em; clear:both; }
	#display .inside{max-width:46em; }
	#container-main {
	margin:0 auto;
	padding: 0;
	max-width:46em;
	}
	#main {
	float:left;
	width:100%;
	}
	#content {
	}
	#col1 {
	float:left;
	width:14em;
	margin-left:-46em;
	}
	#col2 {
	float:left;
	margin-left:-14em;
	width:14em;
	}
	#bottom, #bottom2 { 
	clear:both;
	 }
	#bottom .inside {
	padding:0 0;
	}
	#col1 .inside {
	margin:1em 1.5em 1em 0;
	background:transparent;
	}
	#col2 .inside {
	margin:1em 0 1em 1.5em;
	background:transparent;
	padding:0;
	}
	#header .inside,
	#bottom .inside,
	#bottom2 .inside,
	#footer .inside { 
	max-width:46em;
 	margin:0 auto;
	}
	#footer .inside {
	padding:2em 0em ;
	}
	#middle {
	}
	div.left-column { 
	overflow:hidden;
	}
	div.right-column { 
	overflow:hidden;
	}
		div.display-left {
    float: left;
    width: 60%;
	padding-top:0em;
			margin-bottom:0px;
	}
	div.display-right {
    color: #FFFFFF;
    float: right;
    width: 35%;
	padding: 0px 0px;
	}
	#display .inside{padding: 15px 0px; margin: 0 auto;  }
}
/* --- WIDESCREEN --- */
@media all and (min-width:60em)
{
	#header {
	width:100%;
	height:8.5em;
	margin: 0px auto;
	}
	#header .inside {
	height: 8.5em;
	}
	div#header-right {
	width:50%;
	height:7em;
	float:right;
	display: block;
	text-align:right;
	margin-top:1em;
	}
	#navigation {

	}
	#logo { 
	width:50%;
	float:left;
	padding-top: 1em;
	vertical-align:middle;
	}
		img.logo { 
	max-width:100%;
	height:6em;
	margin:1em 0;
	}
	#display .inside{max-width:58em; }
	#container-main {
	margin:0 auto;
	padding: 0;
	max-width:58em;
	}
	#main {
	float:left;
	width:100%;
	}
	#content {
	}
	#col1 {
	float:left;
	width:14em;
	margin-left:-58em;
	}
	#col2 {
	float:left;
	margin-left:-14em;
	width:14em;
	}
	#bottom, #bottom2 { 
	clear:both;
	 }
	#bottom .inside {
	padding:0 0;
	}
	#col1 .inside {
	margin:1em 2em 1em 0;
	background:transparent;
	padding:0;
	}
	#col2 .inside {
	margin:1em 0 1em 2em;
	background:transparent;
	padding:0;
	}
	#header .inside,
	#bottom .inside,
	#bottom2 .inside,
	#footer .inside,
	#navigation .nav-inside { 
	max-width:58em;
 	margin:0 auto;
	}
	#middle {
	}
div.display-left {
    float: left;
    width: 47%;
	padding-top:0;
}
div.display-right {
    color: #FFFFFF;
    float: right;
    width: 50%;
}
#display  h1 { font-size:1.8em; }
}
/* --- EXTRA WIDESCREEN --- */
@media all and (min-width:75em)
{
	#header {
	width:100%;
	height:9.375em;
	margin: 0px auto;
	}
	#header .inside {
	height:9.375em;
	}
	div#header-right {
	width:50%;
	height:8.375em;
	float:right;
	}
	#navigation {

	}
	#logo { 
	width:50%;
	float:left;
	padding-top: 1em;
	vertical-align:middle;
	}
	img.logo { 
	max-width:100%;
	height:auto;
	margin:1em 0 0 0;
	}
#display .inside{max-width:70em; }
	#container-main {
	margin:0 auto;
	padding: 0;
	max-width:70em;
	}
	#main {
	float:left;
	width:100%;
	}
	#content {
	}
	#col1 {
	float:left;
	width:15em;
	margin-left:-70em;
	}
	#col2 {
	float:left;
	margin-left:-15em;
	width:15em;
	}
	#bottom, #bottom2 { 
	clear:both;
	 }
	#bottom .inside {
	padding:0 0;
	}
	#col1 .inside {
	margin:1em 2em 1em 0;
	background:transparent;
	padding:0;
	}
	#col2 .inside {
	margin:1em 0 1em 2em;
	background:transparent;
	padding:0;
	}
	#header .inside,
	#bottom .inside,
	#bottom2 .inside,
	#footer .inside,
	#navigation .nav-inside { 
	max-width:70em;
 	margin:0 auto;
	}
	#middle {
	}
div.display-left {
    float: left;
    width: 50%;
}
div.display-right {
    color: #FFFFFF;
    float: right;
    width: 47%;
}
}
/* --- MODULES --- */
#col2 div.moduletable,
#content div.moduletable {
	margin-bottom:25px;
	padding-bottom:10px;
}
#col2 div.moduletable_end {
		margin-bottom:0px;
	padding-bottom:0px;
}
	#col1 div.moduletable h3,
	#col2 div.moduletable h3,
	#col1 div.moduletable_bx h3,
	#col2 div.moduletable_bx h3 {
	color: #ffffff;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-style: normal;
    font-weight: normal;
	line-height: normal;
	margin-top: 0;
	padding: 0 0 8px 0;
	text-align: center;
	border-bottom:2px solid #610031;
	}
div.moduletable_bx {
	border: 2px solid #610031;
	padding: 10px;
	border-radius: 10px; /* future proofing */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #440022;
	margin-bottom:10px;
	}


#header-right .custom { padding-top:0em; }
#header-right a { color: #ffffff;font-size:1.0em;text-decoration:none; }
#header-right a:hover {color: #FFC926; }
@media all and (min-width:48em)
{

	#header-right a { font-size:1.1em; }
	
}
@media all and (min-width:75em)
{
	#header-right .custom { padding-top:1em; }
}
#content div.moduletable h3 {
	padding:0.3em 0;
	margin: 0px 0 15px 0;
	color:#ffffff;
  	font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    font-style: normal;
}
#col1 div.moduletable h3,
#col2 div.moduletable h3 {
line-height:1em; font-size:1.3em; }
div.moduletable_box {
	padding:0.7em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; 
	background:#00a13e;
	margin-bottom:1em;
	color:#ffffff;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size:1.2em;
	text-align:center;
}
div.moduletable_box p { margin-bottom:0; }
#col2 ul.menu { margin-left: 0.5em; font-family: 'Oswald', Helvetica, Arial, sans-serif; }
#bottom div.moduletable { max-width:58em;margin:0 auto;text-align:center; }
#bottom div.moduletable_bottom,
#bottom div.moduletable_bottom p  { text-align:center; }
#footer .inside{ overflow: hidden; }
#footer .moduletable { 
float:left;
width:31.3%;
margin:0 1%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; 
	background:#222222;
	text-align:center;
	height: 8em;
}
	#footer .moduletable img.bico { height:4em; margin: 0.3em 0 0 0; opacity: 0.5;moz-opacity: 0.5;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
	#footer .moduletable img.bico:hover { opacity: 1;moz-opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
	#footer .moduletable h3 { font-size: 1.3em; margin: 0 0.5em 0.6em 0.5em; line-height:1.1em;}
	#footer .moduletable h3 a { text-decoration:none; }
	#footer .moduletable p { display:none; }
div.mid-banner { margin: 0px 7px; }


div.branch-banner {
	width:48%;
	margin:0 1%;
	height:auto;
	text-align:center;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
	background-color: #610031;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float:left;
	opacity:0.9;
	}

	
div.branch-banner:hover { opacity:1; }

	div.box {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #4C0026;
	padding:20px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 10px 2px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 10px 2px rgba(0, 0, 0, 0.75); 
		
	}
div.branch-banner img a { width:100%;}

div.gld-box {
	width:100%;
	height:auto;
	text-align:center;
	background-color: #FAF7DC;
	border: 2px solid #78670E;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 10px 2px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 10px 2px rgba(0, 0, 0, 0.75); 
	}

div.box-light {
	margin-top:20px;
	width:470px;
	padding:0px;
	text-align:center;
	background-color: #FAF7DC;
	border: 2px solid #78670E;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

	
#bottom div.moduletable_botb,
#bottom div.moduletable_gld
 { clear:both; }
 
#bottom div.moduletable_botb { height: auto; }
#bottom div.moduletable_gld { height: auto; }
@media all and (min-width:38em)
{
	#footer .moduletable { height: auto; }
	#footer .moduletable img.bico { height:5em; margin: 0.3em 0 0 0;}
	#footer .moduletable h3 { font-size: 1.4em; margin: 0 0 0.6em 0;}
	#footer .moduletable p { display:none; }
}
@media all and (min-width:60em)
{
	#footer .moduletable img.bico { height:6.8em; margin: 0.3em 0 0 0;}
	#footer .moduletable h3 { margin: 0em 0 0.5em 0;}
	#footer .moduletable p { display:block;font-size:0.8em; padding: 0.5em 1em; }
}
/* --- CONTENT STYLES --- */
h1,h2,h3,h4,h5,h6 {
	line-height:normal;
	font-weight: normal;
    font-style: normal;
	}
h1,
.componentheading {
	margin: 0 0 15px 0;
	font-size: 2em;
	color: #ffffff;
	padding: 8px 0;
	font-family: 'serpentinedbolitalic', Helvetica, Arial, sans-serif;
	font-weight: normal;
    font-style: normal;
	letter-spacing: 0.05em;
	border-bottom: 4px solid #610031;
}
h2 {
	margin: 0 0 15px 0;
	font-size:1.7em;
	color:#ffffff;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: normal;
    font-style: normal;
	letter-spacing: 0.03em;
}
h3 {
	margin: 10px 0;
	font-size:1.4em;
	color:#ffffff;
		font-family: 'serpentinedbolitalic', Helvetica, Arial, sans-serif;
	font-weight: normal;
    font-style: normal;
	letter-spacing: 0.05em;
}
h4{
	margin: 7px 0;
	font-size:1.2em;
	color:#ffffff;
		font-family: 'serpentinedbolitalic', Helvetica, Arial, sans-serif;
	font-weight: normal;
    font-style: normal;
	letter-spacing: 0.05em;
}
h5 {
	margin: 5px 0;
	font-size:1.2em;
	color:#ffffff;
		font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: normal;
    font-style: normal;
}
h6 {
	margin: 4px 0;
	font-size:1.1em;
	color:#ffffff;
	font-family: 'serpentinedbolitalic', Helvetica, Arial, sans-serif;
	font-weight: normal;
    font-style: normal;
	letter-spacing: 0.05em;
}
.center { text-align:center; }
blockquote {
	margin: 1em 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #4C0026;
	border-left: 5px solid #610031!important;
padding: 20px;
-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
 }
 @media all and (min-width:65em) {
	blockquote {

	}
 }
hr,
hr.clr {
	border-bottom: 1px solid #9D004F;
	border-style: solid;
	border-width: 0 0 1px;
	height: 1px;
	padding: 10px 0; 
}

#col1 ul,
#col2 ul,
#content ul {
	list-style-type: none;
	margin:10px 0;
	padding:0;
}
#footer ul {
	list-style-type: none;
	margin:0.8em 0.5em;
	padding:0;
}
#col1 ul li ul,
#col2 ul li ul,
#content ul li ul,
#footer ul li ul {
	list-style-type: none;
	margin:5px 0;
	padding:0;
}
#col1 ul li,
#col2 ul li,
#content ul li {
	list-style-type: none;
	padding-left:20px;
	background-image: url(../images/bullet_main.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom:3px;
	font-size:0.9em;
}
#footer ul li {
	list-style-type: none;
	padding-left:20px;
	background-image: url(../images/bullet_main.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom:2px;
}
#col1 ul li ul li,
#col2 ul li ul li,
#content ul li ul li,
#footer ul li ul li {
	list-style-type: none;
	padding-left:16px;
	background-image: url(../images/bullet_main_sub.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-bottom:3px;
	font-size:13px;
}


#col1 ul.menu li,
#col2 ul.menu li {
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 150%;
	padding-left: 28px;
	background-image: url(../images/bullet_side-menu.png);
	margin-bottom:5px;
}
#col1 ul.menu li:hover,
#col2 ul.menu li:hover {
	background-image: url(../images/bullet_side-menu_hover.png);
}
ul.menu li a {
    text-decoration: none;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight:normal;
	color: #cccccc;
	text-transform:uppercase;
}

ul.menu li a:hover { color:#ffffff; }

#col1 ul li ul li,
#col2 ul li ul li,
#content ul li ul li {
	list-style-type: none;
	padding-left:16px;
	background-image: url(../images/bullet_main_sub.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom:3px;
	font-size:13px;
}

@media all and (min-width:60em)
{	
	#content p, #content ul li {
	font-size:1em; }
}


div.item-separator {
	 margin:20px 0;
	 border-bottom:1px solid #dddddd; 
}
p.readmore { margin-top:0px;}
p.copyright { 
	clear:both;
	text-align:center;
	font-size:0.7em;
	letter-spacing:0.1em; 
	padding: 2em 1em 0 1em;
	color: #999999;
}
p.chrono_credits,p.chrono_credits a { height:1px;line-height:1px;font-size:1px;text-indent:-9999em; }
/* --- OTHER J! CONTENT STYLES --- */
/* +++  readmore  +++ */
#main .readmore a {
	font-weight:bold;
	padding:2px 5px 2px 10px;
	display:inline-block;
	margin-top:5px;
	text-decoration:none;
}
.newsflash  a.readmore:link,
.newsflash a.readmore:visited,
#main a.readmore:link,
#main a.readmore:visited {
	padding:4px 5px 4px 10px;
	line-height:1.2em;
	text-decoration:none;
}
.newsflash  a.readmore:link,
.newsflash a.readmore:visited {
	margin:10px 0;
}
a.readmore:hover,
a.readmore:active,
a.readmore:focus {
	text-decoration:none;
}
#main .readmore a:hover,
#main .readmore a:active,
#main .readmore a:focus {
	 text-decoration:none;
}
/* +++  details  +++ */
.article-info {
	margin:10px 0 10px 0px;
	font-size:0.8em;
}
.article-info-term {
	display:none;
}
dt.category-name,
dt.create,
dt.modified,
dt.createdby {
	float:left;
	padding-right:5px;
}
.archive .article-info dd,
.article-info dd {
	margin:2px 0 0px 0;
	line-height:1.2em
}
dd.createdby {
}
.article-info dd span {
    text-transform:none;
	display:inline-block;
	padding:0 5px 0 0px;
	margin:0 10px 0 0px;
}
/* +++  icons  +++ */
#main ul.actions {
	text-align:right;
	padding:0 ;
	width:100%;
	margin:0;
}
#main ul.actions li {
	display:inline;
}
#main ul.actions a {
	text-decoration:none;
}
/* +++  items more  +++ */
#main .items-more {
	padding-top:10px; }
#main .items-more h3 {
	font-weight:normal;
	margin:0;
	 padding:5px 5px 5px 5px;
	font-size:1.4em;
}
#main .items-more ol {
	line-height:1.3em;
	list-style-type:none;
	margin:0;
	padding:10px 0 10px 2px;
}
#main .items-more ol li {
	padding:2px;
}
#main .items-more ol li a {
	display:inline;
	margin:0;
	font-weight:normal;
	padding:5px 5px 5px 20px;
}
#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus {
	font-weight:normal;
	padding:5px 5px 5px 20px;
	text-decoration:none
}
/* +++ pagination  +++ */
#main .pagination {
	margin:10px 0 ;
	padding:10px 0 10px 0px;
	clear:both;
}
#main .pagination ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}
#main .pagination li {
	display:inline;
	padding:2px 5px;
	text-align:left;
	border:solid 0px #eee;
	margin:0 2px;
	background-image:none;
}
.pagenav {
	padding:2px; 
	clear: both;
}
#main .pagination li.pagination-start,
#main .pagination li.pagination-next,
#main .pagination li.pagination-end,
#main .pagination li.pagination-prev {
	border:0;
}
#main .pagination li.pagination-start,
#main .pagination li.pagination-start span {
	padding:0;
}
p.counter {
	font-weight:bold;
}
/* --- FORMS --- */
form#form-login { }
fieldset.input { border:none; margin:0;padding:0; }
.button,
input.button,
a.button {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,131313+100 */
background: #222222; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #333333 0%, #131313 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #333333 0%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #333333 0%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#131313',GradientType=0 ); /* IE6-8 */


	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #000000;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	display:inline-block;
	color:#fff;
	padding: 5px 15px;
	margin: 5px 0;
	cursor:pointer;
	font-size:1em;
	text-align:center;
 }
.button:hover,
input.button:hover,
a.button:hover { 
 	color:#ffffff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,131313+36 */
background: #333333; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzEzMTMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #333333 0%, #131313 36%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #333333 0%,#131313 36%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #333333 0%,#131313 36%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#131313',GradientType=0 ); /* IE6-8 */
 
	text-decoration:none;
}
label { font-size:0.9em; }
select { 
	line-height:130%;
	/*font-size:0.9em;
	color:#00526B;
	border: 1px solid #850085; */
}
#input-login-password { clear:both; }
#input-login-password label,
#form-login-username label {
	font-size:12px;
	width:65px;
	padding-right:5px;
	float:left;
	display:block;
	margin-bottom:3px;
	height:20px;
	line-height:20px;
}
#form-login-wrapper { margin-top:10px; }
#link-login-lostpassword { margin:5px 0; font-size:11px; }
#modlgn_username,
#modlgn_passwd {
	height:18px;
	width:100px;
	border:1px solid #C8D0D7;
	color:#65798C;
	float:right;
	display:block;
	margin-bottom:3px;
	font-family: "Trebuchet MS",Arial, Helvetica,Jamrul,sans-serif;
	font-size:13px;
}




div.disp-menu {
	float:none;
	width:100%;
	margin-bottom:8px;
}

div.disp-menu a {
	display:block;
	background: rgba(51,51,51,0.55);
	border: 1px solid rgba(102,102,102,0.55);
	font-size:1em;
	color:#cccccc;
		font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: normal;
    font-style: normal;
	line-height: 2em;
	text-align:center;
}
div.disp-menu a:hover,
div.disp-menu a:focus {
	display:block;
	background: rgba(51,51,51,0.75);
	border: 1px solid rgba(102,102,102,0.75);
	color:#ffffff;
	text-decoration:none;
}

	div.tri-column { }
	





div.disp-bot img { height: 3em;float:left; margin: 0 auto; text-align:center; }

@media all and (min-width:38em)
{
	div.tri-column { float:left; width:45%; margin-right:5%; }
}
@media all and (min-width:60em)
{	
	div.tri-column { float:left; width:30%; margin-right:3%; }	
	div.disp-menu {
	float:left;
	width:47%;
	margin-left:1.5%;
	margin-right:1.5%;
	}

	div.disp-menu a {
	font-size:1.1em;
	color:#cccccc;
	line-height: 3.2em;
	
	}
	div.disp-bot { margin-top:10px; }
	div.disp-bot img { height: 4.4em;float:left; }
}
@media all and (min-width:75em)
{	
	div.disp-menu {
	width:48%;
	margin-left:1%;
	margin-right:1%; }
	
		div.disp-menu a {
	font-size:1.2em;
	color:#cccccc;
	line-height: 4.2em;
	
	}
	div.disp-bot img { height: 5em;float:left; }
	div.disp-bot img.ralign { height: 5em;float:right;margin-right:4px; }
}

#expautospro ul li { padding-left:0; background-image:none;}