@charset "utf-8";
@font-face {
    font-family: myMoonDance;
    src: url('/include/fonts/moondance-regular-webfont.woff2') format('woff2'),
         url('/include/fonts/moondance-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: myHelveticaThin;
  src:  url('/include/fonts/HelveticaNeue-Thin.eot') format('embedded-opentype'), 
        url('/include/fonts/HelveticaNeue-Thin.ttf')  format('truetype'), 
        url('/include/fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: myHelvetica;
  src: url('/include/fonts/HelveticaNeue-Roman.eot') format('embedded-opentype'),
       url('/include/fonts/HelveticaNeue-Roman.ttf')  format('truetype'), 
       url('/include/fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*************************************/
/************** BODY *****************/
/*************************************/
html { 
	padding: 0px;
	margin: 0px;
	position: relative;
	display: block;
}
body {
	background: #fff url("/images/layout/background1.jpg");
	padding: 0px;
	margin: 0px;
	font-family: myHelvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
  font-weight: 300;
	height: 100%;
	width: 100%;
	color: #000;
  text-align: center;
	position: relative;
	display: block;
}

.BodyPopup {
	padding: 5px;
}

a {
	color: #06F;
	text-decoration: none;
}
a:hover {
	color: #06F;
}

hr {
	border: none;
	background:  none;
	border-bottom: 1px solid #06F;
	display: block;
	clear: both;
  margin: 10px 0px;
}
hr.moosetracks {
	border: none;
	background-image: url("/images/layout/moosetracksline.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 40px;
  width: auto;
  height: 60px;
	display: block;
	clear: both;
}
img {
	border-color: #06F;
}
/*********************************************/
/* Heading and Title styles
/*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.5em;
	margin: 6px 0px;
}
h1 {
  font-family: myMoonDance, "Trebuchet MS", Verdana, Arial, sans-serif; 
	font-size: 52px;
	color: #000;
  font-weight: normal;
}
h2{
	font-size: 40px;
	color: #111;
}

h3 {
	font-size: 32px;
	color: #222;
}
h4{
	font-size: 28px;
	color: #333;
}	
h5{
	font-size: 24px;
	color: #444;
}	
h6{
	font-size: 20px;
	color: #555;
}	

li {
	list-style-image: url("/images/icons/arrow1.png");
	list-style-type: none;
	line-height: 1.65em;
	font-size: inherit;
}
p {
  margin: 6px 0px;
}
/*************** HEADER **************/

.HeaderBar {
  background: #000 url("/images/layout/background1black.jpg") center center;
	width: 100%;
	height: 250px;
  color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	z-index: 1001;
	position: relative;
	display: block;
	clear: both;
}

.HeaderBar .TopBar {
  background: #464930;
  height: 40px;
  padding: 15px 25px 0px 0px;
  text-align: right;
  width: auto;
	position: relative;
	display: block;
  font-size: 16px;
}
.HeaderBar .HeaderBox {
  width: 94%;
  height: 100%;
	position: relative;
	display: inline-block;  
  text-align: left;
}

.imgHomeLogo {
	height: 230px; 
	position: absolute;
	top: 10px;
  left: 10px;
	border: none;
  z-index: 20;
}

.lnkMenuPopUp {
	display: none;
  float: right;
}

/*************************************************/
/* ROTATE SLIDESHOW
/*************************************************/
.RotateBar {
	background: #393939 url("/images/layout/background1black.jpg")center center;
	width: 90%;
	height: 800px;
	display: block;
	position: relative;
  border: 1px solid #bbb;
	padding: 0px;
	margin: 25px 5%;
	z-index: 15;
  overflow: hidden;
}
.RotateBar .RotateBox {
  background-position: center center; 
  background-repeat: no-repeat;
	width: 100%;
	height: 800px;
	position: absolute;
  top: 0px;
  left: 0px;
	z-index: 10;
}
.RotateBar .RotateImage {
  background-color: #000;
	background-repeat: no-repeat;
  background-size: auto 100% ;
	width: 100%;
	height: 800px;
	position: absolute;
  top: 0px;
  left: 0px;
	z-index: 10;
}

.RotateText {
	width: 90%; 
	height: auto;
  font-size: 40px;
	font-style: italic;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	color: #fff;
	text-align: center;
  line-height: 1.3em;
	z-index: 12;
  position: absolute;
  right: 5%;
  top: 20%;
}
.RotateText .TextButton {
	display: none;
}
.RotateBar .RotateLoading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0px 0px -50px;
	width: 100px;
	height: 100px;
	z-index: 4;
}
.RotateBar h2 {
	color: #fff;
	font-size: 60px;
}
.RotateFrame {
	background: none;
	width: 1px;
	height: 550px;
	float: right;
	display: inline-block;
	position: relative;
}
.RotateBar .PhoneBox {
  position: absolute;
  top: 25px;
  left: 50%;
  margin: 0px 0px 0px 385px;
  background-color: #06F;
  color: #fff;
  font-size: 24px;
  padding: 5px 10px;
  z-index: 1020;
}
.RotateBar .PhoneBox a {
  color: #fff;
}
/*****************************************/
/*************** MENU ********************/
/*****************************************/
.MenuBar {
	background: none;
	font-family: myMoonDance, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: 100;
	width: auto;
	height: 100px;
  border-top: 1px solid #999;
	margin: 95px 0px 0px;
	padding: 0px 0px 0px 30px;
	position: relative;	
	text-align: center;
	float: right;	
  overflow: hidden;
	z-index: 1001;
}

.mnuMain{
	background: none;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;	
	display: inline-block;
}


.mnuMain li {
	width: auto;
	height: auto;
	float: left;
	padding: 35px 25px;
  line-height: 1.5em;
	margin: 0px;
	display: inline;
	list-style: none;
	position: relative;	
	font-size: 30px;
}

.mnuMain li a {
	color: #FFF;
}
.mnuMain li:hover, .mnuMain li.boxMenuActive {
	color: #fff;
  background-color: #393939;
  transition: background-color 1s;  
}
.mnuMain li:hover a, .mnuMain li.boxMenuActive a {
	color: #fff;
}

/*--------------------------------------*/

.SubMenu {
	background: #3b3d42 url("/images/layout/darkback.jpg");
	border: 1px solid #06F;
	border-top-width: 5px;
	margin: 0px;
	padding: 0px 0px 5px;
	display: none;
	position: absolute;
	top: 55px;
	left: 0px;
	width: 250px;
	height: auto;
}
.SubMenu li {
	font-size: 16px;
	list-style: disc;
	color: #FFF;
	padding: 5px 8px;
	margin: 0px 0px 5px;
	height: auto;
	line-height: 1.4em;
	text-transform: capitalize;
	text-align: left;
	width: 190px;
	_width: 200px;
}
.SubMenu ul {
	padding: 2px 0px 2px 15px;
	margin: 0px;
}
.SubMenu ul li a, .SubMenu li a, .mnuMain li:hover ul li a {
	color: #FFF;
	text-decoration: none;
}
.SubMenu li a:hover, .mnuMain li:hover ul li:hover a {
	color: #FFC;
}
.mnuMain li:hover .SubMenu, .mnuMain .boxMenu:hover .SubMenu {
	display: block;
}
.SubMenu li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 200px;
	background-color: #6C7E47;
	margin: 0px;
	padding: 2px 0px 5px;
	border-radius: 0px 5px 5px 0px;
	width: 200px;
}
.SubMenu li ul li {
	font-size: 14px;
	list-style: disc;
	color: #FFF;
	padding: 2px 5px;
	margin: 0px;
	height: auto;
	line-height: 1.35em;
	text-align: left;
	width: 190px;
	_width: 200px;
}
.SubMenu li ul li a {
  color: #fff;
}
.SubMenu li:hover ul {
	display: block;
}

.SubMenu li:hover {
	background: none;
}

/*------------------------------------*/

.boxMenuDrop {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: -80%;
  background: #111;
  color: #fff;
  padding: 3% 4%;
  z-index: 1001;
  font-size: 1.35em;
}
.boxMenuDrop .hrLine {
	width: 100%;
	margin: 4px 0px;
}
.boxMenuDrop a {
  color: #fff;
}
.boxMenuDrop h2 {
  color: #fff;
}
.boxMenuDrop .mnuMain{
	background: none;
	width: 100%;
	height: auto;
	margin: 5px 0px;
	padding: 0px;
	position: relative;	
	display: block;
  float: none;
}
.boxMenuDrop .mnuMain li {
  width: 100%;
  float: none;
  display: block;
  text-align: left;
  padding: 2px 10px;
  margin: 2px 10px;
  font-size: inherit;
  list-style: disc;
  color: #fff;
}
.boxMenuDrop .mnuMain li a {
  color: #fff;
}

.lnkMobileMenu, .mnuMain li.mnuCloseMenu {
  display: none;
  cursor:pointer;
}
.lnkCloseMenu {
  cursor: pointer;
}

.MobileMenu {
	display: none;
}
.boxMenuDrop .mnuMain li:hover, .boxMenuDrop .mnuMain li.boxMenuActive {
	background: none;
}
/******************************************/
/************** CONTENT BAR ***************/
/******************************************/
.ContentBar, .ContentBar2 {
	background: #fff url("/images/layout/contentback1.jpg") bottom right no-repeat;
  font-family: myHelveticathin, Verdana, Arial, sans-serif;
	width: 1300px;
	height: auto;
	padding: 0px;
	margin: 25px 0px;
	font-size: 20px;
	text-align: center;
	line-height: 1.5em;
  border: 1px solid #bbb;
	color: #000;
	position: relative;
	display: inline-block;
}

.ContentBox {
	width: 98%;
	padding: 0px;
	margin: 15px 1%;
	text-align: left;
	position: relative;
	display: inline-block;
}

.Body404 {
  background: #fff url("/images/layout/404background.jpg") center center no-repeat;
  text-align: center;
}
.Body404 .ContentBox {
  background: #fff;
  margin: 15px 0px;
  width: 500px;
  color: #000;
  text-align: center;
  font-size: 18px;
}

/*********************************************************/
.HomeBoxes {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 55px;
  left: 0px;
  z-index: 20;
}
.ContentHome {
	width: 300px;
	height: 125px;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0px 35px;
  padding: 15px 12px;
  display: inline-block;
	position: relative;
	text-align: center;
  overflow: hidden;
  z-index: 25;
}

.ContentHome h2 {
	font-size: 36px;
  font-weight: 400;
  padding: 2px 0px;
  text-align: center;
}



/*********************************************************/
.MenuPathBox {
	font-size: 14px;
	text-align: left;
	position: relative;
	display: block;
	width: auto;
	height: auto;
	margin: 5px;
}
/******************************************/


.ContactForm {
	margin: 15px 0px;
	padding: 10px;
	width: 500px;
	height: auto;
	text-align: left;
	display: block;
	position: relative;
	border-radius: 12px;
}


/************** FOOTER BAR ****************/
.FooterBar {
	background: #1d1e1d url("/images/layout/footerback.jpg") top center repeat-x;
  color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	height: auto;
	width: 100%;
	padding: 20px 0px;
	margin: 0px;
	text-align: center;
	position: relative;
}
.FooterBox {
	width: 90%;
  margin: 20px 0px;
	display: inline-block;
	position: relative;
	text-align: center;
  padding: 0px;
}

.FooterBox1 {
  width: 22%;
	display: inline-block;
	text-align: left;
	position: relative;
	vertical-align: top;
  margin: 0px 1% 0px;
  padding: 0px;
}
.FooterBox2 {
  width: 45%;
	float: right;
  text-align: right;
  margin: 0px;
}
.FooterBar h1, .FooterBar h2, .FooterBar h3, .FooterBar h4 {
	color: #06F;
}
.FooterBar h2 {
  font-size: 26px;
}
.FooterBar h3 {
  font-size: 22px;
  font-style: italic;
}
.FooterBar a {
	color: #fff;
}
.FooterBar a:hover {
	color: #ff9;
}
.imgFooterLogo {
	width: 250px;
	margin: 0px;
}
.FooterText {
  background: #272827;
  display: block;
  clear: both;
  width: 100%;
  padding: 12px 0px;
  margin: 0px;
  text-align: center;
  font-size: 11px;
  color: #999;
}
.FooterText a {
  color: #ffc;
}
.FooterBar .SubMenu {
	display: block;
	position: relative;
	border: none;
	top: auto;
	left: auto;
	width: auto;
}
.FooterBar .SubMenu li {
	padding: 1px 0px;
	font-size: inherit;
	margin: 0px;
	list-style: none;
}

/*********************************************/
/*  BUTTONS */
/*********************************************/

.boxButtonRed {
  background-color: #06F;
}

.boxButton, .boxButton2, .boxButton3, .boxButton4 {
	float: right;
	width: auto;
	height: auto;
	background: #06F;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	border: none;
	padding: 4px 15px;
	margin: 5px;
	border-radius: 0px 7px 0px 7px;
	text-align: center;
  white-space: nowrap;
}
.boxButton a, .boxButton2 a  {
	color: #fff;
	text-decoration: none;
}
.boxButton3 a, .boxButton4 a {
	color: #fff;
	text-decoration: none;
}
.boxButton3 {
  float: none;
  display: inline-block;
	align-self: center;
}
.boxButton a:hover, .boxButton2 a:hover, .boxButton3 a:hover, .boxButton4 a:hover {
	text-decoration: none;
	color: #FFFFB5;
}
.boxButton2, .boxButton4 {
	float: left;
  margin: 1px 3px 1px 0px;
}
.boxButton p, .boxButton2 p, .boxButton3 p {
	padding: 0px;
	margin: 0px;
}
.boxClear {
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
}

.boxFadeScreen {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	backround: url("/images/shade2.png");
	z-index: 909;
}

/*===============================
/* REGIONS / CITIES
/********************************/

.CityBox {
  background: #eee;
  width: 225px;
  padding: 0px 10px;
  margin: 15px;
  float: left;
}
.RegionMap {
  width: 100%;
  height: 650px;
  border: 2px solid #06F;
}

/*========================================*/
/*  APPLICATION FORM
/*========================================*/
.MemberApplyFrame {
  background: #FFFFF9;
  width: auto;
  height: auto;
  position: relative;
  display: block;
  z-index: 100;
  border: 1px solid #000;
  padding: 10px 15px;
  margin: 15px 0px;
  border-radius: 5px;
}
.lnkNextStage, .lnkPrevStage {
  cursor: pointer;
}



.ApplyForm {
  width: 100%;
  position: relative;
  display: block;
}

.formTable {
  padding: 0px;
  margin: 5px 0px;
  background: #ffffff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.formTable td {
  padding: 7px 4px;
  border-bottom: 1px solid #ccc;
}

.ApplyForm .FormText {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  padding: 6px 0px;
  margin: 6px 0px;
}
.ApplyForm .FormText .QuestionLong {
  float: left;
  width: 20%
}
.ApplyForm .FormText .QuestionMedium {
  float: left;
  width: 15%
}
.ApplyForm .FormText .QuestionShort {
  float: left;
  width: 10%
}
.ApplyForm .FormText .AnswerLong {
  float: left;
  width: 80%
}
.ApplyForm .FormText .AnswerMed {
  float: left;
  width: 40%
}
.ApplyForm .FormText .AnswerShort {
  float: left;
  width: 20%
}
.ApplyForm .FormText .AnswerXShort {
  float: left;
  width: 10%
}

.ApplyForm1 input {
  width: 95%;
  border: none;
  border-bottom: 2px solid #277da1;
}

.LargePopup {
	position: fixed;
	top: 14%;
	left: 14%;
	width: 70%;
	height: 70%;
	margin: 0px;
	padding: 15px;
	font-size: 14px;
	background: #FFF url("/images/shade1.jpg") bottom center repeat-x;
	border: 3px solid #06F;
	border-radius: 5px;
	display: none;
	z-index: 910;
	overflow-y: scroll;
	overflow-x: hidden;
}

.lnkSelMemberCat, .lnkRetMemberCat, .lnkCloseLgPopup, .lnkSrchMemberCat, .lnkSubmitMember, .lnkShowLargePopupText, .lnkCopyBusAddress, .lnkAddTrainingPlanRow, .lnkSaveTrainingPlan {
  cursor: pointer;
}

.MemberMenuBox {
  width: 250px;
  float: right;
  height: auto;
}

.MemberContentBox {
  width: 850px;
  float: left;
  height: auto;
}
.MemberMenu {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  float: right;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.65em;
  margin: 0px 0px 20px 15px;
  background: #06F;
  color:#FFF;
  text-align: left;
}
.MemberMenu ul {
  margin: 2px 0px;
  padding: 0px 5px 0px 15px;
  color: #277da1;
}
.MemberMenu li {
  margin: 2px 0px;
  padding: 1px 0px;
  list-style-image: url("/images/icons/arrow2.png");
  color: #FFF;
}
.MemberMenu a {
  color: #FFF;
}
.MemberMenu hr {
  border-bottom: 1px solid #fff;
}
/*********************************************/
/* GALLERIES
/*********************************************/

.GalleryBar {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
.boxGallery {
	width: 350px;
	height: 400px;
	margin: 15px;
	text-align: left;
	display: inline-block;
	position: relative;
}
.boxGallery .ImageBox {
	width: 300px;
	height: 310px;
	display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 10;
}
.boxGallery .ImageFrame {
  background-image: url('/images/layout/imageframe1.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 325px 325px;
  width: 325px;
  height: 325px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}
.boxGallery h2 {
  font-family: myMoonDance, "Trebuchet MS", Verdana, Arial, sans-serif; 
	position: absolute;
  top: 305px;
  left: 0px;
  width: 325px;
  text-align: center;
  text-shadow: 1px 1px #333;
  z-index: 30;
}

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

.boxLink {
	margin: 2px 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
	display: block;
	position: relative;
}
.boxLink .boxLinkDesc {
	margin: 0px 25px 0px 30px;
}
.boxLink a {
	color: #333;
}
.boxLink a:hover {
	color: #06F;
}
/*********************************************/
/* Data and error boxes 
/*********************************************/
.FadeFrame {
	width: 100px;
  height: 110px;
	border: 1px solid #CCC;
	background: #fff;
	text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -75px 0px 0px -50px;
}
.btnSubmitContact {
	cursor: pointer;
}
.boxError {
	background-color: #FF8F91;
  color: #000;
	text-align: center;
  width: auto;
  padding: 15px 10px; 
  margin: 5px 0px;
  font-size: inherit;
}
.boxSuccess {
	background-color: #13BB00;
  color: #fff;
	text-align: center;
  width: auto;
  padding: 10px 10px; 
  margin: 5px 0px;
  font-size: inherit;
  line-height: 1.45em;
}
.boxSuccessLg {
	font-size: 20px;
	color: #13BB00;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 5px;
	line-height: 1.5em;
}
.boxSuccess a, .boxSuccessLg a {
  color: #ffd87d;
}

.boxMessage {
	background: url("/images/layout/messagebox2.png") bottom center no-repeat;
	_width: 200px;
	_height: 125px;
	width: 160px;
	height: 85px;
	position: fixed;
	text-align: center;
	bottom: -125px;
	right: 15px;
	margin: 0px;
	padding: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	z-index: 100;
}
#boxMessageSaved, #boxMessageError {
	bottom: -50px;
}

.boxNote {
	font-size: 13px;
	margin: 3px  0px;
	color: #444;
}
.boxNote2 {
	font-size: 13px;
	margin: 2px 0px;
	color: #999;
}
.boxData {
	font-size: 13px;
	padding: 5px;
	color: #000;
	background: #fff;
	border-radius: 5px;
  border: 1px solid #333;
	text-align: left;
	width: auto;
}

.boxData2 {
	color: #000000;
	background-color: #BDBDEF;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	border-radius: 6px;
}

.boxNews1 {
	color: #000000;
	background: #d8e7ea url("/themes/theme1/newstop2.png") bottom right no-repeat;
	width: 700px;
	font-size: 10px;
	margin: 5px 0px;
}
.boxNews2 {
	color: #000000;
	background: url("/themes/theme1/newstop.png");
	background-repeat: no-repeat;
	width: 700px;
	padding: 10px 0px;
}
.boxNews3 {
	text-align: left;
	width: 670px;
}
.boxBorder {
	color: #000000;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.boxClient {
 width: 100%; 
 display: block; 
 height: auto;
 border-top: 2px groove #663300;
}
.boxClientImage {
  float: left; 
	width: 200px; 
	height: auto; 
	text-align: center;
	padding: 8px 0px;
}
.boxClientText {
  float: left; 
	width: 510px; 
	height: auto; 
	text-align: left;
	padding: 8px 0px;
}


.boxBook {
 width: 650px; 
 display: block; 
 height: auto;
 border-top: 2px groove #663300;
}
.boxBookImage {
  float: left; 
	width: 200px; 
	height: auto; 
	text-align: center;
	padding: 8px 0px;
}
.boxBookText {
  float: left; 
	width: 430px; 
	height: auto; 
	text-align: left;
	padding: 8px 0px;
}
/*********************************************/
/* Data Table styles
/*********************************************/

.tablePages {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
	background: #eee;
	border-radius: 5px;
}
.tablePages tr {
	background: none;
	border: none;
}
.tablePages td {
	background: none;
	border: none;
	padding: 2px 5px;
}

.tableClear
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableClear tr {
	background: none;
	border: none;
}
.tableClear td {
	background: none;
	border: none;
}
.tableClear2
{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableClear2 tr {
	background: none;
	border: none;
}
.tableClear2 td {
	background: none;
	border: none;
}

table td.linetop {
	border-top: 1px solid #ccc;
}

/*=================================*/
.tableData {
	border: 1px solid #bbb;
	background: #FFF;
	margin: 0 auto;
	width: 100%;
	clear: both;	
	padding: 0px;
	font-size: 15px;
	z-index: 10;
	position: relative;
  border-collapse: separate;
  border-spacing: 0px;  
}
.tableData thead tr {
	background: url("/images/layout/hl.png");
}
.tableData thead td {
	font-weight: bold;
	text-align: center;
	border: none;
	font-size: 14px;
	padding: 4px 0px;
  color: #fff;
	border-right: 2px groove #CCC;
	border-bottom: 1px solid #999;
	background: #555555 url("/images/layout/hl.png") bottom center repeat-x;
}
.tableData thead tr td.headerlast {
	border-right: none;
}
.tableData thead.smallfont td {
	font-size: 12px;
}
.tableData thead.largefont td {
	font-size: 16px;
}

.tableData tbody tr {
	border: 0px;
	_border-bottom: 1px solid #EEE;
}
.tableData tbody td {
	font-weight: normal;
	border-bottom: 1px solid #EEE;
	font-size: 14px;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tableData tbody td.cellmid {
	border-right: 1px solid #DDD;
	padding-left: 2px;
}
.tableData tbody td.cellnote, table td.cellnote {
	color: #444;
	font-size: 13px;
}
.tableData tbody td.cellred {
	background-color: #FFD9D9;
}

.tableData tbody td.cellreq {
	color: #900;
}
.tableData tbody tr.row1 {
	background-color: #FCFCFC;
}
.tableData tbody tr.row2 {
	background-color: #E9F8FE;
}
.tableData tbody tr.row3 {
	background-color: #FFF;
	color: #603;
	font-style: italic;
}
.tableData tbody tr.row4 {
	background-color: #FFE7CE;
	color: #006;
}

.tableData tbody tr.row5 {
	background-color: #FFFFB9;
	color: #300;
}
.tableData tbody.allowhover tr:hover {
	background-color: #FFE7CE;
}
.tableData tbody td.allowhover:hover {
	background-color: #FFE7CE;
}
.tableData tbody.smallfont td {
	font-size: 11px;
}
.tableData tbody.largefont td {
	font-size: 14px;
}


/*=================================*/

#rowPart:hover {
	background-color: #DABEBE;
	border-color: #DABEBE;
}

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: thin solid #000000;
	background-image: url("/themes/theme1/buttonback.gif");
}

/*********************************************/
/* Search Box Styles
/*********************************************/
.boxSearch {
	position: relative;
	height: auto;
	top: 140px;
	left: 600px;
}
.textboxBack {
	background: url("/themes/theme1/back3_sm.png");
	border: solid 1px #000;
	height: 25px;
	width: 160px;
	float: right;
	position: relative;
	margin-right: 30px;
}




/**************************************/
/** Input Boxes
/**************************************/

input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	padding: 3px 5px;
	border: 1px solid #06F;
	border-radius: 4px;
}


/***************************************/
/* Other Text Styles
/***************************************/
.NoteStar {
	font-size: 10px;
	color: #B00;
}

.ReqStar {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
/******* Input Form Styles **************/

.DropSmall {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border: solid 1px black;
}

/************ ADMIN EDIT CONTENT *********************/

.RTEditBox {
	width: 700px; 
	height: auto; 
	background: #FFF; 
	color: #000;
}

.RTEditArea {
	width: 700px; 
	height: 400px;
	background: #FFF; 
	color: #000;
}

#FloatSaveBox {
	position: fixed;
	_position: absolute; 
	top: 0; 
	right: 0; 
	padding: 5px; 
	background: #FFFFCC; 
	border: solid 1px black; 
	text-align: center; 
	width: 125px;
}

/********************************************/
@media all and (max-width: 1350px) {
  .ContentBar, .ContentBar2 {
    width: 90%;
    height: auto;
    padding: 0px;
    margin: 25px 5%;    
  }
}

@media all and (max-width: 1200px) { 
  .mnuMain li {
    padding: 35px 20px;
  }
  .ContentHome {
    margin: 0px 25px;
    width: 275px;
    height: 125px;
  }
  .HeaderBar .HeaderBox {
    width: 100%;
  }
  
  .RotateBar .PhoneBox {
    top: 25px;
    left: auto;
    right: 20px;
    margin: 0px 0px 0px 0px;
    text-align: right;    
  }
  
  .RotateBar,  .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 700px;
  }  
}

@media all and (max-width: 1150px) {
  .ContentBox, .FooterBox {
    width: 95%;
    margin: 15px 2%;
  } 
  .ContentHeader {
    font-size: 36px;
  }
  .mnuMain li {
    padding: 35px 18px;
    font-size: 26px;
  }  
}


@media all and (max-width: 990px) {
  .mnuMain li {
    padding: 35px 18px;
    font-size: 24px;
  }  
	.imgHomeLogo {
		height: 180px;
	}
  .ContentHome {
    margin: 5px 15px;
  }
  .RotateBar,  .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 600px;
  }   
  .MenuBar {
    margin: 135px 0px 0px;
    height: 60px;
  }
  .mnuMain li {
    padding: 12px 18px;
    font-size: 26px;
  }    
}


@media all and (max-width: 760px) {
	.MenuBar {
		display: none;
	}
	.lnkMenuPopUp {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		width: 42px;
	}
  .imgHomeLogo {
    top: 20px;
    margin: 0px 0px 0px 10px;
    height: 210px;
  }
  .ContentHeader {
    font-size: 28px;
  }
  .RotateBar,  .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 500px;
  }     

  .ContentHome {
    margin: 5px 12px;
    width: 225px;
    height: 125px;
    font-size: 14px;
  }  
  .ContentHome h2 {
    font-size: 24px;
  }
}


@media all and (max-width: 650px) {
  .RotateBar,  .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 400px;
  }  
}

@media all and (max-width: 575px) {
  .ContentHome {
    margin: 5px 12px;
    width: 200px;
    height: 110px;
    font-size: 14px;
  }  
  .ContentHome h2 {
    font-size: 24px;
  } 

  
  .RotateBar .PhoneBox {
    top: 15px;
    right: 10px;
    font-size: 20px;
  }
}

@media all and (max-width: 525px) {
   .RotateBar,  .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 300px;
  }  
  .FooterBox1, .FooterBox2 {
    width: 95%;
    margin: 10px 2%;
    float: none;
  }
  
  .ContentHome {
    width: 225px;
    height: 100px;
    margin: 10px;
  }
}

@media all and (max-width: 475px) {
  .imgHomeLogo {
    top: 25px;
    left: 5px;
    height: 200px;
  }
}