@charset "utf-8";

@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;
}

/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*****************************E****************/
body {
	background: #fff;
	padding: 0px;
	margin: 0px;
	font-family: myHelvetica, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	position: relative;
  text-align: center;
}

.BodyPopup {
	padding: 5px;
}

a {
	color: #2655B5;
	text-decoration: none;
}
a:hover {
	color: #0084FF;
}

hr {
	border: none;
	background:  none;
	border-bottom: 1px solid #7e9252;
	display: block;
	clear: both;
}
.hrLine {
 	border: none;
	background:  none;
  margin: 4px 0px;
	border-bottom: 1px solid #7e9252;
	display: block;
	clear: both; 
}
img {
	border-color: #7e9252;
}
/*********************************************/
/* Heading and Title styles
/*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: myHelveticaThin, Helvetica, Arial, sans-serif; 
	font-weight: bold;
	line-height: 1.3em;
	margin: 6px 0px 3px;
}
h1 {
	font-size: 32px;
	color: #7e9252;
}
h2{
	font-size: 26px;
	color: #186e93;
}
h3 {
	font-size: 22px;
	color: #333;
}
h4{
	font-size: 18px;
	color: #222;
}	
h5{
	font-size: 16px;
	color: #111;
}	
h6{
	font-size: 15px;
	color: #000;
}	

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

.HeaderBar {
	font-family: myHelveticaThin, Helvetica, Arial, sans-serif;
	background: #fff;
	width: 100%;
	height: 120px;
  color: #000;
	text-align: center;
	position: relative;
	display: block;
  border-bottom: 7px solid #3e790d;
	padding: 0px;
	margin: 0px;
	z-index: 5;
}
.HeaderBar .HeaderBox {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
  color: #000;
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	z-index: 2;
}

#imgHeaderLogo {
	height: 110px;  
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 10;
}
.HeaderBar h2 {
  font-size: 34px;
	color: #fff;
	margin: 0px;
  padding: 6px 0px;
}
.HeaderBar h3 {
  font-size: 16px;
	color: #fff;
	margin: 0px;
  font-weight: normal;
  padding: 3px 0px;
}

/*************************************************/
.RotateBar {
	background: #3e790d;
	width: 100%;
	height: 600px;
	padding: 0px;
	margin: 0px 0px 0px;
	position: relative;
	text-align: left;
	z-index: 3;
}

.RotateBar .RotateBox {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	text-align: left;
	z-index: 4;
}

.RotateBar .RotateText {
  background: none; /*url("/images/shade3.png");*/
  height: 50%;
  width: 70%;
  position: absolute;
  top: 20%;
  left: 12%;
  font-size: 18px;
  line-height: 1.75em;
  margin: 0px;
  color: #000;
  z-index: 10;
  padding: 3%;
  text-align: center;
  text-shadow: 1px 1px #81bb81;
}
.RotateBar .boxButton3 {
  background-color: #aa273e;
  margin: 5px 35px;
  padding: 8px 16px;
  text-shadow: none;
}
.RotateBar .boxButton3 a {
  color: #FFF;
  font-size: 18px;
}
.RotateBar h2 {
  font-size: 42px;
  
}
.RotateBar h1, .RotateBar h2, .RotateBar h3 {
  color: #000;
}


/*****************************************/
/************ MEMBER MENU ****************/
/*****************************************/
.MemberBar {
	background: none;
	font-family: myHelveticaThin, Helvetica, Arial, sans-serif;
	width: auto;
	height: 40px;
	margin: 15px 15px 10px 10px;
	padding: 0px;
	position: relative;	
	display: block;
  float: right;
	z-index: 4;
  font-size: 16px;
	font-weight: bold;
}


/*****************************************/
/*************** MENU ********************/
/*****************************************/
.MenuBar {
	background: none;
	font-family: myHelveticaThin, Helvetica, Arial, sans-serif;
	width: auto;
	height: 40px;
	margin: 40px 10px 10px;
	padding: 0px;
	position: relative;	
	display: block;
  float: right;
	z-index: 4;
}

.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: 5px 18px;
	margin: 0px;
	display: inline;
	list-style: none;
	position: relative;	
	font-size: 16px;
  font-weight: bold;
}

.mnuMain li a {
	color: #000;
}
.mnuMain li:hover a, .mnuMain li:hover, .mnuMain li.boxMenuActive, .mnuMain li.boxMenuActive a {
	color: #186e93;
}
.mnuMain li a.BoldBlue {
  color: #186e93;
  font-weight: bold;
}
.mnuMain li a.BoldRed {
  color: #aa273e;
  font-weight: bold;
}
.mnuMain li a.BoldGreen {
  color: #7e9252;
  font-weight: bold;
}
/*--------------------------------------*/

.SubMenu {
	background: #6badc9;
	margin: 0px;
	padding: 0px 0px 5px;
	border-radius: 0px 0px 5px 5px;
	display: none;
	position: absolute;
	top: 35px;
	left: 0px;
	width: 220px;
	height: auto;
}
.SubMenu li {
	font-size: 16px;
	list-style: disc;
	color: #FFF;
	padding: 4px 5px;
	margin: 0px;
	height: auto;
	line-height: 1.4em;
	text-align: left;
	width: 210px;
	_width: 220px;
}
.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: #6badc9;
  color: #fff;
  padding: 3% 4%;
  z-index: 1001;
  font-size: 1.35em;
}
.boxMenuDrop a {
  color: #fff;
}
.boxMenuDrop h2 {
  color: #fff;
}
.boxMenuDrop .mnuMain{
	background: none;
	width: auto;
	height: auto;
	margin: 5px 0px;
	padding: 0px;
	position: relative;	
	display: block;
  float: none;
}
.boxMenuDrop .mnuMain li {
  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 {
  display: none;
  cursor:pointer;
}
.lnkCloseMenu, .lnkButton {
  cursor: pointer;
}

/******************************************/
/************** CONTENT BAR ***************/
/******************************************/
.ContentBar, .ContentBar2 {
	background: #EEE;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	line-height: 1.6em;
	font-size: 15px;
	text-align: center;
	color: #000;
	position: relative;
	display: block;
}
.ContentBar2 {
  background: #d0e6d1;
}
.ContentBox {
	background: #fff;	
	color: #000;
  width: 92%;
	padding: 2%;
	margin: 2%;
	text-align: left;
  display: inline-block;
  position: relative;
}
.ContentBox2 {
	color: #000;
  width: 92%;
	padding: 2%;
	margin: 2%;
	text-align: left;
  display: inline-block;
  position: relative;  
}

.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;
}

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

.ContentButtonBar {
  background-color: #3e790d;
  margin: 0px 0px 25px;
  width: 100%;
  height: auto;
  padding: 20px 0px;
  text-align: center;
  color: #81bb81;
  display: block;
  position: relative;
}
.ContentButtonBar a {
  color: #FFF4D3;
}
.ContentButtonBar a:hover {
  color: #fff;
}
.ContentButtonBar .VertBar {
  background: url("/images/layout/shadeback2.jpg") center center no-repeat;
  width: 30px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.ContentButtonBar .ButtonBox {
  width: auto;
  text-align: center;
  padding: 10px 55px;
  margin: 0px;
  font-size: 18px;
  display: inline-block;
  position: relative;
}
.ContentButtonBar .ButtonBarLeft {
  border-left: 1px solid #81bb81;
}
/*********************************************************/
.ContentBox3 {
	background: #fff;
	width: 375px;
	height: 460px;
  margin: 35px 35px;
  padding: 0px;
  display: inline-block;
	position: relative;
	text-align: center;
  overflow: hidden;
}
.ContentBox3 .ContentImage {
	width: 100%;
	height: 275px;
	overflow: none;
  margin: 0px;
  float: right;
}

.ContentBox3 .ContentText {
  width: auto;
  height: auto;
  overflow: none;
  margin: 0px;
  padding: 5px;
  display: inline-block;
	position: relative;
	text-align: center;

}
.ContentBox3 .ContentTitle {
	font-size: 24px;
  padding: 2px 5px;
  text-transform: uppercase;
  text-align: center;
}
.ContentBox3 .ContentDesc {
  padding: 2px 5px;
	font-size: 15px;
	line-height: 1.5em;
  text-align: center;
}


/*********************************************************/
.ContentBox4 {
	background-color: #81bb81;
	width: 300px;
	height: 335px;
  margin: 20px 20px;
  padding: 0px;
  font-size: 24px;
  color: #aa273e;
  text-align: center;
  display: inline-block;
	position: relative;
  overflow: hidden;
}
.ContentBox4 .ContentImage {
	width: 300px;
	height: 300px;
	overflow: none;
  margin: 0px 0px 5px 0px;
  float: right;
}


/*********************************************************/
.MenuPathBox {
	font-size: 11px;
	text-align: left;
	display: block;
	margin: 0px 0px 5px;
}
/******************************************/
.MapBox {
	border: 5px solid #7e9252;
	border-radius: 5px;
	margin: 10px 0px;
	padding: 0px;
	width: 95%;
	height: 450px;
}
.OfficeMapBox {
	border: 5px solid #7e9252;
	border-radius: 5px;
	margin: 10px 0px;
	padding: 0px;
	width: 98%;
	height: 550px;
}
.LeftBox {
	float: left;
	background: #ececd4;
	border: none;
	border-top: 12px solid #cccc99;
	border-bottom: 12px solid #cccc99;
	width: 220px;
	_width: 240px;
	padding: 8px 10px;
	margin: 8px 0px 0px 20px;
	font-size: 12px;
	color: #036;
}
.LeftBox hr, .LeftBox .hrLine {
	color: #efefef;
	border-bottom: 1px solid #efefef;
}


.RightBox {
	float: right;
	background: #E9EEDF;
	border: none;
	width: 220px;
	_width: 240px;
	padding: 8px 10px;
	margin: 0px 0px 20px 20px;
	border-radius: 12px;
	font-size: 13px;
	color: #036;
}
.RightBox hr, .RightBox .hrLine {
	color: #efefef;
	border-bottom: 1px solid #efefef;
}
.RightBox li {
	list-style-image: none;
	list-style-type:disc;
}

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


.datatab {
	background: url("/images/layout/pencil2.png") top left no-repeat;
	color: #FFF;
	height: 25px;
	_height: 28px;
	width: 130px;
	text-align: center;
	padding: 3px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}
/*-----------------------------------------------------*/
.SponsorBar {
  width: 100%;
  margin: 10px 0px;
  text-align: center;
  display: block;
  position: relative;
}
.GoogleTranslateBox {
	position: relative;
	display: inline-block;
	text-align: center;
	height: 30px;
	width: 350px;
  margin: 10px 0px;
}
/************** FOOTER BAR ****************/
.FooterBar {
	background: #3e790d;
  color: #fff;
	font-size: 12px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	position: relative;
  display: block;
}

.FooterBox {
	font-size: 14px;
	line-height: 1.5em;
	color: #fff;
  width: 92%;
	padding: 2%;
	margin: 2%;
	text-align: left;
  display: inline-block;
  position: relative;
}
.FooterBox1 {
  width: auto;
	float: left;
  margin: 0px 35px 0px 10px;
}
.FooterBox2 {
  width: auto;
	float: right;
  margin: 0px 15px 0px 35px;
}
.FooterBar h1, .FooterBar h2, .FooterBar h3, .FooterBar h4 {
	color: #fff;
}
.FooterBar a {
	color: #81bb81;
}
.FooterBar a:hover {
	color: #7e9252;
}

.FooterText {
  background: #222;
  display: block;
  clear: both;
  width: 100%;
  padding: 10px 0px;
  margin: 0px;
  text-align: center;
  font-size: 11px;
  color: #fff;
}
.FooterText a {
  color: #ffc;
}
/*********************************************/
/*  BUTTONS */
/*********************************************/

.boxButtonRed {
  background-color: #aa273e;
}

.boxButton, .boxButton2, .boxButton3, .boxButton4 {
	float: right;
	width: auto;
	height: auto;
	background: #6badc9;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	border: none;
	padding: 8px 14px;
	margin: 1px 0px 1px 3px;	
	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;
}
.boxButton a:hover, .boxButton2 a:hover, .boxButton3 a:hover, .boxButton4 a:hover {
	text-decoration: none;
	color: #FF0;
}
.boxButton2, .boxButton4 {
	float: left;
  margin: 1px 3px 1px 0px;
}
.boxButton p, .boxButton2 p, .boxButton3 p, .boxButton4 p {
  margin: 0px;
  padding: 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 #7e9252;
}

/*========================================*/
/*  APPLICATION FORM
/*========================================*/
.ApplyForm {
  width: 100%;
  position: relative;
  display: block;
}

.ApplyForm .boxSection {
	display: block;
	position: relative;
	clear: both;
	margin: 12px 0px;
}
.ApplyForm .boxField {
	display: block;
	position: relative;
	clear: both;
	margin: 5px 0px;
}
.ApplyForm .boxQuestion {
	margin: 4px 0px;
	font-weight: bold;
}
.ApplyForm .boxNote {
	font-size: 14px;
	color: #333;
	font-style: italic;
	display: block;
	position: relative;
	clear: both;
	margin: 2px 0px;
}
.ApplyForm .boxThird {
	margin: 2px 0px;
	width: 32%;
	display: inline-block;
}
.ApplyForm input, .ApplyForm select, .ApplyForm textarea {
	margin: 4px 2px;
}
.ApplyForm input[type=text], .ApplyForm input[type=password], .ApplyForm select, .ApplyForm textarea {
	border: 1px solid #999;
	border-radius: 6px;
	padding: 7px 10px;
}
.ApplyForm input.wide, .ApplyForm select.wide, .ApplyForm textarea.wide {
	width: 98%;
}
.ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half {
	width: 47%;
}
.ApplyForm input.third, .ApplyForm select.third, .ApplyForm textarea.third {
	width: 30%;
}
/*------------------------------------*/

.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 #7e9252;
	border-radius: 5px;
	display: none;
	z-index: 910;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ImagePopup {
	position: fixed;
	top: 3%;
	left: 18%;
	width: 60%;
	height: 90%;
	margin: 0px;
	padding: 15px;
	font-size: 14px;
	background: #FFF;
	border: 3px solid #7e9252;
	border-radius: 5px;
	display: none;
	z-index: 910;
	overflow-y: scroll;
	overflow-x: hidden;
}


.MemberMenuBox {
  width: 20%;
  float: left;
  height: auto;
	text-align: left;
	margin: 0px 15px 0px 0px;
}

.MemberContentBox {
  width: 78%;
  float: right;
  height: auto;
}

.MemberMenu {
  display: block;
  position: relative;
  width: 90%;
  height: auto;
  float: left;
  padding: 15px;
  font-size: 16px;
  line-height: 1.65em;
  margin: 0px 0px 20px 0px;
  background: #d5e5d5;
  color:#000;
  text-align: left;
}
.MemberMenu ul {
	width: 100%;
  margin: 5px 0px;
  padding: 0px;
  color: #6badc9;
	border-top: 1px solid #999;
}
.MemberMenu li {
  margin: 0px 0px;
  padding: 3px 0px;
  color: #6badc9;
	list-style: none;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #999;
}
.MemberMenu li:hover {
	background: #b0dbb0;
}

#hdnPasswordShow {
	font-family: Courier New, Verdana, Arial;
}
/*****************************************
/** IMAGE sizes
/*****************************************/
.imgReq {
	width: 10px;
	height: 10px;
	border: none;
	margin: 0px;
	vertical-align: middle;
}
.imgEventLinks {
  width: 32px;
  height: 32px;
  border: none;
  margin: 0px 5px;
  float: right;
}
.imgCalendarMos {
  width: 28px;
  height: 28px;
  border: none;
  margin: 0px 2px;
  vertical-align: middle;
}
.imgSponsors {
  height: 75px;
  border: none;
  margin: 0px 15px;
}
.imgLinkLeft {
  width: 200px;
  padding: 5px; 
  border: 2px solid #CCC; 
  margin: 5px;
  float: left;
}
.imgLinkRight {
  width: 200px;
  padding: 5px; 
  border: 2px solid #CCC; 
  margin: 5px;
  float: right;
}
.imgNextPage {
  width: 25px;
  height: 25px;
  border: none;
  margin: 0px 2px;
}



/*********************************************/
/* TABS
/*********************************************/
.TabFrame {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	padding: 0px;
	margin: 5px 0px;
	display: block;
	clear: both;
}
.TabFrame .TabButtonRow {
	width: 100%;
	height: 33px;
	display: block;
}
.TabFrame .TabButton {
	width: auto;
	height: 28px;
	_height: 32px;
	padding: 4px 18px 0px;
	margin: 0px;
	font-size: 16px;
	background: #232323 url("/images/layout/hl.png") top center repeat-x;
	color: #fff;
	border: 1px solid #111;
	border-radius: 6px 6px 0px 0px;
	float: left;
	cursor: pointer;
}
.TabFrame .TabActive {
	background: #d5e5d5 url("/images/layout/hl2.jpg") bottom center repeat-x;
	color: #fff;
}
.TabFrame .TabPage {
	background: #f6f6f6;
	width: auto;
	height: 100%;
	padding: 10px;
	display: none;
	border: 1px solid #666;
	border-radius: 0px 0px 6px 6px;
}
.TabFrame #TabPage1 {
	display: block;
}

.TabFrame .TabPage .boxData {
	background: #fff;
}


/********************************************/
/** LOADING POPUPS
/********************************************/
.boxLoading {
	width: 125px;
	height: 150px;
	padding: 5px;
	border-radius: 5px;
	font-size: 16px;
	background: #f3f3f3;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	line-height: 1.4em;
	margin: -100px 0px 0px 60px;
	text-align:center;
	z-index: 1001;
}

/*********************************************/
/* 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: 16px;
}
.boxSuccess {
	background-color: #7e9252;
  color: #fff;
	text-align: center;
  width: auto;
  padding: 10px 10px; 
  margin: 5px 0px;
  font-size: 16px;
}
.boxSuccessLg {
	font-size: 16px;
	color: #7e9252;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 5px;
	line-height: 1.5em;
}
.boxSuccess a, .boxSuccessLg a {
  color: #81bb81;
}

.AdminBody .boxError {
	background: #FFCCCC url("/images/layout/smallback3.jpg");
	font-weight: bold;
	font-size: inherit;
	text-align: center;
	padding: 5px 5px;
	margin: 5px 0px;
	border: 1px solid #300;
	color: #300;
	border-radius:8px;
}
.AdminBody .boxSuccess {
	font-weight: bold;
	font-size: inherit;
	background: #060 url("/images/layout/smallback4.jpg");
	text-align: center;
	padding: 5px 5px;
	margin: 5px 0px;
	border: 1px solid #7e9252;
	color: #7e9252;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:8px;
}
.AdminBody #boxSaving {
	display: none;
}

.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: 12px;
	margin: 3px  0px;
	color: #666;
}
.boxNote2 {
	font-size: 11px;
	margin: 2px 0px;
	color: #999;
}
.boxData {
	font-size: 13px;
	padding: 5px;
	color: #000;
	background: #F3F3F3;
	border-radius: 15px;
	text-align: left;
	width: 98%;
}
.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: 14px;
	z-index: 10;
	position: relative;
  border-collapse: separate;
  border-spacing: 0px;  
}
.tableData thead tr {
	background: #d5e5d5 url("/images/layout/hl2.jpg") bottom center repeat-x;
  color: #fff;
}
.tableData thead td {
	background: #d5e5d5 url("/images/layout/hl2.jpg") bottom center repeat-x;
  color: #fff;
	font-weight: normal;
	text-align: center;
	border: none;
	font-size: 14px;
	padding: 4px;
	border-right: 2px groove #CCC;
	border-bottom: 1px solid #999;
}

.tableData thead tr td.headerlast {
	border-right: none;
}
.tableData thead.smallfont td {
	font-size: 11px;
}
.tableData thead.largefont td {
	font-size: 14px;
}

.tableData tbody tr {
	border: 0px;
	_border-bottom: 1px solid #EEE;
}
.tableData tbody td {
	font-weight: normal;
	border-bottom: 1px solid #EEE;
	font-size: 1fpx;
	position: relative;
	padding: 4px;
}
.tableData tbody td.cellmid {
	border-right: 1px solid #DDD;
}
.tableData tbody td.cellnote {
	color: #666;
	font-size: 12px;
}
.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;
}

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

.tableNoBorder {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 0px;  
}
.tableNoBorder tr {
  border: none;
  margin: 0px;
}
.tableNoBorder td {
  border: none;
  margin: 0px;
}

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

#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
/*********************************************/
.boxGrey {
	width: auto;
	background: #d0e6d1;
	padding: 12px 15px;
	margin: 10px 0px;
	position: relative;
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 1.55em;
}

.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;
}
.textboxCenter {
	display: table-cell;
	height: 25px;
	width: 160px;
	font-size: 10px;
	color: #000;
	text-align: center;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	_position: relative;
	_top: 0px;
	_margin_top: auto;
	_vertical-align: top;
	border: none;
	background: none;
}
.textboxCenter a:link {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:visited {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:active {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}




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

input, select, textarea {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: inherit;
	padding: 3px 5px;
	border: 1px solid #7e9252;
	border-radius: 4px;
}

input.wide, textarea.wide {
	width: 98%;
}
/***************************************/
/* 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: 1100px) {

  
}
@media all and (max-width: 975px) {	
  .mnuMain li {
    padding: 7px 15px;
  }
  .RotateBar .RotateText {
    width: 80%;
    left: 9%;
  }
}


@media all and (max-width: 880px) {	
  .mnuMain li {
    padding: 5px 10px;
    font-size: 16px;
  }
  .RotateBar .RotateText {
    width: 88%;
    left: 4%;
    font-size: 16px;
    line-height: 1.6em;
  }
}


@media all and (max-width: 750px) {	
  .MenuBar, .MemberBar  {
    display: none;
  }
  .lnkMobileMenu {
    display: block;
    float: right;
    margin: 0px 15px 0px 0px;
    height: 40%;
    cursor: pointer;
  }
  .RotateBar .boxButton3 a {
    font-size: 14px;
  }
  .boxButton3 {
    display: inline-block;
    padding: 5px 12px;
  }
}

@media all and (max-width: 600px) {	
  .RotateBar {
    height: 550px;
  }
  .RotateBar .RotateText {
    height: 80%;
    top: 9%;
    font-size: 14px;
    line-height: 1.45em;
  }

  .FooterBox1, .FooterBox2 {
    width: 90%;
    display: block;
    clear: both;
    float: none;
    text-align: center;
  }
}