@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	vertical-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: #transparent;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #FC0;
}
a:hover {
	color: #FC0;
}
a:active {
	color: #FC0;
	
}
a:visited {
	color: #FC0;
	
}

body {
	font-size: 12px;
	color: #fff;
	min-width: 990px;
	position: center;
	
}
html, body {
	height: 100%;*/

}
p {
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a img { border: 0; }
h1 {
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 19px;
	color: #bcdeff;
	margin: 0 0 8px 3px;
	height: 21px;
	text-transform: uppercase;
}
h2 {
	margin: 10px 0 8px 0;
    color: #98ff22;
	font-size: 18px;
}
h2.red-on-white {
	color: #c1201f;
	background: #fff;
	border: 2px solid #bc251e;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 8px;
	margin: 12px 0 10px 0;
}
h3, h3 a, h3 a:hover, h3 a:active, h3 a:visited, #tabs_content h3.revert {
	font-size: 16px;
	color: #F00;
	font-weight: bold;
	font-style: normal;
}
:focus {
	outline: 0;
}
.border, img.border, a>img.border, div.border, iframe.border, img.border-red, a>img.border-red, div.border-red, iframe.border-red, img.border-white, a>img.border-white, div.border-white, iframe.border-white, img.border-right-margin, img.border-left-margin, a>img.border-right-margin, a>img.border-left-margin, div.border-right-margin, div.border-left-margin, iframe.border-right-margin, iframe.border-left-margin {
	border: 2px solid #011e31;
	padding: 7px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #0d426f;
}

img.border-red, a>img.border-red, div.border-red, iframe.border-red {
	border: 2px solid #fff;
	background: #bc251e;
}

img.border-white, a>img.border-white, div.border-white, iframe.border-white {
	border: 2px solid #bc251e;
	background: #fff;
}

*>img.border-right-margin {
	float: left;
	margin: 0 10px 5px 0;
}
*>img.border-left-margin {
	float: right;
	margin: 0 0 5px 10px;
}

a.border {
	border: 0 none;
	margin: 0;
	background: transparent;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
input, textarea, select, .input-styles {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 5px;
	color: #b3dbf1;
	background: #02182b;
	border: 1px solid #17507f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
}
input {
	height: 18px;
}
input[type=checkbox], input[type=radio] {
	border: 0;
	background: transparent;
}
input[type=file] {
	height: 24px;
}
textarea {
	overflow: auto;
}
select {
	padding: 4px 3px 4px 4px;
}
input[type="submit"], input[type="button"], .uploadifyButton, a.button, .section a.button, a.button-large, input[type="reset"] {
	padding: 2px 15px;
	height: 30px;
	background: #d0130a url(images/button-bg.png) repeat-x left top;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: #760600 2px 2px 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #900700;
}
input.large-inp {
	padding: 7px 7px 7px 14px;
	width: 450px;
	height: 22px;
	font-size: 18px;
}
a.button-large {
	font-size: 16px;
	padding: 5px 20px;
}
a.button, .section a.button {
	padding: 4px 15px;
}
a.button:hover, .section a.button:hover, a.button-large:hover {
	text-decoration: none;
	color: #fff;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
	border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none; 
}
input[type="submit"]:hover, input[type="button"]:hover {
	cursor: pointer;
}
.disabled, select.disabled {
	background: #02182b;
	color: #073b67;
	border: 1px solid #052b4b;
	font-style: italic;
}
label {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-left: 0;
	font-size: 13px;
	font-weight: bold;
}
label.required {
	background: url(images/required-mark.png) no-repeat right 3px;
}
label.required {
	padding-right: 12px;
}
label.big-label {
	font-size: 14px;
	font-weight: bold;
}
table.bdr {
	border: 1px solid #00111e;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
table.bdr th {
	background: transparent url(images/th-bg-dk.png) left top repeat;
	color: #3e92f5;
	padding: 6px;
}
table.bdr tr {
	border: 1px solid #00192b;
}
td.dkback, div.dkback, tr.dkback {
	background: transparent url(images/td-bg-dk.png) left top repeat;
}
td.ltback, div.ltback, tr.ltback {
	background: transparent url(images/td-bg-lt.png) left top repeat;
}
th {
	text-align: center;
}
hr {
	height: 0px;
	border: 0 none;
}
hr {
	border-bottom: 1px solid #0f3f67;
}
.dashed {
	border-bottom: 1px dashed #13466f;
}
hr.dashed-dark {
	border-bottom: 1px dashed #001222;
}
div.left-dashed, td.left-dashed {
	border-left: 1px dashed #13466f;
}
div.left-solid, td.left-solid {
	border-left: 1px solid #0f3f67;
}
div.right-dashed, td.right-dashed {
	border-right: 1px dashed #13466f;
}
div.right-solid, td.right-solid {
	border-right: 1px solid #0f3f67;
}

/* Main Layout CSS */
body {
	background: #0274e4 url(universalbg.jpg) no-repeat center top;
	width: 100%;
}
#header {
	width: 949px;
	margin: 0 auto;
	padding-top: 30px;
	color: #fff;
	position: relative;
}
#header-get-involved {
	padding-top: 23px;
	padding-right: 5px;
	text-align: right;
	position: absolute;
	top: 62px;
	right: 36px;
	background: url() no-repeat right top;
	line-height: 15px;
}
#header-get-involved a {
	font-size: 13px;
	color: #3992f5;
}
#header-get-involved a.green {
	color: #88ff00;
}
#header-logo {
	margin-left: 20px !important;
	margin-left: 90px;
	margin-top: -12px;
}
#header-search {
	position: absolute;
	top: 156px;
	left: 625px;
}
#cart_status {
	position: absolute;
	top: 140px;
	left: 330px;
}
.search-advanced {
	padding-right: 60px;
}
.search-advanced a, .search-advanced a:visited, .search-advanced a:hover, .search-advanced a:active {
	font-size: 11px;
	color: #76a7cf;
	font-weight: normal;
	font-family: 'Courier New', Courier, monospace;
	float: right;
}
#header-search-input {
	background: transparent;
	font-family: 'Courier New', Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #001428;
	border: 0;
	width: 215px;
	height: 30px;
	height: auto;
	vertical-align: middle;
	padding: 0 8px;
}
#header-search-button {
	height: auto;
	border: 0;
	margin: 0 3px 0 0;
	padding: 1px;
}
#main-wrap {


	background: transparent url() no-repeat top center
	background-image: url()
	background-image: url();
}
#content-wrap {
	width: 1013px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 600px;
	height: 0;
}
#content {
	position: relative;
	top: -35px;
	z-index: 1;
	:background: url("images/content-bg.png") repeat-y scroll center -4px transparent !important;
	background:
	min-height: 550px;
	height: auto !important;
	height: 550px;
}
#content-table {
	width: 90%;
	margin-bottom: -120px;
}
#second-level-body {
	padding: 0px 0px 0px 0px;
	height: auto !important;
	height: 550px;
	min-height: 500px;
	line-height: 1.5em;
}
#second-level-body ol {
	list-style: decimal;
	padding-left: 30px;
	margin: 5px 0;
}
#second-level-body ul {
	list-style: disc;
	padding-left: 30px;
	margin: 5px 0;
}
#homepage-shop ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#footer {
	:background: #0274e4 url() no-repeat center top;
	margin-top: -213px;
	clear: both;
}
#footer-wrap {
	:background: transparent url(images/content-bottom.png) no-repeat center top;
	height: 195px;
	width: 940px;
	position: absolute;
	bottom: 55px;
	left: -37px;
	z-index:10;
	padding-top: 50px;
}
#footer-wrap a {
	color: #ffae00;
	font-size: 11px;
	text-decoration: none;
}
#footer-wrap table {
	width: 515px; 
	margin-top: 50px;
	margin-left: 95px;
}
#footer-wrap a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer-wrap td {
	vertical-align: top;
	padding-left: 20px;
}
#footer-text {
	text-align: left;
	color: #001327;
	text-shadow: 0 0 7px #fff;
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 18px;
	font-weight: bold;
	font-size: 12px;
}
#footer-share-site {
	width: 250px; 
	float: right;
	margin-right: 55px;
}
#menu-wrapper {
	width: 949px;
	height: 58px;
	background: url(images/menu-bar.png) left top no-repeat;
	margin-left: 0 !important;
	margin-left: 75px;
	position: relative;
	top: 1px;
	z-index: 9;
}
#menu {
	margin: 0 auto;
	padding: 0; 
	height: 58px; 
	width: 949px; 
	display: block; 
	position: relative;
}
#menu ul {
	display: none;
}
#menu > li {
	padding: 0;
	height: 0;
}
#menu span { 
	display: none;
	position: absolute;
}
#menu a.top-level {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	top: -3px;
	height: 37px;
}
#menu a.home, #menu a.home-active {
	width: 74px;
	background: url(images/menu-home.png) 0 0 no-repeat;
	left: 21px;
}
#menu a.home-active {
	background: url(images/menu-home-active.png) 0 -2px no-repeat;
}
#menu a.courses, #menu a.courses-active {
	width: 153px;
	background: url(images/menu-courses.png) 0 0 no-repeat;
	left: 94px;
}
#menu a.courses-active {
	background: url(images/menu-courses-active.png); 
}
#menu a.travel, #menu a.travel-active { 
	width: 128px;
	background: url(images/menu-travel.png) 0 0 no-repeat; 
	left: 243px;
}
#menu a.travel-active { 
	background: url(images/menu-travel-active.png)
}
#menu a.gear, #menu a.gear-active {
	width: 123px;
	background: url(images/menu-gear.png) 0 0 no-repeat;
	left: 361px;
}
#menu a.gear-active {
	background: url(images/menu-gear-active.png) 0 -1px no-repeat;
}
#menu a.rental, #menu a.rental-active {
	width: 155px;
	background: url(images/menu-rental.png) 0 0 no-repeat;
	left: 477px;
}
#menu a.rental-active { 
	background: url(images/menu-rental-active.png) 0 -1px no-repeat; 
}
#menu a.military, #menu a.military-active {
	width: 140px;
	background: url(images/menu-military.png) 0 0 no-repeat;
	left: 709px;
}
#menu a.military-active { 
	background: url(images/menu-military-active.png) 0 -1px no-repeat; 
}
#menu a.media, #menu a.media-active {
	width: 86px;
	background: url(images/menu-media.png) 0 0 no-repeat;
	left: 627px;
}
#menu a.media-active { 
	background: url(images/menu-media-active.png) 0 -1px no-repeat; 
}
#menu a.events, #menu a.events-active {
	width: 80px;
	background: url(images/menu-events.png) 0 0 no-repeat;
	left: 849px;
}
#menu a.events-active { 
	background: url(images/menu-events-active.png); 
}
#menu ul.submenu-courses {
	position: absolute;
	margin-left: 97px;
	top: 40px;
	/*width: 485px;*/
}
#menu ul.submenu-travel {
	position: absolute;
	margin-left: 250px;
	top: 40px;
	/*width: 485px;*/
}
#menu ul.submenu-gear {
	position: absolute;
	margin-left: 342px;
	top: 40px;
	/*width: 485px;*/
}
#menu ul.submenu-media {
	position: absolute;
	margin-left: 578px;
	top: 40px;
	/*width: 250px;*/
}
#menu ul.submenu-events {
	position: absolute;
	margin-left: 726px;
	top: 40px;
	/*width: 250px;*/
}
#menu div.dropdown-column {
	/*width: 150px;*/
	margin-right: 40px;
	padding-left: 15px;
}
#menu div.dropdown-column a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
#menu div.dropdown-column a:hover {
	text-decoration: underline;
	color: #f00
}
#menu ul.submenu-content li.dropdown-background {
	background: #a20e08;
	border: 1px solid #a20e08;
	padding: 6px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#menu ul.submenu-content li.dropdown-background div.dropdown-wrapper {
	background: #fff;
	position: left;
	padding: 7px;
	border: 1px solid #79120e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 18px;
}
#menu ul.submenu-content h3 {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 15px;
	color: #C00;
	padding: 3px 7px;
	margin-bottom: 8px;
}
.err {
	border: 1px solid #cc0000;
	background-color: #CF0;
  color: #cfo;
  font-weight: 600;
  padding: 10px 15px;
  margin-bottom: 8px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: left;
  font-size: 12px;
}
.section a:hover {
	text-decoration: underline;
	color: #cf0;
}
.section a:link {
	text-decoration: underline;
	color: #CF0;
	font-weight: normal;
}

.err A {
	text-decoration: underline;
	color: #CF0;
}
.err A:hover {
	color: #CF0;
}
.msg {
  background-color: #b9fbbc;
  border: 1px solid #07950e;
  color: #07950e;
  font-weight: 600;
  padding: 10px 15px;
  margin-bottom: 8px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: left;
  font-size: 12px;
}
.msg a, .msg a:hover, .msg a:active, .msg a:visited {
  color: #cfo;
  text-decoration: underline;
}
.msg a:hover {
	text-decoration: none;
}
@media print {
  .noPrint {
    display:none;
  }
}
.price {
	color: #88ff00;
	font-size: 22px;
	font-weight: bold;
}
.small-price {
	color: #88ff00;
	font-size: 16px;
	font-weight: bold;
}
.section {
	:background: transparent url(images/section-bg-dk.png) left top repeat;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 0px solid #023267;
	padding: 10px 15px;
	margin-bottom: 10px;
}
.section h2 {
	margin: 5px 0 8px 0;
	color: #000;
}
.section h3, .section h3 a, .section h3 a:hover, .section h3 a:active, .section h3 a:visited {
  color: #cfo;
  font-size: 16px;
  font-weight: bold;
  text-transform: normal;
  margin-top: 0;
  margin-bottom: 5px;
}
.section ul {
	padding: 0 0 0 25px;
	margin: 0;
}
.section li {
	list-style-type: disc;
}	

ul.nolist, ol.nolist {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
}
.nolist li {
	list-style-type: none;
}
#second-level-body .tabs ul.nolist {
	margin: 0;
}

.top { vertical-align: top; }
.ctr { text-align: center; }
.left { text-align: left; }
.middle { vertical-align: middle; }
.p { padding: 5px; }
.pt { padding-top: 5px; }
.pb { padding-bottom: 5px; }
.pp { padding: 10px; }
.ppt { padding-top: 5px; }
.bpt { padding-top: 20px; }
.ppb { padding-bottom: 10px; }
.ppp { padding: 15px; }
.ppl { padding-left: 10px; }
.ppr { padding-right: 10px; }
.m { margin: 5px; }
.mt { margin-top: 5px; }
.mm { margin: 10px; }
.mmt { margin-top: 10px; }

.green { color: #88ff00; }
.red { color: #bc251e; }
.orange { color: #ffae00; }
a.orange, a.orange:hover, a.orange:active, a.orange:visited { color: #cfo; }
.yellow { color: #e0e216; }
.lblue { color: #bcdeff; }
a.light-blue, a.light-blue:hover, a.light-blue:active, a.light-blue:visited { color: #cfo; }
.mblue { color: #00aeff; }
.dblue { color: #001327; }
.light-blue { color: #a0caf3; }
.black { color: #000; }
.white { color: #fff; }

/* Background Colors */
.greenbg { background-color: #88ff00; }
.orangebg { background-color: #ffae00; }
.yellowbg { background-color: #e0e216; }
.lbluebg { background-color: #bcdeff; }
.mbluebg { background-color: #00aeff; }
.dbluebg { background-color: #001327; }
.light-bluebg { background-color: #a0caf3; }

/* Font Sizes */
.tinytxt { font-size: 11px; }
.smalltxt { font-size: 12px; }
.mediumtxt { font-size: 13px; }
.normaltxt { font-size: 14px; }
.largetxt { font-size: 17px; }

/* Text Shadows */
.whiteshadow { text-shadow: 1px 1px 1px rgba(255,255,255, 1) }

.underline { text-decoration: underline; }

.b { font-weight: bold; }
.nu { text-decoration: none; }

.hid { display: none; }
.block { display: block; }

.nbdr { border: 0; }
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
	overflow: visible;
}

.rounded {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.tagline, .tagline p {
	font-size: 16px;
}
.tooltip {
	background-color: #bcdeff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	padding: 10px;
	z-index: 500;
	color: #2a5d88;
	border: 2px solid #2a5d88;
	font-weight: bold;
	width: 200px;
}
.tooltip strong, .tooltip b {
	color: #0d426f;
}
.calendar-box {
	background: transparent url(images/section-bg-dk.png) left top repeat;
	border: 1px solid #0d3e66;
	-moz-user-select: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}
.calendar-navig {
	background: #1a588c;
	color: #d3e8fb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 6px;
	text-align: center;
	white-space: nowrap;
	margin: 0 0 5px 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.calendar-navig span.heading {
  color: #98ff22;
	font-size: 16px;
	text-transform: uppercase;
}
.calendar-navig a.cm-previous-month {
	text-decoration: none;
	padding: 0 2px;
	float: left;
}
.calendar-navig a.cm-next-month {
	text-decoration: none;
	padding: 0 2px;
	float: right;
}
table.calendar {
	width: 100%;
}
table.calendar td {
	vertical-align: middle;
	text-align: right;
	padding: 1px;
	width: 80px;
	min-height: 80px;
	height: 80px;
	vertical-align: top;
	color: #0033cc;
}
table.calendar th {
	font-size: 12px;
	font-weight: bold;
	color: #d3e8fb;
	margin-bottom: 4px;
}
table.calendar td.cm-current-days {
	color: #a0cade;
	font-size: 11px;
	line-height: 15px;
	word-wrap: break-word;
	background: #0d426f;
	padding: 2px;
	border: 1px solid #2a6a9f;
	min-height: 76px;
	margin: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
table.calendar td.cm-today {
	border-color: #98ff22;
}

/* pagination styles */
.pagination {
	text-align: center;
	margin: 0;
	padding: 0;
}
.cm-pagination-wraper {
	padding-bottom: 8px;
}
.pagination a, .pagination a:visited, .pagination a:active, .pagination a:hover, .pagination-selected-page {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 8px;
	font-weight: normal;
}
.pagination a, .pagination a:visited, .pagination a:active {
	background: transparent url(images/td-bg-dk.png) repeat left top;
	border: 1px solid #0c3b61;
	color: #82bbff;
}
.pagination a:hover {
	background: transparent url(images/td-bg-dk.png) repeat left top;
	border: 1px solid #cfo;
	text-decoration: underline;
	color: #dcecff;

}
.pagination-selected-page {
	background: transparent url(images/pag-bg-lt.png) repeat left top;
	border: 1px solid #062e4f;
	text-decoration: none;
	color: #ffae00;
}
span.results-sort {
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
}

/* breadcrumbs */
.bc-arrow {
	margin: 0 6px;
	width: 3px;
	height: 5px;
}
.breadcrumbs-wrapper {
	padding-top: 4px;
	padding-bottom: 5px;
	height: 18px;
}
.breadcrumbs, .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #cfo;
	line-height: 1.1em;
}
.breadcrumbs a:hover {
	color: #cfo;
	text-decoration: underline;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs {
	font-size: 85%;
	color: #ffc937;
}
/* /breadcrumbs */

/* Tabs */
.tabs {
	margin-top: 8px;
	vertical-align: baseline;
	overflow: visible;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.tabs > ul {
	vertical-align: bottom;
}
.tabs > ul li, .tabs > ul li.cm-active {
	float: left;
	white-space: nowrap;
	cursor: pointer;
	vertical-align: bottom;
}
.tabs > ul li a, .tabs > ul li a:hover, .tabs > ul li.cm-active a, .tabs > ul li.cm-active a:hover {
	font: normal 85% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tabs > ul li.cm-active a, .tabs > ul li.cm-active a:visited, .tabs > ul li.cm-active a:hover, .tabs > ul li.cm-active a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.tabs > ul li a:hover {
	text-decoration: none;
}
.cm-tabs-content {
	padding: 11px 0;
}
.tab-list-title {
	margin: 20px 0 8px -2px;
	padding-bottom: 1px;
	font-weight: normal;
	font-size: 138%;
}
.tabs {
	/*background: transparent url(images/tabs-bg.png) repeat left top;*/
	background: url("images/section-bg-dk.png") repeat scroll left top transparent;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border: 0px solid #0f4571;
	border-bottom-width: 0px;
}
.tabs > ul {
	background: #031c32;
	border: 1px solid #0b395f;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	height: 35px;
	padding: 0 0 0 5px;
}
.tabs > ul li a, .tabs > ul li a:hover, .tabs > ul li.cm-active a, .tabs > ul li.cm-active a:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.tabs > ul li.cm-active a, .tabs > ul li.cm-active a:visited, .tabs > ul li.cm-active a:hover, .tabs > ul li.cm-active a:active {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.tabs > ul li, .tabs > ul li.cm-active {
	color: #fff;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 4px 11px 9px 11px;
	margin: 5px 2px 0 0;
	height: 16px;
}
.tabs > ul li {
	background-color: #0d426f;
	border: 1px solid #145084;
	border-bottom-width: 0;
}
.tabs > ul li:hover, .tabs > ul li.cm-hover {
	background-color: #155184;
	border: 1px solid #286ba6;
	border-bottom-width: 0;
}
.tabs > ul li:hover a, .tabs > ul li.cm-hover a {
	color: #cfo;
}
.tabs > ul li a {
	color: #a0caf3;
}
.tabs > ul li.cm-active {
	background-color: #03294b;
	border: 1px solid #25669b;
	border-bottom-width: 0;
	margin: 5px 2px 0 0;
	height: 17px;
}
.cm-tabs-content {
	/*color: #b3dbf1;*/
	color: #fff;
	padding: 10px 20px 20px 20px;
	/*background: transparent url('images/tabs-bg.png') repeat left top;*/
	background: url("images/section-bg-dk.png") repeat scroll left top transparent;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border: 1px solid #0f4571;
	border-top-width: 0;
}
.tab-list-title {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #fff;
}
#tabs_content h2 {
	/*color: #bcdeff;*/
	text-transform: none;
	color: #FFF;
}
#tabs_content h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
/* /Tabs */

/* Coupons */
.coupon {
	border: 2px dashed #13466f;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.coupon-active {
	border: 2px dashed #ffae00;
	cursor: pointer;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.scissors {
	float: right;
	margin-top: -22px;
}

/* /Coupons */

/* Menu Links */
#second-level-menu {
	width: 215px;
	background: transparent url(images/second-level-menu-bg.png) left top repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	border-right: 1px solid #012040;
	vertical-align: top;
}
#second-level-menu-links {
	margin-left: 2px;
}
#second-level-menu-links ul {
	text-align: right;
	padding-right: 10px;
	font-size: 13px;
	padding-bottom: 0px;
}
#second-level-menu-links h3 {
	color: #bcdeff;
	font-size: 15px;
	padding: 8px 0 0 0;
	font-weight: bold;
	font-style: italic;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}
#second-level-menu-links ul li, 
#second-level-menu-links ul li a {
	font-size: 13px;
	font-weight: normal;
	margin: 1px 0px;
	padding-bottom: 2px;
}
#second-level-menu-links ul li a:hover {
	text-decoration: none;
}
#second-level-menu-links ul li {
	padding: 0 7px 0 0;
	line-height: 21px;
}
#second-level-menu-links li.activeLink {
	background: transparent url(images/hoverbar-arrow.png) right top no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0px 20px 2px 0;
	margin: 1px -13px 1px 3px;
}
#second-level-menu-links li:hover {
	background: transparent url(images/hoverbar-no-arrow.png) right top repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-right: 5px;
	margin-right: -8px;
}
#second-level-menu-links li:hover a {
	color: #F00;
}
#second-level-menu-links li.activeLink {
	font-style: italic;
	font-weight: bold;
}
li.hoverbar {
  padding: 1px 7px 1px 0;
  margin: 1px 0px 1px 0px;
}
li.hoverbar:hover, li.hoverbarActive {
	background: transparent url(images/hoverbar-arrow.png) right top no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 1px 20px 1px 0;
	margin: 1px -13px 1px 3px;
}
li.hoverbarActive {
	font-family: 'Courier New',Courier,monospace;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2px;
	padding-top: 2px;
}
li.hoverbar a {
	color: #F00;
}
li.hoverbar:hover a {
  color: #F00;
	text-decoration: none;
}

/* /menu links */

/* Multi Select */
.ui-multiselect-menu li input[type=checkbox] {
	margin: 0 5px;
	padding: 0;
	vertical-align: middle;
}
.ui-multiselect-menu li span {
	margin: 0;
	padding: 0;
	font-size: 12px;
	vertical-align: middle;
}
.ui-multiselect-menu li {
	list-style-type: none;
}
.ui-multiselect-menu .ui-widget-header {
	padding: 3px 0 8px 4px;
}
#second-level-body .ui-multiselect-menu ul {
	padding: 0 10px 0 8px;
}
.ui-multiselect-menu .ui-multiselect-checkboxes li {
	vertical-align: middle;
}
/* /Multi Select */
BIGGERBETTER {
	font-size: 18px;
}
BIGGG {
	font-size: 24%;
}
.FFE {
	font-size: larger;
}
.bk {
	color: #000;
}
.dddd {
	color: #000;
}
.tabs.clear table tr td #content-wrap2 #content-table2 tr td table tr td {
	font-weight: bold;
}
I THINK ILL BE BLACK {
	color: #000;
}
.tabs.clear table tr td table tr td #content-wrap2 table tr td #internal-source-marker_0.9259803686290979 {
	text-align: center;
}
.tabs.clear .tabs.clear table tr td table tr td table tr td table tr td {
	color: #666;
}
.tabs.clear table tr td table tr td #content-wrap2 table tr td table tr td p {
	text-align: left;

}
.tabs.clear table tr td table tr td #content-wrap2 table tr td #content-table2 tr #second-level-menu table tr td table tr td table tr td table tr td {
	color: #FF0;
}
