body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.67em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../webimages/body_tile.gif) repeat center top;
}

/* Added from main.master */
	*, ::after, ::before {
        box-sizing: content-box !important;
    }
    body {
        line-height: normal !important;
    }
    .tooltip {
        opacity: 1 !important;
    }
	
	.tooltip {
    /*position: relative;*/
    display: inline-block;
    border-bottom: 1px dotted black;
}


/* End Added from main.master */


/* Not Used Added from main.master */
/*.tooltip .tooltiptext {
    visibility: hidden;
    width: 40em;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
    position: absolute;
    z-index: 5;
    bottom: -300%;
    left: .5em;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.accordionpt {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordionpt:hover {
  background-color: #ccc;
}

.accordionpt:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panelpt {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}*/
/* 2 styles added for translation links */
/*.rightHead {
  overflow: visible !important;
}

#header {
  overflow: visible !important;
}
.rightHead .dropdown-menu {
    min-width: 5em;
	padding-left: .5em;
}

ul.dropdown-menu a {
    text-decoration: none;
	color: #000;
}
ul.dropdown-menu a:hover {
	color: #FDBE0F;
}
*/
/* End Not Used Added from main.master */

.contentFormButtonPartner {
    background: url(/img/bg_button_175.png) no-repeat center top;
    color: #ffffff;
    width: 175px;
    height: 63px;
    border: 0;
    padding-bottom: 23px;
    font-size: 1.5em;
}


a {
	color: #db9e4d;
	text-decoration: none;
}
	a:hover {
		color: #a67331;
	}
a, object, embed, input {
	outline: 0;
}

img {
	border: 0;
}

.arial { font-family: Arial, helvetica, sans-serif; }
.lucida { font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
.georgia { font-family: Georgia, 'Times New Roman', Times, serif; }
.times { font-family: 'Times New Roman', Times, serif; }

.grey { color: #666; }
.orange { color: #db9e4d; }
.darkBlue { color: #234966; }
.lightBlue { color: #6d8daa; }
.brown { color: #4c473a; }

.small { font-size: .75em; }

.charRemaining {}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.67em;
	line-height: 1.25em;
	text-transform: uppercase;
	color: #245a7c;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	line-height: 1.33em;
	color: #db9e4d;
}
	#newsevents h2 {
		font-size: 1.67em;
		line-height: 1.6em;
		color: #b4975a;
	}
h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 1.33em;
	line-height: 1.25em;
	color: #b4975a;
	font-weight: normal;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 1.17em;
	line-height: 1.67em;
	color: #234966;
}
	table h4 {
		padding: 15px 0 0;
	}
	.resultItem h4 {
		padding: 0;
	}
	.product h4 {
		padding: 0;
		color: #db9e4d;
	}
h5 {
	margin: 0;
	padding: 0;
	font-size: 1.17em;
	line-height: 1.43em;
	color: #b4975a;
}
h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.67em;
}
p {
	margin: 0;
	padding: 0 0 15px;
}

hr {
	height: 2px;
	margin: 3px 0 15px;
	padding: 0;
	border: 0;
	color: #dee7eb;
	background: #dee7eb;
}
	hr.top {
		margin-right: 14px;
		margin-left: 14px;
	}

img.left {
	float: left;
	display: inline;
	margin: 5px 15px 5px 0;
}
img.right {
	float: right;
	display: inline;
	margin: 5px 0 5px 15px;
}
img.center {
	display: block;
	margin: 0 auto 15px;
}

ul { 
margin:0;
padding:0 0 15px 30px;
}

table {
	margin: 0 0 15px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
	table td {
		padding: 0 10px 0 0;
		vertical-align: top;
	}
table.form {}
	table.form td {
		padding: 5px 10px 5px 0;
	}
	table.conTable td {
		padding: 5px 10px 5px 0;
	}
table.left {
	float: left;
	display: inline;
	margin: 5px 15px 5px 0;
}
table.right {
	float: right;
	display: inline;
	margin: 5px 0 5px 15px;
}
	table.left td, table.right td {
		padding: 0;
	}

input {
	font-size: 12px;
}

select {
	font-size: 11px;
}
a.more { font-size: 1em; }

a.readMore {
	float: right;
	display: inline;
	height: 20px;
	line-height: 20px;
	width: 70px;
	padding: 0 12px 0 8px;
	background: url(../webimages/a_readMore.gif) no-repeat left top;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10px;
	color: #233543;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
	a.readMore:hover {
		color: #233543;
		background-position: left -20px;
	}
	
input.full {
	width: 200px;
}
input.standard, body .EktronCheckout_modalContainer input.EktronCheckout_Row_RightContents {
	width: 252px;
}

.radioList input {
	float: left;
	display: inline;
	margin: 0px 8px 0 0;
}
.radioList label {
	display: block;
	overflow: hidden;
	zoom: 1;
}
.radioAmounts td {
	padding: 2px 10px 2px 0;
}
.radioAmounts input {
	margin: 0 8px 0 0;
}

.deductDay {
	padding: 0 0 0 23px;
}

#pageWrap {
	background: url(../webimages/pageWrap2.gif) repeat-y center top;
}
/* Modified 1-9-24 */
#page {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 500px;
}
* html #page {
	height: 500px;
	overflow: visible;
}

#header {
	height: 92px;
	overflow: hidden;
	background: url(../webimages/header.gif) repeat-x left top;
	font-size: 12px;
}
	.home #header {
		/*background: url(../webimages/header_home.gif) repeat-x left top;*/
	}
	#logo {
		position: absolute;
		top: 0;
		left: 348px;
	}
	
	/* Modified 1-9-24 */
	.leftHead {
		float: left;
		display: inline;
		max-width: 450px;
		overflow: hidden;
	}
	/* Modified 1-9-24 */
	.rightHead {
		float: right;
		display: inline;
		max-width: 450px;
		overflow: hidden;
	}
	.mHeader1,
	.mHeader2
	{
        background: url(../webimages/upper_header.png) repeat-x left top;
        background-size: contain;
        font-size: 12px;
    }
	.mHeader3
	{
        background: url(../webimages/lower_header.png) repeat-x left top;
        background-size: contain;
        font-size: 12px;
    }


	/* Modified 1-9-24 */
	ul#utilityMenu,
	ul#utilityMenuMobile {
		margin: 0;
		padding: 10px 14px;
		list-style: none;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
		color: #fff;
		font-size: 10px;
		line-height: 20px;
		text-transform: uppercase;
		height: 20px;
		overflow: hidden;
	}
	/* Modified 1-9-24 */
		#utilityMenu li,
		#utilityMenuMobile li {
			float: left;
			display: inline;
			padding: 0 5px 0 6px;
			background: url(../webimages/utilityMenu.gif) no-repeat left center;
		}
		/* Modified 1-9-24 */
			#utilityMenu li.first,
			#utilityMenuMobile li.first {
				padding: 0 5px 0 0;
				background: none;
			}
		/* Modified 1-9-24 */
		#utilityMenu a,
		#utilityMenuMobile a {
			color: #fff;
			text-decoration: none;
		}
		/* Modified 1-9-24 */
			#utilityMenu a:hover, 
			#utilityMenu a.selected,
			#utilityMenuMobile a:hover, 
			#utilityMenuMobile a.selected {
				color: #db9e4d;
			}
	
	ul#loginMenu {
		margin: 0;
		padding: 4px 14px 5px;
		list-style: none;
		font-family: Georgia, 'Times New Roman', Times, serif;
		letter-spacing: 1px;
		color: #fff;
		font-size: 12px;
		line-height: 30px;
		text-transform: uppercase;
		height: 30px;
		overflow: hidden;
	}
		.home ul#loginMenu {
			color: #b4975a;
		}
		#loginMenu li {
			float: left;
			display: inline;
			padding: 0 12px 0 13px;
			background: url(../webimages/loginMenu.gif) no-repeat left center;
		}
			.home #loginMenu li {
				background: url(../webimages/loginMenu_home.gif) no-repeat left center;
			}
			#loginMenu li.first {
				padding: 0 12px 0 0;
				background: none;
			}
		#loginMenu a {
			color: #fff;
			text-decoration: none;
		}
			#loginMenu a:hover {
				color: #234966;
			}
			.home #loginMenu a {
				color: #b4975a;
			}
				.home #loginMenu a:hover {
					color: #97762f;
				}
				
	/* Modified 1-9-24 */
	#searchBar,
    #searchBarTop	{
		text-align: right;
		line-height: 24px;
		height: 24px;
		padding: 8px 13px;
	}
    #searchBarTop	{
		text-align: left;
	}
	/* Modified 1-9-24 */
		#searchBar label,
		#searchBarTop label {
			font-family: Georgia, 'Times New Roman', Times, serif;
			letter-spacing: 1px;
			font-size: 14px;
			text-transform: uppercase;
			color: #6d8daa;
		}
		/* Modified 1-9-24 */
		#searchBar span.textbox,
		#searchBarTop span.textbox {
			display: -moz-inline-box;
			display: inline-block;
			height: 18px;
			padding: 3px 0;
			width: 185px;
			margin: 0 3px;
			background: url(../webimages/searchBar_textbox.gif) no-repeat left top;
			vertical-align: middle;
		}
		/* Modified 1-9-24 */
			#searchBar span.textbox input,
			#searchBarTop span.textbox input {
				width: 175px;
				height: 15px;
				padding: 0 5px;
				margin: 0;
				background: none;
				border: 0;
				font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
				color: #939598;
				font-size: 12px;
			}
			/* Modified 1-9-24 */
		#searchBar a.goButton,
		#searchBarTop a.goButton {
			display: -moz-inline-box;
			display: inline-block;
			height: 24px;
			width: 31px;
			padding: 0 7px;
			background: url(../webimages/searchBar_goButton.gif) no-repeat left top;
			vertical-align: middle;
			font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
			color: #233543;
			font-size: 11px;
			line-height: 21px;
			text-transform: uppercase;
			text-decoration: none;
			text-align: left;
		}
		/* Modified 1-9-24 */
			#searchBar a.goButton:hover,
			#searchBarTop a.goButton:hover {
				background-position: left -24px;
			}
		
	
	#shoppingCart {
		text-align: right;
		padding: 5px 13px 10px;
		line-height: 20px;
	}
	
		a.cartButton {
			display: -moz-inline-box;
			display: inline-block;
			vertical-align: top;
			height: 20px;
			line-height: 20px;
			padding: 0 39px 0 0;
			background: url(../webimages/a_cartButton.gif) no-repeat right -20px;
			font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
			font-size: 10px;
			color: #fff;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: normal;
		}
		.home a.cartButton {
			background: url(../webimages/a_cartButton_home.gif) no-repeat right -20px;
		}
			a.cartButton span {
				display: -moz-inline-box;
				display: inline-block;
				height: 20px;
				padding: 0 2px 0 8px;
				background: url(../webimages/a_cartButton.gif) no-repeat left top;
				cursor: pointer;
			}
			.home a.cartButton span {
				background: url(../webimages/a_cartButton_home.gif) no-repeat left top;
			}
			a.cartButton:hover {
				background-position: right -60px;
				color: #fff;
			}
				a.cartButton:hover span {
					background-position: left -40px;
				}

#primaryMenu {
	position: relative;
	z-index: 50;
	height: 38px;
	padding: 2px 0 0 20px;
	background: url(../webimages/primaryMenu.gif) repeat-x left top;
}
	#primaryMenu ul {
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
		font-family: Georgia, 'Times New Roman', Times, serif;
		letter-spacing: 1px;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
	}
	#primaryMenu li {
		position: relative;
		z-index: 51;
		float: left;
		display: inline;
		margin: 0 0 0 -1px;
		padding: 0 0 0 1px;
		background: url(../webimages/primaryMenu.gif) no-repeat left -42px;
	}
		#primaryMenu li.first {
			background: none;
		}
		#primaryMenu li.hover, #primaryMenu li.highlight, #primaryMenu li.selected {
			background: url(../webimages/color_ccc.gif) repeat-y left top;
		}
		#primaryMenu li.hover {
			z-index: 53;
			
		}
	#primaryMenu a {
		position: relative;
		z-index: 55;
		display: block;
		display: inline-block;
		border-top: 1px solid #fff;
		padding: 8px 10px;
		height: 20px;
		color: #234966;
		text-decoration: none;
	}
		#primaryMenu .ourMenu a {
			padding: 8px 5px;
		}
		#primaryMenu a span {
			display: block;
			display: inline-block;
			line-height: 20px;
			height: 20px;
			overflow: hidden;
			cursor: pointer;
			padding: 0 5px 0 0;
			background: url(../webimages/primaryMenu_span.gif) no-repeat right -20px;
		}
			#primaryMenu a span span {
				padding: 0 0 0 5px;
				background: url(../webimages/primaryMenu_span.gif) no-repeat left top;
			}
		#primaryMenu li.highlight a, #primaryMenu li.selected a {
			color: #fff;
			background: #7794b0 url(../webimages/primaryMenu_ahover.gif) no-repeat right top;
			border-top: 1px solid #ccc;
		}
		#primaryMenu li.hover a,
		#primaryMenu .desktopMenu li.hover a {
			color: #fff;
			background: #7794b0 url(../webimages/primaryMenu_ahover.gif) no-repeat right -36px;
			border-top: 1px solid #ccc;
		}
			#primaryMenu .ourMenu li.highlight a, #primaryMenu .ourMenu li.selected a {
				background: #7794b0 url(../webimages/primaryMenu_ourMenu_ahover.gif) no-repeat right top;
			}
			#primaryMenu .ourMenu li.hover a {
				background: #7794b0 url(../webimages/primaryMenu_ourMenu_ahover.gif) no-repeat right -36px;
			}
			#primaryMenu li.hover a span, #primaryMenu li.highlight a span, #primaryMenu li.selected a span {
				background: none;
			}
		
		#primaryMenu ul ul {
			display: none;
			position: absolute;
			z-index: 52;
			top: 35px;
			left: 0;
			padding: 8px 0 0;
			letter-spacing: 0;
			font-size: 15px;
			line-height: 18px;
			text-transform: none;
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			background: url(../webimages/primaryMenu_ul.gif) no-repeat right top;
		}
			#primaryMenu ul .hover ul {
				display: block;
			}
			#primaryMenu ul.ourMenu ul {
				background: url(../webimages/primaryMenu_ourMenu_ul.gif) no-repeat right top;
			}
			#primaryMenu.reverse ul ul {
				left: auto;
				right: 0;
			}
			* html #primaryMenu.reverse ul ul {
				right: -1px;
			}
		#primaryMenu ul ul li {
			position: static;
			float: none;
			display: block;
			margin: 0;
			padding: 3px 0;
			border-right: 1px solid #ccc;
			width: 190px;
			background: url(../webimages/primaryMenu_ul_opacity.png) repeat left top;
		}
		* html #primaryMenu ul ul li {
			filter: alpha(opacity=85);
		}
			#primaryMenu ul.ourMenu ul li {
				width: 245px;
				background: url(../webimages/primaryMenu_ourMenu_ul_opacity.png) repeat left top;
			}
			#primaryMenu ul ul li.alt {
				background: url(../webimages/primaryMenu_alt_opacity.png) repeat left top;
			}
			* html #primaryMenu ul ul li.alt {
				filter: alpha(opacity=95);
			}
				#primaryMenu ul.ourMenu ul li.alt {
					background: url(../webimages/primaryMenu_ourMenu_alt_opacity.png) repeat left top;
				}
		#primaryMenu ul li.hover ul a {
			position: relative;
			border: 0;
			padding: 3px 10px 3px 20px;
			width: 160px;
			height: auto;
			color: #fff;
			background: none;
		}
			#primaryMenu ul li.hover ul a:hover {
				color: #d8e5ee;
			}
			#primaryMenu ul.ourMenu li.hover ul a {
				padding: 3px 10px 3px 20px;
				width: 215px;
				background: none;
			}
				#primaryMenu ul.ourMenu li.hover ul a:hover {
					color: #e9dab9;
				}
			
#homeBanner {
	position: relative;
	z-index: 20;
	padding: 6px 0 15px;
}
	#homeBanner .slideshow {
		width: 960px;
		height: 300px;
		overflow: hidden;
	}
		#homeBanner .slide {
			width: 960px;
			height: 300px;
			overflow: hidden;
			background: #fff;
		}
		#homeBanner p {
			padding: 0;
		}
	#homeBanner .links {
		height: 46px;
		overflow: hidden;
		background: url(../webimages/homeBanner_links.gif) no-repeat left top;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
		font-size: 14px;
		line-height: 26px;
	}
		#homeBanner .links ul {
			margin: 0;
			padding: 10px 0 0 16px;
			list-style: none;
			width: 1500px;
		}
		#homeBanner .links li {
			float: left;
			display: inline;
			height: 26px;
			background: url(../webimages/homeBanner_link.gif) no-repeat left top;
			margin: 0 30px 0 0;
		}
		#homeBanner .links a {
			display: block;
			display: inline-block;
			padding: 0 32px 0 12px;
			background: url(../webimages/homeBanner_link.gif) no-repeat right -26px;
			color: #bdced6;
			text-decoration: none;
		}
			#homeBanner .links a:hover {
				color: #fff;
			}
			
		#homeBanner .links li.link1
{
    /*background-image: url("/img/Donate-Button-Footer-Menu.png");
	background-repeat: no-repeat;
	width: 90px;
	height: 29px;
    border-radius: 10px;
    color: #fff;
    padding: 0px 10px 0px 5px;*/
    float: left;
			display: inline;
			height: 26px;
			background: url(../webimages/homeBanner_link.gif) no-repeat left top;
			margin: 0 30px 0 0;
    
}


.homeVideo {
	width: 510px;
	overflow: hidden;
	margin: 5px 0 0;
	text-align: center;
	background: url(../webimages/homeVideo.gif) no-repeat -510px bottom;
}
.homeVideoB {
	width: 500px;
	padding: 5px 5px 12px;
	min-height: 300px;
	overflow: hidden;
	background: url(../webimages/homeVideo.gif) no-repeat left top;
}
* html .homeVideoB {
	height: 300px;
	overflow: visible;
}
	.homeVideo h4 {
		padding: 0 5px;
		font-family: 'Times New Roman', Times, serif;
		font-size: 16px;
		line-height: 19px;
		color: #4a6b90;
		font-weight: normal;
		text-transform: uppercase;
	}
		
		
#title {
	padding: 15px 14px 10px;
}
	#title h1 {
		margin: 0;
		padding: 0;
		font-family: Georgia, 'Times New Roman', Times, serif;
		letter-spacing: 2px;
		font-size: 1.5em;
		line-height: 1.39em;
		color: #6d8daa;
		text-transform: uppercase;
		font-weight: normal;
	}
		#title h1 strong {
			font-weight: normal;
			color: #234966;
		}

/* Modified 1-9-24 */
#columns {
	max-width: 960px;
	overflow: hidden;
}

	.priority {
		float: right;
		display: inline;
		width: 735px;
		overflow: hidden;
	}
	.priorityFull {
		width: 960px;
		overflow: hidden;
	}
		.home .priority {
			width: 735px;
		}
		.search .priority {
			float: left;
			display: inline;
			width: 625px;
			padding: 0 0 0 14px;
		}
		.search .priorityFull {
			width: 932px;
			padding: 0 14px;
		}
		
		.mainCol {
			float: left;
			display: inline;
			width: 490px;
			overflow: hidden;
		}
			.home .mainCol {
				width: 510px;
			}
		.mainColThreeCol {
			float: left;
			display: inline;
			width: 405px;
			overflow: hidden;
		}
		.rightCol {
			float: right;
			display: inline;
			max-width: 280px;
			overflow: hidden;
			margin: 5px 0px 0px -5px;
		}
		.rightColThreeCol {
			float: right;
			display: inline;
			width: 300px;
			overflow: hidden;
			margin: 5px 0 0;
		}
	.sideCol {
		float: left;
		display: inline;
		width: 215px;
		overflow: hidden;
		margin: 5px 0 0;
	}
		.search .sideCol {
			float: right;
			display: inline;
			width: 292px;
		}
	
.sideCol .header {
	height: 36px;
	overflow: hidden;
	background: url(../webimages/sideCol_header.gif) no-repeat left top;
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 33px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 6px;
}

.sideCol .content {
	min-height: 400px;
	padding: 15px 10px;
	background: url(../webimages/leftCol.gif) no-repeat right top;
}
* html .sideCol .content {
	height: 400px;
	overflow: visible;
}
    .sideCol .content #mainMenu {
        background: none;
        height: auto;
        min-height: 0;
    }
    * html .sideCol .content #mainMenu {
        height: auto;
    }
        .sideCol .content #mainMenu li a {
            width: 185px;
            padding: 0 5px 8px 0;
        }

#mainMenu {
	min-height: 400px;
	background: url(../webimages/leftCol.gif) no-repeat right top;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 15px;
	line-height: 18px;
}
* html #mainMenu {
	height: 400px;
	overflow: visible;
}
	#mainMenu ul {
		margin: 0;
		padding: 1px 0 0;
		list-style: none;
		text-align: right;
	}
	#mainMenu li {
		margin: -1px 0 0;
		padding: 0 0 1px;
		background: url(../webimages/mainMenu.gif) no-repeat left bottom;
	}
		#mainMenu li.selected {
			background: url(../webimages/mainMenu.gif) repeat-y -645px bottom;
		}
	#mainMenu li a {
		display: block;
		display: inline-block;
		width: 200px;
		padding: 11px 15px 11px 0;
		color: #db9e4d;
		text-decoration: none;
	}
		#mainMenu li a:hover {
			color: #a67331;
		}
		#mainMenu li.selected a {
			color: #1c688e;
			background: url(../webimages/mainMenu.gif) repeat-y -215px top;
		}
			#mainMenu li.selected a.first {
				background: url(../webimages/mainMenu.gif) repeat-y -430px top;
			}

.subMenu {
	overflow: hidden;
	padding: 5px 0 15px;
}
	.subMenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		height: 40px;
		overflow: hidden;
		background: url(../webimages/subMenu.gif) repeat-x left top;
		font-family: Georgia, 'Times New Roman', Times, serif;
		letter-spacing: 1px;
		font-size: 12px;
		line-height: 20px;
		text-transform: uppercase;
	}
		.subMenu ul.secondSub {
			margin: 15px 0 0;
		}
		.subMenu ul.split2 {
			width: 726px;
		}
	.subMenu li {
		float: left;
		display: inline;
		padding: 0 1px 0 0;
		background: url(../webimages/subMenu.gif) no-repeat right -40px;
	}
	.subMenu li a {
		display: block;
		display: inline-block;
		height: 20px;
		padding: 10px 15px;
		color: #234966;
	}
		.subMenu li a:hover {
			color: #6d8daa;
		}
		.subMenu .split2 li a {
			display: block;
			text-align: center;
			width: 326px;
		}
		#newsevents .subMenu li a {
			display: block;
			text-align: center;
			width: 283px;
		}
		.subMenu li a.selected {
			color: #234966;
			background: url(../webimages/subMenu.gif) repeat-x left -80px;
		}
.paging {
	padding: 7px 0;
	border-bottom: 1px solid #bdced6;
}
	.paging .current {
		float: right;
	}
		.paging .current a.selected {
			color: #1c688e;
			text-decoration: underline;
		}
	.paging a.backto {
		padding: 0 0 0 20px;
		color: #666;
		background: url(../webimages/backto.gif) no-repeat 2px center;
	}
		.paging a.backto:hover {
			color: #333;
		}


.quickLinks {
	width: 215px;
	overflow: hidden;
	background: url(../webimages/quickLinks.gif) no-repeat left top;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin: 0 0 20px;
}
	.quickLinks ul {
		margin: 0;
		padding: 6px 6px 3px 6px;
		list-style: none;
		width: 203px;
		background: url(../webimages/quickLinks.gif) no-repeat -215px bottom;
	}
	.quickLinks li {
		width: 203px;
		overflow: hidden;
		margin: 0 0 5px;
		background: url(../webimages/quickLinks_item.gif) no-repeat left top;
	}
	.quickLinks li a {
		display: block;
		width: 203px;
		padding: 5px 5px 5px 25px;
		background: url(../webimages/quickLinks_item.gif) no-repeat -203px bottom;
		color: #fff;
		text-decoration: none;
	}
		.quickLinks li a:hover {
			color: #db9e4d;
		}
	
.callout {
	margin: 0 0 20px;
}
	.home .callout {
		margin: 0 0 10px;
	}
	.home .callout p {
		padding: 0;
	}
.homeLinks {
	width: 215px;
	overflow: hidden;
	margin: 0 0 10px;
}
	.homeLinks .leftLink {
		float: left;
	}
	.homeLinks .rightLink {
		float: right;
	}
	
.related {
	min-height: 400px;
	background: url(../webimages/rightCol.gif) no-repeat left top;
}
* html .related {
	height: 400px;
	overflow: visible;
}
	.related .title {
		padding: 5px 15px 5px;
		margin: 0 0 10px;
		background: url(../webimages/suggested_title.gif) no-repeat left bottom;
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size: 15px;
		line-height: 30px;
		color: #db9e4d;
	}
	.related ul {
		margin: 0;
		padding: 0 0 0 15px;
		list-style: none;
	}
		.related li {
			overflow: hidden;
			zoom: 1;
			padding: 5px 0 15px;
		}
		.related h4 {
			line-height: 1.25em;
		}
		.related .details {
			overflow: hidden;
			zoom: 1;
		}
		.related .image {
			float: left;
			display: inline;
			width: 72px;
			text-align: center;
			padding: 4px 15px 0 0;
			overflow: hidden;
		}

#verseWrap {
	padding: 25px 0 0;
	background: url(../webimages/verse2.gif) no-repeat center top;
}
	#verse {
		width: 920px;
		padding: 15px 0;
		margin: 0 auto;
		color: #fff;
		text-align: center;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
		font-size: 14px;
		line-height: 18px;
		overflow: hidden;
	}
		#verse p {
			padding: 0;
		}
#footerWrap {
	height: 115px;
	overflow: hidden;
	background: url(../webimages/footer2.gif) no-repeat center top;
}
#belowFooter {
	height: 5em;
	overflow: hidden;
	background: url(../webimages/footer2.gif) no-repeat center top;
}

/* Modified 1-10-24 */
	#footer {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
		font-size: 14px;
		line-height: 18px;
		color: #fff;
	}
	#footer a {
		color: #fff;
		text-decoration: none;
	}
		#footer a:hover {
			color: #d8e5ee;
		}
	#footer ul {
		margin: 0;
		padding: 0 0 1em 0;
		list-style: none;
		font-size: 12px;
		line-height: 22px;
		text-transform: uppercase;
	}
	/* Modified 1-10-24 */
		#footer li {
			display: inline-block;
			padding: 0 6px 0 7px;
			background: url(../webimages/footer_ul.gif) no-repeat left center;
		}
		/* Modified 1-10-24 */
		#footer li.Donate {
			display: inline;
		}
			#footer li.first {
				background: none;
			}
	#footer p {
		padding: 0;
	}
	

.pagination {
	text-align: center;
	padding: 0 0 5px;
}
	.pagination a.selected {
		color: #1c688e;
		text-decoration: underline;
	}

table.products {
	margin: 0;
}
	table.products td {
		padding: 0;
		vertical-align: top;
	}
.product {
	margin: 0 0 20px;
	overflow: hidden;
	zoom: 1;
	background: url(../webimages/color_bdced6.gif) repeat-x left bottom;
}
	.product .image {
		float: left;
		display: inline;
		width: 72px;
		text-align: center;
		padding: 5px 18px 0 0;
		overflow: hidden;
		background: #fff;
	}
	.product .details {
		overflow: hidden;
		zoom: 1;
	}
	.product .icons {
		float: right;
		display: inline;
		padding: 0 0 10px;
	}
		.product .icons img {
			margin: 0 0 0 10px;
		}
	.product .cart {
		clear: right;
		float: right;
		display: inline;
	}
	.product .oldPrice {
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		color: #939393;
		
	}
		.product .oldPrice em {
			text-decoration: line-through;
			font-style: normal;
		}
	.product .price {
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		color: #234966;
			
	}
	.product p {
		padding: 0 0 5px;
	}
	
.mainColFull .productDetailContainer {
	width: 460px;
	float:left;
}
.mainColFull .productDetailContainer.full {
	width: 100%;
}
.productDetail {
	
}
	.productDetail td {
		padding: 0;
	}
	.productDetail div.image {
		float: left;
		display: inline;
		padding: 2px 20px 15px 0;
	}
	.productDetail td.image {
		padding: 2px 20px 15px 0;
	}
		.productDetail .image img {
			width: 200px;
		}
	.productDetail div.details {
		overflow: hidden;
		zoom: 1;
	}
	.productDetail h1 {
		line-height: 20px;
		text-transform: none;
		color: #234966;
	}
	.productDetail .oldPrice {
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		color: #939393;
	}
		.productDetail .oldPrice em {
			text-decoration: line-through;
			font-style: normal;
		}
	.productDetail .price {
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		color: #234966;
		padding: 0 0 15px;
	}
	.productDetail .cart {
		padding: 3px 0 18px;
	}
	.productDetail .summary {
		clear: both;
	}
	
	.productDetail table.varient {
		margin: 10px 0 2px;
		width: 100%;
	}
	.productDetail table.varient td {
		padding: 5px 0;
		border-bottom: 2px solid #dee7eb;
	}
		.productDetail table.varient td img {
			height: 20px;
		}
	.productDetail table.varient p {
		padding: 0;
	}
	
#newsevents {
	position: relative;
	overflow: hidden;
	zoom: 1;
}
	.newsHeader {
		float: left;
		display: inline;
		width: 460px;
		padding: 0 0 8px;
		overflow: hidden;
	}
	.eventsHeader {
		float: right;
		display: inline;
		width: 460px;
		padding: 0 0 8px;
		overflow: hidden;
	}
	
#newsevents .yearSelector {
	position: absolute;
	top: 280px;
	left: 120px;
}
	.yearSelector select {
		font-size: 10px;
	}

#newsevents .calendar {
	position: absolute;
	top: 280px;
	right: 0;
	width: 134px;
}
	.calendar .previous {
		float: left;
		display: inline;
		width: 13px;
		height: 13px;
		margin: 4px 0 0;
		overflow: hidden;
	}
		.calendar .previous a {
			display: block;
			width: 13px;
			height: 13px;
			overflow: hidden;
			text-indent: -500px;
			background: url(../webimages/calendar_controls.gif) no-repeat left top;
		}
	.calendar .next {
		float: right;
		display: inline;
		width: 13px;
		height: 13px;
		margin: 4px 0 0;
		overflow: hidden;
	}
		.calendar .next a {
			display: block;
			width: 13px;
			height: 13px;
			overflow: hidden;
			text-indent: -500px;
			background: url(../webimages/calendar_controls.gif) no-repeat -13px top;
		}
	.calendar .title {
		font-size: 14px;
		font-weight: bold;
		color: #6d8daa;
		text-align: center;
		text-transform: uppercase;
	}
	.calendar table {
		margin: 5px 10px;
		padding: 0;
		border-collapse: collapse;
		border: 1px solid #c4d7eb;
		color: #000;
		cursor: default;
	}
		.calendar table a {
			color: #000;
			text-decoration: none;
		}
		.calendar th, .calendar td {
			text-align: center;
			vertical-align: middle;
			font-weight: bold;
			margin: 0;
			padding: 0;
		}
		.calendar th {
			height: 16px;
			width: 14px;
			border-bottom: 1px solid #c4d7eb;
			border-right: 1px solid #f0f5fa;
			border-top: 1px solid #c4d7eb;
			background: #fff;
			font-size: 10px;
			line-height: 16px;
		}
			.calendar th.sat {
				width: 15px;
				border-right: 1px solid #c4d7eb;
			}
		.calendar td {
			font-size: 9px;
			background: #b7d6f2;
			height: 12px;
			width: 16px;
			line-height: 12px;
		}
			.calendar .context td {
				background: #fff;
			}
			.calendar td.sun, .calendar td.sat {
				background: #a7c8e4;
			}
				.calendar .context td.sun, .calendar .context td.sat {
					background: #ecf2f9;
				}
			.calendar .inactive {
				color: #9d9e9e;
			}
				.calendar a.inactive {
					color: #9d9e9e;
				}
			.calendar td a, .calendar td span {
				display: block;
			}
				.calendar td a.selected, .calendar td span.selected {
					background: #6a88a4;
					border-top: 1px solid #697f93;
					border-right: 1px solid #97b8d4;
					border-bottom: 1px solid #97b8d4;
					border-left: 1px solid #697f93;
					height: 10px;
					line-height: 10px;
					color: #fff;
					overflow: hidden;
				}

.subscribe {
	margin: -2px 0 0;
	padding: 0 0 8px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 9px;
	line-height: 16px;
}
	.subscribe a {
		display: table-cell;
		display: inline-block;
		padding: 0 0 0 20px;
		color: #666;
		background: url(../webimages/subscribe.gif) no-repeat left top;
	}
	
	#newsevents .wall {
		clear: both;
		width: 960px;
		overflow: hidden;
		padding: 20px 0 0;
		background: url(../webimages/newsevents_wall.gif) repeat-y left top;
	}
	#newsevents .news {
		float: left;
		display: inline;
		width: 460px;
		overflow: hidden;
	}
	#newsevents .events {
		float: right;
		display: inline;
		width: 460px;
		overflow: hidden;
	}
	
.teaser {
	margin: 0 0 20px;
	overflow: hidden;
	zoom: 1;
	background: url(../webimages/color_bdced6.gif) repeat-x left bottom;
}
	.teaser .image {
		float: left;
		display: inline;
		width: 100px;
		text-align: center;
		padding: 5px 0 0 0;
		padding: 0 20px 0 0;
		overflow: hidden;
		background: #fff;
	}
		.teaser .image img {
			width: 100px;
		}
	.teaser .details {
		overflow: hidden;
		zoom: 1;
		padding: 0 0 15px;
	}
	.teaser p {
		padding: 0;
	}
	.toggle {}
		.toggle div {
			display: none;
		}
		.toggle div.more {
			display: block;
		}
	.toggleFull {}
		.toggleFull .more {
			display: none;
		}
		.toggleFull .content {
			padding: 20px 0 0;
		}
		
ul#faqs {
	margin: 0;
	padding: 0;
	list-style: none;
}
	#faqs li {
		padding: 15px 0 0;
		border-top: 2px solid #dee7eb;
	}
		#faqs li.first {
			border: 0;
			padding: 0;
		}
		#faqs li .full {
			display: none;
		}
			#faqs li.open .short {
				display: none;
			}
			#faqs li.open .full {
				display: block;
			}
			
.results {}
	.results .status {
		line-height: 24px;
		height: 24px;
		padding: 0 0 8px;
	}
		.results .pager {
			float: right;
			display: inline;
			color: #db9e4d;
		}
		.results span.textbox {
			display: -moz-inline-box;
			display: inline-block;
			height: 18px;
			padding: 3px 0;
			width: 185px;
			margin: 0 3px 0 6px;
			background: url(../webimages/results_textbox.gif) no-repeat left top;
			vertical-align: middle;
		}
			.results span.textbox input {
				width: 175px;
				padding: 0 5px;
				margin: 0;
				background: none;
				border: 0;
				font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
				color: #939598;
				font-size: 9px;
			}
		.results a.goButton {
			display: -moz-inline-box;
			display: inline-block;
			height: 24px;
			width: 31px;
			padding: 0 7px;
			background: url(../webimages/results_goButton.gif) no-repeat left top;
			vertical-align: middle;
			font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
			color: #233543;
			font-size: 11px;
			line-height: 21px;
			text-transform: uppercase;
			text-decoration: none;
			text-align: left;
		}
			.results a.goButton:hover {
				background-position: left -24px;
			}
	.results table {
		margin: 0;
	}
		.results table td {
			padding: 0;
			vertical-align: top;
		}
	.results ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.results li, .resultItem {
			padding: 15px 0;
			border-top: 2px solid #dee7eb;
		}
		.results h4 .datetime {
			font-size: 12px;
			color: #666;
			font-weight: normal;
		}
		.results p {
			padding: 0;
		}
		
.suggested {
	min-height: 400px;
	background: url(../webimages/rightCol.gif) no-repeat left top;
}
* html .suggested {
	height: 400px;
	overflow: visible;
}
	.suggested .title {
		padding: 10px 20px 8px;
		margin: 0 0 10px;
		background: url(../webimages/suggested_title.gif) no-repeat left bottom;
	}
		.suggested .title h1 {
			margin: 0;
			padding: 0;
			font-family: Georgia, 'Times New Roman', Times, serif;
			letter-spacing: 2px;
			font-size: 18px;
			line-height: 25px;
			color: #6d8daa;
			text-transform: uppercase;
			font-weight: normal;
		}
			.suggested .title h1 strong {
				font-weight: normal;
				color: #234966;
			}
	.suggested ul {
		margin: 0;
		padding: 0 20px;
		list-style: none;
	}
		.suggested li {
			padding: 0 0 20px;
		}
		.suggested p {
			padding: 0;
		}
	.suggested .callout {
		padding: 10px 0 0;
		margin: 0 24px;
	}
		
#sitemap {
	padding: 10px 0;
	overflow: hidden;
	zoom: 1;
	background: url(../webimages/sitemap.gif) repeat-y left top;
}
	#sitemap .col {
		float: left;
		display: inline;
		width: 197px;
		padding: 0 18px;
		overflow: hidden;
		margin: 0 0 0 2px;
	}
	#sitemap .colFirst {
		width: 213px;
		padding: 0 18px 0 12px;
	}

	#sitemap ul {
		margin: 0;
		padding: 0 0 20px;
		list-style: none;
	}
		#sitemap ul a {
			color: #666;
		}
		
h2.downloadTitle {
	font-size: 1.5em;
	margin: 0 17px;
}
table.downloadTable {
	margin: 0 17px 15px;
}
	.downloadTable th {
		text-align: left;
		font-size: 1.17em;
		line-height: 1.67em;
		color: #234966;
		font-weight: bold;
		padding: 6px 20px 2px 0;
	}
	.downloadTable td {
		padding: 2px 20px 2px 0;
	}
		.downloadTable .productDownload {
			text-align: center;
		}
		
.support {
	margin: 50px 0 0 9px;
	padding: 6px 12px 15px 12px;
	width: 182px;
	font-size: 12px;
	line-height: 1.67em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	background: url(../webimages/supportForm.gif) no-repeat left top;
}
	.support h4 {
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-weight: normal;
		color: #b4975a;
		text-transform: uppercase;
		font-size: 13px;
	}
	.support p {
		padding: 0 0 10px;
	}
	.support table {
		margin: 0 0 8px;
	}
	.supportAmounts input, .supportAmounts label {
		vertical-align: middle;
	}
	input.supportSubmit {}
	
	
a.arrowButton {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	padding: 0 17px 0 0;
	background: url(../webimages/a_arrowButton.gif) no-repeat right -20px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10px;
	color: #233543;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
	a.arrowButton span {
		display: -moz-inline-box;
		display: inline-block;
		height: 20px;
		padding: 0 5px 0 8px;
		background: url(../webimages/a_arrowButton.gif) no-repeat left top;
		cursor: pointer;
	}
	a.arrowButton:hover {
		background-position: right -60px;
		color: #233543;
	}
		a.arrowButton:hover span {
			background-position: left -40px;
		}
		
a.subscribeButton {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	padding: 0 19px 0 0;
	background: url(../webimages/a_subscribeButton.gif) no-repeat right -20px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10px;
	color: #233543;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
	a.subscribeButton span {
		display: -moz-inline-box;
		display: inline-block;
		height: 20px;
		padding: 0 5px 0 8px;
		background: url(../webimages/a_subscribeButton.gif) no-repeat left top;
		cursor: pointer;
	}
	a.subscribeButton:hover {
		background-position: right -60px;
		color: #233543;
	}
		a.subscribeButton:hover span {
			background-position: left -40px;
		}

a.addCartButton, body .EktronCheckout_ReviewOrder a.EktronCheckout_ReviewOrder_EditCartBtn {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	padding: 0 38px 0 0;
	background: url(../webimages/a_addCartButton.gif) no-repeat right -20px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
	a.addCartButton span, body .EktronCheckout_ReviewOrder a.EktronCheckout_ReviewOrder_EditCartBtn span {
		display: -moz-inline-box;
		display: inline-block;
		height: 20px;
		padding: 0 5px 0 8px;
		background: url(../webimages/a_addCartButton.gif) no-repeat left top;
		cursor: pointer;
	}
	a.addCartButton:hover, body .EktronCheckout_ReviewOrder a.EktronCheckout_ReviewOrder_EditCartBtn:hover {
		background-position: right -60px;
		color: #fff;
		text-decoration: none;
	}
		a.addCartButton:hover span, body .EktronCheckout_ReviewOrder a.EktronCheckout_ReviewOrder_EditCartBtn:hover span {
			background-position: left -40px;
		}
		
a.viewButton {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	padding: 0 17px 0 0;
	background: url(../webimages/a_viewButton.gif) no-repeat right -20px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10px;
	color: #234966;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
	a.viewButton span {
		display: -moz-inline-box;
		display: inline-block;
		height: 20px;
		padding: 0 5px 0 8px;
		background: url(../webimages/a_viewButton.gif) no-repeat left top;
		cursor: pointer;
	}
	a.viewButton:hover {
		background-position: right -60px;
		color: #234966;
	}
		a.viewButton:hover span {
			background-position: left -40px;
		}
		
.orderHistory {
	padding: 10px 0;
	text-align: center;
}		

#page div.EktronCartWrapper { width: 930px; margin: 20px auto 10px; }
#page .EktronOrderList { border: 0; margin: 10px 0 10px; }
#page .EktronCheckout { border: 0; }
#page .EktronProductControl .kitOptionGroup { border: 0; background: transparent; }
#page .EktronProductControl .groupItem { border: 0; background: transparent; }

.mainColFull table {
    margin-left: 15px;
}

    .mainColFull table table {
        margin-left: 0;
     }

    .mainColFull table .short {
        width: 80px;
    }
    
    .mainColFull table .required {
        color: red;
    }
    
    .mainColFull table td {
        padding-bottom: 2px;
    }
    
        .mainColFull table .bottom {
            vertical-align: bottom;
            padding-bottom: 18px;
        }
        
        .mainColFull table .bottom input {
            text-align: right;
        }
        
#page .viewBlock {
	width: 270px;
}

body .EktronCheckout_Rows_Container li {overflow: hidden; zoom:1;}

body .EktronCheckout_Row_LeftContents {
	clear: left;
}
.EktronCheckout_UserInfo_BillingAddress_Phone span, .EktronCheckout_UserInfo_ShippingAddress_Phone span {
	margin: 0 5px 0 0;
}
body .EktronCheckout_ShippingInfo .EktronCheckout_ShippingNotice, body .EktronCheckout_BillingInfo .EktronCheckout_BillingNotice {
	font-size: 14px;
	font-weight: bold;
}

a.checkLight {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	line-height: 24px;
	padding: 0 5px 0 0;
	background: #6d8daa url(../webimages/a_checkout.gif) no-repeat right -24px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
	a.checkLight span {
		display: -moz-inline-box;
		display: inline-block;
		height: 24px;
		padding: 0 3px 0 8px;
		background: url(../webimages/a_checkout.gif) no-repeat left top;
		cursor: pointer;
	}
	a.checkLight:hover {
		background-position: right -72px;
		color: #fff;
	}
		a.checkLight:hover span {
			background-position: left -48px;
		}
		
a.checkDark {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	line-height: 24px;
	padding: 0 5px 0 0;
	background: #234966 url(../webimages/a_checkout.gif) no-repeat right -120px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
	a.checkDark span {
		display: -moz-inline-box;
		display: inline-block;
		height: 24px;
		padding: 0 3px 0 8px;
		background: url(../webimages/a_checkout.gif) no-repeat left -96px;
		cursor: pointer;
	}
	a.checkDark:hover {
		background-position: right -168px;
		color: #fff;
	}
		a.checkDark:hover span {
			background-position: left -144px;
		}

#full-width-container
{
    width: 700px;
}

/* styles for partner section */
#prtnr-container {
	width: 733px;	
}
#prtnr-left {
	width: 491px;
	float:left;
}
#prtnr-right {
	width: 227px;
	float:right;
	padding: 20px 5px 5px 10px;
}
#prtnr-impact-float 
{
	width: 100%;
}
#prtnr-impact-left {
	width: 418px;
	float:left;
}
#prtnr-impact-right {
	width: 242px;
	float:right;
	
}
#prtnr-btns {
	clear: both;
	width: 733px;
	padding: 5px 5px;
}
.prtnr-head-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #da9e4c;	
}
.prtnr-body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.prtnr-note-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#btn-why-partner {
	background: url("/uploadedImages/BWM/Partners/Partner_Cafe/btn-why-partner.jpg") no-repeat 0 0;
	width: 238px;
	height: 55px;
	display: block;
	}
	#btn-why-partner:hover {background: url("/uploadedImages/BWM/Partners/Partner_Cafe/btn-why-partner-hover.jpg") no-repeat 0 0;}
#btn-how-partner {
	background: url("/uploadedImages/BWM/Partners/Partner_Cafe/btn-how-partner.jpg") no-repeat 0 0;
	width: 238px;
	height: 55px;
	display: block;
	float: right;
	}
	#btn-how-partner:hover {background: url("/uploadedImages/BWM/Partners/Partner_Cafe/btn-how-partner-hover.jpg") no-repeat 0 0;}
#btn-impact {
	background: url("/uploadedImages/BWM/Partners/Partner_Cafe/btn-impact.jpg") no-repeat 0 0;
	width: 238px;
	height: 55px;
	display: block;
	}
	#btn-impact:hover {background: url("/uploadedImages/BWM/Partners/Partner_Cafe/btn-impact-hover.jpg") no-repeat 0 0;}		
.nav_link {
	display: none;
}

.resultsPager {
    float: none;
}

.size16px {
    font-size: 16px;
}

.size14px {
    font-size: 14px;
}

.boldText 
{
    font-weight: 900;
}

/* style for video frame */
#contentPlayer
{
	background-image: url(../webimages/contentVideoFrame.jpg);
	width:485px;
	height: 327px;
	padding-top: 9px;
	padding-left:9px;
	background-repeat: no-repeat;
}

#contentVideo {
	width: 465px;
	height: 287px;
	margin-left: 2px;
	margin-right: auto;
	margin-bottom: 15px;
}

/* Online Giving */
#onlineGivingPostback
{
    background: url(/img/online_giving_postback_bg.png) no-repeat left top;
    width: 713px;
    height: 534px;
    overflow: hidden;
}
#onlineGivingPostbackText
{
    width: 440px;
    height: 454px;
}

/* Form Background */
.formWrapper
{       
    width: 100%;
    overflow: hidden;
    background: url(/img/bg.jpg) repeat center top;
}
        
/* Form Buttons */
.contentFormButton 
{
    background: url(/img/bg_button.jpg) no-repeat center top;
    color: #ffffff;
    width: 150px;
    height: 63px;
    border: 0;
    padding-bottom: 23px;
    font-size: 1.5em;
} 

/* Form Textarea */
.contentFormTxtarea 
{
    background: url(/img/bg_textarea.jpg) no-repeat;    
    border: 0px;
    padding: 0 10px;
    width: 461px;
    height: 171px;
    margin: 0 0 10px 0;
}  

/* Form Textboxes */
.contentFormTxtboxFull 
{
    background: url(/img/bg_textbox.jpg) no-repeat;    
    border: 0px;
    padding: 0 10px;
    width: 354px;
    height: 41px;
    margin: 0 0 10px 0;
} 
.contentFormTxtboxShort 
{
    background: url(/img/bg_textboxshort.jpg) no-repeat;    
    border: 0px;
    padding: 0 10px;
    width: 172px;
    height: 41px;
    margin: 0 0 10px 0;
} 

/* Form Dropdown Lists */
.contentFormSelect 
{
    background: url(/img/bg_dropdown.jpg) no-repeat left #ddd;  
    width: 270px;
    height: 22px;
    overflow: hidden;
    border: 0;
    margin: 0 0 10px 0;
} 
.contentFormSelect select 
{
    background: transparent;
    width: 268px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 25px;
    -webkit-appearance: none;
} 
.contentFormSelectShort 
{
    background: url(/img/bg_dropdown.jpg) no-repeat right #ddd;  
    width: 80px;
    height: 22px;
    overflow: hidden;
    border: 0;
    float: left;
    margin: 0 15px 10px 0;
} 
.contentFormSelectShort select 
{
    background: transparent;
    width: 108px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 25px;
    -webkit-appearance: none;
} 
.contentFormSelectDivider 
{
    width: 10px;
    height: 22px;
    overflow: hidden;
    border: 0;
    float: left;
    margin: 3px 10px 0 0;
    font-size: 16px;
} 

/* Form Labels */
.contentFormLabels
{
    color: #a49272;  
    font-family: Arial;
    font-size: 12px;
    font-weight: bold; 
}

/* Form Required Indicator */
.contentFormRequired
{
    color: #a49272;  
    font-family: Arial;
    font-size: 12px;
    font-weight: bold; 
    padding-right: 5px;
}

/* Form Callout Headers */
.formHdrCallout
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #a49273;
}

.salvationContentFormButton
{
    background: url(/uploadedImages/BWM/Spiritual_Resources/salvation-form-button.jpg) no-repeat center;
    width: 140px;
    height: 53px;
    float: right;
    color: #ADADAD;
    font-size: 20px;
}
.salvationContentFormDDL
{
    height: 35px;
    margin-bottom: 15px;
    color: #ADADAD;
    font-size: 14px;
}
.salvationLeftsideContentPadding
{
    padding: 0px 0px 0px 15px;
}
.salvationFormBg
{
    background: url(/uploadedImages/BWM/Spiritual_Resources/salvation-form-bg.jpg) repeat;    
}
.salvationBg
{
    background-color: #ffffff;
    /*padding-left: 0.9375rem;
    padding-right: 0.9375rem;*/
}
.salvationImg
{
   width: 100%;
}
.socialTitle
{
    color: #d99e4c; 
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;   
}
.socialSubtitle
{
    background: url(/uploadedImages/BWM/Spiritual_Resources/social_subtitleBg.png) left repeat;    
    width: 400px;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}
.social
{
    display: block;
    width: 400px;
    height: 120px;
    padding-bottom: 10px;    
}
.socialLogo
{
    display: block;
    border: 0;
    width: 145px;
    float: left;
}
.socialLinks
{
    display: block;
    width: 255px;
    float: right;
}
#social-btn-donate-bwm {
	background: url("/uploadedImages/BWM/Spiritual_Resources/social_donate_bwm_btn.jpg") no-repeat 0 0;
	width: 217px;
	height: 62px;
	display: block;
	}
	#social-btn-donate-bwm:hover {background: url("/uploadedImages/BWM/Spiritual_Resources/social_donate_bwm_btn_hover.jpg") no-repeat 0 0;}
	
#social-btn-donate-lwcc {
	background: url("/uploadedImages/BWM/Spiritual_Resources/social_donate_lwcc_btn.jpg") no-repeat 0 0;
	width: 217px;
	height: 62px;
	display: block;
	}
	#social-btn-donate-lwcc:hover {background: url("/uploadedImages/BWM/Spiritual_Resources/social_donate_lwcc_btn_hover.jpg") no-repeat 0 0;}
	
.featuredEvents h1 { font-size: medium; }

	/*
Homepage Primary Messaging Area	
Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-sliderwrapper1 
{ 
    height: 300px;
    /*width: 100%;     
    background: url(/images/bg_primary_area.jpg);*/
    width: 100%;    
    background: url(/Images/bg_primary_area.jpg) repeat center top;
}
.coin-sliderwrapper2 
{ 
    height: 330px;     
    /*width: auto; 
    padding-left: 10%;
    padding-right: 10%;*/
    width: 960px;
    margin: 0 auto;
    
}
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 960px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #FFFFFF; color: #FFFFFF; padding: 0px 10px; }

/* akumina */
#utilityMenu li.first
{
    /*background: none repeat scroll 0 0 #b5985a;*/
    background-image: url("/img/Donate-Button-Utility-Menu.png");
    background-repeat: no-repeat;
    width: 60px;
    height: 23px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 8px;
    margin-left:-5px;
    margin-top: -2px;
}
#utilityMenu li.first::before
{
    /*content: url("/images/arrowbutton.png");
position: relative;
top: 3px;
left: -5px;*/
}
#homeBanner .links li.link1 {
	margin-top:1px;
}

/*#homeBanner .links li.link1,  #homeBanner .links li.link1 a,  #footer li.Donate {
	background: none repeat scroll 0 0 #b5985a;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
}
#homeBanner .links li.link1 a {
	padding-left:20px;
}
#homeBanner .links li.link1:hover,  #homeBanner .links li.link1 a:hover {
	background: none repeat scroll 0 0 #937842;
}*/
#primaryMenu li.Donate {
    background-image: url("/img/Donate-Button-Primary-Menu.png");
    background-position: 0 0;
	background-repeat: repeat-x;
	height: 100%;
}
    
            /*#primaryMenu li.Donate:hover,
            #primaryMenu li.hover.Donate,
            #primaryMenu li.hover.Donate a,
            #primaryMenu li.hover.Donate ul,
            #primaryMenu li.hover.Donate ul li 
            {
                background: transparent url("/img/Donate-Button-Primary-Menu-rollover.png") repeat 0 0;
	            height: 100%;	         
            }
            #primaryMenu li.hover.Donate ul li {
                box-sizing: border-box;
            }
/*#primaryMenu li.Donate a {
	color: #fff;
}
#primaryMenu li.hover.Donate a:hover {
	color: #000
}
#primaryMenu ul li.hover.Donate ul li a:hover {
	color: #000 !important;
}*/

/* New DONATE Style */
#primaryMenu li.Donate, #primaryMenu li.Donate:hover, #primaryMenu li.hover.Donate, #primaryMenu li.hover.Donate a, #primaryMenu li.hover.Donate ul, #primaryMenu li.hover.Donate ul li
{
    width: auto;
}
#primaryMenu li.Donate > a 
{
    border-top: 0;
    height: 22px;
}
#primaryMenu li.hover.Donate > a
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

#primaryMenu li.hover.Donate li a 
{
    background: none;    
}
#primaryMenu li.Donate.hover > ul
{
    min-width: 170px;
    background: none;
}

#primaryMenu li.Donate.hover > ul:before 
{
    height: 8px;
    background: rgba(183, 38, 40, 0.9);
    position: absolute;
    top: 0;
    left: 0; right: 0;
    content: '';    
}
#primaryMenu li.hover.Donate > ul li:hover
{
    background: rgb(183, 38, 40);
}

#primaryMenu li.hover.Donate > ul li
{
    background: rgba(183, 38, 40, 0.9);
    border-right: none;
}
#primaryMenu li.hover.Donate > ul li.alt
{
    background: rgba(183, 38, 40, 0.75);
}

 /*#homeBanner .links li.link1::before {
 content: url("/images/arrowbutton.png");
 left: 10px;
 position: relative;
 top: 3px;
}*/
/*#footer li.Donate {
	padding: 2px;
}*/
 #footer li.Donate::before {
 /*content: url("/images/arrowbutton.png");
left: -16px;
right: 15px;
margin-right: -10px;
padding-right: 10px;
position: relative;
top: 1px;
content: url(../webimages/footer_ul_donate.png);*/
}
#footer li.Donate > a {
	margin-left: -10px;
	margin-right: 10px;
}
#footer li.Donate
{
    /*background-image: url("/img/Donate-Button-Footer-Menu.png");
	background-repeat: no-repeat;
	width: 150px;
	height: 29px;
    border-radius: 10px;
    color: #fff;
    padding: 3px 15px;
    margin-left:-5px;*/
    background-image: url("/img/Donate-Button-Footer-Menu.png");
    background-repeat: no-repeat;
    width: 92px;
    height: 22px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 26px;    
    /*margin-left: 15px;
    margin-top: -2px;*/
}

/* Headers */
.contentHdrSub
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #a49273;
}
.contentHdr2
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #002d52;
}
.contentHdr3
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.contentHdr4
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
}
.contentHdr5
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #a49273;
}
.contentHdr6
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #002d52;
}
.contentHdr7
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #a49273;
}
.contentHdr8
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #002d52;
}
.contentFormSubHeader
{
    color: #234966;
	font-weight: bold;
}

.partnerCafeButton {
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #4A6B90;
  background-image: -webkit-linear-gradient(top, #4A6B90, #2980b9);
  background-image: -moz-linear-gradient(top, #4A6B90, #2980b9);
  background-image: -ms-linear-gradient(top, #4A6B90, #2980b9);
  background-image: -o-linear-gradient(top, #4A6B90, #2980b9);
  background-image: linear-gradient(to bottom, #4A6B90, #2980b9);
  padding: 5px 10px;
  text-decoration: none;
  line-height:32px;
}

.partnerCafeButton:hover {
  background: #819EBE;
  text-decoration: none;
  color: #ffffff;
}

.partnerCafeButton::after {
  content: url("/images/partnerButtonArrow.png");
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.alreadyMember {
  border-bottom: 1px dotted red;
  border-top: 1px dotted red;
  color: red;
}

ul.accordion1
{
    float:left;
	padding:0;
	margin:2px;
	height:30px;
	width:450px;
	background-color:#fff;
}

.accordionList {
    margin: 0;
    padding: 15px 0 ;
    margin-left: 7px;
}

li.accordion
{
    float:left;
	color:white;
	border-left:0px solid #BC3A3C;
	list-style:none;
	padding:12px 19px 0 20px;
}

li
{
    list-style:none;
	list-style-position:inside;
	/*float:left;*/
	height:auto;
}

.listTop
{
    list-style:none;
	float:left;
	/*margin-right:60px;
	padding-left: 5px;
    padding-right: 5px;*/
}

.messageSummaryDay
{
   margin: 0;
   padding: 0;
   font-size: 1.3em;
   line-height: 1.33em;
   color: #2C465D;  
   font-weight: bold;  
}

.messageSummaryImg
{
    padding-top: 10px;    
}

.messageSummaryTeachingTitle
{
    padding-bottom: 10px;    
    width: 320px;
    font-size: 1.25em;
    line-height: 1.33em;
    color: #db9e4d;
}

/* Mission Trip Page */
.mt-header
{
	margin: 0;
	padding: 0;
	font-size: 1.67em;
	line-height: 1.25em;
	text-transform: uppercase;
	color: #245a7c;
	font-weight: bolder;
}

.mt-date
{
	margin: 0;
	padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 1.33em;
	line-height: 1.25em;
	color: #db9e4d;
	font-weight: normal;
}

.mt-left-pad
{
    padding-left: 20px;   
}

.mt-link {
	color: #db9e4d;
	text-decoration: none;
}

#related-product-format
{
    font-size: 10px;  
    color: Red; 
}

/* FAQ */
div.faq-question
{
    font-family: Raleway;
    font-size: 26px;
    line-height: 32px;
    font-style: normal;
    font-weight: 300;
    color: #8cc641;
    text-decoration: none;
    text-align: left;
}
div.faq-answer
{
    font-family: 'Lato', sans-serif;
    color: #353535;
    font-size: 17px;
    font-weight: 400;   
}
div h1.give-now  
{
    margin: 0;
	padding: 0;
	font-size: 1.67em;
	line-height: 1.25em;
	text-transform: uppercase;
	color: #245a7c;
}


/*--------------------Daily Devotions-----------------------------*/

.wrapper {
    width: 100%;
    border: 1px solid black;
}
.devotion {
	background-color: #cbcbcb;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 20px;
	height: 469px;
	width: 40%;
	position: relative;
	border: solid 10px white;
	float:left;
}


.devotionsTitle {
	font-size: 20px;
	font-weight: bold;
	color: #383333;
	margin-bottom: -7px;
	padding-left: 25px;
	padding-top: 8px;
}

.devotionsVersion {
	font-weight: bold;
	color: #383333;
	padding-left: 25px;
	padding-bottom: 10px;
}

.devotionsText {
	padding-left: 25px;
	padding-right:25px;
	padding-bottom: 10px;
}

.devotionsDay {
	color: #fb6f59;
	font-size: 54px;
	height: 48px;
	margin-top: 9px;
	display: inline-block;
}

.devotionsDayBox {
	background-color: #5a5a5a;
	width: 100%;
	height: 42px;
	position: absolute;
	bottom: 0;
}

.ddlHeight
{
    height: 30px;   
}
.bld {font-weight:bold;}

.contentspecial {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.myBtnspecial {
  width: 250px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}

	.myBtnspecial:hover {
		background: #ddd;
		color: black;
	}

