@charset "utf-8";



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

.BodyPopup {
	padding: 5px;
}

a {
	color: #e454ac;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #06F;
}

a.bluetext {
  color: #30d5c8;
  text-decoration: underline;
  font-weight: bold;
}
hr {
	border: none;
	background:  none;
	border-bottom: 1px solid #e454ac;
	display: block;
	clear: both;
}
.hrLine {
  width: 90%;
  margin: 4px 5%;
 	border: none;
	background:  none;
	border-bottom: 3px solid #e454ac;
	display: block;
	clear: both; 
}
img {
	border-color: #e454ac;
}
/*********************************************/
/* Heading and Title styles
/*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-weight: normal;
	line-height: 1.45em;
	margin: 6px 0px;
}
h1 {
	font-family: 'Brush Script MT', Verdana, Helvetica, Arial, sans-serif; 
	font-size: 46px;
	color: #e454ac;
}
h2{
	font-size: 26px;
	color: #111;
}

h3 {
	font-size: 24px;
	color: #222;
	margin: 4px 0px;
}
h4{
	font-size: 20px;
	color: #333;
	margin: 2px 0px;
}	
h5{
	font-size: 18px;
	color: #444;
	margin: 2px 0px;
}	
h6{
	font-size: 16px;
	color: #555;
}	

li {
	list-style-image: url("/images/icons/arrow1.png");
	list-style-type: none;
	font-size: inherit;
	vertical-align: middle;
}
/*************** HEADER **************/

.HeaderBar {
  background: url("/images/shade3.png");
	width: 100%;
	height: 170px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	z-index: 1001;
	border-bottom: 3px solid #e454ac;
	position: relative;
	display: block;
	clear: both;
}

.HeaderBar .TopBar {
  color: #444;
  width: auto;
  height: 40px;
  padding: 0px;
  text-align: right;
  font-size: 15px;
	vertical-align: middle;
  display: block;
  position: absolute;
	top: 8px;
	right: 10px;
}
.HeaderBar .TopBar a {
  color: #444;
}

.imgHomeLogo {
	height: 125px; 
	position: relative;
	display: inline-block;
  z-index: 20;
}
.lnkMenuPopUp {
	display: none;
}
.imgTopIcon {
	margin: 0px 6px;
	width: 24px;
	vertical-align: middle;
}
.imgRoundCorner {
	border-radius: 0px 20px 0px 20px;
	overflow: hidden;
}
.imgClientLogo {
	width: 200px;
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 25px;
}
.imgIconSm {
	width: 20px;
	border: none;
	margin: 0px 2px;
}
.imgIcon {
	width: 24px;
	border: none;
	margin: 0px 2px;
}
.imgIconLg {
	width: 30px;
	border: none;
	margin: 0px 2px;
}
.imgReq {
	width: 10px;
	height: 10px;
	border: none;
	margin: 0px;
	vertical-align: middle;
}
/*************************************************/
/* ROTATE SLIDESHOW
/*************************************************/
.RotateBar {
	background: #75676f;
	width: 1100px;
	height: 500px;
	border: none;
	display: block;
	position: relative;
	padding: 0px;
	margin: 15px 0px 0px;
	z-index: 15;
  overflow: hidden;
}
.RotateBar .RotateBox {
	width: 100%;
	height: 500px;
	padding: 0px;
	margin: 0px;
	display: block;
	position: relative;
	text-align: center;
	z-index: 10;
}
.RotateBar .RotateImage {
  background: none;
	width: 100%;
	height: 500px;
	padding: 0px;
	margin: 0px;
	display: block;
	position: relative;
	text-align: center;
	z-index: 10;
}

.RotateText {
	width: 90%; 
	height: auto;
  font-size: 28px;
	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: 48px;
}
.RotateBar .RotateFrame {
	width: 1px;
	height: 500px;
	display: block;
	position: relative;
	float: left;
}
.ShadeBar {
	background: url("/images/layout/shadebottom.png") top center no-repeat;
	width: 100%;
	height: 37px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
/*****************************************/
/*************** MENU ********************/
/*****************************************/
.MenuBar {
	background: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 100%;
	height: 40px;
	margin: 15px 0px 0px;
	padding: 0px;
	position: relative;	
	text-align: center;
	display: block;
	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: 4px 15px;
	margin: 0px;
	display: inline;
	list-style: none;
	position: relative;	
	font-size: 13px;
  font-weight: bold;
	border-right: 1px solid #000;
}
.mnuMain li:last-child {
	border-right: none;
}

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

.SubMenu {
	background: #e454ac;
	margin: 0px;
	padding: 3px 0px 2px;
	display: none;
	position: absolute;
	top: 24px;
	left: 0px;
	width: 200px;
	height: auto;
}
.SubMenu li {
	font-size: 13px;
	list-style: disc;
	color: #FFF;
	padding: 5px 7px;
	margin: 0px 0px 5px;
	height: auto;
	line-height: 1.4em;
	text-transform: capitalize;
	text-align: left;
	border: none;
	width: 176px;
	_width: 190px;
}
.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: 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: 3px 10px;
  margin: 3px 10px;
  font-size: inherit;
  list-style: disc;
  color: #fff;
}
.boxMenuDrop .mnuMain ul {
	display: block;
	position: relative;
	width: 90%;
	background: none;
	font-size: 0.9em;
	top: auto;
	left: auto;
}
.boxMenuDrop .mnuMain ul li {
	width: 100%;
}
.boxMenuDrop .mnuMain li a {
  color: #fff;
}
.lnkMobileMenu, #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 {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 10px 0px;
	font-size: 14px;
	text-align: center;
	line-height: 1.55em;
	color: #000;
	position: relative;
	display: block;
}

.ContentBox {
	background: url("/images/shade3.png");
	width: 1070px;
	padding: 25px 15px;
	margin: 0px;
	text-align: left;
	position: relative;
	display: inline-block;
}
.ContentBar2 {
  background: #75676f;
  padding: 10px 0px;
  margin: 10px 0px;
	color: #fff;
}
.ContentBar2 h1, .ContentBar2 h2 {
	color: #Fff;
}
.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: #951037;
  margin: 0px 0px 25px;
  width: 100%;
  height: auto;
  padding: 10px 0px;
  text-align: center;
  color: #ffd87d;
  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 #ffd87d;
}
/*********************************************************/
.ContentBox3 {
	background: none;
	width: 310px;
	height: 325px;
  margin: 15px 20px;
  padding: 0px;
  display: inline-block;
	position: relative;
	text-align: center;
  overflow: hidden;
}
.ContentBox3 .ContentImage {
	width: 310px;
	height: 225px;
	overflow: none;
  margin: 0px;
  float: right;
}

.ContentBox3 .ContentText {
	background: #fff;
  width: 275px;
  height: 125px;
  overflow: none;
	font-size: 13px;
	line-height: 1.4em;
  margin: 0px;
  padding: 2px 2px;
  display: block;
	position: absolute;
	text-align: center;
	left: 15px;
	bottom: 0px;
	border-bottom: 5px solid #30d5c8;
	border-radius: 5px;
}
.ContentBox3 h2 {
	font-size: 18px;
  padding: 0px 0px 2px;
  text-transform: uppercase;
  text-align: center;
	color: #30d5c8;
}
.ContentBox3 a {
	color: #30d5c8;
}
.ContentBox3 .ContentDesc {
  padding: 2px 5px;
	font-size: 14px;
	line-height: 1.45em;
  text-align: center;
}


/*********************************************************/
.MenuPathBox {
	font-size: 15px;
	text-align: right;
	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: url("/images/layout/pinkribbonback.png");
  color: #000;
	font-size: 13px;
	height: auto;
	width: 100%;
	padding: 20px 0px;
	margin: 0px;
	text-align: center;
	position: relative;
}

.FooterBox1, .FooterBox2 {
  width: 325px;
	display: inline-block;
	text-align: left;
	position: relative;
	vertical-align: top;
  margin: 0px 25px;
}
.FooterBox2 {
  width: 325px;
	text-align: right;
}
.FooterBar h1, .FooterBar h2, .FooterBar h3, .FooterBar h4 {
	color: #30d5c8;
}
.FooterBar a {
	color: rgba(0,150,214,1.00);
}
.FooterBar a:hover {
	color: #e454ac;
}
.imgFooterLogo {
	width: 220px;
	margin: 10px 0px;
}
.FooterText {
  background: #30d5c8;
  display: block;
  clear: both;
  width: 100%;
  padding: 10px 0px;
  margin: 0px;
  text-align: center;
  font-size: 11px;
  color: #fff;
}
.FooterText a {
  color: #fff;
}
.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: #e454ac;
}

.boxButton, .boxButton2, .boxButton3, .boxButton4 {
	float: right;
	width: auto;
	height: auto;
	background: #e454ac;
	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;
}


/*********************************************/
/* GALLERY
/*********************************************/

.boxGallery {
	width: 300px;
	height: 329px;
	margin: 15px 20px;
	padding: 15px 0px 0px 7px;
	text-align: left;
	position: relative;
	display: block;
	float: left;
	z-index: 10;
}

.boxGallery .ImageBox {
	background-position:  center center;
	background-repeat: no-repeat;
	background-size: auto 280px;
	width: 280px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.boxGallery .ImageFrame {
	width: 300px;
	height:  329px;	
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("/images/layout/polaroidframe300.png") top center no-repeat;
	z-index: 13;
}
.boxGallery .ImageTitle {
	width: 290px;
	text-align:	center;
	position: absolute;
	top: 260px;
	left: 0px;
	font-size: 20px;
	text-shadow: 1px 1px #CCC;
	margin: 0px 0px 0px 5px;
	z-index: 15;
}

.boxGallery a {
	color: #222;
}


/*========================================*/
/*  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 #30d5c8;
}

.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 #e454ac;
	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: 800px;
  float: left;
  height: auto;
}
.MemberMenu {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  float: right;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.65em;
  margin: 0px 0px 20px 15px;
  background: #e454ac;
  color:#FFF;
  text-align: left;
}
.MemberMenu ul {
  margin: 2px 0px;
  padding: 0px 5px 0px 15px;
  color: #30d5c8;
}
.MemberMenu li {
  margin: 2px 0px;
  padding: 1px 0px;
	list-style: url("/images/icons/arrow2.png");
  color: #FFF;
}
.MemberMenu a, .MemberMenu h5 {
  color: #FFF;
}
.MemberMenu hr {
  border-bottom: 1px solid #fff;
}
.txtWide {
	width: 96%;
}


/*========================================*/
/*  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%;
}

/**********************************************/
/* CLASSIFIEDS
/**********************************************/
.ClassMedium {
	background: #fff;
	border: 1px solid #e454ac;
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
	display: inline-block;
	position: relative;
	text-align: left;
}
.ClassMedium h2 {
	font-size: 22px;
	color: #e454ac;
	margin: 2px 0px;
	padding: 0px;
}
.ClassMedium .ClassText {
	font-size: 15px;
	line-height: 1.55em;
	color: #000;
	font-weight: normal;
}
.ClassMedium .ClassPrice {
	font-size: 18px;
	line-height: 1.55em;
	color: #e454ac;
}
.ClassMedium .ClassImage {
	width: 170px;
	height: 150px;
	float: left;
	margin: 0px 10px 0px 0px;
	background-position: center center;
	background-size: auto 170px;
}
.ClassMedium .imgClassFree {
	width: 42px;
	position: absolute;
	top: 2px;
	right: 2px;
}

.ClassLarge {
	position: relative;
	display: block;
}
.ClassLarge .imgClassNew {
	width: 64px;
	position: absolute;
	top: 0px;
	right: 0px;
}
/**********************************************/
/* CALENDAR 
/**********************************************/
.CalendarBar {
	display: block;
	clear:both;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.CalendarFrame {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
	z-index: 20;
}
.lnkShowCalendar, .lnkJumpCalendar {
	cursor: pointer;
}
.EventCalendarTable {
	background: #ddd url("/images/layout/smallback1.jpg");
	border: 3px solid #e454ac;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-radius: 0px 0px 5px 5px;
}

.EventCalendarTable .monthRow {
	background: #e454ac;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: Bold;
	color: #FFF;
	height: 28px;
	border: none;
}

.EventCalendarTable .monthRow a:link, .EventCalendarTable .monthRow a:visited {
	text-decoration: none;
	color: #252216;
}

.EventCalendarTable .monthRow a:hover {
	color: #FF0000;
}

.EventCalendarTable .dayNamesRow {
	background: #30d5c8;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: Bold; 
	color: #fff;
	height: 18px;
	width: 25px;
}

.EventCalendarTable .daysRows {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433D27;
	height: 75px;
	min-height: 75px;
  xline-height: 50pt;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.EventCalendarTable .daysRows a {
	font-weight: normal;
	color: #e454ac;
}
.EventCalendarTable  td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	position: relative;
}
.EventCalendarTable .DayNum {
	color: #888; /* #ddd; */
	position: absolute;
	top: 2px;
	right: 2px;
	width: auto;
	text-align: right; /* center; */
	z-index: 2;
	font-size: 11px; /*  36px; */
	font-weight: bold;
}
.EventCalendarTable .EventBox {
	font-size: 13px;
	line-height: 1.25em;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: block;
}

.EventCalendarTable .dayWeekend {
	font-size: 10px;
	line-height: 1.25em;
	background-color: #FFEAF9;
	color: #666666;
}
.EventCalendarTable .dayWeekday {
	font-size: 10px;
	line-height: 1.25em;
	background-color: #E8FFFB;
	color: #333333;
}
.EventCalendarTable .dayToday {
	font-size: 10px;
	line-height: 1.25em;
	background-color: #F5EAFF;
	color: #E88704;
}
.EventCalendarTable .sOther {
	background-color: #EFEEC9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
}
.EventsFrame {
	display: block;
	position: relative;
	width: 94%;
	height: auto;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	padding: 3%;
	float: left;
}

.lnkButton {
	cursor: pointer;
}
/****************************************/
/*  IN MEMORY OF
/****************************************/

.MemoryBox {
	background: #fff;
	width: 26%;
	margin: 2% 3%;
	display: inline-block;
  position: relative;
	border: 1px solid #ccc;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
}

.MemoryBox img {
	width: 98%;
	margin: 1%;
	display: block;
	position: relative;
}

/*****************************************
/** BSUEINSS PROFILES
/*****************************************/

.BusinessProfile {
	background: none;
	margin: 10px 0px;
	padding: 10px 0px;
	border-bottom: 1px dashed #ccc;
		display: block;
	clear: both;
}
/****************************************/
/************* EVENTS *******************/
/****************************************/

.EventLarge {
  background: #fff;
  padding: 10px;
  margin: 15px 0px;
  border: 1px solid #999;
	display: block;
	position: relative;
}

.EventLarge .EventMap {
	width: 99%;
	height: 400px;
	margin: 0px;
	border: 3px solid #e454ac;
	border-radius: 5px;
	display: block;
}
.EventLarge .EventDesc {
	margin: 10px 0px;
}
.EventLarge .EventImage {
  width: 250px;
  height: 250px;
  position: relative;
  display: block;
  float: left;
  margin: 0px 10px 10px 0px;
}
.EventLarge .EventImageFrame {
  background: url("/images/layout/circleframe250.png") top left no-repeat;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.Banner_MembersOnly {
  width: 200px;
  height: 129px;
  background: url("/images/layout/membersonlybanner.png") top right no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
}
.Banner_Public {
  width: 200px;
  height: 129px;
  background: url("/images/layout/membersrofbanner.png") top right no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
}
/*--------------------------------------*/
/*--------------------------------------*/

.EventMedium {
   width: 100%;
  height: 150px;
  background: #fff;
	margin: 15px 0px;
  border-bottom: 1px solid #888;
	display: block;
  font-size: 14px;
  font-weight: normal;
	position: relative;
	padding: 15px 0px;
}
.EventMedium .EventDate {
  width: 70px;
  height: 150px;
	color: #e454ac;
	font-size: 18px;
	margin: 0px 120px 0px 0px;
  text-align: center;
  float: left;
}
.EventMedium .EventDate .EventDay {
  font-style: italic;
  font-size: 30px;
  line-height: 1.35em;
}
.EventMedium .EventTime {
  width: 250px;
  height: 150px;
  font-size: 20px;
  font-weight: normal;
  margin: 0px 0px 0px 50px;
  float: right;
  text-align: right;
}
.EventMedium .EventTime .EventLoc {
  font-size: 16px;
}
.EventMedium .EventTitle {
	font-size: 20px;
	font-weight: normal;
}
.EventMedium .EventLoc {
	color: #444;
	font-size: 16px;
	font-style: italic;
	margin: 2px 0px 1px;
}

.EventMedium .EventDesc {
  display: block;
  width: auto;
  height: auto;
  line-height: 1.45em;
}

/*--------------------------------------*/
.boxRSVP {
	border: 1px solid #e454ac	;
	padding: 5px 10px;
	margin: 10px 0px;
	display: block;
	position: relative;
}
/*--------------------------------------*/

.EventPopup {
	margin: 3px 0px;
	display: block;
	position: relative;
	padding: 0px;
	clear: both;
	line-height: 1.5em;
}
.EventPopup .EventTitle {
	font-size: 22px;
	font-weight: normal;
	color: #e454ac;
	padding: 2px 0px;
	margin: 2px 0px;
	display: block;
	line-height: 1.5em;
	text-shadow: 1px 1px #CCC;
}

.EventPopup .EventDate {
	color: #444;
	font-size: 16px;
	font-weight: normal;
	padding: 1px 0px;
	margin: 2px 0px;
	text-align: center;
}
.EventPopup .EventCat {
	color: #333;
	font-size: 13px;
	font-style: italic;
	float: right;
}
.EventPopup .EventLoc {
	color: #666;
	font-size: 15px;
	font-weight: normal;
	padding: 1px 0px;
	margin: 2px 0px;
}
.EventPopup .EventDesc {
	margin: 5px 0px 5px;
	padding: 6px;
	background: #f0f0f0;
	border-radius: 5px;
}


/*********** Event Scrolling ************/
.EventScrollBox {
	display: none;
}
.EventScrollBoxActive {
	display: block;
}
.lnkEventNext, .lnkEventPrev, .lnkToggleEvent {
	cursor: pointer;
}
.EventNavigation {
	width: 410px;
	height: 25px;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	bottom: 2px;
}
.EventScrollJump {
	background: #eee;
	width: 25px;
	padding: 2px 4px;
	margin: 0px 1px;
	color: 000;
	font-size: 13px;
	cursor: pointer;
}
.EventScrollJumpActive {
	background: #ccc;
	color: #600;
}
/****************************************/
/*********** BLOG ENTRIES ***************/
/****************************************/
.NewsMedium {
	margin: 15px 0px;
	padding: 15px 0px;
	display: block;
	position: relative;
	border-top: 1px solid #ddd;
}
.NewsMedium .NewsTitle {
	font-size: 22px;
	color: #e454ac;
	margin: 0px 0px 5px;
	text-shadow: 1px 1px #eee;
	line-height: 1.4em;
}
.NewsMedium .NewsDate {
	color: #444;
	font-size: 14px;
	font-style: italic;
}
.NewsMedium .NewsImage {
	float: right;
	width: 250px;
	height: 250px;
	background-size: auto 250px;
	text-align: right;
}
.NewsMedium .NewsDesc {
	margin: 5px 0px;
}
.NewsMedium .NewsBubbleSmall {
	float: left;
	background: url("/images/icons/circle.png") center center no-repeat;
	width: 28px;
	height: 28px;
	margin: 0px 3px;
	position: relative;
}
.NewsMedium .NewsBubbleSmall .NewsCount {
	font-size: 14px;
	text-align:center;
	width: 28px;
	color: #FFF;
	padding: 4px 0px 0px;
}
.NewsMedium .NewsBubbleSmall .NewsCount a {
	color: #FFF;
}

/*-----------------------------------*/
.NewsLarge {
	margin: 0px;
	padding: 10px 0px;
	display: block;
	position: relative;
	border-top: 1px solid #ccc;
}
.NewsLarge .NewsTitle {
	font-size: 28px;
	color: #e454ac;
	margin: 0px 0px 10px;
	text-shadow: 1px 1px #eee;
}
.NewsLarge .NewsImage {
	float: right;
	width: 300px;
	height: 300px;
	background-size: auto 300px;
	text-align: right;
}
.NewsLarge .NewsDate {
	color: #666;
	font-size: 15px;
	font-style: italic;
}

.NewsLarge .NewsBubbleSmall {
	float: right;
	background: url("/images/icons/circle.png") center center no-repeat;
	width: 28px;
	height: 28px;
	position: relative;
}
.NewsLarge .NewsBubbleSmall .NewsCount {
	font-size: 14px;
	text-align:center;
	width: 28px;
	color: #FFF;
	padding: 4px 0px 0px;
}
.NewsLarge .NewsBubbleSmall .NewsCount a {
	color: #FFF;
}

/*********** News Scrolling ************/
.NewsScrollBox {
	display: none;
}
.NewsScrollBoxActive {
	display: block;
}
.lnkNewsNext, .lnkNewsPrev, .lnkShowNews, .lnkCloseNews {
	cursor: pointer;
}
.NewsNavigation {
	width: 410px;
	height: 30px;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	bottom: 0px;
}
.NewsScrollJump {
	background: #eee;
	width: 25px;
	padding: 2px 4px;
	margin: 0px 1px;
	color: 000;
	font-size: 13px;
	cursor: pointer;
}
.NewsScrollJumpActive {
	background: #ccc;
	color: #600;
}
/*----------------------------------------*/
.ReviewForm {
	background: #e454ac;
	border-radius: 15px;
	padding: 15px;
	margin: 0px 0px 0px 10px;
	color: #FFF;
}
.ReviewDesc {
	width: auto;
	margin: 5px 25px;
	text-align: left;
	font-size: 16px;
	background: #f0f1e7;
	padding: 15px;
	border-radius: 12px;
	display: block;
	position: realtive;
}
#ReviewPopup {
  background: #fff;
  border: 2px solid #e454ac;
  width: 600px;
  height: 500px;
  position: fixed;
  padding: 15px;
  margin: -325px 0px 0px -325px;
  top: 50%;
  left: 50%;
  display: none;
}
.ConfPopup {
  background: #fff;
  border: 2px solid #e454ac;
  width: 750px;
  height: 550px;
  position: fixed;
  padding: 15px;
  margin: -350px 0px 0px -375px;
  top: 50%;
  left: 50%;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
}

.lnkShowReview, .lnkSaveReview, .lnkCloseReview {
  cursor: pointer;
}
.CommentName {
	font-size: 13px;
	float: right;
	color: #777;
	text-align: right;
	font-style: italic;
	line-height: 1.45em;
	padding: 0px 0px 5px;
}
.CommentDate {
	float: left;
	font-size: 12px;
	color: #777;
	padding: 6px 0px;
}
.CommentsList {
	width: 800px;
	margin: 0px 0px 0px 50px;
}
.CommentBox {
	_width: 800px;
	width: 780px;
	background: none;
	padding: 10px;
	font-size: 14px;
	margin: 10px 0px;
	border-bottom: 1px dashed #999;
}
.CommentBoxAlt {
	background: #f0f0f0;
	color: #000;
}


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

.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;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 5px;
	line-height: 1.5em;
}
.boxSuccess a, .boxSuccessLg a {
  color: #ffd87d;
}

.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 #e454ac;
	color: #e454ac;
	-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: 13px;
	margin: 3px  0px;
	color: #444;
}
.boxNote2 {
	font-size: 13px;
	margin: 2px 0px;
	color: #999;
}
.boxData, .boxMemberData {
	font-size: 13px;
	padding: 5px;
	color: #000;
	background: #fff;
	border-radius: 5px;
  border: 1px solid #333;
	text-align: left;
	width: auto;
}

.boxMemberData {
  font-size: inherit;
  margin: 15px 0px;
  border: 1px solid #999;
  line-height: 1.65em;
  color: #500;
}
.boxData2 {
	color: #000000;
	background-color: #BDBDEF;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	-moz-border-radius: 6px;
	-webkit-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;
}
.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: inherit;
	font-size: inherit;
	padding: 4px 6px;
	border: 1px solid #e454ac;
	border-radius: 3px;
}


/***************************************/
/* 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;
}

/********************************************/
/* MOBILE STYLES
/********************************************/
@media all and (max-width: 1160px) {
	.MemberContentBox {
		width: 690px;
	}
}
@media all and (max-width: 1120px) {
	.RotateBar, .RotateBar .RotateBox {
		width: 100%;
	}
  .ContentBox, .FooterBox {
    width: 95%;
    padding: 20px 2%;
  }
	h1 {
		font-size: 42px;
	}
	.mnuMain li {
		padding: 4px 12px;
		font-size: 12px;
	}
	.ContentBox3 {
		margin: 15px;
	}
	.ContentHomeBoxes {
		width: 100%;
		text-align: center;
	}
}

@media all and (max-width: 965px) {
	.MenuBar .mnuMain {
		display: none;
	}
	.lnkMenuPopUp {
		display: inline-block;
		position: relative;
		border: none;
		cursor: pointer;
	}
	.MenuBar {
		width: 100%;
	}
	.HeaderBar .TopBar {
		font-size: 14px;
	}
	.imgTopIcon {
		width: 26px;
	}
	.MemberMenu {
		position: absolute;
		top: -10px;
		right: 0px;
		z-index: 20;
		padding: 7px 20px;
		margin: 0px;
	}
	.MemberMenu ul {
		display: none;
	}
	.MemberMenuToggle {
		cursor: pointer;
	}
	.MemberContentBox {
		width: 100%;
	}
	.imgHomeLogo {
		margin-top: 15px;
	}	
	.ContentBox {
		padding: 30px 2% 25px;
	}
	.boxButton, .boxButton2, .boxButton3, .boxButton4 {
		margin: 10px 5px 5px;
		font-size: 15px;
	}
}
@media all and (max-width: 875px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 24px
	}
	h3 {
		font-size: 22px;
	}
	.HeaderBar {
		height: auto;
	}
	.imgHomeLogo {
		width: 95%;
		height: auto;
		margin-top: 25px;
	}
}
@media all and (max-width: 700px) {
	.RotateBar h2 {
		font-size: 42px;
	}
	.RotateText {
		font-size: 24px;
	}
	.RotateBar {
		height: 400px;
	}
	.RotateBar .RotateBox, .RotateBar .RotateImage {
		height: 400px;
	}
	h1 {
		font-size: 32px;
	}	
	h2 {
		font-size: 22px
	}
	h3 {
		font-size: 20px;
	}	
	.lnkMenuPopUp {
		display: inline-block;
		position: relative;
		float: none;
		margin: 0px;
	}
	.MemoryBox {
		width: 46%;
		font-size: 14px;
	}
	.tableData tbody td, .tableData thead td {
		font-size: 13px;
}



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

	.imgClientLogo {
		margin: 15px;
	}
	.imgFooterLogo {
		width: 90%;
		margin: 10px 0px;
	}	
}