@charset "UTF-8";
/* CSS Document */

@media (min-width: 1px) {
	.headerSmall {
		visibility: visible; 
		display: inherit;
	}
	.headerMedium {
		display: none;
		visibility:hidden;
	}
	.headerLarge {
		display: none;
		visibility:hidden;
	}
}
@media (min-width: 768px) {
	.headerSmall {
		display: none;
		visibility:hidden;
	}
	.headerMedium {
		visibility: visible; 
		display: inherit;
	}
	.headerLarge {
		display: none;
		visibility:hidden;
	}
}
@media (min-width: 992px) {
	.headerSmall {
		display: none;
		visibility:hidden;
	}
	.headerMedium {
		display: none;
		visibility:hidden;
	}
	.headerLarge {
		visibility: visible; 
		display: inherit;
	}
}
body {
    color: #262626;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    width: 100%;
	background-color: #000;
	background-image: url(../images/AbsOfMarchBG3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: cover;
	background-size: cover;	
	height: 100%;
}	
 p {
	line-height: normal;
	font-size: 100%;
}
@media (min-width: 1px) {
	h1 {
		font-family: "Arial Black", Gadget, sans-serif;
		font-weight: normal;
		font-size: 30px;
		line-height: 40px;
		color: 1a1a1a;
		padding: 0px 20px;
		margin: 0px;
		text-align: center;
	}
}
@media (min-width: 768px) {
	h1 {
		font-family: "Arial Black", Gadget, sans-serif;
		font-weight: normal;
		font-size: 40px;
		line-height: 44px;
		color: 1a1a1a;
		text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
		padding: 0px;
		overflow: hidden;
		clear: both;
		padding: 0px;
		margin: 0px;
	}
}
h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	color: #1a1a1a;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 a:link {
	color: #1a1a1a;
	text-decoration: none; 
}
h2 a:active {
	color: #1a1a1a;
	text-decoration: none; 
}
h2 a:visited {
	color: #1a1a1a;
	text-decoration: none; 
}
h2 a:hover {
	color: #1a1a1a;
	text-decoration: underline; 
}
h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #1a1a1a;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 a:link {
	color: #1a1a1a;
	text-decoration: none; 
}
h3 a:active {
	color: #1a1a1a;
	text-decoration: none; 
}
h3 a:visited {
	color: #1a1a1a;
	text-decoration: none; 
}
h3 a:hover {
	color: #1a1a1a;
	text-decoration: underline; 
}
h4 {
}
@media (min-width: 1px) {
	h5 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 16px;
		line-height: 22px;
		color: 444;
		text-align: center;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
	}
}
@media (min-width: 768px) {
	h5 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 18px;
		line-height: 28px;
		color: 444;
		width: 100%;
		overflow: hidden;
		clear: both;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-left: 0px;
	}
}
a:link {
	text-decoration: none; 
	color: #1a1a1a;
}
a:active {
	text-decoration: none; 
	color: #353535;
}
a:visited {
	text-decoration: none; 
	color: #1a1a1a;
}
a:hover {
	text-decoration: none; 
	color: #1a1a1a;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.panelScrollingListRow {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}
.panelScrollingListTitle {
	font-size: 125%; 
	color: #fadb01; 
	background-color: #141414; 
	padding: 10px 20px;
	font-style: italic;
}
.panelScrollingListTitle a:link,
.panelScrollingListTitle a:visited,
.panelScrollingListTitle a:hover,
.panelScrollingListTitle a:active {
	color: #fadb01;
	text-decoration: none;
}
.panelScrollingListAthur {
	style="color: #333; 
	font-style: normal;"
}
@media (min-width: 1px) {
	.hideSmall {
		display: none;
		visibility: hidden;
	}
	.showSmall {
		visibility: visible; 
		display: inherit;
	}
}
@media (min-width: 992px) {
	.hideSmall {
		visibility: visible; 
		display: inherit;
		
	}
	.showSmall {
		display: none;
		visibility: hidden;
	}
}
.navbar {
	font-family: Arial, Sans;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #FFF;
}
.nav > li.disabled > a {
  color: #FFF;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: transparent;
}
.nav > li > a {
  	color: #FFF;
  	font-weight: 300;
  	font-size: 12px;
	text-transform: uppercase;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
color: #FFF;
background-color: transparent;
}
/* Page Styles -------------------------------------------------------------------------------------------------------- */
#pageWrapper {
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 1px) {
	.contentWrapper {
		background-color: #FFF;
		padding: 10px;
	}
}
@media (min-width: 480px) {
	.contentWrapper {
		background-color: #FFF;
		padding: 10px 40px;
	}
}
#contentWrapper {
	width: 980px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0px;
}
#innerContentContainer {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}
#topHeaderWrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0px 20px;
	height: 35px;
	line-height: 35px;
	background-image: url(../Menus/images/FooterBG.png);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
	clear: both;
}
.topHeaderLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	float: right;
	display: inline-block;
}
.topHeaderLinks a:link {
	font-size: 11px;
	font-weight: bold;
	color: #d9d9d7;
	padding: 0px 10px;
	background-image: url(../Menus/images/HeaderLinkDivider.png);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: underline;
}
#subHeaderWrapper {
	width: 980px;
	text-align: center;
	background-color: #1a1a1a;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#logoContainer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #1a1a1a;	
}
#poweredBySubNavContainer {
	float: right;	
}
#headerWrapper {
	width: 960px;
	padding: 0px 0px 0px 20px;
	height: 65px;
	line-height: 65px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../Menus/images/HeaderBG.png);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
	clear: both;
}
.headerLinks {
	float: left;
	margin: 0px;
	display: inline-block;
	background-image: url(../Menus/images/HeaderLinkDivider.png);
	background-position: right;
	background-repeat: no-repeat;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
.headerLinks a:link {
	color: #d9d9d7;
	text-decoration: none;
	padding: 0px 17px;
	line-height: 65px;
	height: 65px;
}
.headerLinks a:active {
	color: #d9d9d7;
	text-decoration: none;
}
.headerLinks a:visited {
	color: #d9d9d7;
	text-decoration: none;
}
.headerLinks a:hover {
	color: #d9d9d7;
	text-decoration: underline;
	background-image: url(../Menus/images/HeaderBGHover.png);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
}
.yellow {
	color: #fae002;
}
#footerWrapper {
	margin: 0 auto;
	width: 940px;
	padding: 0px 20px;
	height: 35px;
	line-height: 35px;
	background-image: url(../Menus/images/FooterBG.png);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
	clear: both;
}
#footerBuffer {
	width: 980px;
	padding: 10px 0px;
	background-color: #000;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
#footerLinksContainer {
	float: left;
	text-align: left;
	display: inline-block;
}
#footerPoweredByContainer {
	float: right;
	display: inline-block;
}
.footerLinks {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	float: left;
	display: inline-block;
}
.footerLinks a:link {
	font-size: 11px;
	font-weight: bold;
	color: #d9d9d7;
	padding: 0px 10px;
	background-image: url(../Menus/images/HeaderLinkDivider.png);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: underline;
}
.footerLinks a:active {
	color: #d9d9d7;
	text-decoration: underline;
}
.footerLinks a:visited {
	color: #d9d9d7;
	text-decoration: underline;
}
.footerLinks a:hover {
	color: #d9d9d7;
	text-decoration: underline;
}
.leftColumn {
	width: 480px;
	padding: 20px 0px 40px 0px;
	min-height: 250px;
	float: left;
	display: inline-block;
}
.rightColumn {
	width: 400px;
	padding: 20px 0px 40px 0px;
	min-height: 250px;
	text-align: center;
	display: inline-block;
}
.scrollingListWrapper {
	float: right;
	display: inline-block;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	width: 390px;
	padding-bottom: 20px;
	text-align: center;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.scrollingListHeaderContainer {
	width: 100%;
	background-image: url(../Menus/images/HeaderBG.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	clear: both;
	overflow: hidden;
}
.scrollingListHeader {
	padding-left: 27px;
	line-height: 40px;
	margin-left: 10px;
	background-image: url(../Menus/Images/dashboardIcon.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-top: 5px;
}
.registerButtonWrapper {
	padding: 20px 0px;
	margin: 0px 0px 30px 0px;
	width: 100%;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	overflow: hidden;
	clear: both;
}
.articleDateContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #757575;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.articleHeadingContainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #262626;
	text-align: left;
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.articleContentContainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #262626;
	text-align: left;
	width: 80%;
	overflow: hidden;
	clear: both;
}
.articleWrapper {
	width: 520px;
	margin: 20px 50px 0px 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	text-align: left;
	background-image: url(../Menus/images/ArticleHeadingBG.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
	display: inline-block;
}
.articleAuthorDescription {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	font-style: italic;
	color: #262626;
	text-align: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.articleAuthorWrapper {
	width: 310px;
	margin-top: 20px;
	float: right;
	overflow: hidden;
	display: inline-block;
}
.articleAuthorImgContainer {
	width: 300x;
	margin: 0 auto 10px auto;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	overflow: hidden;
	clear: both;
	
}
.articleRowContainer {
	width: 100%;
	padding: 15px 0px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #262626;
	border-bottom: 1px dashed #CCC;
	overflow: hidden;
	clear: both;
}
.articleRowContainer a:link {
	color: #262626;
	border-bottom: 1px dashed #CCC;
	background-color: #fbf8db;
}
.articleRowContainer a:active {
	color: #262626;
	text-decoration: underline;
}
.articleRowContainer a:visited {
	color: #262626;
	text-decoration: underline;
}
.articleRowContainer a:hover {
	color: #262626;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.bannerAdContainer {
	margin: 0 auto;
	width: 300px;
	text-align: center;
	padding: 10px 0px;
	overflow: hidden;
	clear: both;
}
.articleRowImgContainer {
	width: 100%;
	text-align: left;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.formsInformationWrapper {
	width: 480px;
	margin: 0px;
	float: left;
	text-align: left;
	background-image: url(../Menus/images/ArticleHeadingBG.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
	display: inline-block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#eventsNewTopContainer {
	width: 400px;
	float: right;
	vertical-align: top;
	background-color: #FFF;
	overflow: hidden;
	margin-bottom: 30px;
}

.eventsHeader {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	height: 61px;
	color: #F7F7F7;
	text-transform: uppercase;
	background-image: url(../Menus/images/blue-bg-01.jpg);
	background-position: top left;
	background-repeat: repeat;	
}
.eventsBackground {
	height:35px;
	width: 100%;
	background-color: #F7F7F7;
	vertical-align: middle;
	border-bottom: 1px dashed #CCC;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}

.eventsDataHeader {
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	line-height: 20px;
	padding: 10px 15px;
	border: 6px solid fae000;
	background-image: url(../Menus/images/HeaderBG.png);
	background-repeat: repeat-x;
	background-position: bottom;
	
}
.eventsDataHeader a:link {
	color: #fae000;
	text-decoration: none;
}
.eventsDataHeader a:active {
	color: #fae000;
	text-decoration: none;
}
.eventsDataHeader a:visited {
	color: #fae000;
	text-decoration: none;
}
.eventsDataHeader a:hover {
	color: #fae000;
	text-decoration: underline;
}

.eventsDataLocationAndMap {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	height: 15px;
	line-height: 15px;
	font-style: italic;
	padding-top: 5px;
}

.eventsDataLocationAndMap a:link {
	color: #0162c6;
	text-decoration: underline;
}

.eventsDataLocationAndMap a:active {
	color: #0162c6;
	text-decoration: underline;
}

.eventsDataLocationAndMap a:visited {
	color: #0162c6;
	text-decoration: underline;
}

.eventsDataLocationAndMap a:hover {
	color: #0162c6;
	text-decoration: underline;
}

/*  Mini Forms -------------------------------------------------------------------------------------------------------- */

.killerAbWorkoutsRows {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0px;
	border-bottom: 1px dashed #CCC;
	overflow: hidden;
	clear: both;
}
.killerAbWorkoutsArticleContainers {
	width: 265px;
	padding: 8px;
	margin: 0px 7px;
	border: 1px dashed #CCC;
	float: left;
	overflow: hidden;
	display: inline-block;
}
.killerAbWorkoutsImgContainer {
	max-height: 300px;
	min-height: 300px;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.killerAbsDateTitleAuthorContainer {
	min-height: 100px;
	margin: 0 auto;
	width: 250px;
	text-align: left;
	overflow: hidden;
	clear: both;
}

/*  Mini Forms -------------------------------------------------------------------------------------------------------- */

.miniContactFormWrapper {
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.miniContactFormContainer {
   	margin: 0 auto;
	width: 350px;
	padding-bottom: 20px;
	display: inline-block;
	background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
	text-align: center;
	overflow: hidden;
	min-height: 350px !important;
}
.miniContactFormtitleContainerBlue {
	width: 100%;
	background-image: url(../Menus/images/titleBGDarkBlue.png);
	background-repeat: repeat-x;
	text-align: left;
	clear: both;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}
.miniContactFormTitle {
	padding-left: 30px;
	line-height: 50px;
	background-image: url(../Menus/Images/dashboardIcon.png);
	background-repeat: no-repeat;
	background-position: left;
	text-shadow: 0px 1px 1px #001523;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	margin-left: 20px;
	padding-top: 5px;
}
.miniContactFormRowContainers {
	width: 310px;
	border-bottom: 1px dashed #CCC;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 5px 0px;
}
.miniContactFormHeadings {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #262626;
	text-align: left;
	overflow: hidden;
	clear: both;
}
.miniContactFormHeadingRequired {
	
	color: #870606;
}
.miniContactFormParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #262626;
	padding: 5px 0px;
}
.miniContactFormTextFieldContainers {
	width: 310px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
}
.miniContactFormTextField {
	width: 290px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #262626;
}
.miniContactFormTextArea {
	width: 290px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #262626;
}
.miniContactFormNotes {
	width: 100%;
	padding: 7px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 9px;
	color: #6d6d6d;
	text-align: left;
	overflow: hidden;
	clear: both;	
}
.miniContactFormNotesLink {
	width: 100%;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	text-align: left;
	overflow: hidden;
	clear: both;	
}
.miniContactFormNotesLink a:link {
	color: #666;
	text-decoration: underline;	
}
.miniContactFormNotesLink a:active {
	color: #666;
	text-decoration: underline;	
}
.miniContactFormNotesLink a:visited {
	color: #666;
	text-decoration: underline;	
}
.miniContactFormNotesLink a:hover {
	color: #666;
	text-decoration: underline;	
}
.miniContactFormButtonContainer {
	margin: 0 auto;
	padding: 7px;
}
.miniContactFormMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #262626;
	padding: 10px 0px 0px 0px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

/* Gallery -------------------------------------------------------------------------------------------------------- */


.subPagesHeaderImgWrapper {
	width: 900px;
	height: 120px;
	margin: 0 auto;
	background-color: #000;
	clear: both;
}

.subPagesHeaderTitleBar {
	height: 90px;
	line-height: 90px;
	width: 900px;
	margin: 0 auto;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color: #F7F7F7;
	text-transform: uppercase;
	background-image: url(../images/blue-bg-01.jpg);
	background-position: top left;
	background-repeat: repeat;
	text-shadow: 1px 1px 2px #000;
	filter: dropshadow(color=#000, offx=2, offy=2);  
	
}

#photoGalleryWrapper {
	width: 900px;
	background-color: #FFF;
	padding-bottom: 40px;
}

#photoGalleryContainer {
	width: 800px;
	margin: 0 auto;
}


#thumbsContainer {
	margin: 0 auto; 
	width: auto;  
	margin-bottom: 30px; 
	margin-left: 6%;
}

.thumbnail {
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    padding: 15px;
    position: relative;
    width: 190px;
	margin: 7px;
	float: left;
	clear: right;
	
}

.thumbnailSmallCaption {
	font-size: 11px;
	line-height: 14px;
	color: #575962;
	text-align: left;
	padding-top: 7px;
	
}

/* My Site Design ***********************************************************/

.mySiteDesignSilverWrapper {
	width: 520px;
	overflow: hidden;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.mySiteDesignSilverWrapper880px {
	width: 880px;
	padding: 10px;
	background-color: #e4e4e4;
	overflow: hidden;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.mySiteDesignTitleContainer {
	width: 860px;
	padding-left: 20px;
	background-image: url(../Menus/images/iconEditDocument.png);
	background-position: right;
	background-repeat: no-repeat;
	font-family: "Helvetica","Lucida Grande",sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	color: #FFF;
	text-align: left;
}
.mySiteDesignWebsiteLinkContainer {
	width: 840px;
	background-color: #eee;
	text-align: left;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.mySiteDesignWebsiteLinkHeading {
	padding: 0px 5px;
	font-family: "Helvetica", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #262626;
	font-weight: bold;
	text-align: left;
}
.mySiteDesignWebsiteLinkTextFields {
	padding: 5px;
	width: 300px;
	font-family: "Helvetica","Lucida Grande",sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #262626;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.mySiteDesignNotesContainer {
	width: 860px;
	padding: 20px;
	background-color: #FFF;
	font-family: "Helvetica","Lucida Grande",sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #262626;	
	text-align: left;
}
.mySiteDesignDisplayInfoBucketWrapper {
	width: 430px;
	float: left;
	display: inline-block;
	min-height: 250px;
	background-color: #FFF;
}
.mySiteDesignBucketTitle {
	width: 405px;
	margin-right: 20px;
	padding-left: 20px;
	background-image: url(../Menus/images/iconLink.png);
	background-position: right;
	background-repeat: no-repeat;
	font-family: "Helvetica", Helvetica, Arial sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	color: #FFF;
	text-align: left;	
}
.mySiteDesignBodyContentWrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
	overflow: hidden;
	clear: both;
	
	min-height: 350px;
}
.mySiteDesignRows {
	width: 380px;
	border-bottom: 1px dashed #CCC;
	overflow: hidden;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.mySiteDesignDataTitles {
	width: 100%;
	font-family: "Helvetica", Helvetica, "Arial sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #262626;
	text-align: left;
	float: left;
	overflow: hidden;
}
.mySiteDesignDataNotes {
	width: 100%;
	font-family: "Helvetica", Helvetica, Arial sans-serif;
	padding: 5px 0px;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #333;
	text-align: left;
	overflow: hidden;
	clear: both;		
}
.mySiteDesignTextFieldContainer {
	width: 100%;
	float: left;
	text-align: left;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mySiteDesignTextField {
	width: 350px;
	font-family: "Helvetica", Helvetica, "Arial sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #262626;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.mySiteDesignSaveButtonContainer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.mySiteDesignSaveNotes {
	width: 100%;
	font-family: "Helvetica", Helvetica, Arial sans-serif;
	padding: 5px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: center;
	overflow: hidden;
	clear: both;		
}
.mySiteDesignPhotoUploadBucketWrapper {
	width: 445px;
	float: right;
	display: inline-block;
	min-height: 250px;
	background-color: #000;
}
.mySiteDesignPhotoUploadBucketTitle {
	width: 405px;
	margin-right: 20px;
	padding-left: 20px;
	background-image: url(../Menus/images/iconLink.png);
	background-position: right;
	background-repeat: no-repeat;
	font-family: "Helvetica", Helvetica, Arial sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	color: #FFF;
	text-align: left;	
}
.mySiteDesignPhotoUploadImgContainer {
	padding: 20px 0px 0px 0px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.mySiteDesignPhotoUploadNewPhotoHeaderContainer {
	width: 405px;
	margin: 0 auto;
	font-family: "Helvetica", Helvetica, Arial sans-serif;
	padding: 10px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	overflow: hidden;
	clear: both;		
}
.mySiteDesignPhotoUploadFileSelectContainer {
	text-align: center;
	width: 405px;
	border-bottom: 1px dashed #CCC;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 0px 0px 15px 0px;
}
.mySiteDesignPhotoUploadImportantNotes {
	width: 405px;
	margin: 0 auto;
	font-family: "Helvetica", Helvetica, Arial sans-serif;
	padding: 15px 0px;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	text-align: left;
	border-bottom: 1px dashed #CCC;
	overflow: hidden;
	clear: both;		
}
.mySiteDesignBucketTitle430px {
	width: 410px;
	padding-left: 20px;
	background-image: url(../Menus/images/iconAccountPersonalInfo.png);
	background-position: right;
	background-repeat: no-repeat;
	font-family: "Helvetica", Helvetica, Arial sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	color: #FFF;
	text-align: left;
}

/* My Account -------------------------------------------------------------------------------------------------------- */

.myAccountLargeBucketWrapper {
	width: 100%;
	float: left;
	padding: 0px;
	background-color: #e4e4e4;
	overflow: hidden;
	clear: both;
}
.myAccountLargeTitleBucketContainerBlue {
	width: 100%;
	line-height: 50px;
	height: 50px;
	background-image: url(../Menus/images/titleBackgroundBlue.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.myAccountTitleBucketWrapper {
	width: 500px;
	float: left;
	display: inline-block;
	min-height: 50px;
	padding: 10px;
	background-color: #e4e4e4;
}
.myAccountTitleBucketContainerBlue {
	width: 100%;
	line-height: 50px;
	height: 50px;
	background-image: url(../Menus/images/titleBackgroundBlue.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.myAccountSilverWrapper {
	width: 460px;
	float: left;
	display: inline-block;
	min-height: 50px;
	padding: 10px;
	background-color: #e4e4e4;
}
.myAccountWelcomeMessage {
	width: 480px;
	padding: 10px 20px;
	background-color: #FFF;
	font-family: "Helvetica","Lucida Grande",sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #616161;
	text-align: left;
	overflow: hidden;
	clear: both;	
}
.myAccountNotesContainer {
	width: 460px;
	padding: 20px;
	background-color: #FFF;
	font-family: "Helvetica","Lucida Grande",sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #262626;	
	text-align: left;
}
.myAccountTitleContainer {
	width: 500px;
	padding-left: 20px;
	background-image: url(../Menus/images/iconAccount.png);
	background-position: right;
	background-repeat: no-repeat;
	font-family: "Helvetica","Lucida Grande",sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	color: #FFF;
	text-align: left;
}
.myAccountBucketWrapperLeftColumn {
	width: 445px;
	padding: 0px 0px 15px 0px;
	float: left;
	display: inline-block;
	min-height: 250px;
	background-color: #FFF;
	overflow: hidden;
}
.myAccountBucketWrapperRightColumn {
	width: 445px;
	padding: 0px 0px 15px 0px;
	float: right;
	display: inline-block;
	min-height: 250px;
	background-color: #FFF;
	overflow: hidden;
}
.myAccountBucketPersonalTitle {
	width: 460px;
	padding-left: 20px;
	background-image: url(../Menus/images/iconAccountPersonalInfo.png);
	background-position: right;
	background-repeat: no-repeat;
	font-family: "Helvetica", Helvetica, Arial sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	color: #FFF;
	text-align: left;
}
.myAccountBucketContactTitle {
	width: 405px;
	margin-right: 20px;
	padding-left: 20px;
	background-image: url(../Menus/images/iconAccountContact.png);
	background-position: right;
	background-repeat: no-repeat;
	font-family: "Helvetica", Helvetica, Arial sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	color: #FFF;
	text-align: left;	
}
.myAccountBucketBodyContentWrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
	overflow: hidden;
	clear: both;
	
	min-height: 350px;
}
.myAccountBucketRows {
	width: 380px;
	border-bottom: 1px dashed #CCC;
	overflow: hidden;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.myAccountBucketDataTitles {
	width: 100%;
	font-family: "Helvetica", Helvetica, "Arial sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #262626;
	text-align: left;
	float: left;
	overflow: hidden;
}
.myAccountBucketDataNotes {
	width: 100%;
	font-family: "Helvetica", Helvetica, Arial sans-serif;
	padding: 5px 0px;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #333;
	text-align: left;
	overflow: hidden;
	clear: both;		
}
.myAccountBucketTextFieldContainer {
	width: 100%;
	float: left;
	text-align: left;
	overflow: hidden;
	clear: both;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.myAccountBucketTextField {
	width: 400px;
	padding: 8px 4px;
	font-family: "Helvetica", Helvetica, "Arial sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #262626;
	margin-bottom: 10px;
}
.myAccountBucketSaveButtonContainer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.myAccountBucketSaveNotes {
	width: 100%;
	font-family: "Helvetica", Helvetica, Arial sans-serif;
	padding: 5px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: center;
	overflow: hidden;
	clear: both;		
}
.myImageGalleryWrapper {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
.formsInformationSubWrapper {
	width: 480px;
	float: left;
	overflow: hidden;
	clear: both;
}
.myNewestEventOrItemWrapper {
	width: 100%;
	padding: 20px 0px 10px 0px;
	text-align: left;
	border-bottom: 1px dashed #CCC;
	overflow: hidden;
	clear: both;	
}
.myNewestEventOrItemHeading {
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #1a1a1a;
	overflow: hidden;
	clear: both;	
}
.myNewestEventOrItemContainer {
	float: left;
	text-align: left;
	padding: 10px 0px;
	overflow: hidden;
	clear: both;	
}


/* Button Setup -------------------------------------------------------------------------------------------------------- */

.btnStyle01 {
    background: url("../Menus/images/bg_button.png") repeat-x scroll center bottom;
	cursor: pointer;
	color: #FFF;
    display: block;
    float: left;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 10px 0 0;
	padding: 3px 12px;
    text-decoration: none;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.5);	
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    border-radius:         3px;
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
}
.btnStyle01Blue {
 	background-color: #145892;
    border: 1px solid #104573;
}
.btnStyle01Blue:active{
	background-color: #145892;
    border: 1px solid #104573;
}
.btnStyle01Blue:hover{
 	background-color: #0d70c5;
    border: 1px solid #104573;
}
