/**************************************
  [OLD] COLORS:
    BLUE: #6699CC
    GRAY: #333333 (top nav bg, interior text)
    GRAY: #666666 (border header, footer text)
    GRAY: #CCCCCC (box borders, bottom nav bg)
  YELLOW: #FFCC00
***************************************/

/*
  COLORS:
     RED: #FF3333 (top nav, rollovers)
   LBLUE: #00CCFF (section titles)
   DBLUE: #006699 (links)
   DGRAY: #333333 (top nav bg, footer text)
   MGRAY: #666666 (body text)
   LGRAY: #CCCCCC (footer bg)
*/

/********************** BEGIN RESET STYLES **********************/
/* Used to reset all browsers to have the same default styling */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, cite, code, 
del, dfn, em, font, img, ins, kbd, q, samp, 
strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
label, legend, caption {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  vertical-align: baseline;
  /*background: transparent;*/
  font-family: Arial,Helvetica,Garuda,sans-serif !important;
  font-size: 13px;
}

html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
}
table, tbody, tfoot, thead, tr, th, td, fieldset, form {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  /*background: transparent;*/
  font-family: Arial,Helvetica,Garuda,sans-serif !important;
  font-size: 13px;
}
div, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, 
input, select, textarea, 
dl, dt, dd, ol, ul, li, 
fieldset, legend, 
caption, th, td {
  color: #666666;
}

body {
  background: #FFFFFF;
  color: #666666;
}

a {
  font-size: 100%;
  color: #666666;
  text-decoration: none;
}

/*
#header a:hover, #header .active, #content a:hover, #content .active, #footer a:hover, #footer .active {
  color: #B32317;
}
*/

blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
: focus {
  outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line height */
#content div, #content span, #content p, #content blockquote, 
#content a, #content font, 
#content li, #content th, #content td {
  line-height: 2;
}

#content h1, #content h2, #content h3 {
  line-height: 2.25;
}

/*********************** END RESET STYLES ***********************/
/*********************** BEGIN VE OVERRIDES ***********************/
div.portal-page-area {
  margin: 0px !important;
}
#content td {
  vertical-align: top;
  text-align: left;
}
.layout-2ColWN .wide-col {
  width: auto !important;
  padding-left: 18px !important;
  padding-right: 46px !important;
}
.layout-2ColWN .narrow-col {
  width: 333px !important;
}

.layout-1Column .wide-col {
  width: 100% !important;
  padding-left: 18px !important;
}

.page-colA .portal-page-area, .page-colB .portal-page-area {
  padding-bottom: 0px;
}

.narrow-col .portal-page-area {
  clear: both;
}

.portal-page-area {
  width: auto !important;
}

h1, .h1, .portlet-area-title {
  display: block;
}
h2, .h2, h2 span, .h2 span,
h3, .h3, h3 span, .h3 span,
h4, .h4, h4 span, .h4 span,
h5, .h5, h5 span, .h5 span,
h6, .h6, h6 span, .h6 span {
}
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  display: block;
}

.portal-page-area p {
  margin: 0px 0px 15px 0px;
}
.portal-page-area ul {
  padding: 0px;
  margin: 0px 0px 15px 0px;
}
.portal-page-area ul li {
  list-style: none;
}

.portal-page-area ul ul {
  margin: 0px;
}
.portal-page-area li ul li {
  margin-left: 10px;
}
ul.tabular-as-links li {
  background: none;
  margin: 0px;
  padding-left: 0px;
}

li.noBullet, ul.noBullet li {
  background: none !important;
  padding-left: 0px !important;
}

/* Site map */
#siteMap li {
  margin-bottom: 10px;
  font-size: 15px !important;
}
#siteMap ul, #siteMap ul ul {
  margin: 0px;
}
#siteMap li li {
  margin-bottom: 0px;
  padding-left: 10px;
  font-size: 13px !important;
}

.top-col {
  padding-bottom: 25px;
}

.webtemplate-toolbar {
  display: none;
}

.page-colArow2 {
  width: 736px !important;
  vertical-align: bottom !important;
  padding: 0px 0px 0px 5px !important;
}
/*********************** END VE OVERRIDES ***********************/











/*********************** BEGIN CONTAINER ***********************/
#container { /* Overall page container */
  width: 100%;
}

.centerPage {
  width: 995px;
  margin: 0px auto 0px auto;
  display: block;
}
/*********************** END CONTAINER ***********************/














.inputField {
  position: relative;
  overflow: hidden;
  border-left: 1px solid;
  border-right: 1px solid;
  margin: 0px 0px 0px 1px;
}

.inputField input {
  position: absolute;
  background-color: #FFFFFF;
  border: 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-left: 1px;
  width: 100%;
  display: block;
}

.inputFieldSelect {
/*  border: 1px solid #807F83;
  height: 17px;
  overflow: hidden;
  position: relative;
  width: 229px;
  margin-left: 1px;*/
}
.inputFieldSelect select {
  color: #807F83;
  font-size: 9px;
/*  color: #807F83;
  height: 20px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 233px;
  font-size: 12px;
  line-height: 16px;
  padding-left: 1px;
  padding-top: 1px;*/
}













/*********************** BEHIN HEADER ***********************/
#header { /* Header overall container */
  margin-bottom: 26px;
}

#logoTagline { /* Logo/Tagline top container */
  display: block;
  padding-top: 14px;
  padding-bottom: 12px;
}
#logoTagline table {
  width: 100%;
}
#logoTagline td {
  vertical-align: middle !important;
}

#logo { /* Logo */
  padding-left: 13px;
}
#logo img {
  width: 300px;
  height: 47px;
}

#tagline { /* Tagline */
  text-align: right !important;
}
#tagline img {
  width: 332px;
  height: 34px;
}


.horizontalStripe {
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  margin-bottom: 8px;
}
.horizontalStripe img {
  width: 1px;
  height: 1px;
}

#homepageTestimonial { /* Testimonial (homepage only) */
  padding-top: 15px;
  padding-bottom: 15px;
}
#homepageTestimonial img {
  width: 995px;
  height: 203px;
}
.table2col { 
  width: 100%; 
} 
.table2col .col1, .table2col .col2 { 
  width: 50%; 
} 
.table2col .col1 { 
  padding-right: 8px; 
} 
.table2col .col2 { 
  padding-left: 8px; 
}
#galleries {
  padding-top: 25px;
}
.lightbox_gallery {
  padding-bottom: 36px;
  display: inline;
  padding-right: 13px;
}
.gallery_thmb {
  border: 3px solid #ccc;
  width: 90px;
  height: 90px;
}






#nav { /* Nav container */
  width: 100%;
  display: block;
}

#navBg {
  background: #333333;
  margin-bottom: 8px;
}

#navHolder {
  /*width: 100%;*/
}

#navLinks1 {
}
#navLinks2 {
  border-left: 1px solid #FFFFFF;
}

/* nav images */
.navImgNoRo, .navImgRo {
  height: 72px;
  overflow: hidden;
  position: relative;
}
.navImgRo img {
  position: relative;
  top: -72px;
}

.navImgNoRo img {
  position: relative;
  top: 0px;
}

#navSearch {
  padding-left: 10px;
  vertical-align: middle !important;
}
#navSearchInput {
  background: #FFFFFF;
  vertical-align: middle !important;
}
#navSearchInput input {
  color: #333333;
  border: 0px;
  margin: 0px;
  padding: 3px 6px 2px 6px;
  width: 92px;
  font-size: 10px;
  letter-spacing: 2px;
}
#navSearchButton {
  background: #FF3333;
  vertical-align: middle !important;
}
#navSearchButton div {
  width: 100%;
}
#navSearchButton a {
  padding-left: 5px;
  padding-right: 4px;
  display: block;
  font-size: 15px;
  font-weight: bold;
}
#navSearchButton a, #navSearchButton a:hover {
  color: #FFFFFF;
}




/* Nav dropdowns */
#navDropDowns {
  z-index: 7;
  position: relative;
  width: 100%;
}

.submenu {
  z-index: 7;
  visibility: hidden;
  background: #FF3333;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 8px 0px;
  /*margin-bottom: -1px;*/
}

.submenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.submenu li {
  padding: 2px 0px;
  margin: 0px;
}
.submenu li a {
  position: relative;
}
.submenu li a.menu-item {
  font-size: 12px;
  font-weight: normal !important;
  text-transform: capitalize;
}
.submenu li a.menu-category {
  cursor: default;
}

.navIframe {
  z-index: 6;
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
}

.navContent {
  width: 100%;
}


.navLinkCol1 {
  padding-left: 19px;
}
.navLinkCol2 {
}
.navLinkCol3 {
  padding-right: 10px;
}

.submenuLinks {
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: top;
  width: 162px;
}

.submenuLinks, .submenuLinks a {
  color: #FFFFFF;
}
.submenuLinks a:hover {
  color: #333333;
}
/*********************** END HEADER ***********************/







/*********************** BEGIN CENTER CONTENT ***********************/
.minHeightDiv {
  min-height: 500px;
  height: auto !important;
  height: 500px;
}

hr {
  color: #6699CC;
  background-color: #6699CC;
  height: 2px;
  border: none;
  padding: 0px;
}


.blueBg {
  background: #6699CC;  
  color: #FFFFFF;
}
.yellowBg {
  background: #FFCC00;
  color: #666666;
}

#hp_bottomBoxes, .boxBorder, .boxTable, .travelTable {
  width: 100%;
}
#hp_bottomBoxes .boxTable {
  /*height: 132px;*/
}

#hp_bottomBox1 {
  width: 234px;
}
#hp_bottomBox2 {
  width: 470px;
}

#hp_bottomBox1, #hp_bottomBox2 {
  padding-right: 16px;
}


.boxTitle, .boxTitleImage {
  border: 2px solid #CCCCCC;
  border-bottom: 0px;
}
.boxTitle {
  height: 19px;
  padding: 0px 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.boxContent {
  background: #FFFFFF;
  padding: 15px 5px 15px 15px;
  border: 2px solid #CCCCCC;
  overflow: auto;
}
.boxTable, .boxTable td, .boxTable div, .boxTable span, .boxTable p, .boxTable li, .boxTable a {
  font-size: 13px;
}


.boxTable td {
  vertical-align: middle !important;
}
.boxTable table td {
  vertical-align: top !important;
}

.tsLocation {
  padding-right: 10px;
}

.tsLocation div {
  float: right;
}

.boxBorder {
  background: #CCCCCC;
}




.pageOptions {
  width: 100%;
}
.pageOptions td {
  vertical-align: middle !important;
}
.pageOptions td, .pageOptions td a {
  text-transform: uppercase;
  font-size: 10px;
}
.pageOptions .poText {
  width: 50%;
  padding-left: 10px;
}

.pageSubLinks p, .pageSubLinks p a {
  text-transform: uppercase;
  font-size: 13px;
}

.lastItem {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.loneHr {
  margin-top: 10px !important;
}

.tsListingDate {
  width: 150px;
}

h1, .h1, .portlet-area-title, h1 span, .h1 span, .portlet-area-title span {
  font-size: 24px;
  text-transform: uppercase;
  color: #333333;
  font-weight: bold;
}
h2, .h2, .portlet-area-title, h2 span, .h2 span, .portlet-area-title span  {
  text-transform: uppercase;
  color: #0099CC;
  line-height: 2;
  font-size: 15px !important;
}
h3, .h3, .portlet-area-title, h3 span, .h3 span, .portlet-area-title span  {
  color: #006699;
  text-transform: none !important;
  font-size: 12px;
}
/*
h3, .h3 {
  font-size: 16px;
  color: #000000;
  padding-bottom: 6px;
  font-weight: bold;
  line-height: normal !important;
  display: block;
}
*/

.media_links a {
  padding-right: 5px;
  padding-left: 5px;
}

.media_links {
  text-align: right;
  float: right;
  margin-top: 6px;
}

.layout-1Column #context_options {
  float:right;
  
}

#content a, #content a:visited, #content a:link {
  color: #0099CC;
  font-weight: bold;
}

#content a:hover {
  text-decoration: underline;
}  

#content ul li {
  background: url('/templates/site/images/ul_bullet.gif') no-repeat 12px 12px; 
}

#content ul li, #content blockquote, #content q {
  padding-left: 22px;
}
#content ol li {
  margin-left: 22px;
}

#products_list li {
  padding-left: 0px !important;
  background-image: none !important;
}

ul.product_list, .product_list  li {
  text-transform: uppercase;
  list-style-type: none;
  padding: 0;
}

/* ************************************************* */
/* ^ Elements under press-item-content id are used ^ */
/* ^ exclusively to stylize the content contained  ^ */
/* ^ in a press item such as Article, Event, or    ^ */
/* ^ Press Release.                                ^ */

div#press-item-content {
  
}

.press-item-title {
  padding-bottom: 12px;
}

a.press-item {
  
}

.press-item-first {
  padding-top: 20px;
}
.press-section-heading {
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  padding: 0px !important;
}

.section-summary-heading {
  padding-bottom: 6px;
  width: 100%;
}
.section-summary-heading td {
  vertical-align: bottom !important;
}
a.section-summary-viewAll {
  float:right;
}

/* ************************************************* */
/* ^ Pagination is contained in a table of varied  ^ */
/* ^ width. As more pages are available, the table ^ */
/* ^ expands.                                      ^ */

.pagination-table {
  
}
.pagination-table td {
  padding: 1px;
}
.pagination-btn {
  line-height: 1 !important;
  text-align: center !important;
  vertical-align: middle !important;
  font: arial;
  font-size: 12px;
  padding: 3px 6px 3px 6px;
  color: #0099CC !important;
  display: block;
  border: 1px solid #0099CC;
}

.pagination-selector {
  cursor: pointer;
}

.pagination-nav {
  
}
.pagination-active-selector {
  color: #FFFFFF !important; 
  background: #FF3333;
  border: 1px solid #FF3333;
}

.pagination-disabled {
  color: #66666 !important; 
  cursor: default !important;
}
.pagination-option {
  float: right;
  height: auto; 
  padding: 0px 3px !important;
}

.social-networking-section {
  float: left;
}
.social-networking-heading {
  font-family: arial; 
  font-size: 10px; 
  font-weight: normal; 
  color: #666666;
}

.social-networking-links {
  padding-right: 15px;
}

/*********************** END CENTER CONTENT ***********************/

/* drop shadows */
.ds_r_t {
  position: absolute;
  background: url('../images/dropShadow-topRight.png') no-repeat;
  width: 8px;
  height: 9px;

  top: 0px;
  right: -8px;
}
.ds_r {
  position: absolute;
  background: url('../images/dropShadow-right.png') repeat-y;
  width: 8px;

  top: 9px;
  bottom: 0px;
  right: -8px;
}

.ds_b_l {
  position: absolute;
  background: url('../images/dropShadow-bottomLeft.png') no-repeat;
  width: 9px;
  height: 8px;

  bottom: -8px;
  left: 0px;
}
.ds_b {
  position: absolute;
  background: url('../images/dropShadow-bottom.png') repeat-x;
  height: 8px;

  bottom: -8px;
  left: 9px;
  right: 0px;
}

.ds_br {
  position: absolute;
  background: url('../images/dropShadow-bottomRight.png') no-repeat;
  width: 8px;
  height: 8px;

  bottom: -8px;
  right: -8px;
}








/*********************** BEGIN FOOTER ***********************/
#footer {
  display: block;
  background: #CCCCCC;
  margin-top: 50px;
  margin-bottom: 8px;
}

#footer, #footer a, #footer div, #footer td {
  font-size: 10px;
  color: #333333;
}

#footer table {
  width: 100%;
}
#footer td {
  height: 37px;
  vertical-align: middle !important;
}

#footerCopyright {
  padding-left: 7px;
}

#footerLinks {
  /*padding: 0px 10px;*/
  text-align: right;
}
#footerLinks li {
  display: inline;
}
#footerLinks a {
  margin-left: 15px;
  text-transform: uppercase;
}

/*********************** END FOOTER ***********************/

.clickable-pointer { 
  cursor: pointer;
}
.blogazine-section .drilldown-menu {
  padding-top: 6px;
  padding-bottom: 15px;
  border-top: 1px solid #CCCCCC;
}

.blogazine-section .drilldown-menu-heading {
  font-family: georgia !important;
  font-weight: bold;
  font-size: 13px;
  color: #000000;
}
.blogazine-section .drilldown-menu .menu-item { 
  font-family: verdana !important;
  font-weight: normal !important;
  font-size: 11px !important;
  color: #006699 !important;
  padding-top: 10px;
}
.blogazine-section .drilldown-menu .menu-item-name {
  font-weight: bold !important;
  color: #006699 !important;
  position: relative;
}
.blogazine-section .drilldown-menu .menu-item-name:hover {
  /*text-decoration: underline;*/
}
.blogazine-section .drilldown-menu .item-date { 
  font-family: georgia !important;
  font-weight: normal !important;
  font-size: 11px !important;
  color: #666666 !important;
}
.blogazine-section .drilldown-menu .menu-dropdown-list {
  /*display: none;*/
}
.blogazine-section .drilldown-menu .menu-dropdown-list a {
  color: #FF0000 !important;
  font-family: arial !important;
  font-weight: normal !important;
  font-size: 11px !important;
}
.blogazine-section .blog-list {
  border-right: 1px solid #cccccc;
}
.blogazine-section .blog-list .blog-item {
  margin-bottom: 37px;
  padding-bottom: 39px;
  border-bottom: 4px solid #cccccc;
}
.blogazine-section .blog-list .blog-summary {
  padding-right: 35px;
}
.blogazine-section .blog-list .blog-heading {
  color: #0099CC !important;
  font-size: 32px;
  line-height: 1 !important;
}
.blogazine-section .blog-list .blog-date {
  font-family: georgia !important;
  font-weight: bold;
  font-size: 14px;
  width: 90px;
  line-height: 1.25 !important;
  padding-right: 15px;
}
.blogazine-section .blog-list .blog-author-homepage {
  font-family: georgia !important;
  font-size: 11px;
}
.blogazine-section .blog-list .blog-author {
  font-family: georgia !important;
  font-weight: bold;
}
.blogazine-section .blog-list .blog-caption {
  
}
.blogazine-section .blog-list .blog-details {
  border-top: 1px solid #999999;
  padding-right: 35px;
  padding-top: 15px;
}
.blogazine-section .blog-list .blog-description {
  font-family: georgia !important;
}
.blogazine-section .blog-list .blog-article-link {
  text-transform: uppercase;
}
.blogazine-section .blog-list .blog-image-box {
  padding-right: 25px;
  line-height: 1.5 !important;
}
.blogazine-section .blog-list .blog-image-box .image-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.blogazine-section .blog-list .blog-image {
  border-left: 2px solid #CCCCCC;
  border-top: 2px solid #CCCCCC;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
.blogazine-section #navBg {
  margin-bottom: 3px !important;
}
.blogazine-section .horizontalStripe {
  margin-bottom: 3px !important;
  height: 4px !important;
}

/* nav images */
.blogazine-section .navImgNoRo, 
.blogazine-section .navImgRo {
  height: 40px;
  overflow: hidden;
  position: relative;
  border-left: 1px solid #FFFFFF;
}
.blogazine-section .navImgRo img {
  position: relative;
  top: -40px;
}
.blogazine-section .navImgNoRo img {
  position: relative;
  top: 0px;
}
.blogazine-section #navBg {
  background: #FF3333 !important;
}
.blogazine-section .submenu {
  background: #006699;
}
.blogazine-section #navLinks2 {
  border-right: 1px solid #FFFFFF;
  border-left: none !important;
}
.blogazine-section .layout-2ColWN .narrow-col {
  width: 287px !important;
}
.blogazine-section .submenuLinks a:hover {
  color: #FF3333 !important;
}
.accordian-icon {
  width: 10px;
  height: 10px;
  overflow: hidden;
  /*position: relative;*/
  background: url('../images/btnset_expand_collapse.gif');
}

.menu-item-name .natural, .menu-item-name .rollover {
  padding-top: 7px;
  padding-right: 5px;
}


.menu-item-name .natural .expand {
  background-position: 0 0;
}
.menu-item-name .natural .collapse {
  background-position: 10px 0;
}
.menu-item-name .rollover .expand {
  background-position: 0 10px;
}
.menu-item-name .rollover .collapse {
  background-position: 10px 10px;
}