.style1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
.style2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.style3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.style4 {
	color: #666666
}

.style6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
}

a.geral {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
}
a.geral:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.geral:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.geral:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.geral:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.lin {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
}
a.lin:link {
	text-decoration: none;
	color: #FF9900;
}
a.lin:visited {
	text-decoration: none;
	color: #FF9900;
}
a.lin:hover {
	text-decoration: underline;
	color: #FF9900;
}
a.lin:active {
	text-decoration: none;
	color: #FF9900;
}

a.notalegal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
}

a.notalegal:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.notalegal:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.notalegal:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.notalegal:active {
	text-decoration: none;
	color: #FFFFFF;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body#bd {
	/*background: url(../images/body-bg.gif) repeat-x left top #E5E5E5;*/
	color: #F5F5F5;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {
	font-size: 10px;
}

body.fs2 {
	font-size: 11px;
}

body.fs3 {
	font-size: 12px;
}

body.fs4 {
	font-size: 13px;
}

body.fs5 {
	font-size: 14px;
}

body.fs6 {
	font-size: 15px;
}

body.fs6 #cssmenu li,
body.fs6 #splitmenu li,
body.fs5 #cssmenu li,
body.fs5 #splitmenu li,
body.fs4 #cssmenu li,
body.fs4 #splitmenu li {
	background-position: top right !important;
}

/* Normal link */
a {
	color: #CA430A;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, h1, h2, h3, h4 {
	line-height: 1.1;
}

/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
p.site-slogan, a.readon, #pathway, #colwrap, #footer {
	font-size: 92%;
}

small, .small {
	color: #999999;
}

img {
	margin: 0;
	padding: 0;
}

img.caption {
	margin-top: 5px;
}

.img_caption p {
	background: #999999;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin: 0;
	padding: 3px 0 3px;
	text-transform: uppercase;
}

/* Heading  | Tags usadas nas definicoes dos estilos no editor de texto
---------------------------------------------------------------------------- */
h1 {
	font-size: 225%;
	font-weight: normal;
	color: #00FF00;
}

h2 {
	font-size: 200%;
	font-weight: normal;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 110%;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

h1, h2, h3, h4 {	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 20px 7px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 20px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	color: #333333;
	padding: 3px 3px;
}

.button1 {
	/*background: #00ff00;*/
	border: 1px solid #141414;
	color: #666666;
	font-size: 100%;
	font-weight: bold;
	padding: 1px 8px;
}

.button {
	background: #333333;
	border: 1px solid #141414;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	padding: 1px 8px;
}

* html .button {
	padding: 2px 3px !important; /*IE 6*/
}

*+html .button {
	padding: 2px 3px !important; /*IE 7*/
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	background: url(../images/dot.gif) repeat-x center;
	clear: both;
	display: block;
	height: 30px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
	background: #333333;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 4px 6px;
}

tr.sectiontableentry0:hover td,
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background-color: #F5F5F5;
}

tr.sectiontableentry2 td {
	background-color: #F5F5F5;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	font-size: 92%;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 10px 9px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	background: none;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F5F5F5;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
}

.blog_more strong {
	display: block;
	font-size: 125%;
	margin: 0 0 5px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 6px 10px;
	margin: 0;
	padding: 0 0 0 17px;
}

.category {
	font-size: 125%;
	font-weight: bold;
}

/* titulos dos componentes no conteudo */
h1.componentheading, .componentheading { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/h3-bg.gif) repeat-x;
	border-bottom: 1px solid #D5D5D5; /* cor da borda do fundo */
	border-top: 1px solid #D5D5D5; /* cor da borda do topo */
	color: #666;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 10px 0;  /* altura interior onde esta o texto */
	text-transform: uppercase;
}

h1.componentheading span, .componentheading span{
	/*background: #333333;*/
	padding: 0px 10px;
}

/* configura os textos nas descrições */
.contentdescription {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	font-size: 11px;
	margin: 10px 0;
	padding: 10px;
}

/* titulos dos artigos 
--------------------------------------------------------*/
h2.contentheading, .contentheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 150%;
	margin: 0;
	padding: 0 8px 0 0;
}

table.blog .contentheading {
	/*font-size: 180%;*/
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	background: url(../images/arrow_readmore.gif) no-repeat right 5px;
	color: #CA430A;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: underline;
}

table.contentpaneopen td, table.contentpane td {
	padding: 5px;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 0;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 5px;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
	clear: both;
	color: #999999;
	display: block;
	margin: 0 0 25px;
	padding-top: 5px;
	position: relative;
	width: 100%;
}

.article-meta {
	float: left;
	padding: 0;
	width: 70%;
}

.article-section, .article-category {
	font-size: 92%;
	text-transform: uppercase;
}

.createby {
	padding: 0 5px 0 5px;
}

.createdate {
	background: url(../images/vline1.gif) no-repeat right;
	padding: 0 5px 0 0;
}

.modifydate {
	color: #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div.buttonheading {
	position: absolute;
	right: 0;
	top: 0px;
	width: 82px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.buttonheading img {
	background: none;
	border: 0;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* MAIN LAYOUT
--------------------------------------------------------- */
.wrap {
	clear: both;
	width: 100%;
}

.main {
	margin: 0 auto;
	width: 936px;
}

.inner {
	padding: 0px;
}

#container,
#container-f,
#container-c {
	padding: 0 0 0px;
}

#container .main {
	/*background: url(../images/trans-bg.png);*/
	padding: 0px 0 0px;
}

#container .inner {
	/*background: #F5F5F5 url(../images/line_right_bg_y.gif) repeat-y 74% top;*/
	margin: 0px 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#container-f .main {
	/*background: url(../images/trans-bg.png);*/
	padding: 10px 0;
}

#container-f .main .inner {
	background: #F5F5F5;
	/*margin: 0 10px;
	/*padding: 10px 20px;*/
}

#container-c .main {
	/*background: url(../images/trans-bg.png);*/
	padding: 10px 0;
}

#container-c .inner {
	/*background: #FFFFFF url(../images/line_right_bg_y.gif) repeat-y 74% top;*/
	margin: 0 10px;
	padding: 20px;
}

#container-c #col1 .inner {
	padding: 0 0 0 10px;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#content {
	clear: both;
	display: block;
	float: left;
	width: 50%;
}

#current-content {
	padding-right: 20px;
}

/* content + 3 col */
div.wrap-center {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.wrap-top {}

div.wrap-bot {
	padding: 20px;
}

/* COLUMNS
--------------------------------------------------------- */
#cols {
	float: right;
	overflow: hidden;
	width: 50%;
}

#col1 {
	clear: both;
	float: left;
	overflow: hidden;
	width: 50%;
}

#col1 .inner {
	background: none;
	margin: 0;
	padding: 0 10px 0 0;
}

#col2 {
	float: right;
	overflow: hidden;
	width: 50%;
}

#col2 .inner {
	background: none;
	margin: 0;
	padding: 0 0 0 10px;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
/* content + col */
#container-c #content{
	width: 75%;
}

#container-c #cols {
	width: 25%;
}

#container-c #col2 {
	width: 100%;
}

#container-c #col1 {
	width: 100%;
}

/* full */
#container-f #content{
	width: 100%;
}

#container-f #cols {
	width: 0%;
}

/* MODULE
--------------------------------------------------------- */
/* Module Default*/
div.module h3 {
	font-size: 100%;
	height: 30px;
	line-height: 32px;
	margin: 0 -10px 5px;
	padding: 0;
	position: relative;
	text-indent: 10px;
	text-transform: uppercase;
}

div.module h3 span.mdtool {
	display: block;
	height: 17px;
	position: absolute;
	right: 15px;
	top: 8px;
	width: 17px;
}

div.module,
div.module_blank {
	background: url(../images/bor_br.gif) no-repeat right bottom !important;
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

div.module div {
	background: url(../images/bor_bl.gif) no-repeat left bottom;
	margin: 0;
}

div.module div div {
	background: url(../images/bor_tr.gif) no-repeat right top;
}

div.module div div div {
	background: url(../images/bor_tl.gif) no-repeat left top;
	display: block;
	overflow: hidden;
	padding: 0 10px 10px;
}

div.module div div div div {
	background: none;
	clear: both;
	display: block;
	padding: 0;
	width: 100%;
}

/* blank module */
div.module_blank {
	background: none !important;
	margin-bottom: 0;
	padding-bottom: 10px;
}

div.module_blank div {
	background: none;
	margin: 0;
	padding: 0;
}

/* Module Default | titulos dos modulos existentes */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_testimonials h3,
div.moduletable_highlight h3,
div.moduletable_blue h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/h3-bg.gif) repeat-x;
	border-bottom: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
	color: #858585;
	display: block;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 10px;
	padding: 6px 0;
	text-transform: uppercase;
}

div.moduletable h3 span,
div.moduletable_menu h3 span,
div.moduletable_testimonials h3 span,
div.moduletable_highlight h3 span,
div.moduletable_blue h3 span {
	/*background: #353535;*/
	/*display: block;*/
	float: left;
	padding: 0px 0px;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_testimonials,
div.moduletable_highlight,
div.moduletable_blue {
	margin: 0 0 0px;
	padding: 0 0 0px;
}


/* HEADER
--------------------------------------------------------- */
#header {
	margin: 0 0 0px;
	z-index: 100;
}

#header .main {
	/*background: url(../images/trans-bg.png);*/ /* sombra */
	line-height: normal;
	padding: 0;
}

#header .inner {
	/*background: #333333;*/ /*cod de fundo */
	/* height: 150px; /* altura do fundo */
	margin: 0 0px 0px;
	padding: 0;
	position: relative;
	z-index: 2;
}

p.site-slogan {
	color: #999999;
	margin: 5px 0 0;
	padding: 1px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#mainnav {
	/*background: url(../images/mainnav-bg.gif) repeat-x left top;*/
	/*border-top: 1px solid #141414;*/
	/*bottom: 0;
	/*height: 35px;*/
	/*left: 0;
	/*position: absolute;*/
	width: 980px;
	z-index: 3;
}

#mainnav a, #subnav a {
	outline: none;
}

#subnav {
}

#subnav ul {
	margin: 0;
	padding: 0;
}

#subnav li {
	background: url(../images/dot.gif) repeat-x left bottom;
	margin: 0;
	padding: 0;
}

#subnav li a {
	background: url(../images/arrow.gif) no-repeat scroll left;
	color: #666666;
	display: block;
	outline: none;
	padding: 6px 0 6px 10px;
	width: 92%;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li a:focus {
	background: url(../images/arrow_active.gif) no-repeat scroll left;
	color: #CA430A;
	text-decoration: none;
}

#subnav li.active a,
#subnav li.active a:hover,
#subnav li.active a:active,
#subnav li.active a:focus {
	background: url(../images/arrow_active.gif) no-repeat scroll left;
	color: #CA430A;
	font-weight: bold;
}

/* breadcrumbs
--------------------------------------------------------- */
#pathway {
	padding: 0px 0px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

#pathway .main {
	/*background: url(../images/trans-bg.png);*/
	padding: 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

#pathway .inner {
	margin: 0;
	padding: 0px 0px;
	height: 20px;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}

#pathway strong {
	margin-right: 5px;
}

#pathway a {
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#pathway img {
	margin: 1px 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* SEARCH 
--------------------------------------------------------- */
div#search{
	/*position: absolute;
	right: 10px;*/
	/*background: url(../IMAG/lupa.png) no-repeat  10px 5px #F5F5F5;*/
	/*line-height: 34px;*/
	width: 178px;
	border-top: 1px solid #e3e2e2;
	border-bottom: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;
	border-left: 1px solid #e3e2e2;
}

div#search .inputbox{
	background: #FFFFFF;
	/*margin-left: 25px;*/
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 34px;*/
	width: 178px;
}

/*Languages
--------------------------------------------------------- */
#langs {
	color: #FFFFFF;
	position: absolute;
	/*right: 20px;*/
	/*text-align: right;*/
	top: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 241px;
}

#langs h3 {
	margin-top: 0px;
	font-weight: normal;
}

#langs p {
	font-style: normal;
	margin: 0;
}

#langs .img-border {
	border: 1px solid #555555;
	float: right;
	margin-left: 10px;
	padding: 2px;
}

div.box-ct {
	padding: 0;
}

/* Default Joomla! Menu */
ul.menu {
	padding: 0;
}

ul.menu li {
	background: url(../images/dot.gif) repeat-x left bottom;
	margin: 0;
	padding: 0;
}

ul.menu li a {
	background: url(../images/arrow.gif) no-repeat scroll left;
	color: #666666;
	display: block;
	outline: none;
	padding: 6px 0 6px 10px;
	width: 92%;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	background: url(../images/arrow_active.gif) no-repeat scroll left;
	color: #CA430A;
	text-decoration: none;
}

ul.menu li.active a {
	color: #CA430A;
	font-weight: bold;
}

ul.menu li ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

ul.menu li ul li {
	background: none;
	border-bottom: none;
}

ul.menu li li a {
	background: url(../images/arrow.png) no-repeat 0px 13px !important;
	color: #333333 !important;
	font-weight: normal !important;
	padding: 6px 0 6px 10px !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus,
ul.menu li li.active  a{
	background: url(../images/arrow_active.gif) no-repeat 0px 13px !important;
	color: #CA430A !important;
}

ul#mainlevel {
	padding: 0;
}

ul#mainlevel li {
	background: url(../images/dot.gif) repeat-x  left bottom;
	margin: 0;
	padding: 0;
}

ul#mainlevel li a {
	background: url(../images/arrow.gif) no-repeat scroll left;
	display: block;
	outline: none;
	padding: 10px 0 10px 15px;
	width: 92%;
}

ul#mainlevel li a:hover,
ul#mainlevel li a:active,
ul#mainlevel li a:focus,
ul#mainlevel li.active a {
	background: url(../images/arrow_active.gif) no-repeat scroll left;
	color: #CA430A;
}

ul#mainlevel li ul {
	list-style: none;
	margin: 0 0 10px 10px;
	padding: 0;
}

ul#mainlevel li ul li {
	border-bottom: none;
}

ul#mainlevel li li a {
	background: url(../images/arrow.png) no-repeat 7px 9px !important;
	border: none;
	color: #333333 !important;
	font-weight: normal !important;
	padding: 2px 0 2px 15px !important;
}

ul#mainlevel li li a:hover,
ul#mainlevel li li a:active,
ul#mainlevel li li a:focus,
ul#mainlevel li li.active a {
	color: #CA430A !important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.box-full, .box-left, .box-center, .box-right {
	float: left;
	overflow: hidden;
}

.box-left, .box-center {
}

/* Top spotlight */
#topsl {
	height: 240px;
	margin: 0 0 10px;
}

/* Bot spotlight */
#botsl {
	background: url(../images/botsl-bg.gif) repeat-x left top #353535;
	color: #999999;
	padding-top: 15px;
}

#botsl div.moduletable h3 {
	background: url(../images/h3-bg2.gif) repeat-x;
	border-bottom: 1px solid #252525;
	border-top: 1px solid #252525;
	margin: 0 0 0px;
}

#botsl .box-left div.moduletable {
	padding-right: 0px;
}

#botsl .box-center div.moduletable {
	padding: 0 0px 0 0;
}

#botsl .box-right div.moduletable {
	padding: 0;
}

#botsl div.moduletable h3 span,
#botsl div.moduletable_testimonials h3 span,
#botsl div.moduletable_menu h3 span,
#botsl div.moduletable_highlight h3 span {
	background: #252525;
	padding: 0px 0px;
}

#botsl .box-left div.moduletable {
	padding-left: 0;
}

#botsl .box-right div.moduletable {
	padding-right: 0;
}

#botsl ul, #botsl ol {
	margin: 0;
	padding: 0;
}

#botsl li {
	border-bottom: none;
}

#botsl ol li {
	background: none;
	margin: 0 0 0 20px;
}

#botsl ul li {
	background: url(../images/bullet3.gif) no-repeat 0px 8px;
	margin: 0;
	padding-left: 10px;
}

/* FOOTER
--------------------------------------------------------- */
#footer {
	/*background: url(../images/footer-bg.gif) repeat-x left top #252525;*/
	color: #333333;
	padding: 1px 0 0;
}

#footer small a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#footer ul {
	line-height: normal;
	margin: 0;
	padding: 0;
}

#footer small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#footer li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0 10px;
}

#footer li a {
	color: #333333;
	display: inline;
	line-height: normal;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #FF9900;
}

#mainlevel-nav li.ja-firstitem {
	background: none;
	padding-left: 0;
}

#mainlevel-nav li {
	/*background: url(../images/arrow-vline.gif) no-repeat left center;*/
}

#footer .sublogo {
	/*background: url(../images/logo_footer.png) no-repeat left top;
	display: block;
	float: left;
	height: 41px;
	margin: 10px 0;
	width: 15%;
	width: 15%;*/
}

#footer .info {
	float: left;
	padding: 10px 0px;
	/*width: 85%;*/
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/* Login Form */
#login-wrap {
}

#login-wrap form {
	float: left;
}

#login-wrap form label {
}

#login-wrap form input.button {
	float: left;
}

#login-wrap form #mod_login_username,
#login-wrap form #mod_login_password {
	font-weight: bold;
	margin: 0px 8px 5px 0;
	width: 90%;
}

#login-wrap form #mod_login_username {
}

#login-wrap form #mod_login_password {
}

#login-wrap form a {
	padding: 0 5px;
	text-decoration: none;
}

#login-wrap form a:hover,
#login-wrap form a:active,
#login-wrap form a:focus {
	text-decoration: underline;
}

p#form-login-username,
p#form-login-password {
	margin-top: 0;
}

div.login-links {
	margin-top: 5px;
}

div.login-links li {
	background: url(../images/bullet.gif) no-repeat 5px 7px;
	padding-left: 15px;
}

div.login-links a {
	color: #666666;
	margin: 0;
	padding: 0 !important;
}

div.login-links a:hover,
div.login-links a:active,
div.login-links a:focus {
	color: #CA430A;
}

/*others*/
#banner,
#banner1 {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 100%;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	display: block;
	margin: 10px 0;
}

.clr {
	clear: both;
}

.hastip img {
	background: none;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}

div.innerdiv {
	background: url(../images/dot.gif) repeat-x left bottom;
	clear: both;
	margin-bottom: 5px !important;
	padding-bottom: 10px !important;
}

div.innerdiv .img-border {
	border: 1px solid #D5D5D5;
	float: left;
	margin: 5px 10px 0 0;
	padding: 1px;
}

/* JA Highslide */
a.highslide-credits em {
	font-size: 10px !important;
	font-style: normal;
	font-weight: bold;
}

a.highslide {
	padding-left: 5px !important;
	padding-right: 5px !important;
	display: inline-block;
}

a.highslide img {
	border: 1px solid #404040;
	margin-bottom: 5px;
	padding: 2px;
}

a.highslide:hover img {
	border: 1px solid #595959;
}

/*about author*/
#author {
	position: absolute;
	/*right: 20px;*/
	text-align: left;
	top: 5px;
	width: 260px;	
}

#author h3 {
	margin-top: 0px;
	font-weight: normal;
}

#author p {
	/*font-style: italic;*/
	margin: 0;
}

#author .img-border {
	/*float: left;
	margin-left: 0px;
	padding: 0px;*/
}

/*ja slideshow*/
#slideshow {
	margin: 0 0 20px;
	padding: 0;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #F5F5F5;
	float: left;
	max-width: 200px;
	padding: 5px;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #CA430A;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

.banneritem {
	text-align: center;
}

.required {
	color:#FF0000;
	font-size: 12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight: bold;
}

