header:after,
.main:after,
#Root:after,
.search-bar:after,
header .inner:after,
footer .inner:after,
footer:after {
    height: 0;
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}
body {
    min-width: 280px;
	font-size: 13px;
	line-height: 20px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

    -webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
p {
    margin: 0 0 17px 0;
    font-size: 13px;
    line-height: 20px;
}
a {
    color: #B881B9;
    text-decoration: none;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}
	a:hover {
		text-decoration: underline;
	}
	a:link {
		-webkit-tap-highlight-color: #B881B9
	}
::-moz-selection {
    background: #B881B9;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #B881B9;
    color: #fff;
    text-shadow: none;
}


.floatleft {
	float: left;
}
.floatright {
	float: right;
}

iframe {
	max-width: 100%;
}


/* ------------------------------------------------------------ */
/* ------    TYPOGRAPHY    ------------------------------------ */
/* ------------------------------------------------------------ */

.typography h1 {
    margin: 0px;
    font-size: 22px;
    line-height: 38px;
    color:#6a3072;
}
.typography h2 {
    margin: 10px 0;
    font-size: 19px;
    line-height: 28px;
    color:#6a3072;
}
.typography h3 {
    margin: 8px 0;
    font-size: 17px;
    line-height: 26px;
    color:#6a3072;
}
.typography h4 {
    margin: 5px 0;
    font-size: 15px;
    line-height: 20px;
    color:#6a3072;
}
.typography h5 {
    margin: 5px 0;
    font-size: 15px;
    line-height: 20px;
}
.typography h6 {
    margin: 5px 0;
    font-size: 15px;
    line-height: 20px;
	text-transform: uppercase;
}
	.typography h1 a,
	.typography h2 a,
	.typography h3 a,
	.typography h4 a,
	.typography h5 a,
	.typography h6 a {
		border: none;
		text-decoration: none;
	}


/* ----- BLOCKQUOTE ------------------------------ */
blockquote {
	display: block;
	color: #000;
	font-size: 16px;
	padding: 42px 25px;
	position: relative;
	width: 450px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
	blockquote:before {
		content: '\201C';
		font-size: 140px;
		color: #eee4d5;
		position: absolute;
		top: -15px;
		left: 0;
		font-family: Arial, Helvetica, sans-serif;
	}
	blockquote:after {
		content: '\201D';
		font-size: 140px;
		color: #eee4d5;
		position: absolute;
		bottom: -70px;
		right: 0;
		font-family: Arial, Helvetica, sans-serif;
	}
	blockquote p {
		font-size: 16px;
	}
	blockquote p,
	blockquote h1,
	blockquote h2,
	blockquote h3,
	blockquote h4,
	blockquote h5,
	blockquote h6 {
		margin-bottom: 0 !important;
	}

/* ----- TABLE ----------------------------------- */
table {
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
    border-spacing: 0;
    margin: 0 0 10px;
}
  table tr:nth-child(even) {
      background-color: #ededed
  }
  table tr.even,
  .content table th,
  .content thead td {
      background-color: #ededed
  }
  table td,
  .content table th {
      padding: 2px 5px;
      border: 1px solid #d4d4d4;
      vertical-align: top;
  }
  table th {
      text-align: left;
      font-weight: bold;
  }

/* LISTS
-------------------------------------------- */
.typography ul,
.typography ol {
    margin: 5px 0 10px 15px;
	padding: 0;
}
	.typography ul li {
		padding: 3px 0;
		list-style-type: disc;
	}
	.typography ol li {
		padding: 3px 0;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}

/* IMAGES
-------------------------------------------- */
.typography img {
    max-width: 60%;
    height: auto;
    float: left;
    margin: 6px 20px 10px 0;
}
	.typography img.left,
	.typography img.right {
		max-width: 60%;
		height: auto;
	}
	.typography img.left {
		float: left;
		margin: 6px 20px 10px 0;
	}
	.typography img.right {
		float: right;
		margin: 6px 0 10px 20px;
	}

.typography img.leftAlone {
    float: none;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/* ------------------------------------------------------------ */
/* ------    LAYOUT    ---------------------------------------- */
/* ------------------------------------------------------------ */

/* ----- HOME PAGE ------------------------------------- */
#HomepageSlideshow,
#HomepageSlideshowContainer
{
	width:960px;
	height:312px;
	position:relative;
}
#HomepageSlideshowContainer .slideshow .slide
{
	width:960px;
	height:312px;
	display:block;
	text-decoration:none;
}
#HomepageSlideshowContainer .slideshow .slideText
{
	position: absolute;
	bottom: 57px;
	right: 21px;

	font-size:27px;
	line-height:30px;
	color:#fff;
	text-shadow:1px 1px #000;
	width:420px;
	text-align:right;
}
#HomepageSlideshowContainer .cycle-pager
{
	position:absolute;
	bottom:25px;
	right:20px;
	z-index:999;
}
#HomepageSlideshowContainer .cycle-pager a
{
	text-decoration:none;
	width:12px;
	height:12px;
	margin-left:7px;
	background:url('../images/pager.png') no-repeat 0 0 transparent;
	display:inline-block;
}
#HomepageSlideshowContainer .cycle-pager a.cycle-pager-active
{
	background-position:-12px 0px;
}

.threeColumn
{
	width:32.5%;
	float:left;
	margin: 20px 1%;
}
.threeColumn.first
{
	margin-left:0px;
	margin-right:1%;
}
.threeColumn.second
{
	width: 31%;
}
.threeColumn.third
{
	margin-right:0px;
	margin-left:1%;
}
.columnHeading
{
	height:140px;
	position:relative;
	width:100%;
	margin:0 auto;
}
.columnHeading .topBar
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:6px;
}
.columnHeading .headingText
{
	float:right;
	margin-top:110px;
}
.columnHeading .headingText a
{
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	padding:5px 35px 5px 20px;
	display:block;
	background:url('../images/column-arrow.png') no-repeat 98% 50%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.columnHeading .headingText a:hover
{
	color:#fff;
	text-decoration:none;
	border-bottom:none;
	background:url('../images/column-arrow.png') no-repeat 102% 50%;
}
.columnBody
{
	padding:15px 10px 10px;
	line-height: 18px;
}
.threeColumn.purple .topBar
{
	background-color:#b881b9;
}
.threeColumn.purple .columnHeading .headingText a
{
	background-color:#b881b9;
	background-color:rgba(184,129,185,0.8);
}
.threeColumn.purple .columnHeading .headingText a:hover
{
	background-color:#b881b9;
}
.threeColumn.darkpurple .topBar
{
	background-color:#7e5ba4;
}
.threeColumn.darkpurple .columnHeading .headingText a
{
	background-color:#7e5ba4;
	background-color:rgba(126,91,164,0.8);
}
.threeColumn.darkpurple .columnHeading .headingText a:hover
{
	background-color:#7e5ba4;
}
.threeColumn.orange .topBar
{
	background-color:#f68b2d;
}
.threeColumn.orange .columnHeading .headingText a
{
	background-color:#da764a;
	background-color:rgba(166,73,118,0.3);
}
.threeColumn.orange .columnHeading .headingText a:hover
{
	background-color:#da764a;
}

.threeColumn.third .columnBody a.newsTitle
{
	color: #000;
	text-decoration: none;
}
.threeColumn .newsDate {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 6px;
}

/* ----- NEWS HOLDER/ARTICLE PAGES --------------------- */
ul.newsArticles
{
	margin:20px 10px 20px 0px;
}
ul.newsArticles li
{
	margin:0px 0px 10px;
	padding:0px;
	list-style:none;

}
ul.newsArticles li .newsTitle h3
{
	margin:0px 0px 8px;
	display:inline-block;
}
ul.newsArticles li .newsTitle .newsDate
{
	float:right;
	line-height:26px;
}
ul.newsArticles li p
{
	margin:0px 0px 10px;
}
ul.newsArticles li .newsBlock
{
	margin-left:20px;
	height:160px;
	overflow:hidden;
	float:left;
	width:530px;
}
ul.newsArticles li .newsThumbnail
{
	width:140px;
	height:140px;
	float:left;
}
ul.newsArticles li .newsThumbnail img
{
	float:none;
	margin:0px;
	width:140px;
	max-width:none;
}
ul.newsArticles li .newsBlock.noThumbnail
{
	margin-left:160px;
}

.newsArticleContent
{
	width:560px;
}


/* ----- BOARD MEMBERS PAGE ---------------------------- */

ul.boardMembers
{
	margin:20px 10px 20px 0px;
}
ul.boardMembers li
{
	margin:0px 0px 25px;
	padding:0px;
	list-style:none;

}
ul.boardMembers li h3
{
	margin:0px 0px 8px;
}
ul.boardMembers li p
{
	margin:0px 0px 10px;
}
ul.boardMembers li .boardMemberBlock
{
	margin: 0 0 0 20px;
	/*height:160px;*/
	/*overflow:hidden;*/
	float:left;
	width:530px;
}
ul.boardMembers li .boardMemberImage
{
	width:140px;
	height:140px;
	float:left;
}
ul.boardMembers li .boardMemberImage img
{
	float:none;
	margin:0px;
	width:140px;
	max-width:none;
}
ul.boardMembers li .boardMemberBlock.noThumbnail
{
	margin-left:160px;
}

/* ----- GALLERY --------------------------------------- */
.galleryImage
{
	display:inline-block;
	margin:5px 20px;
}
.galleryImage img
{
	margin:0px !important;
	max-width:none;
}


/* ----- FAQ PAGE -------------------------------------- */
ul.faqList
{
	margin:0px;
	width:520px;
}
ul.faqList li
{
	list-style:none;
	margin:0;
	padding: 0;
	border-bottom:1px solid #D8D8D8;
}
ul.faqList li .questionBody
{
	color: #484848;
	background:url('../images/faq-sign-plus.png') no-repeat right center;
}
ul.faqList li .open .questionBody
{
	font-weight: bold;
	background:url('../images/faq-sign-minus.png') no-repeat right center;
}
ul.faqList li .questionBody, ul.faqList li .answerBody
{
	float:left;
	width:500px;
}
ul.faqList li .questionPrefix, ul.faqList li .answerPrefix
{
	color: #484848;
	float:left;
	margin-right:5px;
	width:15px;
}
ul.faqList li .open .questionPrefix,
ul.faqList li .answerPrefix {
	font-weight: bold;
}
ul.faqList li .answerBody
{
	margin-bottom: 10px;
}
ul.faqList li div.question
{
	font-size:13px;
	color: #000000;
	cursor:pointer;
	padding: 10px 0;
}
ul.faqList li div.answer
{
	margin-top:5px;
	overflow:hidden;
}


/* ----- PAGINATION ------------------------------------ */

#PageNumbers {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
	#PageNumbers a {
	    padding: 0 5px
	}
	#PageNumbers .pagination {
	    float: left
	}
	#PageNumbers p {
	    float: right
	}
	#PageNumbers .next,
	#PageNumbers .prev {
	    font-size: 14px;
	    text-decoration:none;
	}
	#PageNumbers .next {
	    margin-left: 15px
	}
	#PageNumbers .prev {
	    margin-right: 15px
	}


/* ----- SEARCH FORM ----------------------------------- */

#SearchForm_SearchForm {
	padding: 0;
	position: relative;
	line-height: 20px;
	background: #fdfdf8;
	width:auto;
	border:1px solid #eaeaea;
}
	#SearchForm_SearchForm:hover {
		background: #fdfdf8;
	}
	#SearchForm_SearchForm #Search {
		margin: 0;
	}
	#SearchForm_SearchForm .middleColumn {
		width: 210px !important;
	}
	#SearchForm_SearchForm input[type='text'] {
		background: none;
		border: none;
		width: 170px;
		height: 20px;
		line-height: 20px;
		padding: 3px 33px 5px 12px;
		color: #767676;
		font-size: 13px;
		font-family: Calibri, Arial, Helvetica, sans-serif;
	}
	#SearchForm_SearchForm input[type='submit'] {
		overflow: hidden;
		width: 20px;
		height: 20px;
		line-height: 20px;
		background: none;
		margin: 0;
		padding: 0;
		text-indent: -100px;
		background: url(../images/search.png) transparent center center no-repeat;
		position:absolute;
		top:4px;
		right:5px;
		z-index:10;
	}
		#SearchForm_SearchForm input[type='submit']:hover {
			background: url(../images/search.png) transparent center center no-repeat;
		}
	#SearchForm_SearchForm input:focus {
		outline: none
	}

/* ----- PRIMARY NAVIGATION ------------------------------------- */

.header.mobile
{
	display:none;
}
.header .primary {
	float: right;
	clear: right;
	margin-top: 108px;
	position: relative;
	z-index: 100;
}
.header .primary ul {
	float: right;
}
.header .primary li {
    float: left;
    margin: 0 0 0 10px;
    position: relative;
}
	.header .primary li a {
	    color: #000;
	    font-size: 19px;
	    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	    padding: 6px 2px;
	    display: block;
		height: 20px;
		line-height: 20px;
		-o-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
		.header .primary li:hover a,
		.header .primary li a:hover {
			color: #67336b;
			text-decoration: none;
			border-bottom: solid 7px #67336b;
		}
		.header .primary li.section a,
		.header .primary li.current a {
			color: #67336b;
			border-bottom: solid 7px #67336b;
		}

		/* SECONDARY NAV */
		.header .primary li:hover .secondaryNav {
			display: block;
		}
		.header .primary .secondaryNav {
			display: none;
			width: 225px;
			position: absolute;
			top: 40px;
			right: 0;
			z-index: 100;
			border-top:1px solid #fff;
			background: rgb(103,51,107);
			background: rgba(103, 51, 107,0.9);
		}
			.header .primary .secondaryNav li {
				float: none;
				margin: 0;
				border-bottom: none;
			}
				.header .primary .secondaryNav li a {
					font-size: 14px;
					line-height: 16px;
					border-bottom: none;
					top: 0;
					height: auto;
					padding: 10px 7px;
					margin: 0;
					background-position: 92% 50%;
					border-bottom: solid 1px #fff;
					color:#fff;
				}
				.header .primary .secondaryNav li:hover {
					border-bottom: none;
				}
				.header .primary .secondaryNav li a:hover {
					border-bottom: none;
					background: #5f325b;
				    padding: 10px 40px 10px 7px;
					border-bottom: solid 1px #fff;
				}
					.header .primary .tertiaryNav
					{
						display:none !important;
					}

/* ----- SIDE BAR ----------------------------------- */
.sideBar
{
	float:left;
	width:230px;
	margin-top:20px;
}
.sideBar .secondary ul
{
	margin:0px;
}
.sideBar .secondary ul li
{
	padding:0px;
	list-style:none;
	border-top:1px solid #D7D7D7;
}
.sideBar .secondary ul li:first-child
{
	border-top: none;
}
.sideBar .secondary ul li a
{
	display:block;
	padding: 5px 8px;
	text-decoration:none;
	font-size:14px;
	color: #000;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.sideBar .secondary ul li.current a,
.sideBar .secondary ul li.section a
{
	color:#6a3072;
	font-weight: bold;
}
.sideBar .secondary ul li.current a
{
	background: url('../images/side-nav-arrow.png') no-repeat 215px center;
}

.sideBar .secondary ul li a:hover
{
	color:#6a3072;
}

.sideBar .secondary ul.tertiary
{
	padding: 5px 0;
}
.sideBar .secondary .tertiary li
{
	border-top: none;
}
.sideBar .secondary .tertiary li a
{
	padding: 4px 8px 4px 20px;
	color:#000 !important;
}
.sideBar .secondary .tertiary li a:hover
{
	color:#6a3072 !important;
}
.sideBar .secondary .tertiary li.current a
{
	color:#6a3072 !important;
}


/* ----- LAYOUT GENERAL ----------------------------- */
.header
{
	margin-top:20px;
}
.main {
	padding: 0px;
	position: relative;
	z-index: 11;
}
.header .inner
{
	height:146px;
	border-bottom:2px solid #744975;
}
.header .inner .brand
{
	float: left;
	height:142px;
}
.inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
div.clear
{
	clear:both;
}
#Content {
	float:left;
	margin-left:30px;
	margin-top:20px;
	width:700px;
}
#Content .pageBody
{
	width:560px;
}

#Content.noSideBar
{
	margin-left:260px;
}

.spacer
{
	margin-right:25px;
}

.pageImage
{
	width:960px;
	height:160px;
}
.pageImage .pageImageText
{
	float:right;
	margin-top:20px;
	margin-right:30px;
	color:#fff;
	text-shadow:1px 1px #000;
	width:400px;
	height:140px;
	overflow:visible;
}
.pageImage .pageImageText p
{
	font-size:30px;
	text-align:right;
	line-height:30px;
}

.titleBar
{
	margin-bottom:20px;
}


/* ----- DONATION BAR -------------------------------------- */
.donationBar
{
	color:#fff;
	background-color:#b881b9;
	border-bottom:5px solid #fedf00;
}
.donationBar .donationArea
{
	position:relative;
	padding-top:25px;
	margin-bottom:25px;
}
.donationBar .donationButton {
	position:absolute;
	bottom:-67px;
	right:0px;
	width:176px;
	height:54px;
	padding: 8px 0 0 15px;
	cursor:pointer;
	z-index:12;
	border-top: solid 5px #fedf00;
	background: url(../images/bg-donate-button.png) #fedf00 bottom left no-repeat;
	font-size: 13px;
	line-height: 13px;
	color: #484848;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.donationBar .donationButton:hover,
.donationBar.open .donationButton {
	background: url(../images/bg-donate-button.png) #fee84a bottom left no-repeat;
}
	.donationBar .donationButton span {
		font-size: 19px;
		line-height: 26px;
		color: #6a3072;
		font-weight: bold;
	}
.donationBar .donationButton:after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	background: #6a3072;
	transition: height 400ms;
	height: 0px;
}
.donationBar .donationButton:hover:after {
	height: 5px;
}
.donationBar form
{
	width:100%;
	max-width:none;
}
.donationBar .donationMessage
{
	width:200px;
	margin-left:6px;
	font-size:19px;
	line-height: 24px;
	float:left;
}
.donationBar .donationDetails
{
	width:230px;
	margin-left:34px;
	float:left;
}
.donationBar .donationDetails input[type=text]
{
	color:#484848;
	width:216px;
	padding:4px;
	background-color:#f8f3f8;
	border:3px solid #f8f3f8;
	margin:0px 0px 15px;
}
.donationBar .donationDetails select
{
	color:#000;
	background-color: #f8f3f8;
    border: 3px solid #f8f3f8;
    width:230px;
	padding:4px;
}
.donationBar .donationDetails select.error,
.donationBar .donationDetails input[type=text].error
{
	border-color:#FEDF00;
	margin-bottom:3px;
}
.donationBar label.error
{
	color:#FEDF00;
	margin-bottom:3px;
	display:block;
}
.donationBar .donationAmount
{
	float:left;
	margin-left:50px;
	width:440px;
}
.donationBar .donationAmount .heading
{
	font-size:17px;
	margin-bottom:12px;
}
.donationBar .donationAmount .amountList
{
	margin-top:10px;
	margin-bottom:2px;
}
.donationAmount .amountList .row
{
	margin-bottom:10px;
}
.donationAmount .amountList .row label input
{
	position: relative;
	top: -2px;
}
.donationAmount .amountList label.spaced
{
	margin-left:50px;
}
.donationAmount .checkoutButton
{
	margin-top:18px;
}
#DonationOther
{
	color:#000;
	background-color: #F8F3F8;
    border: 3px solid #F8F3F8;
}
#DonationOther.error
{
	border-color:#FEDF00;
}


/* ----- GENERAL PAGE -------------------------------------- */
.content-container {
    float: right;
    width: 620px;
    padding-bottom: 20px;
}
	.content-container .content {
		padding: 23px;
	}
#MenuButton
{
	display:none;
}

/* ----- BREADCRUMBS -------------------------------------- */
#Breadcrumbs {
	font-size: 10px;
	float:right;
	line-height:14px;
	margin-top: 10px;
	margin-right:10px;
	color: #545454;
}
#Breadcrumbs a
{
	color: #545454;
}


/* ----- SEARCH RESULTS ----------------------------- */
.searchResults p.searchQuery {
    color: #333;
    margin-bottom: 10px;
}
.searchResults ul#SearchResults {
	margin-left: 0;
    padding: 0
}
	.searchResults ul#SearchResults li {
	    border-top: 1px solid #e5e5e5;
	    padding: 20px 0;
	    list-style-type: none;
	}
	.searchResults ul#SearchResults p {
	    margin-bottom: 12px
	}
	.searchResults ul#SearchResults a.searchResultHeader {
	    font-size: 16px;
	    font-weight: bold;
	    margin-bottom: 6px;
	    display: block;
	    text-decoration:none;
	}

.contactMap {
	max-width: 270px;
}

/* SCROLL TO TOP
----------------------------------------------------------- */
#ScrollToTop {
	position:fixed;
	right:50px;
	bottom: 0px;
	width:50px;
	height:28px;
	padding-top:22px;
	line-height:25px;
	background: url(../images/arrow-up.png) #B881B9 center 12px no-repeat;
	color:#ffffff;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	z-index: 9999;
	outline: none;
	-webkit-transition: background 0.7s;
	-moz-transition: background 0.7s;
	-o-transition: background 0.7s;
	transition: background 0.7s;
}
	#ScrollToTop:hover {
		background: url(../images/arrow-up.png) #67336B center 8px no-repeat;
	}


/* ----- FOOTER ----------------------------------------- */
.footer {
    color: #999;
    padding: 20px 0;
    font-size: 11px;
    line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer .inner
{
	padding:0px 10px;
	width:940px;
}
.footer .inner p
{
	font-size:11px !important;
	margin:0px;
	line-height:14px !important;
}

.footer .inner.upper
{
	padding:30px 10px 0px;
	border-top:1px solid #d8d8d8;
}
.footer .inner.middle
{
	padding:15px 10px 30px;
}
.footer .inner.lower
{
	padding:6px 10px 50px;
	border-top:1px solid #d8d8d8;
}
.footer .socialMedia a
{
	display:inline-block;
	margin-right:25px;
	text-decoration:none;
}
.footer .socialMedia a span
{
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}
.footer .socialMedia a span.icon
{
	font-size:18px;
}
.footer .socialMedia a.believe:hover span.icon,
.footer .socialMedia a.believe:hover span.socialText
{
	color:#b881b9;
}
.footer .socialMedia a.thanks:hover span.icon,
.footer .socialMedia a.thanks:hover span.socialText
{
	color:#f68b2d;
}

	.footer a {
	    color: #999;
	}
	.footer .inner.lower a
	{
		color: #767676;
	}
	.footer .inner.upper a:hover,
	.footer .inner.lower a:hover
	{
	    color: #000;
	}
	.footer .left {
	    float: left;
	    color: #767676;
	    display: block;
	    width:44%;
	}
	.footer .right {
	    float: right;
		color: #767676;
	    display: block;
	    text-align:right;
	}
		/* ----- FOOTER NAV ----- */
		.footer .footerNav,
		.footer .footerNav ul {
			display: inline;
			margin: 0;
			padding: 0;
		}
			.footer .footerNav li {
				display: inline-block;
				padding: 0 1px 0 0;
			}


/* ----- PLASTYK LINK --------------------------------------- */
.plastyk {
	color: #767676;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
	.plastyk a {
		width: 64px;
		height: 16px;
		line-height: 16px;
		color: #666666;
		background: url(../images/plastykLogo.gif) top left no-repeat;
		text-decoration: none;
		text-align: left;
		padding-left: 4px;
		display: inline-block;
	}


/* ------------------------------------------------------------ */
/* ------    FORMS    ----------------------------------------- */
/* ------------------------------------------------------------ */

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif !important
}
input:invalid,
textarea:invalid {
    -moz-box-shadow: 0px 0px 5px red;
    -webkit-box-shadow: 0px 0px 5px red;
    box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd
}

/* ----- ERROR MESSAGES ------------------------------------------  */
form .message {
    padding: 6px;
}
.holder-required {
    background-color:#ffb8b8;
}
	form .good,
	p.goodMessage {
		padding: 3px 5px;
		background-color: #ecf9d0;
		border: solid 1px #8fbe00;
		color: #8fbe00;
	}
	form .bad,
	p.badMessage {
		padding: 3px 5px;
		background-color: #f9d0d0;
		border: solid 1px #be0000;
		color:#b80000;
	}

/* ----- INPUTS ------------------------------------------  */
.checkbox,
.radio {
    margin-top: 1px;
}
	.checkbox label.right,
    .radio label.right {
        text-align: left;
        padding-left: 0px;
    }

.listbox option {
    padding: 3px 0
}
form input.text,
form textarea,
form .textajaxuniquetext,
form select {
    width: 98%;
    padding: 3px 1%;
    font-size: 13px;
    background-color:#fff;
	 border: 1px solid #dad9d9;
}
	form input.text:focus,
	form textarea:focus,
	form .textajaxuniquetext:focus,
	form select:focus {
		outline:none;
	}
	form textarea {
		resize: none;
	}

form input.sitetreeurlsegment {
    width: 200px
}
form span.readonly {
    font-size: 16px
}
form .creditCardField input,
form input.currency {
    padding: 3px;
	width: 40px;
}
form input.numeric {
    padding: 3px;
    width: 35px;
	border: 1px solid #beb3a1;
}
form #DMYDate-month,
form #DMYDate-day {
	padding: 3px;
    width: 25px
}
form .checkboxset ul,
form .optionset ul {
    margin: 0;
}
	form .checkboxset li,
	form .optionset li {
		margin-bottom: 5px;
		list-style-type:none;
	}
		form .checkboxset li .checkbox,
		form .optionset li .radio{
			margin-top: 1px;
		}

/* ----- ACTIONS ------------------------------------------  */
.Actions {
	text-align: right;
}
#MemberLoginForm_LoginForm_action_dologin,
.Actions .action,
a.btn,
button,
input[type="submit"] {
	margin: 10px 0 0 0;
	border: none;
	background: #B881B9;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
	height: 30px;
	line-height: 30px;
    font-size: 13px;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
	a.btn:hover,
	button,
	input[type="submit"]:hover
	{
		background: #60325b;
	}

button {
	background-color: #a4a4a4;
}
.ss-uploadfield-item-info button{
		margin-top:4px !important;
		float:left;
}
.resetformaction {
    float:right;
    border-radius:20px;
    background-color:#9F9F9F;
    border:none;
    color:#fff;
    font-size: 13px;
}

/* ----- CMS FORMS -------------------------------------  */
#MemberLoginForm_LoginForm,
#MemberLoginForm_LostPasswordForm {
    max-width: 500px
}
#ForgotPassword {
    margin: 6px 0 0 0;
}
	#ForgotPassword a {
		margin-top: 15px
	}
div.field {
    width: 100%;
    margin-bottom: 10px;
}
form .middleColumn {
    width: 100% !important;
}
	form .middleColumn .middleColumn {
	    width: 100% !important
	}

span.requiredAsterisk
{
	color:#B881B9;
}

/* ----- LABELS ------------------------------------------  */
form label {
	font-size: 13px;
}
	form label.left {
		max-width:80%;
		padding-right: 5%;
		padding-bottom:10px;
		margin-top: 3px;
		display: block;
		font-size: 13px;
	}
	form label.right {
		padding-left: 5%;
		display: block;
		font-size: 13px;
	}

/* ----- CLIENT SIDE ERROR MESSAGE ----------------------  */
form label.error {
	color: #E17E27;
	display:block;
}
	form input.text.error,
	form textarea.error,
	form .textajaxuniquetext.error,
	form select.error {
		border: solid 1px #E17E27;
	}