/*------------------------------------------------------------------------
# JA Zibal 1.0 - Sep, 2006
# ------------------------------------------------------------------------
# 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
--------------------------------------------------------- */
body {

	color: #222222;
	background: #505050;
	font-family: Tahoma, Arial, sans-serif;
}

body#bd {
	margin: 0;
	padding: 0;
	background: #505050;
	text-align: center;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 10px;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 57%;
}
 
body.fs2{
	font-size: 63%;
}

body.fs3{
	font-size: 69%;
}

body.fs4{
	font-size: 75%;
}

body.fs5{
	font-size: 81%;
}

body.fs6{
	font-size: 87%;
}

h1 {
	margin: 7px 0;
    padding: 0px 0;
    line-height: 2px;
	font-size: 13px;
}

h2 {
	margin: 0px 0;
    padding: 0px 0;
    line-height: 25px;
	font-size: 12px;
}

h3, h4 {
	margin: 10px 0;
	font-size: 1.25em;
}

/* normal text */
#ja-main, #ja-main-f, #ja-footer {
}

/* Title text */
.contentheading, .componentheading, div.moduletable h3, #ja-subnav h3,
h1, h2, h3, h4, h5 {
	color: #002f63;
}

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

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

p {
	margin: 15px 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
    display: block;
 	padding-left: 0px;
	text-decoration: none;
}

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

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#ja-content fieldset,
#ja-content-f fieldset {
	width: 500px;
}

fieldset a {
	font-weight: bold;
}

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

img {
	border: 0;
}

td, div {
	font-size: 1em;
}

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

input, select {
	font: 11px Tahoma, Arial, sans-serif;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: url(../images/but-bg.gif) #EFEFEF;
}

.button:hover, .button:focus {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
}

.inputbox {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
	background: url(../images/shadow.gif) repeat-x top #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #BABDB6;
	background: url(../images/shadow.gif) repeat-x top #FFFFFF;
}

/* MODULE
--------------------------------------------------------- */
div.modules {
	width: 100%;
}

div.moduletable {
	padding: 0px 0px 2px 0px;
	width: auto;
	margin-top: 9px!important;
	border-bottom: 3px solid #3b763d;
}

div.moduletable h3 {
	margin: 0 0px 0px 0px;
	padding: 0px 5px 0px 20px;
	color: #ffffff;
	font-size: 1em;
	text-transform: UPPERCASE;
	border-bottom: 2px solid #ffffff;
	line-height: 19px;
	height: 20px;
}

div.moduletable h3.collapse {
	padding: 0 10px 0 20px;
	font-size: 1em;
	text-transform: UPPERCASE;
	line-height: 19px;
	height: 20px;
	cursor: pointer;
} 

div.moduletable table {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 1px 1px 1px 1px;
	background: #dfdfdf;
}


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

table.blog .article_seperator {
	display: block;
	height: 15px;
}

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

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

table.contenttoc td {
	padding: 1px 5px 1px 18px;
}

table.contenttoc th {
	padding: 2px 4px;
	background: #4D84A7;
	color: #FFFFFF;
	text-indent: 5px;
	text-transform: UPPERCASE;
}
 
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;
}

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

.adminform textarea.inputbox {
}

.blog_more {
}

.blog_more strong {
}

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

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.code, pre {
	border: 1px solid #F0F0C0;
	width: auto;
	padding: 5px;
	background: #FFFFCC;
}

.componentheading {
	margin: -10px -15px 10px -15px;
	padding: 4px 15px 4px;
	color: #666666;
	background: #E1E1E1;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	text-transform: UPPERCASE;
}

.contentdescription {
	padding-bottom: 30px;
}

.contentheading {
	font-size: 1.7em;
}

table.blog .contentheading {
	color: #4D84A7;
	background: url(../images/bullet.gif) no-repeat 0px 9px;
	font-size: 1.25em;
	font-weight: bold;
}

table.blog a.contentpagetitle {
	color: #4D84A7;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
}

a.mainlevel {
	padding: 2px;
	padding-left: 15px;
	background: url(http://devel.vaultnetworks.com/vn_images/bullet_4.gif) no-repeat 3px 2px;
	color: #7d3213;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active {
	color: #50220f;
	background: none no-repeat 3px 2px;
	text-decoration: underline;
}

a.sublevel {
	padding-left: 8px;
}

a.readon {
	padding: 1px 3px 1px 12px;
	background: url(../images/arrow-readon-on.gif) no-repeat 4px 5px #4D84A7;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	text-transform: lowercase;
}

a.readon:hover {
	color: #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

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

.createdate {
	color: #AAAAAA;
	font-weight: bold;
	line-height: 10px;
}

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

.error {
	color: #CC0000;
}

.highlight {
	border-bottom: 1px dotted;
	font-weight: bold;
}

.message {
	font-weight: bold;
}

.moduletable {
	padding: 0;
}

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

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

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

.pagenav {
	padding: 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	/*background: url(../images/but-bg.gif) #EFEFEF;*/
	color: #666666;
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active,
.pagenav_prev a:hover, .pagenav_prev a:active,
.pagenav_next a:hover, .pagenav_next a:active,
.pagenavbar a:hover, .pagenavbar a:active {
	padding: 1px 4px;
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	/*background: url(../images/but-bg.gif) #EFEFEF;*/
	color: #666666;
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	/*background: url(../images/pages.gif) no-repeat center left;*/
	color: #666666;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	/*background: url(../images/pages.gif) no-repeat 0 11px;*/
	color: #666666;
}

.sectiontableheader {
	padding: 1px 4px;
	background: #4D84A7;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a, .sectiontableheader a:hover {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 4px;
	background: #F2F2F2;
}

tr.sectiontableentry2 td {
	padding: 4px;
}

.small {
	color: #AAAAAA;
}

.smalldark {
	text-align: left;
}

#banner {
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 100%;
}

#ja-container {
	width: 908px;
	padding: 0;
	margin: auto;
	border: 2px solid #474747;
	border-top: 0px solid #192326;
}

#ja-container-shadow1 {
	width: 904px;
	border: 2px solid #363636;
	border-top: 0px solid #10171A;
}

#ja-container-shadow2 {
	width: 900px;
	border: 2px solid #2b2b2b;
	border-top: 0px solid #111111;
}

#ja-header-wrap1,
#ja-sh-wrap1,
#ja-pathway-wrap1,
#ja-main-wrap1,
#ja-footer-wrap1 {
	text-align: center;
}

#ja-header-wrap2,
#ja-sh-wrap2, 
#ja-pathway-wrap2,
#ja-main-wrap2,
#ja-footer-wrap2 {
	width: 900px;
	padding-left: 0px;
	margin: auto;
}

#ja-header-wrap3,
#ja-sh-wrap3,
#ja-pathway-wrap3,
#ja-main-wrap3,
#ja-footer-wrap3 {
	padding-right: 0px;
}

#ja-header,
#ja-sh,
#ja-pathway,
#ja-main,
#ja-footer {
	text-align: left;
}

/* WIDE LAYOUT DIVS WIDTH
--------------------------------------------------------- */
.wide #ja-header-wrap2,
.wide #ja-sh-wrap2,
.wide #ja-pathway-wrap2,
.wide #ja-main-wrap2,
.wide #ja-footer-wrap2 {
	width: 900px;
}

.wide #ja-main {
	/*background: url(../images/main-wide-bg.gif) repeat-y right #FFFFFF;*/
}

.wide #ja-content {
	width: 688px;
	float: left;
}

/* 1 column content width */
.wide #ja-content-f {
}

/* HEADER
--------------------------------------------------------- */
#ja-header-wrap1 {
	/*background: url(../images/header-wrap1.gif) top;*/
	background: #505050;
}

#ja-header-wrap2 {
	/*background: url(../images/header-wrap2.gif) repeat-y top left;*/
}

#ja-header-wrap3 {
	/*background: url(../images/header-wrap3.gif) repeat-y top right;*/
	background: #505050;
	position: relative;
}

#ja-header {
	background: url(header-bg.gif) repeat-x top #4D84A7;
	height: 68px;  /*you can change the heigth of the header here. Maximum height: 250px. */
	background: #505050;
	position: relative;
	border:1px solid #222222;
	border-bottom:0px solid #000000;
}

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

#ja-header h1 img {
	margin: 0;
	padding: 0;
}

#ja-header a {
	color: #FFFFFF;
}

#ja-search {
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	position: absolute;
	top: 40px;
	right: 22px;
}

#ja-search-tool {
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat 0px 6px;
}

#ja-search-tool .inputbox {
	border: none;
	margin-top: 3px;
	color: #FFFFFF;
	background: transparent;
}

#ja-search .inputbox {
	border: 0px solid #4D84A7;
	color: #4D84A7;
}

#ja-search .inputbox:hover,
#ja-search .inputbox:focus {
	border: 0px solid #4D84A7;
	color: #222222;
}

#ja-usertoolswrap {
	padding: 0;
	/*background: url(../images/usertools-bg.gif) repeat-x;*/
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
}

#ja-usertools {
	padding: 0 18px 0 30px;
	background: #3b763d;
	float: left;
	width: 180px;
	display: block;
	color: #FFFFFF;
	/*background: url(../images/usertools-leftbg.gif) no-repeat top left;*/
	font-size: 11px;
	height: 30px;
}

#ja-usertools img {
	padding: 6px 4px 2px;
	display: block;
	cursor: pointer;
}

#ja-usertools a {
}

#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
}

/* TOPNAV
--------------------------------------------------------- */
#ja-topnav {
	border: 0px solid #222222;
	font-size: 10px;
	text-transform: UPPERCASE;
}

#ja-topnav a {
	color: #D9E7EF;
	font-weight: bold;
}

/* SUBHEADER + SPOTLIGHT
--------------------------------------------------------- */
#ja-sh-wrap1 {
	/*background: url(../images/spotlight-wrap1.gif) repeat-x top left #CCCCCC;*/
	background: #505050;
}

#ja-sh-wrap2 {
	/*background: url(../images/spotlight-wrap2.gif) no-repeat top left;*/
	background: #505050;
}

#ja-sh-wrap3 {
	/*background: url(../images/spotlight-wrap3.gif) no-repeat top right;*/
	background: #505050;
}

#ja-sh {
	padding: 0;
	color: #FFFFFF;
	height: 170px; /* you can change the heigth of the sub-header here. Maximum height: 498px. */
	background: #505050;
}

#ja-spotlight {
	margin-top: 20px;
	background: #505050;
}

.ja-box {
	float: left;
	border-right: 1px solid #E1E1E1;
	border-bottom: 0px solid #E1E1E1;
	border-left: 1px solid #FFFFFF;
	background: #505050;
	overflow: hidden;
}

#ja-spotlight h3 {
	margin: 0 0 5px;
	padding: 5px 0 0 18px;
	background: url(../images/bullet.gif) no-repeat 5px 12px;
}

#ja-spotlight div.moduletable {
	padding: 0 5px;
	margin-bottom: 0;
	background: none!important;
}

#ja-spotlight ul {
	padding: 0;
	margin: 0;
}

#ja-spotlight li {
	padding: 0;
	margin: 0;
	background: none;
	height: 20px;
}

#ja-spotlight li a {
	padding: 0 5px 0 18px;
	display: block;
	line-height: 20px;
}

#ja-spotlight li a:hover {
	text-decoration: none;
}

#ja-spotlight td {
	padding: 0 5px;
}

/* SHADOW
--------------------------------------------------------- */
#ja-shadow-wrap1 {
	/*background: url(../images/pathway-wrap1.gif) top #3b763d;*/
	background: #ffffff;
}

#ja-shadow-wrap2 {
	/*background: url(../images/pathway-wrap2.gif) repeat-y top left;*/
	background: #ffffff;
}

#ja-shadow-wrap3 {
	/*background: url(../images/pathway-wrap3.gif) repeat-y top right;*/
	background: #ffffff;
}

#ja-shadow {
	margin: 0;
	/*height:8px;*/
	/*background: url(/vn_images/bottom_billboard_shadow.jpg) repeat-x top left*/;
}

/* PATHWAY
--------------------------------------------------------- */
#ja-pathway-wrap1 {
	/*background: url(../images/pathway-wrap1.gif) top #3b763d;*/
	background: #505050;
}

#ja-pathway-wrap2 {
	/*background: url(../images/pathway-wrap2.gif) repeat-y top left;*/
	background: #505050;
}

#ja-pathway-wrap3 {
	/*background: url(../images/pathway-wrap3.gif) repeat-y top right;*/
	background: #505050;
}

#ja-pathway {
	margin: 0;
	padding: 4px 15px;
	background: #4D84A7;
	color: #FFFFFF;
	line-height: normal;
}

#ja-pathway a {
	color: #FFFFFF;
	text-decoration: none;
}

#ja-pathway img {
	margin: 0 5px;
}

#ja-pathway strong {
	margin-right: 8px;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-main-wrap1 {
	/*background: url(../images/main-wrap1.gif) repeat-x top #EFEFEF;*/
	background: #505050;
}

#ja-main-wrap2 {
	/*background: url(../images/main-wrap2.gif) top left;*/
	background: #505050;
}

#ja-main-wrap3 {
	/*background: url(../images/main-wrap3.gif) top right;*/
	background: #505050;
}

#ja-main {
	/*background: url(../images/main-bg.gif) repeat-y right #FFFFFF;*/
	background: #FFFFFF;
}

/* 1 column content wrap */
#ja-main-f {
	background: #FFFFFF;
	text-align: left;
}

/* 2 columns content width */
#ja-content {
	width: 538px;
	float: left;
}

#ja-mainbody {
	padding: 0px 0px 0px 0px;
}

/* 1 column content width */
#ja-content-f {
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-sidecol {
	width: 188px;
	float: left;
	margin-bottom: px;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	border-bottom: 8px solid #FFFFFF;
}

#ja-sidecol table {
	border-collapse: collapse;
}

#ja-sidecol a.mainlevel {
}

#ja-sidecol ul.mainlevel {
	padding-left: 20px;
	background: url(../../images/arrow-off.gif) no-repeat 5px 4px;
}

#ja-sidecol ul.mainlevel:hover {
	background: url(../../images/arrow-on.gif) no-repeat 5px 4px;
}


#ja-sidecol a.sublevel {
	padding-left: 3px;
}

#ja-sidecol .article_seperator {
	display: none;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer-wrap1 {
	clear: both;
	height: 100%px;
}

#ja-footer-wrap2 {
}

#ja-footer-wrap3 {
	border-right:1px solid #222222;
	border-left:1px solid #222222;
}

#ja-footer {
	padding: 5px;
	color: #D9E7EF;
	background: #3b763d;
	position: relative;
	height: 100%;
}

#ja-footer p {
	padding-right: 15px;
	padding-left: 15px;
}

#ja-footer ul#mainlevel-nav,
#ja-footer ul#mainlevel {
	padding-left: 5px;
}

#ja-footer ul#mainlevel li,
#ja-footer ul#mainlevel-nav li {
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer a {
	color: #FFFFFF;
}

#ja-footer ul a {
	padding: 2px 10px;
	color: #FFFFFF;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	background: #3b763d;
	text-decoration: none;
}

#ja-bottomline {
	padding: 0;
	margin: 5px 0 0;
}

#ja-bottomline a {
	padding: 0;
}

#ja-cert {
	position: absolute;
	top: 20px;
	right: 10px;
}

#ja-cert a:hover, #ja-cert a:active, #ja-cert a:focus {
	background: none;
}

/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	color: #AAAAAA;
	text-decoration: none;
}

#mod_login_password, #mod_login_username {
	width: 140px;
}

#mod_login_password {
}

#mod_login_username {
}

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

#mod_search_searchword {
	width: 140px;
}

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

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

* html .clearfix {
	height: 1%; /* End hide from IE-mac */
}

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

//////////////////////////////////////////////////////////////////////
/* GENERAL */
a {
	color: #222222;
	text-decoration: underline;
}

a.readon {
	background-color: #282828;
}

div.moduletable h3 {
background: #3b763d;
}

div.moduletable h3.collapse {
}

.contentheading {
	color: #282828;
}

table.blog .contentheading {
}

table.blog a.contentpagetitle {
}

.sectiontableheader {
	background: #666666;
}

table.contenttoc th {
	background: #282828;
}

.blog_more strong {
}

#ja-spotlight h3 {
	background: url(../images/red/bullet.gif) no-repeat 5px 12px;
}

#ja-search .inputbox {
	border: 1px solid #282828;
	color: #282828;
}

#ja-search .inputbox:hover,
#ja-search .inputbox:focus {
	border: 1px solid #282828;
	color: #282828;
}

#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
	background: #7F2C0C;
}

/* MAIN LAYOUT */
#ja-header {
	/*background: url(../images/red/header-bg.gif) repeat-x top #282828; */
}

#ja-pathway-wrap1 {
	/*background: url(../images/red/pathway-wrap1.gif) top #94330E; */
}

#ja-pathway-wrap2 {
	/*background: url(../images/red/pathway-wrap2.gif) repeat-y top left; */
}

#ja-pathway-wrap3 {
	/*background: url(../images/red/pathway-wrap3.gif) repeat-y top right; */
}

#ja-pathway {
	background: #3b763d;
	color: #ffffff;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

#ja-usertoolswrap {
	 /*background: url(../images/cyan/usertools-bg.gif) repeat-x  */
}


#ja-usertools {
	/*background: url(../images/cyan/usertools-leftbg.gif) no-repeat top left; */
}

#ja-footer {
	background: #3b763d; 
	color: #F2D6CB;
}

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

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	background: #94330E;
	text-decoration: none;
}

#ja-cert a:hover, #ja-cert a:active, #ja-cert a:focus {
	background: none;
}

/* NAVIGATION
-------------------------------------------------------------------*/
#ja-topnav {
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

#ja-topnav a {
	color: #E1E1E1;
}


/* SUB NAVIGATION
--------------------------------------------------------- */

#ja-subnav {
	padding-left: 0px 0px 0px 0px;
	margin-top: 9px!important;
	margin-top: 11px;
	border: 1px solid #7a7a7a;
	background: #ffffff;
}

#ja-subnav h3 {
	padding-left: 10px;
	margin: 0 0px 0 0px;
	font-size: 1em;
	text-transform: UPPERCASE;
	height: 20px;
	line-height: 20px;
	border: 0px solid #EEEEEE;
	font-weight: bold;
	color: #FFFFFF;
}

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

#ja-subnav li {
	margin: 5px;
	padding-left: 0px;
	background: none; 
	height: 20px;
}

#ja-subnav a {
	color: #222222;
	/*display: block;*/
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	border: 1px solid #FFFFFF;
}
 
#ja-subnav a:hover, #ja-subnav a:active, #ja-subnav li.active_menu a {
	text-decoration: underline;
	background: #FFFFFF;
	padding-top: 0px;
	border: 1px solid #FFFFFF;
	border-right: 0px solid #3b763d;	
	background: url(../../images/bg_bullet.jpg) no-repeat top left;
} 

#ja-subnav h3 {
	background: #3b763d;
}

#ja-subnav a {
	background: url(../../images/bg_bullet_mo.jpg) no-repeat top left;
}
/////////////////////////Top Nav Css///////////////////////////////

.transMenu .item#active {
   text-decoration: underline;
	background: #444444;
	color: #FFFFFF!important;
	font-weight: none;
	/* -moz-opacity: .6;
	filter: alpha(opacity=60); */
}

.transMenu .item#active:hover {
	color: #FFFFFF;
	background: #222222;
}

/* For first level menu.*/
#ja-transmenu {
	margin: 0;
	padding: 0px;
	height: 20px;
	line-height: 20px;
}

#ja-transmenu li {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
}

#ja-transmenu li a { /* common styles for 1st level menu */
	padding: 0 13px;
	float: left;
	text-decoration: none;
	display: block;
	text-align: center;
	border-right: 1px solid #111111;
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	color: #FFFFFF;
	background: #3b763d;
}
#ja-transmenu li a:hover { /* common styles for 1st level menu */
	color: #FFFFFF;
	text-decoration: underline;
}

a.havechild-mainlevel-trans {
	border-right: 1px solid #111111!important;
}

a.mainlevel-trans:active {
	color: #FFFFFF;
}

a.havechild-mainlevel-active-trans,
a.havechild-mainlevel-active-trans:active {
	color: #FFFFFF!important;
	background: url(img/arrow-off.gif) no-repeat 90% 45% #3b763d;
}

a.jahover {
	color: #FFFFFF;
	background: url(img/havechild-on-bg.gif) no-repeat bottom right #222222;
}

a.jahover-active {
	color: #FFFFFF!important;
	background: url(img/arrow-on.gif) no-repeat 90% 45% #3b763d;
}

a.mainlevel-trans {
}

a.mainlevel-trans:hover,
a.mainlevel-trans:active {
	color: #FFFFFF;
	background: url(../images/topnav-on-bg.gif) no-repeat bottom right #222222;

}

a.mainlevel-active-trans { 
	color: #FFFFFF!important;
	background: #3b763d;
}

a.mainlevel-active-trans:hover,
a.mainlevel-active-trans:active {
	background: #3b763d;
	color: #FFFFFF;
	text-decoration: underline;
}


/* menu dropdown background */
.transMenu .item 
{
	color: #FFFFFF;
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	color: #FFFFFF;
	background: #3b763d; 
	text-decoration: underline;
} 

/* MAIN CONTAINER
--------------------------------------------------------- */


ul.general_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.general_list li {
	margin: 0 0 10px 40px;
}
ul.general_list li strong em {font-style: normal; text-decoration: underline;}

ul.general_list_with_more {float: left; display: inline; width: 520px;}
ul.general_list_with_more li {
	margin: 0 0 4px 20px;
}
img.miami_colocation_image {
	margin: 70px 0 0 0;
	float: left;
	display: inline;
}

table.colocation_info_table {
	border: 1px solid #999999;
	width: 650px;
	background: #3B763D;
}

table.colocation_info_table tr td.colocation_data, table.colocation_info_table tr td.colocation_cost,
table.colocation_info_table tr td.colocation_contact {
	padding-left: 10px;
	padding: 4px;
	color: #3e3e3e;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	background: white;
}
table.colocation_info_table tr td.colocation_head {
	background: #3b763d;
	color: white;
	border-right: 0;
	padding: 3px;
	font-weight: bold;
}
table.colocation_info_table tr td.colocation_cost {background: #c0ffc2;}
table.colocation_info_table tr td.colocation_contact {background: #7CEB80; font-weight: bold;}
.strike {text-decoration: line-through;}
.example_img {text-align: center;}