@charset "utf-8";


/*************************************/
/************** BODY *****************/
/*************************************/
html { 
	padding: 0px;
	margin: 0px;
	position: relative;
	display: block;
}
body {
	background: #000 url("/images/layout/background1.jpg") center center;
	padding: 20px 0px;
	margin: 0px;
	font-family: Garamond, 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: 1%;
  width: 96%;
}
.BodyPopup h1, .BodyPopup h2 {
  color: #fff;
}
a {
	color: #231f20;
	text-decoration: none;
}
a:hover {
	color: #dbb866;
}

hr {
  height: 35px;
  width: 100%;
	border: none;
	background: url("/images/layout/hrline.png") center center no-repeat;
  position: relative;
	display: block;
	clear: both;
  margin: 25px 0px;
}

img {
	border-color: #231f20;
}
/*********************************************/
/* Heading and Title styles
/*********************************************/
h1, h2, h3, h4, h5, h6 {
  font-family: Garamond, Verdana, Arial, sans-serif; 
  font-weight: normal;
	line-height: 1.45em;
	margin: 6px 0px;
  padding: 1px 0px;
}
h1 {
	font-size: 48px;
  color: #231f20;
}
h2{
	font-size: 40px;
	color: #111;
}

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

ul li {
	list-style-image: url("/images/icons/arrow1.png");
	list-style-type: none;
	line-height: 1.65em;
	font-size: inherit;
}
p {
  margin: 15px 0px;
}
/*************** HEADER **************/
.BodyBar {
  background: url("/images/layout/bodyback.jpg");
  width: 1200px;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.HeaderBar {
  background: url("/images/layout/topstrip.png") top center repeat-x;
	width: 100%;
	height: 210px;
  color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	z-index: 1001;
	position: relative;
	display: block;
}

.HeaderBar .TopBar {
  height: auto;
  width: auto;
  margin: 2px 15px;
	position: absolute;
  right: 0px;
  top: 10px;
  font-size: 18px;
  color: #fff;
}

.imgHomeLogo {
	width: 60%; 
  height: auto;
	position: relative;
  display: inline-block;
	border: none;
  z-index: 20;
}

.imgSocial {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 10px 15px;
  float: right;
}

.lnkMenuPopUp {
	display: none;
  float: right;
  margin: 10px 15px;
}

/*************************************************/
/* ROTATE SLIDESHOW
/*************************************************/
.RotateBar {
	background: none;
	width: 780px;
	height: 480px;
	display: inline-block;
	position: relative;
  vertical-align: top;
  border: none;
	padding: 0px;
	margin: 0px;
	z-index: 15;
  overflow: hidden;
}
.RotateBar .RotateBox {
  background-position: center center; 
  background-repeat: no-repeat;
	width: 760px;
	height: 460px;
	position: absolute;
  top: 0px;
  left: 0px;
	z-index: 10;
}
.RotateBar .RotateImage {
  background-color: #000;
	background-repeat: no-repeat;
  background-size: 100% auto ;
	width: 760px;
	height: 460px;
	position: absolute;
  top: 0px;
  left: 0px;
	z-index: 10;
}

.RotateText {
  background-image: url("/images/layout/textframe.png");
  background-position: top left;
  background-size: 100% 100%;
	width: 300px; 
	height: 460px;
  _height: 480px;
  font-size: 18px;
	display: inline-block;
	position: relative;
  vertical-align: top;
  font-weight: normal;
	color: #000;
	text-align: center;
  line-height: 1.35em; 
  padding: 10px 20px 10px 10px;
  margin: 0px 20px 0px 0px;
	z-index: 12;
}
.RotateBar h2 {
	color: #fff;
	font-size: 40px;
  line-height: 1.35em;
}
.RotateText .TextButton {
  background: #231f20;
	display: inline-block;
  visibility: hidden;
}
.RotateText .TextButton a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.RotateText .TextButton a:hover {
  color: #dbb866;
}
.RotateBar .RotateLoading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0px 0px -50px;
	width: 100px;
	height: 100px;
	z-index: 4;
}

.RotateFrame {
	background: url("/images/layout/slideframe.png") top left no-repeat;
	width: 780px;
	height: 480px;
	display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1010;
}
.RotateBar .PhoneBox {
  position: absolute;
  top: 25px;
  left: 50%;
  margin: 0px 0px 0px 385px;
  background-color: #231f20;
  color: #fff;
  font-size: 24px;
  padding: 5px 10px;
  z-index: 1020;
}
.RotateBar .PhoneBox a {
  color: #fff;
}
.HomeBar {
  background: #231f20;
  text-align: center;
  margin: 0px 0px 5px;
  padding: 25px 0px;
  font-size: 22px;
  color: #000;
  position: relative;
  display: block;
}
/*****************************************/
/*************** MENU ********************/
/*****************************************/
.MenuBar {
	background: none;
	font-family: Garamond, Verdana, Arial, sans-serif;
	width: auto;
	height: auto;
	margin: 0px 0px 5px;
	padding: 0px 0px;
	position: relative;	
	text-align: left;
	display: block;
	z-index: 1011;
}

.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: 7px 25px 10px;
  line-height: 1.5em;
	margin: 0px;
	display: inline;
	list-style: none;
	position: relative;	
	font-size: 16px;
  font-weight: bold;
}

.mnuMain li a {
	color: #fff;
}
.mnuMain li:hover, .mnuMain li.boxMenuActive {
	color: #dbb866;
}
.mnuMain li:hover a, .mnuMain li.boxMenuActive a {
	color: #dbb866;
}

.mnuMain li:hover .SubMenu {
  display: block;
}
/*--------------------------------------*/

.SubMenu {
	background: #231f20;
	margin: 0px;
	padding: 0px 0px 0px;
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 250px;
	height: auto;
}
.SubMenu li {
	font-size: 18px;
	list-style: disc;
	color: #FFF;
	padding: 5px 10px;
	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: #fff;
}
.mnuMain li:hover .SubMenu, .mnuMain .boxMenu:hover .SubMenu {
	display: block;
}
.SubMenu li ul {
	background-color: #cb9a34;
	display: none;
	position: absolute;
	top: 0px;
	left: 200px;
	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: #000;
	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;
}


.boxMenuDrop .SubMenu {
  display: block;
  position: relative;
  top: 0px;
}

.MobileMenu {
	display: none;
}
.boxMenuDrop .mnuMain li:hover, .boxMenuDrop .mnuMain li.boxMenuActive {
	background: none;
}
/******************************************/
/************** CONTENT BAR ***************/
/******************************************/
.ContentBar, .ContentBar2 {
	background: none;
  font-family: Garamond, Verdana, Arial, sans-serif;
	color: #000;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	text-align: center;
	line-height: 1.45em;
	position: relative;
	display: block;
}

.ContentBar2 {
  background: url("/images/shade8.png");
  padding: 10px 0px;
}
.ContentBox {
	width: 90%;
	padding: 0px;
	margin: 15px 5%;
	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: relative;
  z-index: 20;
  margin: 10px 0px 15px;
}
.ContentHome {
  background: #f4f1e8;
	width: 12%;
	height: 225px;
  font-size: 15px;
  border-radius: 3px;
  line-height: 1.3em;
  margin: 0px 1%;
  padding: 1%;
  display: inline-block;
	position: relative;
	text-align: center;
  overflow: hidden;
  z-index: 25;
}

.ContentHome h2 {
	font-size: 24px;
  padding: 2px 0px;
  text-align: center;
  line-height: 1.3em;
}
.ContentHome img {
  width: 75px;
  height: 75px;
  margin: 5px 0px;
  display: inline-block;
  position: relative;
}


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


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

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

.FooterBox1 {
  width: 22.5%;
	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 hr {  
  border:  none;
  background: none;
  height: 2px;
  border-bottom: 1px solid #fff;
  margin: 2px 0px;
}
.FooterBar h1, .FooterBar h2, .FooterBar h3, .FooterBar h4 {
	color: #dbb866;
}
.FooterBar h2 {
  font-size: 26px;
}
.FooterBar h3 {
  font-size: 22px;
  font-style: italic;
}
.FooterBar a {
	color: #fef6c5;
}
.FooterBar a:hover {
	color: #fff;
}

.imgFooterLogo {
	width: 35%;
	margin: 0px;
  display: inline-block;
  vertical-align: top;
}
.boxQuoteLine {
  width: 60%;
  font-size: 24px;
  color: #FFF;
  padding: 25px 2% 0px;
  margin: 0px;
  text-align: left;
  display: inline-block;
  position: relative;
}
.imgFooterSocial {
  width: 40px;
  height: 40px;
  border: none;
  float: right;
  margin: 10px 0px 10px 10px;
}

.FooterText {
  background: #161616;
  display: block;
  clear: both;
  width: 100%;
  padding: 10px 0px;
  margin: 0px;
  text-align: center;
  font-size: 10px;
  color: #ccc;
}
.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: #ee6b10;
}

.boxButton, .boxButton2, .boxButton3, .boxButton4 {
	float: right;
	width: auto;
	height: auto;
	background: #231f20;
	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;
}
.MapBox {
  width: 100%;
  height: 450px;
  border: 2px solid #231f20;
  margin: 5px 0px 15px;
}

/*========================================*/
/*  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 #231f20;
	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: #231f20;
  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: Garamond, 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: #231f20;
}
/*********************************************/
/* 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 #231f20;
	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: 1230px) { 
	.BodyBar {
		width: 94%;
		margin: 0px 3%;
	}
	.RotateText {
		width: 28%;
		padding: 10px 1%;
		margin: 0px 1% 0px;
	}
  .RotateBar {
    width: 65%;
  }
	.RotateBar .RotateBox {
		width: 100%;
	}
	.RotateBar .RotateImage {
		background-size: auto 100%;
		width: 97%;
	}
  .RotateFrame {
		background-size: 100% 100%;
    width: 100%;
  }

}

@media all and (max-width: 1000px) {
	.imgHomeLogo {
		width: 75%
	}
}

@media all and (max-width: 900px) {
  .RotateBar, .RotateBar .RotateBox, .RotateFrame {
    height: 400px;   
  }
	.RotateText, .RotateBar .RotateImage {
		height: 380px;
	}
	.mnuMain li {
		padding: 7px 20px 10px;
	}
	
	h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 32px;
	}
	h4 {
		font-size: 28px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 20px;
	}
	

  .RotateText  h2 {
    font-size: 30px;
    line-height: 1.35em;
  }
  .RotateText {
    font-size: 16px;
    line-height: 1.35em;
  }	
}

@media all and (max-width: 700px) {
	.mnuMain li {
		padding: 7px 15px 10px;
	}
}
@media all and (max-width: 650px) {
	.MenuBar {
		height: 50px;
	}
	.mnuMain {
		display: none;
	}
	.lnkMenuPopUp {
		display: block;
		float: left;
		width: 26px;
		height: 26px;
	}
	.imgHomeLogo {
		width: 95%;
	}
	.boxQuoteLine {
		font-size: 18px;
		padding: 7px 2% 0px;
	}
}

@media all and (max-width: 600px) {
  
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 18px;
	}	
	
	.RotateText {
		background: #fff;
		border: 1px solid #ccc;
		display: block;
		width: 91%;
		margin: 0px 3%;
		height: auto;
	}
	.RotateBar {
		display: block;
		width: 94%;
	}
}

@media all and (max-width: 450px) {
  .RotateBar, .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 300px;
  }   
  .imgSocial {
    margin: 10px 5px;
    width: 36px;
    height: 36px;
  }
  .lnkMenuPopUp {
    margin: 10px 5px;
    width: 36px;
    height: 36px;
  }
}
@media all and (max-width: 400px) {
  .imgHomeLogo {
    width: 90%;
    height: auto;
  }
  .HeaderBar {
    height: 130px;
  }


  .RotateBar  h2 {
    font-size: 24px;
  }  
  .boxQuoteLine {
    font-size: 32px;
  }    
}