/*
 * ------------------------------------------------------------------------
 * JA Puresite Template for J25 & J31
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/
#ja-container ul.menu li a { font-size: 110%; }
.vina-is-slides {top: 100px!important; text-align: center!important;}
.vina-thumbnail-mask {background:none!important;}
.vina-jssor-image-slider {margin: auto;}
.vina-jssor-image-slider .vina-caption.default { font-size: 130%; text-align: left; border-bottom: 1px #333 solid; margin-bottom: 20px; background: none!important; border-radius: 0px!important; }
.vina-jssor-image-slider .vina-caption { position: relative!important; }
/* COMMON STYLE
--------------------------------------------------------- */
@import url(../fonts/questrialregular/stylesheet.css);
.column ul li {background:none!important; overflow: inherit!important; padding-left: 0px!important; padding-right: 0px!important;}
.column ul { margin: 0 0 25px 0!important; }
.column ul h4 { margin: 0!important; }
h4 { text-transform:none!important; }

body {
	color: #656667;
	font-family: Courier New, Helvetica, Arial, sans-serif;
}

body#bd { 
  	/* background: url(../images/body-bg.jpg) repeat-x left top #fafbfc; color: #656667; */
  	line-height: 1.6;
	background: url('/v1/images/backgrounds/bgl.jpg') no-repeat center top fixed #fff;
}


/* Normal links ---*/
a { color: #656667; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: none; color: #de3068; }
img { max-width: 100%; height: auto;}
/* List ---*/

/* Readon links ---*/
p.readmore { 
	display: inline;
	margin: 10px 0 0;
}

p.readmore a {
	text-transform: none;
	background: url(../images/readmore-bg.gif) no-repeat left center;
	padding-left: 15px;
}

p.readmore a:hover,
p.readmore a:focus,
p.readmore a:active {
	background-image: url(../images/readmore-hover.gif);
}

/* Comment Link */
.blog span.containerCountComment {
	float: right;
}

/* Hedding ---*/
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
  /*font-family: 'QuestrialRegular', Arial, Helvetica, sans-serif ;*/
  font-weight: normal;
}

h1.componentheading, .componentheading, h1.contentheading {
  font-size: 200%;
  text-transform: none;
  margin: 0 0 10px !important;
  color: #353637;
  font-weight: normal;
  font-family: 'QuestrialRegular', Arial, Helvetica, sans-serif ;
}

h2.contentheading, .contentheading {
	font-weight: normal;
}

h2.contentheading {
	font-size: 1.167em;
	text-shadow: 0 0 1px rgba(0,0,0,.1);
	color: #353637;
	font-weight: normal;
	background: url(../images/title-bg.gif) no-repeat left bottom;
	padding-bottom: 10px;
	margin: 0 0 10px !important;
	font-family: 'QuestrialRegular', Arial, Helvetica, sans-serif;
	display: block;
}

.item-page h2.contentheading {
	font-size: 180%;
	background: none;
}

h2.contentheading a { color: #353637; }

h2.contentheading a:hover,
h2.contentheading a:focus,
h2.contentheading a:active { color: #de3068; }

.jitem-title { font-size: 110%; font-weight: bold; }

/* Others ---*/
hr { border-top: 1px solid #e5e6e7; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
	padding: 2px;
	font-family: Helvetica, Arial, sans-serif;
}

.inputbox,
input[type="text"],
input[type="password"],
input[type="email"],
textarea { border: 1px solid #f5f5f5; background: #f5f5f5; padding: 5px 10px; }

.inputbox:hover, .inputbox:focus,
input[type="text"]:hover, input[type="text"]:focus,
input[type="password"]:hover, input[type="password"]:focus,
input[type="email"]:hover, input[type="email"]:focus,
textarea:hover, textarea:focus { border-color: #de3068; }

input[type="checkbox"] {
	border: none; 
	background: none; 
	padding: 0px;
	margin: 2px 0px 0px 0px;
}

label.invalid {
	color: #FF0000;
}

input.invalid,
textarea.invalid {
	border-color: #FF0000;
}

button,
#ja-typo button,
a.acymailing_togglemodule,
.logout-button input.btn,
input.button.ubLogout,
input.button,
table.acymailing_form .acysubbuttons input.button  {
	background-color: #ededed;
	border: 1px solid #ededed;
	display: inline-block;
	color: #777;
	font-size: 100%;
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer;
	overflow: visible;
}

.button:hover,
button:hover,
#ja-typo button:hover,
a.acymailing_togglemodule:hover,
a.acymailing_togglemodule:focus,
a.acymailing_togglemodule:active,
.logout-button input.btn:hover,
.logout-button input.btn:focus,
.logout-button input.btn:active,
input.button.ubLogout:hover,
input.button.ubLogout:focus,
input.button.ubLogout:active,
input.button:hover,
input.button:focus,
input.button:active,
table.acymailing_form .acysubbuttons input.button:hover,
table.acymailing_form .acysubbuttons input.button:hover:hover,
table.acymailing_form .acysubbuttons input.button:hover:focus{
	color: #fff;
	background: #de3068;
	border-color: #de3068;
}

a.acymailing_togglemodule:hover,
a.acymailing_togglemodule:focus,
a.acymailing_togglemodule:active { color: #fff !important; }

#ja-typo button { margin-right: 3px; }

.button1 {
	background: url(../images/grad-1.png) #74a948;
	border: 1px solid #74a948;
	color: #fff;
	min-width: 145px;
	font-family: 'QuestrialRegular',Arial,Helvetica,sans-serif;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	overflow: visible;
}

.button1:hover,
.button1:focus {
	background-color: #83be52;
	color: #fff;
	border-color: #74a948;
}

.button:active,
button:active {
	position: relative;
	top: 1px;
	color: #777;
}

.button1:active,
.button2:active {
	color: #fff;
}

.button2 {
	background: url(../images/grad-2.png) #4882bb;
	border: 1px solid #4882bb;
	color: #fff;
	min-width: 145px;
	font-family: 'QuestrialRegular',Arial,Helvetica,sans-serif;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	overflow: visible;
}

.button2:hover,
.button2:focus {
	background-color: #5697d7;
	color: #fff;
	border-color: #4882bb;
}

/* Search ---*/
form#searchForm { border-top: 1px solid #e5e6e7; }

.searchintro { border-bottom: 1px solid #e5e6e7; }

.results h4 { text-transform: none; font-size: 110%; }

.search fieldset { border: 1px solid #e5e6e7; margin: 15px 0; padding: 10px; }

.search legend {	font-size: 100%; font-weight: bolder; line-height: 1.2; margin-left: 10px; }

#search-form #finder-search input.inputbox {
	margin-right: 5px;
}

/* Smart Search ---*/
dl.search-results {
  border-top: 2px solid #eee;
  padding-top: 10px;
}

dl.search-results dt.result-title {
  font-size: 125%;
  margin-bottom: 5px;
}

dl.search-results dt.result-title a {
  color: #666;
}

dl.search-results dt.result-title a:hover,
dl.search-results dt.result-title a:focus,
dl.search-results dt.result-title a:active {
  color: #de3068;
}

dl.search-results dd.result-text {
  margin: 0 0 5px;
}

#advanced-search-toggle {
  background: #e5e6e7;
  color: #353637;
  clear: right;
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 10px;
}

#advanced-search-toggle:hover {
  background: #de3068;
  color: #fff;
}

dl.search-results dd.result-url {
  border-bottom: 1px solid #eee;
  color: #00bdf3;
  margin: 0 0 20px;
  padding-bottom: 10px;
}

div.advanced-search-tip {
  background: #fffaf3;
  border: 1px solid #fddaad;
  margin-bottom: 20px;
  padding: 0 10px;
}

div.advanced-search-tip p {
  margin: 5px 0;
}

#finder-filter-window {
  background: #fafafa;
  border: 1px solid #ccc;
  width: auto !important;
}

#finder-filter-window #finder-filter-select-list .filter-branch,
#finder-filter-window #finder-filter-select-list li {
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 5px 20px;
}

#finder-filter-window #finder-filter-select-list .filter-branch label,
#finder-filter-window #finder-filter-select-list li label {
  display: block;
  float: left;
  font-weight: bold;
  line-height: 29px;
  padding-right: 10px;
  width: 150px;
}

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #e5e6e7;}

#contact-form .form-actions button.btn,
#contact-form .form-actions button.btn:hover,
#contact-form .form-actions button.btn:focus, 
#contact-form .form-actions button.btn:active{
  text-shadow: none !important;
}

#contact-form .form-actions button.btn:hover,
#contact-form .form-actions button.btn:focus, 
#contact-form .form-actions button.btn:active{
  color: #fff !important;
}

#contact-slider {
	float: none;
	border-bottom: 1px solid #e2e2b5;
}

#contact-slider .title {
	padding: 8px 10px;
	border-top: 1px solid #e2e2b5;
	border-left: 1px solid #e2e2b5;	
	border-right: 1px solid #e2e2b5;
	margin: 0;
}

#contact-slider .jpane-toggler-down {
	background: #333;
}

#contact-slider .jpane-toggler-down a {
	color: #fff;
}

#contact-slider dt.closed {
	background: #ffffcc;
}

#contact-slider .content {
	border: 1px solid #e2e2b5;
	padding: 8px 10px;
}

#contact-slider .contact-image {
	margin: 15px 0;
	float: none;
	display: block;
}

.jpane-slider, .pane-slider {
	border: none !important;
}

.contact h2 {
	font-size: 200%;
	margin-bottom: 15px;
}

div.contact-links ul li a {
	 background: url("../images/bullet.gif") no-repeat 2px center;
    color: #656667;
    padding-left: 10px;
}

div.contact-links ul li a:hover,
div.contact-links ul li a:focus,
div.contact-links ul li a:active {
	color: #de3068;
	background-image: url("../images/bullet-hove.gif");
}

.contact .contact-form .control-label {
  vertical-align: top;
}


.contact .contact-form input#jform_contact_email_copy {
 margin-top: 5px;
}

.contact .tab-pane .control-group input#jform_contact_email_copy {
  margin-top: 12px;
}
/* Login */
div.login + div ul li { display: inline; padding-left: 0; padding-right: 10px; background: none; }

#form-login-username .inputbox, #form-login-password .inputbox {
	width: 90%;
}

/* NewsFeed ---*/
.newsfeed-category #adminForm fieldset { border: 0; padding: 0; margin-bottom: 0; }

/* Weblinks ---*/
.weblink-category .cat-children ul { margin-left: 20px; }

/* Acymailing ---*/
.list_name {
	font-size: 100%;
	font-weight: bold;
}

#acymodifyform .acymodifybutton {
	margin-top: -20px !important;
}

#acyarchivelisting thead td, #acymodifyform thead td {
	padding: 5px;
	background: #656667;
	color: #fff;
}

#acyarchivelisting thead td a, #acymodifyform thead td a {
	color: #fff;
}
/* -- EDITOR STYLES ----------------------------- */
#adminForm fieldset {
	border: 1px solid #e5e6e7;
	padding: 10px;




	margin-bottom: 20px;
}

#adminForm fieldset legend {
	padding: 0 5px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading { border-bottom: 1px solid #e5e6e7; }

/* Meta ---*/
div.article-tools { margin-bottom: 10px; }

dl.article-info {
	color: #999;
	text-transform: none;
	font-style: italic;
	color: #959697;
	font-weight: normal;
}

dl.article-info a  { color: #353637; }

dl.article-info a:hover,
dl.article-info a:focus {
	color: #de3068;
}

.contentdescription { border-bottom: 1px solid #e5e6e7; }
.ja-content ul.actions {
	margin: 0px !important;
}
ul.actions { margin: 0 !important; }

ul.actions li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

ul.actions li:hover,
ul.actions li:focus {
	background: none;
}

.ja-content p, .ja-content pre, 
.ja-content blockquote, .ja-content ol, 
.ja-content ul,
#ja-typo h1, #ja-typo h2, #ja-typo h3, #ja-typo h4, #ja-typo h5, #ja-typo h6 {
    margin: 15px 0;
}

/*Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }

.img-intro-none {
	width: 100%;
}

.img-intro-none img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
	max-width: 100%;
}

.img-fulltext-left {
	max-width: 100%;
	float: left;
	margin-right: 20px;
}

.img-fulltext-right {
	max-width: 100%;
	float: right;
	margin-left: 20px;	
}

.article-image { margin: 0 0 15px; position: relative; overflow: hidden; border: 0; background: #000;  }

.article-image img { border: 0 !important; margin: 0 !important; padding: 0 !important; }

.article-image:hover img { opacity: 0.3; }

.article-image ul.action {
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
	height: 31px;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.article-image ul.action li {
	display: block;
	width: 30px;
	height: 31px;
	text-indent: -9999px;
	background: none;
	padding: 0;
	margin: 0 auto;
}

.article-image:hover ul.action { bottom: 40%; }

.article-image ul.action li a {
	display: block;
	width: 30px;
	height: 31px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/icons/icon-link.png);
}

/* Tables ---*/
thead tr th {
	background: #656667;
	color: #fff;
	padding: 5px;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td { border-bottom: 1px solid #e5e6e7; padding: 5px; }

.cat-list-row1:hover,
.cat-list-row2:hover { background: #ffffcc; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
table.contenttoc { border: 1px solid #e5e6e7; }

table.contenttoc td { border-bottom: 1px dotted #e5e6e7; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #e5e6e7;
	text-transform: uppercase;
}

/* Poll */
form#poll {
	border-bottom: 1px dotted #e5e6e7;
	font-weight: bold;
}

dl.poll { border-bottom: 1px dotted #e5e6e7; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #e5e6e7;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Pagination ---*/
div.pagination ul {
	text-align: right;
	float: right;
	margin: 0px 0px 0px 0px;
	border-top: solid 5px #353637;
	display: block;
	width: 100%;
}

div.pagination ul li {
	display: inline-block;
	border-right: solid 1px #e5e6e7;
	border-bottom: solid 1px #e5e6e7;
	padding: 0px;
	margin: -5px 0px 0px 0px;
	background: #fff; 
	line-height: normal;
	float: none;
}

div.pagination ul li.pagination-start { border-left: solid 1px #e5e6e7; }

div.pagination ul li .pagenav {
	border-top: solid 5px #353637;
	padding: 8px 12px;
	display: inline-block;
	color: #aaa;
	cursor: pointer;
}

div.pagination ul li a:hover,
div.pagination ul li a:focus,
div.pagination ul li a:active {
	border-top: solid 5px #353637;
	color: #de3068;
}

div.pagination ul li span.pagenav {
	border-top-color: #de3068;
	color: #de3068;
	cursor: pointer;
}

div.pagination ul li.pagination-next span.pagenav,
div.pagination ul li.pagination-end span.pagenav,
div.pagination ul li.pagination-start span.pagenav,
div.pagination ul li.pagination-prev span.pagenav {
	border-top-color: #353637;
	color: #aaa;
	cursor: auto;
}

.items-more h3 { font-size: 125%; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container .main { padding: 20px 0 0; }

/* HEADER
--------------------------------------------------------- */
#ja-header { border-top: 5px solid #353637; }

#ja-header .main { padding: 0; }

#ja-header .main-inner1 { /* border-bottom: 1px solid #e5e6e7; */ }

h1.logo, div.logo-text h1 { font-size: 300%; line-height: 1; margin: 25px 0 20px; }

/* Logo Image ---*/
h1.logo { width: 350px; height: 50px; }

h1.logo a {
	background: none;
	display: block;
	width: 350px;	
	height: 50px;
}

/* Logo Text ---*/
div.logo-text h1 {
	font-size: 300%;
	font-family: Courier New, Arial, sans-serif;
	font-weight: bold;
}

div.logo-text h1 a {
	text-decoration: none;
}

p.site-slogan {
	color: #222222;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0 10px;
	text-transform: uppercase;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav { float: right; margin: -5px 0 -1px; }

#ja-mainnav .main { border-bottom: 1px solid #e5e6e7; }

#ja-megamenu ul.level0 {
	font-family: Courier New, 'QuestrialRegular', Arial, Helvetica, sans-serif ;
  	font-size: 130%;
}

/* Footer ---*/
#ja-footer { 
  /*background: url(../images/bg-body.gif) repeat left top; */
  background: url(/v1/images/backgrounds/bg-footer.png) no-repeat center top;
  padding-bottom: 20px;
  padding-top:70px;
  color: #555555; 
}
#ja-footer .main{ text-align: left!important; }

#ja-footer a  { color: #cfcfcf; }

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus { color: #de3068; }

#ja-navhelper a {
	background: url(../images/back-top.png) no-repeat left top;
	position: absolute; 
	width: 40px;
	height: 40px;
	line-height: 0px;
	font-size: 0px;
	right: 0px;
	text-indent: -9999em;
	bottom: -20px;
}

#ja-navhelper a:hover,
#ja-navhelper a:focus {
	background-position: left bottom;
}

#ja-poweredby { margin-top: 10px; }

.ja-copyright small {
	display: block;
	float: none;
	width: auto;
}

/* Extras ---*/
.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/
#ja-container ul.menu li { border-bottom: 1px dotted #e5e6e7; }

#ja-container ul.menu li li { border-bottom: 0; border-top: 1px dotted #e5e6e7; }

#ja-slider div.moduletable div.moduletable-inner,
#ja-slider div.moduletable div.moduletable-inner {
	background: none !important;
	border: none !important;
}

#ja-container ul.menu span.separator { display: block; }
/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box-right, #ja-botsl .ja-box-right {
	background: 0;
}

#ja-topsl ul, #ja-topsl p, #ja-topsl ol, #ja-botsl ul, #ja-botsl p, #ja-botsl ol {
	margin: 10px 0 0;
}

/* Top spotlight ---*/
#ja-topsl .main,
#ja-topsl1 .main,
#ja-topsl2 .main { padding: 0; }

#ja-topsl2 .main { border-bottom: 0; }

#ja-topsl .main-inner1,
#ja-topsl1 .main-inner1,
#ja-topsl2 .main-inner1 { padding: 40px 0; margin: 0 20px !important; border-bottom: 1px solid #e5e6e7; }

#ja-topsl2 .main-inner1 { border: none; }
#ja-topsl .main-inner2,
#ja-topsl1 .main-inner2,
#ja-topsl2 .main-inner2,
#ja-topsl3 .main-inner2 { margin: 0 -10px; }

#ja-topsl .main-inner2 div.moduletable-inner,
#ja-topsl1 .main-inner2 div.moduletable-inner,
#ja-topsl2 .main-inner2 div.moduletable-inner,
#ja-topsl3 .main-inner2 div.moduletable-inner  {
	padding: 0;
	background: none;
	border: none;
}

#ja-topsl3 .main-inner2 div.moduletable-inner {
	padding: 30px 0px 0px;
}

#ja-topsl div.moduletable h3,
#ja-topsl1 div.moduletable h3,
#ja-topsl2 div.moduletable h3 {
	border-bottom: 0;
	padding-bottom: 0;
}

#ja-topsl .ja-box-left div.moduletable h3,
#ja-topsl1 .ja-box-left div.moduletable h3,
#ja-topsl2 .ja-box-left div.moduletable h3 {
	border: none;
	background: none;
	font-size: 200%;
	padding-bottom: 5px;
}

#ja-topsl .ja-typo-icon { padding-left: 45px; }

#ja-topsl .ja-title {
	font-size: 1.167em;
	text-shadow: 0 0 1px rgba(0,0,0,.1);
	color: #353637;
	font-weight: normal;
	background: url(../images/title-bg.gif) no-repeat left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: 'QuestrialRegular', Arial, Helvetica, sans-serif;
	display: block;
}

#ja-topsl .ja-title:hover,
#ja-topsl .ja-title:focus,
#ja-topsl .ja-title:active { color: #de3068; }

body p.icon-layout span.icon,
body p.icon-section span.icon,
body p.icon-voice span.icon {
	background-image: url(../images/icons/icon-layout.png);
	background-position: left top;
	width: 30px;
	height: 31px;
	margin-top: 2px;
}

body p.icon-section span.icon { background-image: url(../images/icons/icon-section.png); }

body p.icon-voice span.icon { background-image: url(../images/icons/icon-voice.png); }

/* Bot spotlight ---*/
#ja-botsl .main { padding: 0; }

#ja-botsl1 { background: url(../images/bg-body.gif) repeat left top; border-top: solid 5px #e5e6e7; }

#ja-botsl .main div.ja-moduletable, 
#ja-botsl .main div.moduletable {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	border: none;
	background: none;
	border-top: 1px solid #E5E6E7;
	width: 100% !important;
}

#ja-botsl1 .main div.ja-moduletable, 
#ja-botsl1 .main div.moduletable {
	width: auto;
	padding-top: 40px;
	padding-bottom: 20px;
}

#ja-botsl1 .main .ja-box-left div.ja-moduletable, 
#ja-botsl1 .main .ja-box-left div.moduletable {
	width: 33%; 
	float: left;
}

#ja-botsl .main div.ja-moduletable div.moduletable-inner, 
#ja-botsl .main div.moduletable div.moduletable-inner {
	border: none; 
	background: none;
}
#ja-botsl2 .main { padding-top: 0; padding-bottom: 0; }

#ja-botsl2 .main-inner1 {
	border-top: solid 5px #222;
	border-bottom: solid 5px #222;
	padding-top: 20px;
	padding-bottom: 40px;
}

#ja-botsl .main div.ja-moduletable div.ja-moduletable-inner, 
#ja-botsl .main div.moduletable div.moduletable-inner { margin: 0px; padding: 0px; }

#ja-botsl2 .main .ja-box-left {
	background: url(../images/line-bg.gif) repeat-y right top;
}

#ja-botsl2 .main div.ja-moduletable, 
#ja-botsl2 .main div.moduletable {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#ja-botsl2 .main div.mod_twitter {
	width: 340px;
}

#ja-botsl2 .main-inner1,
#ja-botsl1 .main-inner1 { margin: 0 20px !important; }

#ja-botsl1 .main-inner2,
#ja-botsl2 .main-inner2 { margin: 0 -10px; }

#ja-botsl1 .main-inner2 div.moduletable-inner,
#ja-botsl2 .main-inner2 div.moduletable-inner {
	padding: 0 ;
	background: none;
	border: none;
}

#ja-botsl1 div.ja-moduletable h3, #ja-botsl1 div.moduletable h3 {
	font-size: 1.167em;
	text-transform: none;
	color: #fff;
	border: none;
	background: none;
	border: none;
	margin-bottom: 0px;
}

#ja-botsl2 a:hover,
#ja-botsl2 a:focus { color: #fff; text-decoration: none; }

#ja-botsl2 { background: url(../images/bg-body.gif) repeat left top; }

#ja-botsl1 ul.menu li,
#ja-botsl1 ul.list-useful li {
	background: none; 
	padding: 0px;
	margin-bottom: 10px;
}

#ja-botsl1 ul.menu li a,
#ja-botsl1 ul.list-useful li a,
#ja-botsl1 a { color: #656667; }

#ja-botsl1 ul.menu li a:hover, #ja-botsl1 ul.menu li a:focus, #ja-botsl1 ul.menu li a:active,
#ja-botsl1 ul.list-useful li a:hover, 
#ja-botsl1 ul.list-useful li a:focus, 
#ja-botsl1 ul.list-useful li a:active,
#ja-botsl1 a:hover, #ja-botsl1 a:focus, #ja-botsl1 a:active {
	color: #e03e72;
}

#ja-botsl1 ul.menu , #ja-botsl1 ul  {
	margin: 0px;
}

.social .ico-social {
	display: block;
	margin-bottom: 13px;
	background-position: left top; 
	background-repeat: no-repeat;
	text-indent: 25px;
	height: 16px;
	color: #656667;
	line-height: 16px;
}

.social .ico-social:hover,
.social .ico-social:focus,
.social .ico-social:active { background-position: left bottom; color: #e03e72; }

.social .ico-twitters { background-image: url(../images/icon-twiiter.png); }
.social .ico-flick { background-image: url(../images/icon-flick.png); }
.social .ico-rss { background-image: url(../images/icon-rss.png); }
.social .ico-facebooks { background-image: url(../images/icon-facebook.png); }
.social .ico-vimeo { background-image: url(../images/icon-vimeo.png); }

ul.contactus li {
	display: block;
	margin-bottom: 10px;
	background-position: left top !important; 
	background-repeat: no-repeat;
	padding-left: 25px !important;
}

ul.contactus li.phone { background-image: url(../images/icons/phone.png); }
ul.contactus li.email { background-image: url(../images/icons/icon-email.png); }
ul.contactus li.address { background-image: url(../images/icons/home.png); }


.call_us { text-align: center; } 

.call_us .text-larger  {
	font-family: 'QuestrialRegular',Arial,Helvetica,sans-serif;
	font-size: 200%;
	color: #353637;
} 

/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-top-panel .main-inner1 {
	border: 2px dotted #e2e2b5;
	padding: 5px 10px;
	text-align: center;
	margin-top: 15px;
	background: #ffffcc;
	position: relative;
}

#ja-banner { border-top: 1px solid #e5e6e7; }

div.ja-innerdiv { border-bottom: 1px dotted #e5e6e7; }

div.ja-innerdiv h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	text-transform: uppercase;
}


table.acymailing_form { margin: 0px; width: 100%; }

table.acymailing_form td { padding: 0px 0px 5px 0px; }

table.acymailing_form input.inputbox {
	padding: 10px 0px 10px 10px;
	width: 95%;
}

#ja-botsl1 table.acymailing_form input.inputbox {
	background: #111 ;
	border: solid 1px #222;
	color: #656667;
}

#ja-botsl1 table.acymailing_form input.inputbox:focus {
	color: #fff;
	border-color: #de3068;
}
 
.jicons-icons img {
	float: left;
	width: 16px;
	height: 16px; 
	margin-right: 3px;
}

table.acymailing_form td.acysubbuttons { text-align: left; }

table.acymailing_form .acysubbuttons input.button {
	background-image: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 10px;
}

table.acymailing_form .acysubbuttons input.button:hover {
	color: #fff;
	background: #de3068;
	border-color: #de3068;
}

.acymailing_mootoolsbutton p {
	text-align: left;
}
#contact-slider { border: none; }

.contact-misc p, 
.contact-links ul, 
.contact-position, 
.contact-address, 
.contact-contactinfo p { margin: 15px 0px; }

#frame {
	float: left;
	margin-right: 20px;
}

/* System Messages */
#system-message > dd {
	text-indent: 0;
}

#system-message > dd > ul {
	color: #00bdf3;
	border: 2px solid #00bdf3;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: none;
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #151617;
}

#system-message > .error > ul {
	background-color: #FCDFDE;
	border-color: #ec534d;
}


.calendar table tr td.button {
	display: table-cell;
}
/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #FDE4DC;
	border-color: #f26e3f;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #D0F3FD;
	border-color: #00bdf3;
}

/* Fix Bug upgade to 2.5.8 */
.column .container{
	width: auto;
}