/*------------------------------------------------------------------------
# JA Xenia 1.0 - Jan, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 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
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
    color: #484848;
    background: #ffffff;
    font-family: Tahoma, Arial, sans-serif;
    /*line-height: 150%;*/
}

body#bd {
         bbackground: #ffffff;
}

body.contentpane {
    width: auto; /* Printable Page */
    background: #FFFFFFE;
    color: #000000;
    font-size: 12pt;
    font-family: serif;
    line-height: 140%;
}

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

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

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

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

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

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

/* Normal link */
a {
    color: #D8001B;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    color: #D8001B;
    text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
}

/* Heading */
h1 {
    font-size: 150%;
}

h2 {
    color: #D8001B;
    font-size: 130%;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 100%;
    text-transform: uppercase;
}

p {
    margin: 5px 0 10px;
}

ul {
    margin-top: 5px;
    margin-bottom: 15px;
    list-style: none;
}

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

ol {
    margin-top: 5px;
    margin-bottom: 15px;
}

ol li {
    margin-left: 35px;
}

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

fieldset {
    border: none;
}

fieldset a {
    font-weight: bold;
}

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

a img {
    border: none;
}

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

table 
{
    line-height: 80%;
}

/* Code text */
pre, .code {
    padding: 10px 15px;
    margin: 5px 0 15px;
    border-left: 5px solid #F85703;
    background: url(../images/stripe2.gif);
    font: 1em/1.5 "Courier News", monospace;
}

blockquote {
    padding: 15px 40px 15px 60px;
    background: url(../images/quote.gif) 20px 10px no-repeat;
    font: italic 1em/1.5 Georgia, Times, serif;
}

.dropcap {
    float: left;
    padding: 4px 8px 0 0;
    display: block;
    color: #F85703;
    font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
    padding-left: 25px;
    color: #F85703;
    background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
    padding-left: 25px;
    color: #F85703;
    background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
    padding-left: 25px;
    color: #F85703;
    background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
    border-bottom: 1px dotted #999999;
    padding: 0 5px;
    background: #FEFAE1;
    font-weight: bold;
}

p.stickynote {
    padding: 20px 80px 10px 20px;
    background: url(../images/sticky-bg.gif) no-repeat top right #FEFAE1;
}

p.pinnote {
    padding: 20px 60px 10px 20px;
    background: url(../images/pin-bg.gif) no-repeat top right #FEFAE1;
}

p.clipnote {
    padding: 20px 60px 10px 20px;
    background: url(../images/clip-bg.gif) no-repeat top right #FEFAE1;
}

.blocknumber {
    clear: both;
    padding: 5px 15px 10px;
    position: relative;
}

.bignumber {
    float: left;
    margin-right: 8px;
    margin-bottom: 5px;
    padding: 0 2px;
    display: block;
    color: #F85703;
    font: 30px/normal Arial, sans-serif;
    font-weight: bold;
}

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

input, select {
    font: 11px/normal Tahoma, Arial, sans-serif;
    color: #484848;
}

select, .inputbox {
    padding: 2px;
}

textarea {
    padding-left: 2px;
}

.button, .button:hover {
    padding: 2px 10px!important;
    padding: 1px 5px;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #DDDDDD;
    background: url(../images/but-bg.gif) repeat-x bottom #EFEFEF;
}

.button:active, .button:focus {
    border-top: 1px solid #999999;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #999999;
}

.inputbox {
    border: 1px solid #CCCCCC;
    background: url(../images/stripe1.gif) #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
    border: 1px solid #999999;
    background: #FFFFFF;
}

/* MODULE
--------------------------------------------------------- */
/* Left Module Style */
div.moduletable h3 {
    margin: 0 -12px 5px;
    padding: 6px;
    border-top: 1px solid #EFEFEF;
    background: url(../images/h3-bg.gif) no-repeat bottom left;
    font-size: 1em;
    text-indent: 25px;
    line-height: normal;
}

div.moduletable {
    padding: 0 0px 0px;
    margin: 0;
    clear: both;
}

/* Right Module Style */
div.module h3 {
    margin: 0 -3px 5px;
    padding: 2px;
    border-bottom: 3px solid #DDDDDD;
    font-size: 1em;
}

div.module {
    margin-bottom: 5px;
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
    background: url(../images/box-br.gif) no-repeat bottom right;
}

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

div.module div div {
    padding: 0;
    background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div {
    padding: 10px 15px 15px;
    background: url(../images/box-tl.gif) no-repeat top left;
}

div.module div div div div,
div.module-hilite div div div div {
    margin: 0;
    padding: 0;
    background: none;
}

/* Hilite Module */
div.module-brick h3,
div.module-blue h3,
div.module-green h3 {
    margin: 0 -3px 5px;
    padding: 2px;
    border-bottom: 3px solid #FFFFFF;
    font-size: 1em;
    color: #FFFFFF;
}

div.module-brick,
div.module-blue,
div.module-green {
    margin-bottom: 5px;
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
    background: url(../images/box-hilite-br.gif) no-repeat bottom right #F85703;
}

div.module-brick div,
div.module-blue div,
div.module-green div {
    padding: 0;
    background: url(../images/box-hilite-bl.gif) no-repeat bottom left;
}
div.module-brick div div,
div.module-blue div div,
div.module-green div div {
    padding: 0;
    background: url(../images/box-hilite-tr.gif) no-repeat top right;
}
div.module-brick div div div,
div.module-blue div div div,
div.module-green div div div {
    padding: 10px 15px 15px;
    background: url(../images/box-hilite-tl.gif) no-repeat top left;
    color: #FFFFFF;
}

div.module-brick a,
div.module-brick a:hover,
div.module-brick a:active,
div.module-brick a:focus {
    color: #FFFFFF!important;
}

div.module-blue a,
div.module-blue a:hover,
div.module-blue a:active,
div.module-blue a:focus {
    color: #FFFFFF!important;
}

div.module-green a,
div.module-green a:hover,
div.module-green a:active,
div.module-green a:focus {
    color: #FFFFFF!important;
}

div.module-brick li,
div.module-blue li,
div.module-green li {
    background-image: url(../images/bullet-list3.gif) !important; 
}

/* Blue hilite */
div.module-blue {
    background-image: url(../images/blue/box-hilite-br.gif);
    background-color: #0264B0;
}

div.module-blue div {
    background-image: url(../images/blue/box-hilite-bl.gif);
}

div.module-blue div div {
    background-image: url(../images/blue/box-hilite-tr.gif);
}

div.module-blue div div div {
    background-image: url(../images/blue/box-hilite-tl.gif);
}

/* Green hilite */
div.module-green {
    background-image: url(../images/green/box-hilite-br.gif);
    background-color: #4CA55E;
}

div.module-green div {
    background-image: url(../images/green/box-hilite-bl.gif);
}

div.module-green div div {
    background-image: url(../images/green/box-hilite-tr.gif);
}

div.module-green div div div {
    background-image: url(../images/green/box-hilite-tl.gif);
}

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

.article_seperator {
    display: block;
    background: url(../images/seperator.gif) repeat-x center;
    height: 20px;
}

#ja-leftcol .article_seperator, #ja-rightcol .article_seperator {
    display: none;
}

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

table.contentpaneopen {
    border: none;
}

table.contenttoc {
    margin: 0 0 10px 10px;
    padding: 0;
    width: 35%;
}

table.contenttoc a {
    text-decoration: none;
}

table.contenttoc td {
    padding: 1px 5px 1px 25px;
    background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
    padding: 4px;
    background: url(../images/stripe2.gif);
    text-indent: 5px;
}

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

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

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

table.pollstableborder td {
    padding: 2px!important;
}

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

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

table.adminform {
    width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #EFEFEF;
    background: url(../images/stripe2.gif) #F2F2F2;
}

.blog_more strong {
    margin: 0 0 5px;
    display: block;
    color: #484848;
    text-transform: uppercase;
}

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

.blog_more ul li {
    margin: 0;
    padding: 0 0 0 12px;
    background: url(../images/bullet-list.gif) no-repeat 0 8px;
}

td.buttonheading {
    padding: 0 0 0 3px!important;
    text-align: center;
}

.category {
    font-weight: bold;
}

.clr {
    clear: both;
}

.componentheading {
    padding-bottom: 5px;
    margin-bottom: 10px;
    background: url(../images/seperator.gif) repeat-x bottom;
    font-size: 200%;
    font-weight: bold;
    line-height: normal;
}

.contentdescription {
    padding-bottom: 30px;
}

table.blog .contentheading {
    font-size: 120%;
    font-weight: bold;
    line-height: normal;
}

.contentheading {
    font-size: 170%;
    font-weight: bold;
    line-height: normal;
}

a.contentpagetitle {
    text-decoration: none!important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
    text-decoration: none!important;
}

a.readon {
    float: right;
    padding: 1px 5px 1px 22px;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    border-left: 1px solid #DDDDDD;
    display: block;
    background: url(../images/bullet-title.gif) no-repeat 5% 50% #F2F2F2;
    color: #484848;
    text-transform: lowercase;
    text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
    color: #F85703;
    background: url(../images/bullet-title2.gif) no-repeat 5% 50% #FFFFFF;
    text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

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

.createdate {
    padding: 2px 0 10px 0;
    color: #999999;
    line-height: 10px;
}

.modifydate {
    color: #999999;
    height: 15px;
}

.moduletable {
    padding: 0;
}

.mosimage {
    padding: 0;
    margin: 8px 15px 0 0!important;
    margin: 8px 5px 0 0;
}

.mosimage img {
    padding: 0;
    margin: 0!important;
}

.mosimage_caption {
    margin-top: 5px;
    padding: 1px 2px;
    color: #999999;
}


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
    width: 750px;
    margin: 0 auto;
    padding-left: 0px;
    #background: url(../images/shadowleft-bg.gif) repeat-y top left #EFEFEF;
    text-align: center;
}

.wide #ja-wrapper {
    width: 950px;
}

.auto #ja-wrapper {
    width: 90%;
}

#ja-wrapper-inner {
    padding-right: 0px;
    #background: url(../images/shadownright-bg.gif) repeat-y top right #EFEFEF;
    text-align: left;
}

#ja-containerwrap {
    padding: #EFEFEF;
    #background: url(../images/stripe1.gif) #EFEFEF;
}

#ja-container {
    padding: 0;
}

#ja-contentwrap {
    #background: url(../images/leftcol-bg.gif) no-repeat top left;
}

#ja-content {
    padding: 0 20px 15px;
    margin: 0;
    clear: both;
    display: block;
    min-height: 300px;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
    background: url(../images/bgrp.JPG) repeat-x top;
}

#ja-header {
    clear: both;
    background: url(../images/bgrp.JPG) no-repeat top right;
    text-align: left;
    line-height: normal;
    height: 150px;
    position: relative;
}

#ja-header h1 {
    font-size: 2em;
    position: absolute;
    top: 0;
    left: 0;
}

#ja-header h1 a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

#ja-header h1 img {
    float: left;
}


/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
    background: url(../images/mainnav-bg.gif) repeat-x top #FFFFFF;
}

#ja-mainnav {
    clear: both;
    float: left;
    font-size: 1em;
    line-height: normal;
}

#ja-subnav {
    padding: 6px 5px;
    margin: 0;
    clear: both;
    border-bottom: 1px solid #FFFFFF;
    background: url(../images/stripe2.gif) #F2F2F2;
    line-height: normal;
}

.ja-mainnavshadow {
    clear: both;
    padding: 1px 0 2px;
    background: url(../images/mainnav-shadow.gif) repeat-x top;
}

/* Default Joomla! Menu */
a.mainlevel {
    padding: 3px 3px 5px 3px;
    width: 98%;
    display: block;
    background: url(../images/a-mainlevel-bg.gif) no-repeat bottom right;
    color: #484848;
    text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
    color: #484848;
    background: url(../images/a-mainlevel-bg2.gif) no-repeat bottom right #EFEFEF;
    text-decoration: none;
}

a.mainlevel#active_menu {
    color: #F85703;
    background: url(../images/a-mainlevel-bg3.gif) no-repeat bottom right #EFEFEF;
    font-weight: bold;
    text-decoration: none;
}

a.sublevel {
    display: block;
    color: #efefef;
    text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
    color: #F85703;
    text-decoration: none;
}

#active_menu {
    background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
    color: #F85703;
}


/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
    clear: both;
    padding: 17px 12px 10px;
    background: url(../images/footer-bg.JPG) repeat-x bottom #EFEFEF;
    color: #999999;
}

#ja-footer {
    height: 35px;
    overflow: hidden;
    position: relative;
}

#ja-footer a {
    color: #999999;
    text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
    color: #999999;
}

#ja-bottomline {
    float: left;
    margin: 0;
    display: block;
    padding-left: 15px;
}

#ja-sublogo {
    float: left;
    width: 20%;
    background: url(../images/v-seperator.gif) repeat-y top right;
    text-align: center;
}

#ja-cert {
    float: right;
    margin-top: 2px;
    font-size: 11px;
}

#ja-cert a {
    padding: 0;
}

/* MISCELLANOUS
----------------------------------------------------------- */
#ja-banner {
    text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
    margin: 10px 0;
    display: block;
    background: none!important;
    text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
    width: 93%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
    border: none;
    background: none;
}

/* JA CoolAds Module */
#ja-coolads {
    height: 0;
    overflow: hidden;
    position: relative;
}

#ja-coolads-container {
    margin-right: 5%;
    overflow: hidden;
}

#ja-coolads-container div.moduletable {
    overflow: hidden;
}

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

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

* html .clearfix {
    height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
    margin-bottom: 1px;
    height: 100%!important;
    height: auto;
}

#Crossheadcont2 { /*banners go in this div*/
height: 185px;
width: 690px;
float: left;
}

#Crosshead {
height: 185px;
width: 950px;
background-color: #FFFFFF;
}

#Crossheadcont1 {
width: 260px;
height: 185px;
float: left;
}

#Crossmaster {
height: auto;
width: 950px;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
}

.headTable {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #efefef;
}

.menuPic {
    background: url(menu1.PNG) no-repeat;
    height: 29px;
    font-size: 12px;
    line-height: 220%;
    font-weight: bold;
}

.menuBg 
{
    background: #6C6D71;
    height: 27px;
    font-size: 12px;
}

.LeftColBg 
{
    background: url(../images/headerLeftCol.png) repeat-x top #EFEFEF;
    height: 185px;
}

.RightColBg 
{
    background: url(../images/headerRightCol.png) repeat-x top #EFEFEF;
    height: 185px;
}






/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
  color: #000000; margin: 0; padding:0;
}

.art-menu, .art-menu ul
{    
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type:none;
  display: block;
}

.art-menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.art-menu li:hover
{

  color: #000000;
}

.art-menu li li
{
  float: none;
}

.art-menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.art-menu li:hover>ul
{
  visibility: visible;
  top: 100%;
  color: #000000;
}

.art-menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.art-menu:after, .art-menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.art-menu, .art-menu ul
{
  min-height: 0;
}

.art-menu ul
{
  background-image: url(../images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

ul.art-menu
{
  float: left;
}



/* menu structure */

.art-menu
{
  padding: 0 0 0 0;
}



.art-menu a .t
{
  margin-right: 8px;
  margin-left: 8px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 14px;
  margin: 0 0;
  line-height: 29px;
  text-align: center;
}

.art-menu li a:hover
{
  color: #000000;
  background: #EFEFEF;
}

.art-menu a .t:hover
{
  color: #000000;
  background: #EFEFEF;
  float: left;
  margin: 0 0px
}

.art-menu a .t:active
{
  color: #000000;
  background: #EFEFEF;
  float: left;
  margin: 0 0px
}

.active a .t {
   color: #000000;
  background: #EFEFEF;
  float: left;
  margin: 0 0px
}
ul.menu a:hover, a:active, a:focus {
    color: #000000; /*#D8001B;*/
    text-decoration: none;
}





/******************************************************************/

.art-menuLevel2Level2 a, .art-menuLevel2Level2 a:link, .art-menuLevel2 a:visited, .art-menuLevel2 a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
  color: #000000; margin: 0; padding:0;
  font-size: 12pt;

}

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
  color: #000000; margin: 0; padding:0;
  font-size: 12pt;

}

.art-menuLevel2, .art-menuLevel2 ul
{    
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type:none;
  display: block;

}

.menu, .menu ul
{    
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type:none;
  display: block;

}

.art-menuLevel2 li
{
  margin-left: 5px;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: #ffffff;

}

.art-menuLevel2 li:hover
{

  color: #000000;
}

.art-menuLevel2 li li
{
  float: none;
}

.art-menuLevel2 ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.art-menuLevel2 li:hover>ul
{
  visibility: visible;
  top: 100%;
  color: #000000;
}

.art-menuLevel2 li li:hover>ul
{
  top: 0;
  left: 100%;
}

.art-menuLevel2:after, .art-menuLevel2 ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.art-menuLevel2, .art-menuLevel2 ul
{
  min-height: 0;
}

.art-menuLevel2 ul
{
  background-image: url(../images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.art-menuLevel2 ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

ul.art-menuLevel2
{
  float: left;
}



/* menu structure */

.art-menuLevel2
{
  padding: 0 0 0 0;
}



.art-menuLevel2 a span
{
  margin-right: 5px;
  margin-left: 5px;
  font-weight: bold;
  color: #000000;
  padding: 0 8px;
  margin: 0 0;
  line-height: 29px;
  text-align: center;
  font-size: 10pt;
}


.art-menuLevel2 li a:hover
{
  color: #000000;
  background: #EFEFEF;
}

.menu li a:hover
{
  color: #000000;
  background: #EFEFEF;
}

.art-menuLevel2 a span:hover
{
  color: #000000;
  background: #EFEFEF;
  float: left;
  margin: 0 0px
}

.menu a span:hover
{
	color: #000000;
	background-color: #6D6E72;
	float: left;
	margin: 0 0px
}

.menu a span
{
  background: none;
  float: left;
  margin: 0 0px
}

.menu a span:active
{
  color: #000000;
  background: #EFEFEF;
  float: left;
  margin: 0 0px
}

/*.active a span {
   color: #000000;
  background: #EFEFEF;
  float: left;
  margin: 0 0px
}*/

ul.item120, ul.item121 {
   color: #000000;
  background: #EFEFEF;
  float: left;
  margin: 0 0px
}



/* end Menu */




.art-post-body {
    font-size: 13px;
    line-height: 20px;
    padding: 0 20px 0 20px;
}



#divFooter1 {
    background: #EE1C23;
    float: left;
    height: 40px;
    width: 420px;
    font-size: 10px;
    margin: 0;
    padding: 5px 0 0 0;
}

#divFooter2 {
    background: #EE1C23;
    display: block;
    float: left;
    height: 40px;
    width: 250px;
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: right;
}

#divFooter3 {
    background: #EE1C23;
    display: block;
    float: left;
    height: 40px;
    width: 235px;
    margin: 0;
    padding: 0;
}

.leftSection1 {
    background: #CCCCCC;
    height: 264px;
    width: 173px;
    font-size: 10px;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

.leftSection2 {
    background: url(../images/specialServicesLeftBg.png) repeat-x bottom #FFFFFF;
    height: 85px;
    width: 173px;
    font-size: 10px;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

.leftSectionText {
    color: #D8001B;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
}

.skyentDef {
    color: #D8001B;
    font-size: 17px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    padding: 20px;
}

.tbloginRows {
    background: #EFEFEF;
    color: #484848;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

.tbloginRows a {
    background: #EFEFEF;
    color: #484848;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

.skyDefBg {
    background: url(../images/skyDefImageBg.png) repeat-y top #D8001B;
    margin: 0;
    padding: 0;
}

.contentBullets {
    margin-top: 0px;
    margin-bottom: 15px;
    list-style: disc outside none;
    padding-left: 25px;
}

.contentBullets li {
    margin-top: 0px;
    margin-bottom: 0px;
    list-style: disc outside none;
    padding-left: 10px;
    line-height: 150%;
}
