 ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input 
 { 
	margin: 0; padding: 0; 
 }

 body 
 { 
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px; 
	color: #666666; 
	border-top: 4px solid #9772bc; 
	margin: 0; 
	padding: 0; 
	background-color: white;
	overflow-x: auto;
}
 
 h1, h2, h3
 {
     color: #9772bc;
	 text-align: left;
 }

p 
{ 
	font-size: 1em; 
	line-height: 1.5; 
	margin: 0; 
	padding: .5em 0; 
}

a 
{ 
	color: #9772bc;
	text-decoration: none; 
}
 
a:hover 
{ 
	color: #5f308e; 
}

a.communityLink
{
    color:white;
}

a.communityLink:hover
{
    color: #9772bc;
}

 div.slideshow-container img
 {
	 width: 100%;
	 height: auto;
 }

 /*slideshow container*/
div.slideshow-container-centered
{
	 background-image: url('../images/castlewall.png');
	 width: 100%;
	 height: auto;
	 margin: 0 auto;
}

div.slideshow-container-centered div
{
	width: 75%;
	padding: 30px 0 30px 12.5%;
}


div.slideshow-container-centered img
{
	 width: 100%;
	 height: auto;
}

.linkList
{
	list-style: none;
	text-align:center;
}

.link
{
	float: left;
}

.link-right
{
	float: right;
}

div.firstLogoHolder
{
	padding: 0 10px 0 0;
}

div.facebookfeed
{
	width: 59.4%;
	height: 600px;
	background-image: url("../images/castlewall.png");
	float: right;
}

div.bannerHolder
{
	padding: 10px 0 0 0;
	float: right;
	background-image: url("../images/banner.png");
	background-size: 100% 1000px;
	background-repeat: no-repeat;
	width: 24%;
	height: 1340px;
	display: table-cell;
	vertical-align: middle;
	margin: 1.7%;
}

div.bannerTextHolder
{
	width: 65%;
	height: 60%;
	margin: 0 auto;
	padding: 17% 0 0 0;	
}

 div.bannerTextHolder a
 {
	color: white;
 }

 div.bannerTextHolder ul
 {
	 list-style: none;
 }


 div.bannerTextHolder a:hover
 {
	 color: #9772bc;
 }

div.sponsorBanner
{
	width: 100%;
	overflow: hidden;
	max-height: 114px;
}

img.firstImage
{
	-webkit-animation: bannerMove 30s linear infinite; /* Chrome, Safari, Opera */
}

div.sponsorBanner img
{
	padding: 0 0 10px 5%;
}


@keyframes bannerMove
{
 0%
 {
   margin-left: 0px;
 }

 100%
 {
   margin-left: -3770px;
 }
}

/*CSS for the members page*/
div.sidePanel
{
	width: 20%;
	height: 1000px;
	background-color: rgb(99, 41, 143);
	float:right;
}

 div.sidePanel ul
 {
	 list-style: none;
 }

 div.sidePanel a
 {
	 color: white;
 }

 div.sidePanel a:hover
 {
	 color: #919191;
 }

table.communications
{
    width: 400px;
	float: right;
}

table.communications img
{
	height: 100px;
	padding: 0 0 0 10px;
}

table.communications td
{
	padding: 0 0 40px 40px;
}

div.importantMesage
{
    width: 26%;
    float: left;
    padding: 0 40px 0 0;
}

div.holder
{
    width: 100%;
}

 hr.crossSword:before
 {
	 display: block;
	 content: "";
	 height: 30px;
	 margin-top: -31px;
	 border-style: double;
	 border-width: 0 0 1px 0;
	 border-radius: 20px;
	 border-color: black;
 }

hr.crossSword
{
	text-align: center;
	border: none;
	border-top: medium double black;
	border-radius: 20px;
	padding: 0;
	margin: 100px auto -40px;
}

 hr.crossSword::after
 {
	 content: url('../images/crossSwords.jpg');
	 position: relative;
	 display: inline-block;
	 top: -50px;
 }

 /*New! Oraginized! Wow! Bad Spelling! 9/14/16 */
 .container-full
 {
	 width: 100%;
	 overflow: hidden;
 }

 .standard-width
 {
	 width: 92%;
	 overflow: hidden;
 }

 .header
 {
	 height: 100px;
	 overflow: hidden;
 }

 .right
 {
	 float: right;
 }

 .left
 {
	float: left;
 }

 .centered
 {
	 margin: 0 auto;
 }

 .text-centered
 {
     text-align: center;
 }

 .margin-right
 {
	 margin: 0 0 0 1%;
 }

 nav a
 {
	 float: left;
	 display: block;
	 color: #545454;
	 text-decoration: none;
	 font-family: "Cabin Condensed", "Myriad Pro", Arial, Helvetica, sans-serif;
	 font-weight: 500;
	 padding: 6px 0 6px;
	 border: 0;
	 border-top: 3px solid transparent;
	 outline: 0;
	 margin: 0 17px;
	 list-style-type: none;
	 font-size: 1em;
	 text-transform: uppercase;
 }
 nav ul > li:last-child a, #topnav ul > span:last-child li a
 {
	 margin-right: 0;
 }

 nav a:hover
 {
	 color: #545454;
	 border: 0;
	 border-top: 3px solid #9772bc;
 }

 .contentHolder-standard
 {
	 width: 70.5%;
	 padding: 1.7% 0 0 0;
 }

 .textContainer-standard
 {
	 width: 34%;
	 margin: 0 0 10px 0;
 }

 .itemContainer-standard
 {
	 width: 59.4%;
 }

 .dropbtn
 {
	 font-size: 20px;
	 background-color: white;
	 color: #9772bc;
	 border:none;
	 cursor: pointer;
	 outline-color: white;
	 font-weight: 800;
 }

 .dropbtn:hover
 {
	 color: #5f308e;
 }

 #dropDown
 {
	 float: right;
 }

 .dropDownHolder
 {
	 margin: 20px 17px 0 0;
	 float: right;
 }

 .dropDownContent
 {
	 display: none;
	 position: absolute;
	 background-color: #f9f9f9;
	 min-width: 160px;
	 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 }

 .dropDownContent a
 {
	 color: #545454;
	 padding: 12px 16px;
	 text-decoration: none;
	 display: block;
	 cursor: pointer;
 }

 .dropDownContent a:hover
 {
	 background-color: #f1f1f1;
 }

 .show
 {
	 display: block;
 }

 input.textArea
 {
	 width:300px;
	 height:38px;
	 font-size:20px;
	 font-family: Tahoma, Geneva, sans-serif;
	 margin: 10px;
	 color: #545454;
 }

 input.textArea:focus
 {
	 outline-color: #9772bc;
 }

 select.dropList
 {
	 width:300px;
	 height:38px;
	 font-size:20px;
	 display: block;
	 margin:10px;
 }

 select.dropList:focus
 {
	 outline-color: #9772bc;
 }

 input.addButton
 {
	 background-color:#9772bc;
	 color: white;
	 text-align: center;
	 font-size:16px;
	 border:none;
	 width:300px;
	 height:40px;
	 transition-duration: 0.4s;
	 cursor: pointer;
	 margin:10px;
 }

 input.addButton:hover
 {
	 background-color:#5f308e;
	 text-align: center;
	 font-size:16px;
	 border:none;
	 width:300px;
	 height:40px;
 }

 div.loginHolder
 {
	 padding: 130px 10px 0 0;
	 width: 310px;
 }


.standard-width-new
 {
	 width: 90.3%;
 }

 .inline
 {
	 display: inline;
 }

 .inline-block
 {
	 display: inline-block;
 }

 .width-svnty
 {
	 width: 70%;
 }

 .width-half
 {
	 width: 50%;
 }

 .popup 
	{
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		padding-top: 100px; /* Location of the box */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.popup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
	
	.close
	{
		color: white;
		float: right;
		font-size: 28px;
		font-weight: bold;
	}
	
	.close:hover, .close:focus
	{
		color: black;
		background-color: white;
		text-decoration: none;
		cursor: pointer;
	}
	
	
.popup-header {
    padding: 2px 16px;
    background-color: #9772bc;
    color: white;
}

.popup-body {padding: 2px 16px;}

.popup-footer 
{
    padding: 2px 16px;
    background-color: #9772bc;
    color: white;
}

 input.searchField
 {
	 width:50%;
	 height:38px;
	 font-size:20px;
	 font-family: Tahoma, Geneva, sans-serif;
	 margin: 10px;
	 color: #545454;
 }

 input.searchField:focus
 {
	 outline-color: #9772bc;
 }

 img.subgroupIcon
 {
	 margin: 0 3% 0 0;
 }

 /*Inventory**/
 div.itemDescriptionContainer
 {
     width:600px;
 }

 input.itemQuantityField
 {
	 width:60px;
	 height:38px;
	 font-size:16px;
 }

 button.addButton
 {
	 background-color:#9772bc;
	 color:black;
	 text-align: center;
	 font-size:16px;
	 border:none;
	 width:300px;
	 height:40px;
	 transition-duration: 0.4s;
	 cursor: pointer;
 }

 button.addButton:hover
 {
	 background-color:#C95BC7;
	 color:white;
	 text-align: center;
	 font-size:16px;
	 border:none;
	 width:300px;
	 height:40px;
 }