@charset "utf-8";

@font-face {
    font-family: myMyriadCondensed;
    src: url('/include/fonts/myriadpro-cond-webfont.woff2') format('woff2'),
         url('/include/fonts/myriadpro-cond-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*************************************/
/************** BODY *****************/
/*************************************/
html { 
	padding: 0px;
	margin: 0px;
  width: 100%;
  height: 100%;
	position: relative;
	display: block;
}
body {
	background: #fff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
  font-weight: 300;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	color: #000;
  text-align: center;
	position: relative;
	display: block;
}

.BodyPopup {
	padding: 5px;
}

a {
	color: #225500;
	text-decoration: none;
}
a:hover {
	color: #47dc19;
}

hr {
	border: none;
	background:  none;
	border-bottom: 1px solid #225500;
	display: block;
	clear: both;
  margin: 10px 0px;
}

img {
	border-color: #ffd725;
  border-radius: 3px;
}

/*
.ContentBox p:first-of-type {
  background-image: url("/images/layout/parline.png");
  background-position: 0px -6px  ;
  background-repeat: no-repeat;
  background-size: auto auto;
  text-indent: 10px;
  margin: 15px 0px;
}*/

/*********************************************/
/* Heading and Title styles
/*********************************************/
h1, h2, h3, h4, h5, h6 {
  font-family: myMyriadCondensed, Tahoma, Verdana, Arial, sans-serif; 
  font-weight: normal;
	line-height: 1.45em;
	margin: 5px 0px;
  padding: 1px 0px;
}
h1 {
	font-size: 38px;
	color: #336a31;
}
h2{
	font-size: 34px;
	color: #111;
}

h3 {
	font-size: 30px;
	color: #222;
}
h4{
	font-size: 26px;
	color: #333;
}	
h5{
	font-size: 22px;
	color: #444;
}	
h6{
	font-size: 18px;
	color: #555;
}	

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

.img404Error {
  width: 50%;
}
/*************** HEADER **************/

.HeaderBar, .HeaderBar2 {
  background: none;
	width: 100%;
	height: 86px;
  color: #fff;
  border-top: 2px solid #ffd725;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px;	
	position: relative;
	display: block;
	clear: both;
  overflow: visible;
  z-index: 1120;
}
.HeaderBar .HeaderBox, .HeaderBar2 .HeaderBox {
  background: #336a31; /*url("/images/layout/headerback.png") bottom center repeat-x;*/
	width: 100%;
	height: 41px;
  z-index: 1001;
  position: absolute;
  top: 0px;
  left: 0px;
}

.HeaderTall{
  height: 285px;
  margin: 0px 0px 0px;
}

.HeaderBar2 {
  margin: 0px;
}
.HeaderBar .TopBar, .HeaderBar2 .TopBar, .HeaderBar .TopBar2, .HeaderBar2 .TopBar2 {
  background: #ffd725 url("/images/layout/brownline1.jpg") center left no-repeat;
  height: auto;
  width: auto;
  margin: 0px;
  padding: 8px 25px 10px 35px;
	float: right;
  font-size: 16px;
  text-align: right;
  color: #000;
}
.HeaderBar .TopBar2, .HeaderBar2 .TopBar2 {
  background: #ffd725 url("/images/layout/yellowedge1.jpg") top left no-repeat;
  padding: 8px 05px 10px 40px;
}
.HeaderBar .TopMenu, .HeaderBar2 .TopMenu {
  height: auto;
  width: auto;
  margin: 0px;
  padding: 8px 15px 8px 85px;
	float: right;
  font-size: 16px;
  color: #fff;
}
.HeaderBar .TopMenu a, .HeaderBar2 .TopMenu a  {
  color: #fff;
}
.HeaderBar h1, .HeaderBar2 h1 {
  position: absolute;
  top: 32px;
  left: 8px;
  font-size: 43px;
  color: #336a31;
  margin: 0px;
  padding: 0px;
  z-index: 1000;
  text-shadow: 1px 1px #333;
}

.lnkMenuPopUp {
	display: none;
  float: left;
  margin: 10px 15px;
}
.imgSocial {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 0px 10px;
  vertical-align: middle;
}

.HeaderBar2 .HeaderImage {
  background-size:  100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 35px;
  left: 0px;
  width: 100%;
  height: 250px;
  z-index: 10;
}
.imgHeaderImage {
  border: none;
  padding: 0px;
  margin: 0px 0px 10px;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 20;
}
/*************************************************/
/* ROTATE SLIDESHOW
/*************************************************/
.RotateBar {
	background: #d8dfd8;
	width: 100%;
	height: 650px;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 15;
  overflow: hidden;
}
.RotateBar .RotateBox {
  background-position: center center; 
  background-repeat: no-repeat;
	width: 100%;
	height: 650px;
	position: absolute;
  top: 0px;
  left: 0px;
	z-index: 10;
}
.RotateBar .RotateImage {
  background-color: #000;
	background-repeat: no-repeat;
  background-size: 100% auto;
	width: 100%;
	height: 650px;
	position: absolute;
  top: 0px;
  left: 0px;
	z-index: 10;
}

.RotateText {
  background-image: url("/images/shade7.png");
	width: auto; 
	height: auto;
  font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-align: left;
  line-height: 1.3em;
  padding: 5px 15% 5px 2%;
	z-index: 12;
  position: absolute;
  left: 0px;
  bottom: 15%;
  visibility: hidden;
}
.RotateBar h2 {
	color: #336a31;
	font-size: 28px;
}
.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 .RotateTitle {
  font-size: 42px;
  color: #225500;
  position: absolute;
  top: 38px;
  left: 15px;
  z-index: 1011;
  text-shadow: 1px 1px #333;
  display: none;
}

.RotateFrame {
	background-image: url("/images/layout/slideshowframe.png");
  background-position: bottom center;
  background-size: 100% 50px;
  background-repeat: no-repeat;
  width: 100%;
	height: 50px;
	position: absolute;
  bottom: 0px;
  left: 0px;  
  z-index: 100;
}


/*****************************************/
/*************** MENU ********************/
/*****************************************/
.MenuBar {
	background: #336a31; /*url("/images/layout/headerback.png") bottom center repeat-x;*/
  font-weight: 100;
	width: auto;
	height: 45px;
	margin: 0px;
	padding: 0px 0px 0px;
	position: absolute;	
  right: 0px;
  top: 41px;
	text-align: right;
	z-index: 1001;
}

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


.mnuMain li {
  text-transform: uppercase;
	width: auto;
	height: auto;
	padding: 12px 15px 12px;
  line-height: 1.5em;
	margin: 0px;
	display: inline-block;
	list-style: none;
	position: relative;	
  font-weight: normal;
  text-align: center;
	font-size: 14px;
}

.mnuMain li a {
	color: #fff;
}
.mnuMain li.boxMenuActive {
  background: #ffd725;
	color: #336a31;
}
.mnuMain li.boxMenuActive a {
	color: #336a31;
}
.mnuMain li:hover .SubMenu {
  display: block;
}
/*--------------------------------------*/

.SubMenu {
	background: #336a31;
	border-top-width: 5px;
	margin: 0px;
	padding: 5px 0px;
	display: none;
	position: absolute;
	top: 45px;
	left: 0px;
	width: 250px;
	height: auto;
}
.SubMenu li {
	font-size: 14px;
	list-style: disc;
	color: #FFF;
	padding: 9px 8px;
	margin: 0px 0px 0px;
	height: auto;
	line-height: 1.4em;
	text-transform: capitalize;
	text-align: left;
	width: 230px;
	_width: 250px;
}
.SubMenu ul {
	padding: 2px 0px 2px 15px;
	margin: 0px;
}
.SubMenu ul li a, .SubMenu li a, .mnuMain li:hover ul li a {
	color: #ffd725;
	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: #ee6b10;
	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: #000;
}
.SubMenu li:hover ul {
	display: block;
}

.SubMenu li:hover {
	background: none;
}

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

.boxMenuDrop .mnuMain li:hover, .boxMenuDrop .mnuMain li a:hover {
  background: #ffd725;
	color: #336a31;
}

.boxMenuDrop .mnuMain li a:hover ul li a {
  color: #fff;
}
.boxMenuDrop .mnuMain li ul {
  background: #336a31;
	display: block;
	position: relative;
	top: auto;
	left: auto;
	width: 100%; 
  padding: 5px 0px;
  margin-left: 0px;
}
.boxMenuDrop .mnuMain li ul li {
  padding: 5px 5px;
}
.lnkMobileMenu, .mnuMain li.mnuCloseMenu {
  display: none;
  cursor:pointer;
}
.lnkCloseMenu {
  cursor: pointer;
}

.MobileMenu {
	display: none;
}




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


.ContentBox {
	width: 86%;
	padding: 15px 7%;
	text-align: left;
	position: relative;
	display: inline-block;
}
.ContentBox2 {
  background: #d8dfd8 url("/images/layout/contentback2.jpg") bottom center repeat-x;
  margin: 10px 2%;
  padding: 2%;
  border-radius: 15px;
}
.ContentBar2 {
  background: #d8dfd8 url("/images/layout/contentback2.jpg") bottom center repeat-x;
}
.ContentBar2 .ContentBox {
  padding: 50px 0px 65px;
}
.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: 0px 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
	display: block;
	position: relative;
	border-radius: 12px;
}


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

.FooterBox1 {
  width: 40%;
	display: inline-block;
	text-align: left;
	position: relative;
	vertical-align: top;
  margin: 0px 2% 0px;
  padding: 0px;
}
.FooterBox1a {
  width: auto;
	display: inline-block;
	text-align: left;
	position: relative;
	vertical-align: top;
  margin: 0px 5% 0px;
  padding: 0px;
}
.FooterBox2 {
  width: 30%;
	float: right;
  text-align: right;
  margin: 0px;
}
.FooterBar h1, .FooterBar h2, .FooterBar h3, .FooterBar h4 {
	color: #ffd725;
}
.FooterBar h2 {
  font-size: 26px;
}
.FooterBar h3 {
  font-size: 22px;
  font-style: italic;
}
.FooterBar a {
	color: #ffd725;
}
.FooterBar a:hover {
	color: #ee6b10;
}
.imgFooterLogo {
	width: 250px;
	margin: 0px;
}
.FooterText {
  background: #225500;
  display: block;
  clear: both;
  width: 100%;
  padding: 13px 0px;
  margin: 0px;
  text-align: center;
  font-size: 11px;
  color: #eee;
  border-bottom: 2px solid #ffd725;
}
.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;
}

.FooterBar .SignBox {
  background-image: url("/images/layout/Sign2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 150px;
  height: 155px;
  position: absolute;
  right: 25px;
  bottom: 0px;
  text-align: left;
}
.FooterBar .SignBox .EmailBox {
  background-image: url("/images/layout/emailfooter.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 14px 0px 0px 20px;
}
.FooterBar .SignBox .FacebookBox {
  background-image: url("/images/layout/facebookfooter.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
/*********************************************/
/*  BUTTONS */
/*********************************************/

.boxButtonRed {
  background-color: #ee6b10;
}

.boxButton, .boxButton2, .boxButton3, .boxButton4 {
	float: right;
	width: auto;
	height: auto;
	background: #225500;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	border: none;
	padding: 7px 12px;
	margin: 5px;
	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: #ffd725;
}
.boxButton2, .boxButton4 {
	float: left;
  margin: 1px 3px 1px 0px;
}
.boxButton p, .boxButton2 p, .boxButton3 p {
	padding: 0px;
	margin: 0px;
  background: none;
  text-indent: 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;
}

/****************************************/
/*********** BLOG ENTRIES ***************/
/****************************************/
.NewsCatList {
  width: 20%;
  float: right;
  margin: 0px;
  padding: 0px 0px 0px 1%;
  display: block;
  position: relative;
  border-left: 1px solid #47dc19;
}
.NewsMedium {
  background: #fff;
  border: 1px solid #e2f4e2;
  width: 77%;
  height: auto;
	margin: 15px 0px;
	padding: 0px;
	display: inline-block;
	position: relative;	
  vertical-align: top;
}
.NewsMedium .NewsImage {
	width: 36%;
	height: 250px;
	background-size: 350px auto;
	background-repeat: no-repeat;
  background-position: top center;
	text-align: right;
  position: relative;
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 10;
  overflow: hidden;
}
.NewsMedium h2 {
	font-size: 28px;
  line-height: 1.35em;
	color: #006877;
  display: block;
  position: relative;
  padding: 0px;
  z-index: 15;
  margin: 3px 0px;
}
.NewsMedium h2 a {
  color: #006877;

}
.NewsMedium h5 {
	font-size: 20px;
  line-height: 1.35em;
  display: block;
  position: relative;
  padding: 0px;
  z-index: 15;  
  margin: 3px 0px;
}
.NewsMedium .NewsDate {
	color: #666;
	font-size: 13px;
	font-style: italic;
}

.NewsMedium .NewsDesc {
  width: 62%;
  font-size: 14px;
  line-height: 1.4em;
	margin: 3px 0px 3px;
  padding: 0px 0px;
  display: block;
  position: relative;
  float: right;
}
.NewsMedium .boxButton {
  background: #ffd725;
  position: absolute;
  margin: 0px;
  right: 0px;
  bottom: 0px;
}
.NewsMedium .boxButton a {
  color: #336a31;
}
/*-----------------------------------------*/
.NewsHome {
	margin: 10px 40px;
	width: 400px;
	vertical-align: top;
	display: inline-block;
	position: relative;
}
.NewsHome .NewsImage {
	width: 400px;
	height: 300px;
	background-size: 400px auto;
	overflow: hidden;
	display: block;
	position: relative;
	border: 1px solid #006877;
}
.NewsHome h1 {
	font-size: 24px;
	color: #006877;
	margin: 0px;
	text-shadow: 1px 1px #eee;
}
.NewsHome .NewsDesc {
	font-size: 13px;
  line-height: 1.4em;
}
.NewsHome h5 {
	color: #666;
	margin: 0px;
	font-style: italic;
}
.NewsHome .boxButton2 {
	float: none;
	display: inline-block;
}
/*-----------------------------------*/
.NewsLarge {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	clear: both;
}
.NewsLarge .NewsTitle {
	font-size: 28px;
	color: #006877;
	margin: 0px 0px 10px;
	text-shadow: 1px 1px #eee;
}
.NewsLarge .NewsDate {
	color: #666;
	font-size: 15px;
	font-style: italic;
}
.NewsLarge .NewsImage {
	margin: 0px 0px 10px 0px;
	width: 100%;
}
.NewsLarge .NewsImage {
	background-size: 415px auto;
	background-repeat: no-repeat;
	float: right;
	margin: 0px 0px 10px 15px;
	width: 425px;
	height: 650px;
	text-align: right;
}


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

.ApplyForm .boxSection {
	display: block;
	position: relative;
	clear: both;
	margin: 12px 15%;
	padding: 1% 3%;
  border: 5px solid #497548;
  color: #497548;
  border-radius: 3px;
  text-align: left;
	width: 64%;
}
.ApplyForm .boxTitle {
  background-color: #497548;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: -25px;
  left: 26%;
  width: 46%;
  padding: 10px 1%;
  color: #fff;
  font-size: 24px;
  /* font-stretch: expanded;*/
}
.ApplyForm .boxDesc {
  width: 97%;
  padding: 5px 1%;
  margin: 10px 0px;
  text-align: center;
  background-color: #ffd725;
  color: #000;
  font-size: 14px;
  display: block;
  position: relative;
}
.ApplyForm .boxDesc p {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: none;
  text-indent: 0px;
}
.ApplyForm .boxField {
	display: block;
	position: relative;
	clear: both;
	margin: 5px 0px;
}
.ApplyForm .boxQuestion {
	margin: 4px 0px;
	font-weight: bold;
}
.ApplyForm .boxLabel {
  width: 125px;
  text-align: left;
  display: inline-block;
}
.ApplyForm .boxLabelLg {
  width: 250px;
  text-align: left;
  display: inline-block;
}
.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;
	vertical-align: top;
}
.ApplyForm .boxTwoThird {
	margin: 2px 0px;
	width: 64%;
	display: inline-block;
	vertical-align: top;
}
.ApplyForm .boxHalf {
	margin: 2px 0px;
	width: 47%;
	display: inline-block;
	vertical-align: top;
}
.ApplyForm .boxRight {
	float: right;
}
.ApplyForm .boxInput {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 1px 8px;
  display: inline-block;
}
.ApplyForm input, .ApplyForm select, .ApplyForm textarea {
	margin: 4px .5%;
}
.ApplyForm input[type=text], .ApplyForm input[type=password], .ApplyForm select, .ApplyForm textarea {
	border: 1px solid #777;
	border-radius: 3px;
	padding: 6px 1%;
}
.ApplyForm input.wide, .ApplyForm select.wide, .ApplyForm textarea.wide, .ApplyForm div.wide {
	width: 96%;
}
.ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half, .ApplyForm div.half {
	width: 46%;
}
.ApplyForm input.third, .ApplyForm select.third, .ApplyForm textarea.third, .ApplyForm div.third {
	width: 31%;
}
.ApplyForm .number {
	text-align: right;
}
.ApplyForm .isbold {
  font-weight: bold;
}
.ApplyForm .boxBorder {
  border: 1px solid #336a31;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 5px;
}
.txtNumber {
	text-align: right;
}

.lnkButton {
  cursor: pointer;
}

.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 #225500;
	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: #225500;
  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: 300px;
	height: 330px;
	margin: 15px;
	text-align: left;
	display: inline-block;
	position: relative;
}
.boxGallery .ImageBox {
	width: 270px;
	height: 240px;
	display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 10;
}
.boxGallery .ImageFrame {
  background-image: url('/images/layout/polaroidframe300.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 300px 329px;
  width: 325px;
  height: 325px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}
.boxGallery h2 {
	position: absolute;
  top: 245px;
  left: 0px;
  width: 300px;
  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: #225500;
}
/*********************************************/
/* 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 #225500;
	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: 1250px) { 
  .ApplyForm .boxSection {
    width: 75%;
    margin: 12px 11%;
  }
  .RotateBar .RotateImage {
    background-size: auto 100%;
  }
  .mnuMain li {
    padding: 11px 15px 12px;
    font-size: 15px;
  }
  .ContentHome {
    width: 20%;
  }

}

@media all and (max-width: 1120px) {
  .ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half, .ApplyForm div.half {
      width: 46%;
  }
  .mnuMain li {
    padding: 12px 13px 13px;
    font-size: 14px;
  }

}

@media all and (max-width: 990px) {
	.MenuBar {
		display: none;
	}
	.lnkMenuPopUp {
		display: block;
		position: absolute;
		width: 30px;
    height: 30px;
    right: 5px;
    top: 40px;
	}
  .ApplyForm .boxSection {
    width: 85%;
    margin: 12px 6%;
  }  
  .ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half, .ApplyForm div.half {
      width: 45%;
  }  
  .ApplyForm input.wide, .ApplyForm select.wide, .ApplyForm textarea.wide, .ApplyForm div.wide {
      width: 95%;
  }    
  
  .NewsMedium h2 {
    font-size: 24px;
  }
  .NewsMedium h5 {
    font-size: 18px;
  }
  .NewsMedium h6 {
    font-size: 16px;
  }
  .NewsMedium .NewsDesc {
    font-size: 13px;
  }
  .NewsMedium .NewsImage {
    height: 225px;
  }
}

@media all and (max-width: 900px) {

  .RotateBar, .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 550px;
   
  }
  .RotateBar .RotateImage {
     background-size: auto 100%;
  }
}

@media all and (max-width: 840px) {
  .NewsMedium .NewsImage {
    width: 40%;
    height: 200px;
  }  
  .NewsMedium .NewsDesc {
    width: 58%;
  }
  .img404Error {
    width: 65%;
  }  
}

@media all and (max-width: 775px) {

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

  .ApplyForm .boxSection {
    width: 90%;
    margin: 12px 4%;
  }    
  .ApplyForm .boxTitle {
    font-size: 22px;
    padding: 7px 1%;
    top: -25px;
    left: 15%;
    width: 68%;    
  }  
  .ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half, .ApplyForm div.half {
      width: 44%;
  }    

  .ApplyForm input.wide, .ApplyForm select.wide, .ApplyForm textarea.wide, .ApplyForm div.wide {
      width: 95%;
  } 

  .RotateBar h2 {
    font-size: 24px;
  }  
  
  .NewsCatList {
    display: none;
  }
  .NewsMedium {
    width: 100%;
  }
}

@media all and (max-width: 600px) {

  .HeaderBar .TopBar, .HeaderBar2 .TopBar {
    font-size: 14px;
    padding: 9px 10px 10px 30px;
  }
  .HeaderBar .TopBar2, .HeaderBar2 .TopBar2 {
    font-size: 14px;
    padding: 9px 2px 10px 40px;
  }
  .imgSocial {
    width: 18px;
    height: 18px;
  }
  .RotateBar, .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 450px;
  }

  .ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half, .ApplyForm div.half {
      width: 43%;
  }    
  .RotateBar h2 {
    font-size: 22px;
  }
  .img404Error {
    width: 75%;
  }    
}

@media all and (max-width: 525px) {

  .RotateBar, .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 350px;
  } 
  
  .FooterBox {
    padding: 20px 0px 60px;
  }
  .FooterBox1, .FooterBox2 {
    width: 40%;
    margin: 10px 2%;
    float: none;
    font-size: 13px;
  }
  .FooterBox1a {
    margin: 0px;
  }
  
  .FooterBar {
    line-height: 1.35em;
  }
  .FooterBar .SignBox {
    width: 120px;
    height: 124px;
    right: 15px;
  }
  .FooterBar .SignBox .EmailBox {
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
  }
  .FooterBar .SignBox .FacebookBox {
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
  }
    
  
  
  .ApplyForm .boxSection {
    width: 93%;
    margin: 12px 3%;
  }    
  .ApplyForm .boxTitle {
    font-size: 20px;
    padding: 7px 1%;
  }      
  .ContentHome {
    width: 45%;
    padding: 1% 2px;
    margin: 0px 5px;
  }
  
  .RotateBar .RotateText {
    bottom: 20%;
  }

  .RotateBar .RotateTitle {
    font-size: 40px;
  }
  .RotateBar h2 {
    font-size: 20px;
  }  
  .imgSocial {
    margin: 0px 6px;
  }
  
  
  h1, h2, h3, h4, h5, h6 {
  	line-height: 1.25em;  
  }
  .HeaderBar h1, .HeaderBar2 h1 {
    line-height: 1.45em;
  }
}

@media all and (max-width: 450px) {

  .lnkMenuPopUp {
    margin: 5px 5px;
    width: 36px;
    height: 36px;
  }
  .ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half, .ApplyForm div.half {
      width: 94%;
  }    
  .ApplyForm input.wide, .ApplyForm select.wide, .ApplyForm textarea.wide, .ApplyForm div.wide {
      width: 94%;
  }   
  .ApplyForm .boxTitle {
    top: -25px;
    left: 10%;
    width: 78%;  
  }

  #txtHeaderPhone {
    display: none;
  }

}

@media all and (max-width: 355px) {

  .HeaderBar .TopBar2, .HeaderBar2 .TopBar2 {
    background: #ffd725;
    padding: 9px 2px 10px 10px;
  }  

}