/*** 
CHRISTIAN CULTURAL CENTER CSS
Author: SITE ORGANIC - http://siteorganic.com
***/

@import "sermons.css";
@import "calendar.css";

/* MAIN STYLES */

html object {
	visibility: visible!important;
	visibility: hidden;
}

html {
	height: 100%;
}

body {
	background: #000;
	color: #c6c6c6;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 17px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body#home {
	line-height: 23px;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
	clear: both;
}

#wrapper2 {
	float: left;
	border: 1px solid #2f2f2f;
	background: url(../images/css/bg-wrapper.jpg) no-repeat scroll top left;
	margin: 30px 0;
	position: relative;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}

img {
	border: none;
}

p {
	margin: 0 0 15px;
}

#content a,
a {
	color: #e2d6a8;
	text-decoration: underline;
}

#content a:hover,
a:hover {
	color: #e2d6a8;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0px;
	padding: 0px 0 6px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 28px;
	color: #E06D00;
}

h2 {
	font-size: 20px;
	color: #E06D00;
	padding: 0 0 8px;
	display: inline-block;
	clear: both;
	margin: 0;
	text-transform: none;
}

h3 {
	font-size: 16px;
	color: #E06D00;
	padding: 8px 0;
}

h4 {
	font-size: 15px;
	color: #E06D00;
	padding: 5px 0;
	font-style: italic;
	font-weight: normal;
}

h5 {
	font-size: 18px;
	color: #E06D00;
	padding: 5px 0;
}

h6 {
	font-size: 13px;
	color: #E06D00;
	padding: 3px 0;
}

ul {
	padding: 0 20px 0 5px;
}

ul li {
	padding: 0 0 0 10px;
	list-style-type: none;
}

.max {
	background: red;
	border: 1px solid black;
	display: block;
	padding: 5px 10px;
	text-align: center;
	color: white;
	margin: 10px 0px;
}

#close {
	text-align: center;
	background: #ffffff;
}

#download {
	background: #ffffff;
	padding: 10px;
}

button,
.formButton,
.formButtonLong {
	clear: both;
	display: block;
	cursor: pointer;
	cursor: hand;
	margin: 0 0 0 5px;
	background: #E06D00;
	color: #fff;
	padding: 2px 8px;
	border: none;
}

.dropDown {
	height: auto;
}

.error_alert {
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

.error_alert span {
	font-weight: bold;
}

.image {
	float: left;
	margin: 0 40px 0 0;
}

.image span {
	margin: 0 0 7px;
	position: relative;
	z-index: 9999999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#rightCol .image span {
	margin: 0 0 33px;
}

.threeCol #pageHeader span {
	margin: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

/* HEADER STYLES */

#header {
	padding: 0;
	margin: 0 auto 0px;
	height: 160px;
	width: 100%;
	position: relative;
	z-index: 99999999;
}

#header #logo {
	padding: 0;
	width: 220px;
	height: 152px;
	float: left;
	margin: 10px 392px 0 10px;
}

#header #logo a {
	background: url(../images/css/bg-logo.png) no-repeat scroll top left;
	display: block;
	height: 152px;
	width: 220px;
	cursor: pointer;
}

.utility {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	width: 325px;
}
.mac .utility {
	width: 315px;
}

.utility li {
	display: inline;
	list-style: none;
	line-height: 11px;
	margin: 0px;
	padding: 0px;
}

.utility li a {
	color: #e8e6ce;
	font-size: 10px;
	text-transform: uppercase;
	border-right: 1px solid #e8e6ce;
	padding: 0 11px 0 6px;
	line-height: 23px;
	text-decoration: none;
}

.utility li.last a {
	border: none;
}

.utility ul {
	display: none;
	position: absolute;
}

.utility li:hover ul {
	display: block;
}
.webnetwork {
  width: auto;
  float: left;
}
.webnetwork.hover a,
.webnetwork a:hover {
  background: #E06D00;
  padding-top: 5px;
  padding-bottom: 5px;
}
.webnetwork ul {
  position: absolute;
  width: 170px;
  padding: 0;
  margin: -2px 0 0;
  background: #E06D00;
  text-align: left;
  z-index: 999;
}
.webnetwork ul li {
  float: left;
  border: none;
  padding: 0 5px;
}
.webnetwork ul li a {
  border: none;
  padding: 0;
}


#search {
	display: block;
	float: right;
	margin: 8px 0;
	padding: 0 0 0 48px;
	height: 40px;
	width: 210px;
	background: url(../images/css/bg-search.png) no-repeat scroll top right;
}

#search input.search {
	border: none;
	padding: 7px 0 0 15px;
	line-height: 23px;
	background: transparent;
	color: #ccc;
	float: left;
	width: 125px;
	height: 25px;
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
}

#search input.submit {
	font-size: 0;
	line-height: 0;
	height: 30px;
	width: 40px;
	text-indent: -9999px;
	border: none;
	margin: 5px 0 0 15px;
	float: left;
	background: none;
	cursor: pointer;
}


a#prayerRequest {
	background: url(../images/css/cross.png) no-repeat top left;
	border-bottom: 1px solid #FFF;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	width: 255px;
	margin: 50px 10px 0 0;
	line-height: 23px;
	padding: 3px 0 0 20px;
	text-decoration: none!important;
}

a#prayerRequest:hover {
	color: #e8e6ce;
}

/* SITE NAVIGATION STYLES */

#nav {
	float: left;
	width: 280px;
	padding: 0 0;
	margin: 0;
	text-align: left;
}

#nav li {
	list-style: none;
	font-size: 18px;
	line-height: 14px;
	padding: 0px 0 3px 17px;
	margin: 0 0 4px;
	position: relative;
}

.ie7 #nav li {
	margin: 0 0 1px;
}

#nav li a {
	color: #fefefe;
	font-weight: normal;
	padding-top: 5px;
	margin: 0;
	text-decoration: none;
	position: relative;
	z-index: 9999999;
	width: 150px;
	display: block;
}

#nav li a:hover {
	color: #fff;
	text-decoration: none;
}

#nav li.open a.parent {
	padding: 5px 0 0 30px;
	margin: 0 0 0 -16px;
	background: url(../images/css/bg-nav-arrow.png) no-repeat scroll left 2px;
}

#nav li ul {
	background: #d66902;
	border: 5px solid #f78501;
	display: none;
	z-index: 9999;
	width: 200px;
	left: 0px;
	top: 0px;
	margin: 0 0 0 175px;
	padding: 5px;
	position: absolute;
}

#nav li.sfhover ul {
display: block;
	visibility: visible;
}

#nav li ul li {
	clear: both;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: none;
	list-style-type: disc;
	color: #f2b981;
	font-size: 14px;
	list-style: inside;
}

#nav li ul li a {
	text-align: left;
	text-transform: lowercase;
	font-weight: normal;
	padding: 0;
	color: #fefefe;
	margin: 0 9px 0 2px;
	line-height: 19px;
	font-size: 11px;
	display: inline;
}

.ie7 #nav li ul {
	margin: -5px 0 0;
}

/* CONTENT SECTION STYLES */

#content {
	margin: 0 auto;
}

#container {
	width: 978px;
	float: left;
	padding: 0;
	position: relative;
	min-height: 700px;
}

#pageHeader {
	margin: 0;
	position: relative;
	z-index: 999;
	float: right;
	text-align: right;
	width: 818px;
	height: 256px;
	overflow: hidden;
}

#pageHeader img.mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

#pageHeader .active {
	z-index: 2;
	position: relative;
	left: 818px;
}

#pageHeader img.edges {
	float: left;
}

img.solid {
	height: 698px;
	width: 454px;
	position: absolute;
	top: 0;
	left: 151px;
	z-index: 9999;
}

img.arch {
	height: 698px;
	width: 454px;
	position: absolute;
	top: 0;
	left: 156px;
	z-index: 9999;
}

#marquee {
	position: relative;
	z-index: 10;
}

#marquee img.arch {
	top: -157px;
}

#pageName {
	margin: 0px;
	padding: 0px 0 23px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 28px;
	color: #E06D00;
}

#content_text {
	padding: 0px 20px 30px 5px;
	position: relative;
	z-index: 99999999;
}

/* CONTENT COLUMN STYLES */

#content_full {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 0 20px;
}

#content_wide {
	float: right;
	width: 728px;
	position: relative;
	z-index: 10;
}

#content_wide.general_a {
	margin-top: -40px;
}

#rightCol {
	float: right;
	width: 263px;
	/*position: relative;*/
	right: 0;
	top: 0;
}

#content_narrow {
	float: left;
	width: 250px;
	top: 0;
	left: 0;
	position: absolute;
	padding: 0;
	height: 900px;
	z-index: 999999;
/* -webkit-mask-box-image: 

url(../images/css/mask.png);*/
}

/* THREE COLUMN AND GROUP HOME LAYOUT STYLES */

#container.threeCol #content_wide,
#container.groupHome #content_wide {
	float: left;
	width: 460px;
	padding: 0 0 0 250px;
}

#container.groupHome #content_wide {
	margin-top: -30px;
}

#container.threeCol #content_text,
#container.groupHome #content_text {
	padding: 0 15px 30px 5px;
}

#container.threeCol #pageHeader {
	width: 530px;
	padding: 0 0 0 18px;
	margin: 0 270px 33px 0;
	/*float: right;*/
	float: left;
}

.ie8 #container.threeCol #pageHeader,
.ie7 #container.threeCol #pageHeader {
	margin-right: 270px;
}

#container.threeCol #pageHeader.double {
	margin: 0 270px 33px 0;
	float: right;
}

#container.threeCol #pageHeader.groupD {
	/*margin: 0 263px 33px 0;*/
	margin: 0 0 33px 159px;
	width: 526px;
	padding: 0 0 0 29px;
}

#container.threeCol #pageHeader.groupB {
	margin: 0 280px 33px 0;
	width: 444px;
	padding: 0 0 0 94px;
	background: none;
	float: right;
}

div.round {
	float: left;
}

#container.threeCol #pageHeader.double img,
#container.threeCol #pageHeader.groupD img {
	margin: 0;
}

#container.threeCol #pageHeader.double .header2,
#container.threeCol #pageHeader.groupD .header2 {
	float: right;
	margin: 0 16px 0 0;
}

.ie8 #container.threeCol #pageHeader.double .header2,
.ie7 #container.threeCol #pageHeader.double .header2 {
	margin-left: 18px;
}

#container.threeCol #pageHeader.double span.cover,
#container.threeCol #pageHeader.groupD span.cover {
	margin: 0;
}

#container.groupHome #rightCol {
	/*top: 289px;*/
	top: 260px;
}

/* GROUP NAV */

#group_nav {
	width: 265px;
	padding: 0;
	float: right;
}

#rightCol.wImage #group_nav {
	position: relative;
}

.groupHome #rightCol #group_nav {
	position: relative;
}

#rightCol #group_nav {
	position: relative; 
	top: 0;
}

#rightCol.GroupD .image,
#rightCol.GroupB .image {
	margin-top: -289px;
}

#group_nav .name h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 10px 2px;
	padding: 0 0 10px;
	color: #f3ffa3;
	border-bottom: 1px solid #6f6733;
}

#group_nav ul {
	padding: 18px 0 0;
	margin: 0 10px;
	float: left;
	border-top: 1px solid #6f6733;
}

#group_nav ul ul {
	margin: 0;
	border-top: none;
	padding: 0;
	position: relative;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#group_nav ul li {
	padding: 0;
	margin: 0;
	float: left;
}

#group_nav ul li a {
	font-size: 16px;
	line-height: 16px;
	text-transform: lowercase;
	padding: 3px 0 3px 30px;
	margin: 3px 0;
	display: block;
	color: #f3ffa3;
	text-decoration: none;
	cursor: pointer;
	float: left;
	width: 214px;
	position: relative;
}

#group_nav ul li a:hover {
	color: #fff;
}

#group_nav ul li.selected a {
	background: #2e2e2e;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#group_nav ul li li a:hover {
	background: none;
}

#group_nav ul li li a {
	font-size: 13px;
	padding: 3px 0 3px 40px;
	width: 204px;
}

#group_nav ul li a.cluster_parent {
	background: url(../images/css/background_cluster_open.png) no-repeat 4px 3px;
}

#group_nav ul li a.cluster_parent:hover {
	background: url(../images/css/background_cluster_open.png) no-repeat 4px 3px;
}

#group_nav ul li a.cluster_parent_open {
	background: url(../images/css/background_cluster_closed.png) no-repeat 4px 3px;
	color: #a59943;
	margin: 3px 0 0;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

.ie7 #group_nav ul li a.cluster_parent_open,
.ie8 #group_nav ul li a.cluster_parent_open {
	margin: 0;
}

#group_nav ul li li a.selected {
	background: #E9E9E9;
}

#group_nav ul li li.selected a {
	background: none;
	color: #a59943;
}

#group_nav ul li.cluster ul {
	display: none;
	border: none;
	margin: 0 0 10px;
	padding: 3px 0 5px 10px;
	background: #2e2e2e;
}

#group_nav ul li.cluster li a {
	font-size: 14px;
	width: 200px;
}

#group_nav ul li.cluster a:hover {
	color: #fff;
}

#group_nav ul li.open ul {
	display: block;
}

/* GROUP LINKS */

#group_links {
	float: left;
	margin: 12px 0 20px;
	padding: 0;
	width: 100%;
}

#group_links li {
	padding: 0;
	width: 100%;
	background: url(../images/css/group-links-bg.png) repeat-x scroll bottom left #E06D00;
	margin: 0 0 7px;
}

#group_links li a {
	padding: 15px 0 14px 17px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	display: block;
}

#group_links li a:hover {
	text-decoration: none;
}

/* FOOTER AND SO LINK STYLES */

#footer {
	margin: 0 auto;
	clear: both;
	padding: 17px 20px;
	border-top: 1px solid #2F2F2F;
}

#footer .utility {
	float: left;
	text-align: left;
}

#footer p#copyright {
	text-align: right;
	font-style: italic;
	margin: 0;
	color: #fff;
	font-size: 10px;
}

/* ANNOUNCEMENTS STYLING */

#screen,
#fullscreen {
	z-index: 1001;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#screen {
	z-index: 1000;
	background: white;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-align: center;
}

#announcement {
	height: auto !important;
	height: 273px;
	min-height: 273px;
	width: 273px;
	background: white;
	border: 5px solid #E06D00;
	margin: 20% auto 0px auto;
	padding: 10px;
	font-size: 12px;
}

#announcement button {
	
}

#articles .article .footer .comments a {
	color: #E06D00;
}

/* BLOG PAGES AND POST STYLING */

#RSS {
	background: #E06D00;
	border: 1px solid #E06D00;
	padding: 5px;
	color: white;
}

#RSS .subscribe_rss {
	display: block;
	background: url(../images/css/background_blog_rss.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 32px;
}

#RSS .subscribe_rss a {
	color: #F7DBE3;
}

#RSS .link {
	display: block;
	font-weight: bold;
	margin: 5px 0px 0px;
}

#RSS .link input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 2px 4px;
	border: 1px solid #E06D00;
	width: 273px;
}

#author {
	background: #E9E9E9;
	padding: 5px;
	margin: 5px 0px 10px;
	border: 1px solid #DEDEDE;
}

#author .name {
	font-weight: bold;
}

#author .image {
	padding: 3px;
	background: white;
	border: 1px solid #CCC;
}

#article_menu {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 240px;
}

#article_menu h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: none;
	padding: 3px 0px;
	margin: 0px;
}

#comments h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: none;
	margin: 10px 0px 0px;
}

#post h2 {
	margin: 0px 0px 5px;
}

#article_menu .article_grouping {
	float: right;
	width: 240px;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
}

#article_menu .article_grouping ul {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
}

#article_menu .article_grouping ul li {
	list-style: none;
	background: none;
	border-bottom: 1px solid #DEDEDE;
	padding: 0px;
}

#article_menu .article_grouping ul li a {
	padding: 1px 5px;
	display: block;
}

#article_menu .article_grouping ul li a:hover {
	background: #E06D00;
	color: white;
}

#post,
#articles {
	float: left;
	width: 440px;
	padding: 0 0 30px;
}

#articles .article {
	padding: 15px 0px;
	border-bottom: 3px #DEDEDE double;
}

#post .article {
	padding: 0px 0px 15px;
	border-bottom: 3px #DEDEDE double;
}

.article .date {
	font-weight: bold;
	letter-spacing: -1px;
}

.article .title {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #E06D00;
	display: block;
	padding: 0px 0px 5px;
}

.article img {
	display: block;
	padding: 5px 0px;
}

.article .body {
	padding: 5px 10px;
	margin: 0px 0px 5px;
	display: block;
}

.article .footer {
	background: #E9E9E9;
	padding: 3px 5px;
	border: 1px solid #DEDEDE;
}

.comment {
	padding: 10px 0px;
	border-bottom: 3px #DEDEDE double;
}

.comment .date {
	font-weight: bold;
	color: #E06D00;
	padding: 0px 0px 3px 20px;
	background: url(../images/css/background_blog_comments.gif) no-repeat 3px 3px;
}

.comment .body {
	background: white;
	padding: 5px 10px;
	margin: 0px 0px 5px;
	display: block;
	border: 1px solid #DEDEDE;
}

.commentbox {
	width: 100%;
}

.commentbox td {
	vertical-align: top;
}

.commentbox textarea {
	height: 100px;
	width: 95%;
}

#post .file,
#articles .article .footer .file {
	display: inline;
	background: url(../images/css/background_blog_file.gif) no-repeat 0px 1px;
	padding: 0px 0px 0px 17px;
}

#articles .article .footer .comments {
	display: inline;
	background: url(../images/css/background_blog_comments.gif) no-repeat 0px 1px;
	padding: 0px 0px 0px 17px;
	color: #000;
}

#post #news_link,
#articles .view_all {
	margin: 5px 0px;
}

#post #news_link a,
#articles .view_all a {
	background: #555555;
	border: 1px solid #4A4A4A;
	padding: 1px 5px;
	color: white;
	display: block;
}

#post #news_link a:hover,
#articles .view_all a:hover {
	background: #E06D00;
	border: 1px solid #E06D00;
}

/* DONATIONS PAGE AND FORMS STYLING */

.amount,
.designation,
.frequency,
.credit,
.bank,
.account {
	width: 100%;
}

#login dl,
.amount dl,
.designation dl,
.frequency dl,
.credit dl,
.bank dl,
.account dl {
	padding: 0px;
	margin: 5px 0;
}

#login dt,
.amount dt,
.designation dt,
.frequency dt,
.credit dt,
.bank dt,
.account dt,
.honor dt {
	clear: both;
	float: left;
	width: 90px;
}

form div#submit {
	float: right;
}

#standard_register {
	width: 100%;
}

#login dd,
.amount dd,
.designation dd,
.frequency dd,
.credit dd,
.bank dd,
.account dd,
.honor dd {
	margin: 0px 0px 0px 115px;
	padding: 0;
	font-size: 9px;
}

.phone .AreaCode, 
.phone .Exchange {
	width: 20px;
}

.phone .Number {
	width: 25px;
}

#donations input {
	font: 11px Arial, Helvetica, sans-serif;
}

.required {
	font-weight: bold;
	background: url(../soImages/css/required.gif) no-repeat left top;
	padding: 0px 0px 0px 15px;
}

dt,
dd {
	padding: 0px 0px 0px 15px;
	margin: 0;
}

#standard_register dl {
	margin: 0;
}

#standard_register dt {
	float: left;
	margin: 5px 0;
	width: 130px;
}

#standard_register dd {
	float: left;
	margin: 5px 0;
	width: 165px;
}

#standard_register #submit {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#standard_register #submit input {
	float: none;
	display: inline;
	margin: 10px 0 0;
}

.card_expdate_month,
.card_expdate_year,
.address_state,
.address_country {
	font-size: 11px;
}

#buttons, #cancel {
	width: 90%;
	float: left;
}

#buttons ul, 
#cancel ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

#buttons ul li, 
#cancel ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

select {
	font-size: 11px;
}

/* EVENT POPUP PAGE STYLING */

ul.detail_bar {
	list-style: none;
	margin: 0px;
	padding: 5px 0px;
	width: 100%;
	background: #64125C;
	text-align: center;
}

ul.detail_bar li {
	display: inline;
	padding: 5px 15px;
	background: none;
}

ul.detail_bar li a {
	color: #fff;
	text-decoration: none;
}

ul.detail_bar li a:hover {
	color: white;
	text-decoration: underline;
}

#detail_frame {
	text-align: left;
	width: 273px;
	margin: 0px auto;
	padding: 15px;
	background: #fff;
}

#detail_header {
	
}

#detail_image {
	width: 273px;
	overflow: hidden;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

#detail_header h3 {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}

#detail_header dl {
	background: #ccc;
	width: 273px;
}

#detail_header dl dt {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 70px;
}

#detail_header dl dd {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 220px;
}

#detail_content_text h1 {
	margin: 0px;
}

#detail_content_text p {
	margin: 0px;
}

#detail_content_text {
	clear: both;
}

#detail_content_text h5 {
	margin: 0px;
	padding: 15px 0 5px;
}

a.form_link {
	background: #612C34;
	width: 280px;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	margin: 0px;
}

/* DEFAULT FORMS LAYOUTS */

#feedbackForm p {
	padding: 5px;
}

#feedbackForm dl {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 3px 0px;
	display: block;
}

#feedbackForm dl.checkbox dt {
	width: 25px;
}

#feedbackForm dl dt {
	float: left;
	width: 30%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	padding-left: 15px;
}

#feedbackForm dl dt select {
	width: 90px;
}

#feedbackForm dl dt.required {
	font-weight: bold;
	background: url(../soImages/required.gif) no-repeat left top;
	padding: 0px 0px 5px 15px;
}

#feedbackForm dl dd {
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 60%;
	margin-left: 5%;
}

#feedbackForm dl dd select {
	width: 146px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#feedbackForm dl dd table {
	border-collapse: collapse;
}

#feedbackForm dl dd table td {
	padding: 2px 0px 2px 3px;
	vertical-align: top;
}

#feedbackForm dl dd table td input {
	margin: -1px 3px 1px 0px;
}

#feedbackForm tr.required {
	font-weight: bold;
	background: url(../soImages/required.gif) no-repeat left 5px;
}

#feedbackForm dl dd ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#feedbackForm dl dd ul li {
	background: none;
	padding: 0px;
	list-style-image: none;
}

#feedbackForm #submit {
	padding-left: 25%;
	padding-top: 5px;
	padding-bottom: 25px;
	float: none;
}

#feedbackForm #submit button,
#feedbackForm #submit .formButton,
#feedbackForm #submit .formButtonLong {
	float: left;
	clear: none;
	margin: 0px 5px;
}

#feedbackForm form textarea {
	width: 200px;
	height: 120px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* STAFF STYLING */

#staff {
	width: 600px;
	/*

height: expression(eval(document.getElementById('content_narrow').clientHeight));*/
 	min-height: 700px;
	color: #000000;
}

* html #staff {
	height: 700px;
}

#staff_menu {
	height: 190px;
	width: 588px;
	border: 1px solid #333;
	border-bottom: 5px solid #47500F;
	padding: 5px 5px 5px;
	background: #EFE7C5;
}

#staff_pics {
	width: 500px;
	height: 155px;
	overflow: auto;
	position: absolute;
}

#staff_pics ul {
	padding: 0px;
	margin: 0px;
}

#staff_pics ul li {
	list-style: none;
	display: block;
	/*

display: block;*/
  background: none;
	padding: 0px;
	margin: 0px;
	width: 73px;
	height: 130px;
	float: left;
	font: normal 10px Verdana, Tahoma, Geneva, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	color: #5A6327;
}

#staff_pics ul li:hover {
	color: #6E150F;
}

#staff_pics ul li:hover img {
	border: 1px solid #7B3741;
}

#staff_name {
	font-size: 12px;
	height: 15px;
	padding: 4px 3px 15px;
	color: #6E150F;
}

#staff_menu img {
	cursor: pointer;
	border: 1px solid #D8D0AE;
	padding: 3px;
	background: white;
	height: 88px;
	width: 70px;
	display: block;
	margin: 0px 3px 4px 0px;
}

#staff_details {
	float: left;
	width: 210px;
	padding: 0px 0px 10px 20px;
	border-bottom: 1px solid #D8D0AE;
}

#staff_details img {
	margin: 0px 0px 10px 0px;
	padding: 4px;
	border: 1px solid #1D5180;
	background: white;
}

#staff_details dl {
	margin: 0px;
	padding: 0px;
}

#staff_details dt {
	float: left;
	color: #000;
	font-style: italic;
}

#staff_details dd {
	margin: 0px 0px 0px 15px;
}

#staff_details em {
	color: #1E463D;
}

#staff_bio {
	float: left;
	width: 335px;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 10px 10px;
	line-height: 18px;
	overflow-y: auto;
	/

*border-bottom: 5px solid #D8D0AE;
	*/
  	/

*height: expression(eval(document.getElementById('staff_details').clientHeight-13));
*/
}

#staff_bio p {
	margin: 0px 0px 15px;
}

.staff_title {
	color: #47500F;
}

/* VOLUNTEER PAGES AND SEARCH FORMS */

#volunteer {
	width: 100%;
}

#volunteer a {
	font-weight: bold;
	text-decoration: none;
}

#volunteer button {
	text-align: center;
	margin: 0px auto;
}

#volunteer_results_close h2 {
	background: #9EAB2C;
	border: 1px solid #8E9A27;
}

#volunteer #zip,
#volunteer #people {
	font-weight: bold;
	background: #F8F8F8;
	border: 1px solid #CCC;
	color: #333;
	margin: 10px 0px 0px;
}

#volunteer #zip td,
#volunteer #people td {
	padding: 2px;
}

#volunteer select {
	float: left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 1px;
}

#volunteer .input_text {
	border: 1px solid #999;
	border-top: 1px solid #666;
	border-bottom: 1px solid #CCC;
	margin: 1px !important;
	margin: 0px 1px;
	padding: 1px 1px 1px 3px;
	font-size: 11px;
}

#volunteer .checkbox {
	background: none !important;
	background: transparent url(../images/css/background_checkbox.gif) no-repeat 2px 2px;
	display: inline;
}

#volunteer .checkbox input {
	padding: 0px;
	margin: 3px;
}

#volunteer .select {
	float: left;
}

#volunteer .textfield {
	float: left;
}

#volunteer th {
	text-align: left;
	vertical-align: top;
	width: 160px;
}

#volunteer td {
	padding: 0px 0px 15px;
	vertical-align: top;
}

#volunteer small {
	font-size: 9px;
	font-weight: normal;
	clear: both;
}

#volunteer_results_close table,
#volunteer_results_exact table,
#volunteer_results table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0px;
}

#volunteer_results_close td,
#volunteer_results_exact td,
#volunteer_results td {
	padding: 10px 5px;
	border: 1px solid #666666;
}

#volunteer_results_close .alt,
#volunteer_results .alt {
	
}

#volunteer_results_exact .alt {
	
}

#volunteer_results_close .alt td,
#volunteer_results_exact .alt td,
#volunteer_results .alt td {
	border: 1px solid #DFDFDF;
}

#volunteer_results_close .over,
#volunteer_results_exact .over,
#volunteer_results .over {
	cursor: pointer;
	cursor: hand;
}

#volunteer_results_close dl,
#volunteer_results_exact dl,
#volunteer_results dl {
	padding: 10px 0px;
	margin: 0px;
}

#volunteer_results_close dt,
#volunteer_results_exact dt,
#volunteer_results dt {
	float: left;
	width: 60px;
	font-weight: bold;
	clear: both;
}

#volunteer_results_close dd,
#volunteer_results_exact dd,
#volunteer_results dd {
	padding: 0px;
	margin: 0px;
}

#volunteer_results_close p,
#volunteer_results_exact p,
#volunteer_results p {
	margin: 5px 0px;
	padding: 0px 0px 0px 5px;
}

#volunteer_results_close strong,
#volunteer_results_exact strong,
#volunteer_results strong {
	
}

#volunteer_results_close label,
#volunteer_results_exact label,
#volunteer_results label {
	display: block;
}

#volunteer_results_close button,
#volunteer_results_exact button,
#volunteer_results button {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px;
}

#volunteer_criteria {
	float: left;
	width: 100%;
	background: #CFCFCF;
	border: 1px solid #898989;
	padding: 5px;
	margin: 0px 0px 20px;
}

#volunteer_criteria #links {
	background: #C1CF44;
	text-align: center;
	border: 1px solid #AEBC30;
}

#volunteer_criteria #links button {
	display: inline;
	margin: 5px 3px;
}

#volunteer_criteria dl {
	padding: 10px 0px;
	margin: 0px;
}

#volunteer_criteria dt {
	float: left;
	width: 150px;
	font-weight: bold;
	clear: both;
	padding: 0px 0px 7px;
}

#volunteer_criteria dd {
	padding: 0px 0px 7px;
	margin: 0px;
}

#volunteer_detail dl {
	float: left;
	padding: 3px 0;
	margin: 0px;
	border: 1px solid #666;
	width: 100%;
}

#volunteer #btnBack,
#volunteer #btnShowAll {
	margin: 0 auto 10px;
}

#volunteer_detail dt {
	float: left;
	width: 150px;
	font-weight: bold;
	clear: both;
	padding: 0 0 0px 15px;
}

#volunteer_detail dd {
	padding: 0;
	margin: 0px;
	float: left;
}

#volunteer_detail #contact {
	padding: 5px 0 0;
	display: inline-block;
}

#personal_info {
	float: left;
	padding: 10px 10px 10px 0;
	width: 330px;
}

#personal_info dl {
	clear: both;
	display: block;
	margin: 0;
	padding: 3px 0;
	width: 300px;
}

#personal_info dt {
	float: left;
	height: auto;
	margin: 0;
	padding: 0 0 0 0px;
	text-align: left;
	width: 115px;
}

#personal_info dd {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
}

#email_subscriptions {
	float: right;
	width: 600px;
}

#email_subscriptions dl.checkbox dt {
	width: 25px;
	height: auto;
	float: left;
}

#email_subscriptions dl.checkbox dd {
	padding: 0 0 0 5px;
}

#phone_numbers {
	float: left;
	margin: 10px 0 0;
}

#login div#submit {
	float: none;
	text-align: center;
}

#login div#submit #Register {
	margin: 0 auto;
	text-align: center;
}

#searchAgain #query,
#searchAgain #submitSearch {
	float: left;
	clear: none;
}

#calendar {
	margin: -10px 0 0 -10px;
}

#standard_groupCalendar dt,
#standard_groupCalendar dd {
	margin: 0;
	padding: 0;
}

#group_calendargrid td,
#group_calendargrid th {
	text-align: left;
	padding: 0 25px 0 0;
}

.addthis_button {
	float: right;
}

#google_translate_element {
	clear: both;
	margin: 0 auto 30px;
	width: 910px;
}


#sideImage a {
	height: 135px;
	display: block;
	overflow: hidden;
	padding: 0;
	width: 153px;
	float: left;
	margin: 30px 11px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
	box-shadow: #000 0 0 8px;
	-moz-box-shadow: #000 0 0 8px;
	-webkit-box-shadow: #000 0 0 8px;
}

#sideImage a span {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(../styles/PIE.htc);
	box-shadow: #000 0 0 8px;
	-moz-box-shadow: #000 0 0 8px;
	-webkit-box-shadow: #000 0 0 8px;
	-pie-watch-ancestors: 1;
}

.ie8 #sideImage a span {
	behavior: url(../styles/PIE.htc);
	box-shadow: none;
	-pie-watch-ancestors: 1;
}

/* UNIVERSAL LIST STYLES FOR FEATURES */
.welcome {
	display: block;
	float: right;
	position: relative;
	width: 440px;
	line-height: 24px;
}

#features {
	height: 190px;
	margin: 0 auto;
	padding: 0;
	width: 220px;
	float: left;
	position: relative;
}

#features.features {
	height: 190px;
	display: block;
	overflow: hidden;
	margin: 0 0 0 3px;
	padding: 0;
	width: 220px;
	float: left;
}

.features span {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
	width: 220px;
	height: 190px;
	display: block;
}

.ie7 .features span,
.ie8 .features span {
	box-shadow: 0px;
	-moz-box-shadow: 0px;
	-webkit-box-shadow: 0px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#features.features ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

#features.features li {
	list-style: none;
}

/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */

#features.features ul.main li {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: visible;
	z-index: 1;
}

#features.features .main,
#features.features .feature {
	height: 190px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 220px;
	z-index: 1;
	float: left;
}

#features.features ul.main li.shown {
	z-index: 2;
	visibility: visible;
	position: relative;
	background: url(../images/css/bg-features.png) no-repeat scroll top left;
}

#features.features ul.main li.shown a {
	z-index: 999999;
	position: relative;
}

#features .feature img {
	position: absolute;
	width: 220px;
	height: 190px;
}

#content_wide #features.features.ccc2011,
#content_wide #features.features.ccc2011 ul.main,
#content_wide #features.features.ccc2011 ul.main .feature,
#content_wide #features.features.ccc2011 ul.main .feature span {
	width: 445px!important;
}

#content_wide #features.features.ccc2011{
	margin-bottom: 25px;
}

#content_wide #features.features.ccc2011.home,
#content_wide #features.features.ccc2011.home ul.main,
#content_wide #features.features.ccc2011.home ul.main .feature,
#content_wide #features.features.ccc2011.home ul.main .feature span {
	width: 220px!important;
}

#content_wide #features.features.ccc2011{
	margin-bottom: 25px;
}

#features .feature.image span {
	/*
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    behavior: url(../styles/PIE.htc);
    -pie-watch-ancestors: 1;
   	*/
   	
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

#features .pnControl {
  background: url(../images/css/controlsBg.png) repeat top left;
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 20px;
  width: 45px;
  padding: 5px;
  z-index: 9;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    behavior: url(../styles/PIE.htc);
    -pie-watch-ancestors: 1;
}

#features .pnControl a {
  background: url(../images/css/controls-prev.png) no-repeat top left;
  text-indent: -9999999999px;
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  font-size: 1px;
}

#features .pnControl a.next {
  background: url(../images/css/controls-next.png) no-repeat top right;
  float: right;
}

#features .pbControl{
  background: url(../images/css/controls-play.png) no-repeat top left;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  bottom: 15px;
  right: 40px;
  text-indent: -999px;
  z-index: 10;
}

#features .pbControl.play{
  background: url(../images/css/controls-play.png) no-repeat top right;
}

#pageHeaderWrapper {
	position: relative;
	margin: 0 0 33px;
	float: right;
	height: 256px;
	width: 818px;
	z-index: 100;
}

/* UNIVERSAL LIST STYLES FOR FEATURES */

#pageHeader {
	height: 256px;
	width: 409px;
	position: relative;
	background: url(../images/css/background_pageheader.png) no-repeat scroll top left;
}

#pageHeader.features {
	height: 256px;
	display: none;
	overflow: hidden;
	padding: 0;
	width: 409px;
	float: left;
	left: 0;
	position: absolute;
}

#pageHeader.features.ccc2011header {
	display: block;
}

.threeCol #pageHeader .features span {
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

.threeCol #pageHeaderRight.features span {
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#pageHeader.features ul {
	clear: both;
	list-style: none;
	margin: 0 0;
	padding: 0;
	position: absolute;
	width: 409px;
	height: 200px;
}

#pageHeader.features li {
	list-style: none;
}

/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */

#pageHeader.features ul.main li {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: visible;
	z-index: 1;
}

#pageHeader.features .main,
#pageHeader.features .feature {
	height: 200px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 409px;
	z-index: 1;
	left: 0;
}

#pageHeader.features ul.main li.shown {
	z-index: 2;
	visibility: visible;
	position: relative;
}

#pageHeader.features ul.main li.shown a {
	z-index: 999999;
	position: relative;
}

#pageHeader.features ul.main img {
	width: 409px;
	height: 200px;
	float: left;
}

#pageHeader.double ul.main img {
	width: 246px;
}

.threeCol #pageHeader.double span {
	height: 256px !important;
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

.threeCol #pageHeaderRight.double span {
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

/* UNIVERSAL LIST STYLES FOR PageHeader RIGHT */

#pageHeaderRight {
	height: 256px;
	width: 409px;
	position: relative;
}

#pageHeaderRight.features {
	height: 256px;
	display: none;
	overflow: hidden;
	padding: 0;
	width: 409px;
	float: right;
	position: absolute;
	right: 0;
}
#pageHeaderRight.features.ccc2011header2 {
	display: block;
}

#pageHeaderRight.features ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 409px;
	height: 200px;
}

#pageHeaderRight.features li {
	list-style: none;
}

/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */

#pageHeaderRight.features ul.main li {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: visible;
	z-index: 1;
}

#pageHeader.features ul li:first-child,
#pageHeaderRight.features ul li:first-child {
	display: block;
	visibility: visible;
	z-index: 9999;
	left: 0;
}

#pageHeaderRight.features .main,
#pageHeaderRight.features .feature {
	height: 200px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 409px;
	z-index: 1;
}

#pageHeaderRight.features ul.main li.shown {
	z-index: 2;
	visibility: visible;
	position: relative;
}

#pageHeaderRight.features ul.main li.shown a {
	z-index: 999999;
	position: relative;
}

/* UNIVERSAL LIST STYLES FOR PageHeader DOUBLE */

.threeCol #pageHeaderWrapper {
	width: 526px;
	margin: 0 263px 33px 0;
	padding: 0 0 0 29px;
}

#pageHeader.double {
	height: 256px;
	display: block;
	overflow: hidden;
	padding: 0;
	width: 246px;
	float: right;
	position: absolute;
	right: 0;
	left: 0;
}

#pageHeaderWrapper .features span {
	margin: 0;
}

#pageHeader.double ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 246px;
	height: 256px;
}

#pageHeader.double li {
	list-style: none;
}

/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */

#pageHeader.double ul.main li {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 0;
}

#pageHeader.double ul li:first-child,
#pageHeaderRight.double ul li:first-child {
	display: block;
	visibility: visible;
	z-index: 9999;
	left: 0;
}

#pageHeader.double .main,
#pageHeader.double .feature {
	height: 256px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 256px;
	z-index: 1;
	left: 33px;
}

#pageHeader.double ul.main li.shown {
	z-index: 2;
	visibility: visible;
	position: relative;
}

#pageHeader.double ul.main li.shown a {
	z-index: 999999;
	position: relative;
}

/* UNIVERSAL LIST STYLES FOR PageHeader DOUBLE RIGHT */

#pageHeaderRight.double {
	height: 256px;
	width: 246px;
	position: relative;
}

#pageHeaderRight.double {
	height: 256px;
	display: block;
	overflow: hidden;
	padding: 0;
	width: 246px;
	float: right;
	position: absolute;
	right: 30px;
}

#pageHeaderRight.double ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 246px;
	height: 256px;
}

#pageHeaderRight.double li {
	list-style: none;
}

#pageHeaderWrapper h2 {
	position: absolute;
	margin: 215px 0 0;
	font-size: 25px;
	text-transform: uppercase;
}

#pageHeader h2 {
	left: 98px;
}

/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */

#pageHeaderRight.double ul.main li {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: visible;
	z-index: 1;
}

#pageHeader.double ul li:first-child,
#pageHeaderRight.double ul li:first-child {
	display: block;
	visibility: visible;
	z-index: 9999;
	left: 0;
}

#pageHeaderRight.double .main,
#pageHeaderRight.double .feature {
	height: 256px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 256px;
	z-index: 1;
}

#pageHeaderRight.double ul.main li.shown {
	z-index: 2;
	visibility: visible;
	position: relative;
}

#pageHeaderRight.double ul.main li.shown a {
	z-index: 999999;
	position: relative;
}

/* Email Subscription Columns */

#my_left {
	width: 48%;
	float: left;
}

#my_right {
	width: 48%;
	float: right;
}

.frame_standard #content h1, .frame_standard #content h2, .frame_standard #content h3, .frame_standard #content h4, .frame_standard #content h5 {
	clear: both;
}

.frame_standard #content p {
	clear: both;
}

.frame_standard h5 {
	clear: both;
	margin: 0;
}

.frame_standard h3 {
	margin: 20px 0 0;
}

.frame_standard form textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	height: 120px;
	width: 200px;
}

.frame_standard #content dl dd table {
	border-collapse: collapse;
}

.frame_standard #content dl dd table td input {
	margin: 1px 3px 1px 0;
}

tr.alt {
	background: none repeat scroll 0 0 #DEDEDE;
}

.error_alert {
	clear: both;
	color: red;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

.error_alert span {
	font-weight: bold;
}

.frame_standard hr {
	background: none repeat scroll 0 0 #CCCCCC;
	border: medium none;
	clear: both;
	margin: 20px 0;
	padding: 1px 0;
	width: 100%;
}

.required {
	background: url("required.gif") no-repeat scroll left top transparent;
	font-weight: bold;
}

span.required {
	padding-left: 15px;
}

.frame_standard #content tr.required {
	background: url("required.gif") no-repeat scroll left 5px transparent;
	font-weight: bold;
}

.frame_standard #content .links {
	clear: both;
	float: left;
	padding: 0 0 10px;
	width: 100%;
}

.frame_standard #content .links ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.frame_standard #content .links ul li {
	float: left;
	padding: 0 10px 0 0;
}

.frame_standard #content dl {
	clear: both;
	display: block;
	margin: 0;
	padding: 3px 0;
	width: 100%;
}

.frame_standard #content dt {
	float: left;
	height: auto;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
	width: 100px;
}

.frame_standard #content dd {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
}

.frame_standard #content dd ul {
	display: block;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.frame_standard #content dl.checkbox dt {
	width: 25px;
}

.frame_standard #content dt select {
	width: 90px;
}

.frame_standard #content dd select {
	margin: 0;
	padding: 0;
	width: 146px;
}

#submit {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0 10px 33px;
	text-align: center;
	width: 100%;
}

#submit button, #submit .formButton, #submit .formButtonLong {
	clear: none;
	display: inline;
	margin: 0 5px;
}

#personal_info {
	float: left;
	padding: 10px 10px 10px 0;
	width: 280px;
}

#standard_login, #standard_register, #standard_my {
	clear: both;
	padding: 0;
}

#standard_my ul {
	padding: 0;
	margin: 0 0 20px;
}

#standard_my li {
	display: inline;
}

#login_form {
	padding-left: 100px;
}

#standard_login #login_form p {
	margin: 0;
	padding: 0 0 0 115px;
}

.frame_standard #content #standard_my {
	float: left;
	padding: 0 0 20px;
	width: 100%;
}

#standard_my #my_contactInfo {
	float: left;
	width: 280px;
}

#standard_profile h5 {
	clear: both;
	padding: 15px 0 5px;
}

#standard_my #my_contactInfo dl dt {
	padding: 0;
}

#standard_my #my_subscriptions {
	float: left;
	width: 630px;
}

.frame_standard #content #my_favorites dl dt {
	float: left;
	padding: 0;
	width: 180px;
}

.frame_standard #content #standard_my dl dt {
	font-weight: bold;
	margin: 0;
	padding-left: 0;
	width: 200px;
}

.frame_standard #content #standard_my dl dd {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

.frame_standard #content #my_favorites dl dt {
	float: left;
	width: 180px;
}

.frame_standard #content #my_favorites dl dd {
	clear: none;
	float: left;
	text-align: right;
	width: 70px;
}

.frame_standard #content #my_subscriptions dl dt {
	width: 180px;
}

#my_recent_registrations table, #my_incomplete_registrations table {
	border-collapse: collapse;
}

#my_recent_registrations table td, #my_recent_registrations table th, #my_incomplete_registrations table td, #my_incomplete_registrations table th {
	padding: 4px 15px 4px 0;
}

#standard_profile #email_subscriptions, #standard_register #email_subscriptions {
	float: left;
	padding: 10px 5px;
	width: 400px;
}

.frame_standard #content #standard_profile #email_subscriptions dl, .frame_standard #content #standard_register #email_subscriptions dl {
	clear: both;
	margin: 0;
}

.frame_standard #content #standard_profile #email_subscriptions dl dt, .frame_standard #content #standard_register #email_subscriptions dl dt {
	float: left;
	font-weight: bold;
	height: auto;
	width: 25px;
}

.frame_standard #content #standard_profile #email_subscriptions dl dt {
	margin: 0;
	padding: 0;
	width: 100%;
}

.frame_standard #content #standard_profile #email_subscriptions dl dd {
	float: left;
	padding: 4px 0 0 10px;
	width: 100%;
}

.frame_standard #content #standard_register #email_subscriptions dl dd {
	float: left;
	line-height: 14px;
	padding: 4px 0 0;
	width: 90%;
}

.frame_standard #content #standard_profile #email_subscriptions dl dd input {
	float: left;
	margin-bottom: 10px;
}

.frame_standard #content #standard_searchResults dl {
	padding-left: 25px;
	width: 90%;
}

.frame_standard #content #standard_searchResults dl dt {
	float: none;
	padding: 0;
	width: 100%;
}

.frame_standard #content #standard_searchResults dl dd {
	clear: both;
	float: none;
	width: 100%;
}

.frame_standard #content #standard_searchResults dl.search_audio {
	background: url("../soImages/interface/icon_audio.gif") no-repeat scroll 0 3px transparent;
}

.frame_standard #content #standard_searchResults dl.search_video {
	background: url("../soImages/interface/icon_video.gif") no-repeat scroll 0 3px transparent;
}

.frame_standard #content #standard_searchResults dl.search_webpage {
	background: url("../soImages/interface/icon_webpage.gif") no-repeat scroll 0 3px transparent;
}

.frame_standard #content #standard_searchResults dl.search_article {
	background: url("../soImages/interface/icon_article.gif") no-repeat scroll 0 3px transparent;
}

.frame_standard #content #standard_searchResults dl.search_event {
	background: url("../soImages/interface/icon_event.gif") no-repeat scroll 0 3px transparent;
}

#searchAgain input {
	clear: none;
	float: left;
	margin: 0 5px 0 0;
}

#searchAgain .formButton {
	float: left;
	margin: 0;
	padding: 0;
}

.frame_standard #content #standard_incomplete ul li {
	clear: both;
}

.frame_standard #content #incomplete_list ul li dl dt {
	float: none;
	width: 200px;
}

.frame_standard #content #incomplete_list ul li dl dd {
	clear: both;
	float: none;
	font-style: italic;
	width: 200px;
}

#incomplete_list {
	border-right: 1px solid #CCCCCC;
	float: left;
	width: 270px;
}

#delete_all {
	float: left;
	margin-left: 20px;
	width: 150px;
}

#standard_cart #submit {
	text-align: right;
}

.frame_standard #content .event_header dl {
	float: left;
	margin: 30px 0 15px;
	padding: 0;
}

.frame_standard #content .event_header dl dt {
	display: block;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

.frame_standard #content .event_header dl dd {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.frame_standard #content .event_header dl dd h2 {
	margin: 0;
	padding: 0;
}

.frame_standard #content table.cartgrid {
	border-collapse: collapse;
	clear: both;
	width: 100%;
}

.frame_standard #content table tr {
	vertical-align: top;
}

.frame_standard #content table.cartgrid tr.product_total, .frame_standard #content table.cartgrid tr.product_total td {
	background: none repeat scroll 0 0 #C3C3C3;
	font-weight: bold;
}

.frame_standard #content table.cartgrid td, .frame_standard #content table.cartgrid th {
	border: 1px solid black;
	padding: 3px;
	text-align: right;
}

.frame_standard #content table.cartgrid tr {
	border-top: 1px solid #CCCCCC;
}

.frame_standard #content table.cartgrid .cart_product {
	text-align: left;
	width: 50%;
}

.frame_standard #content table.cartgrid tr.required .cart_quantity, .frame_standard #content table.cartgrid tr.required .cart_total {
	background: none repeat scroll 0 0 transparent;
}

.frame_standard #content .cart_product dl dt {
	font-weight: bold;
	width: 90%;
}

.frame_standard #content .cart_product dl dd {
	clear: both;
	float: none;
	font-weight: normal;
	padding-left: 15px;
}

.product_alert {
	color: #CC0000;
}

.cart_quantity {
	width: 20%;
}

#standard_cart table .cart_quantity dl dt {
	float: left;
	text-align: right;
	width: 50%;
}

#standard_cart table .cart_quantity dl dd {
	clear: none;
	float: right;
}

.cart_price {
	background: none repeat scroll 0 0 #EBEBEB;
	width: 15%;
}

.cart_total {
	width: 15%;
}

.frame_standard #content select#card_expdate_month, .frame_standard #content select#card_expdate_year {
	width: 60px;
}

.frame_standard #content #standard_payment dl dt {
	width: 180px;
}

.frame_standard #content #standard_payment td.cart_quantity dl dt {
	text-align: right;
	width: 50%;
}

.frame_standard #content #standard_payment td.cart_quantity dl dd {
	text-align: right;
	width: 30%;
}

.frame_standard #content #standard_groupContacts dl dd, .frame_standard #content #standard_groupContacts dl dt {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.frame_standard #content #standard_groupContacts dl dt {
	font-weight: bold;
}

.frame_standard #content #standard_groupContacts dl {
	margin: 0;
	padding: 10px 0;
}

.frame_standard #content #standard_groupCalendar dt {
	width: 120px;
}

.frame_standard #content #standard_groupCalendar table {
	border-collapse: collapse;
	clear: both;
}

.frame_standard #content #standard_groupCalendar th, .frame_standard #content #standard_groupCalendar td {
	padding: 2px 14px 4px 4px;
	text-align: left;
}

td.eventdate, td.activity {
	width: 25%;
}

td.signup {
	width: 50%;
}

#standard_404 p.error_alert {
	line-height: 30px;
	padding: 40px 0;
}

.frame_standard #content #standard_questions dl {
	clear: both;
	display: block;
	margin: 0;
	padding: 3px 0;
	width: 100%;
}

.frame_standard #content #standard_questions dt {
	float: left;
	height: auto;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
	width: 220px;
}

.frame_standard #content #standard_questions dd {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
}

.frame_standard #content #standard_questions dd input {
	width: 200px;
}

.frame_standard #content #standard_questions dd ul {
	display: block;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.frame_standard #content #standard_questions dl.checkbox dt {
	width: 25px;
}

.frame_standard #content #standard_questions dt select {
	width: 90px;
}

.frame_standard #content #standard_questions dd select {
	margin: 0;
	padding: 0;
	width: auto;
}

#standard_profile #email_subscriptions {
	width: 400px;
}

.white_content {
display: none;
position: fixed;
top: 25%;
left: 34%;
width: 415px;
height: 300px;
padding: 16px;
border: 5px solid #DDD;
background-color: white;
z-index: 102;
overflow: auto;
}

.black_overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: black;
z-index: 101;
-moz-opacity: 0.6;
opacity: .60;
filter: alpha(opacity=60);
}

#left {
  width: 230px;
  float: left;
}

#left a.upcoming-events {
  font-size: 26px;
  text-decoration: none;
  text-transform: uppercase;
  margin: -15px 0 0;
  position: relative;
  float: left;
  display: block;
  text-align: center;
}


.buttons {
	display: block;
	float: right;
	width: 320px;
}
.buttons a {
	clear: both;
	display: inline-block;
	cursor: pointer;
	font-size: 10px;
	margin: 20px 2px 0;
	background: #E06D00;
	color: #fff;
	padding: 4px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	width: auto;
}

.crawlSection {
	display: block;
	float: left;
	margin: 20px 0 0;
	border: 1px solid #333;
}
