/* Please note that the @group followed by a group name is for CSSEdit */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border-collapse: collapse;
}

a { color: #000; text-decoration: none;}
a:visited { color: #000; }
a:hover { color: blue;}

html {
	float: left;
	width: 100%;
	min-width: 1024px;
	background: #fff;
	text-align: center;
}

body {
	float: left;
	width: 100%; 
	min-width: 1024px;
	background-color: #fff; 
	color: #333;
	text-align: left;
	padding: 0;
	margin: 0;
	font: 1em Verdana, sans-serif;
}

#wrapper {
	float: left;
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
	min-width: 1000px;
}

#admin p {
	padding-bottom: 4px;
}

#admin label {
	float: left;
	width: 100px;
}

h1 {width: 100%; font-size: 1.1em;}

li {font-size: 0.8em;}

#header {
	float: left;
	clear: both;
	width: 100%;
	height: 130px;
	background-color: #fff;
}

#logo {
	background: url(../images/naclogo.gif) no-repeat;
	float: left;
	width: 80px;
	height: 80px;
	margin: 10px 0 5px 5px;
}

#tagline {
	float: left;
	margin: 10px 0px 0px 10px;	
	opacity:  .70;
	background-color: white;
	border: 1px solid #666;
	padding: 5px;
}

#title {
	float: left;
	margin-top: 10px;
	width: 720px;
	height: 89px;
	background: url(../images/masthead.png) no-repeat;
}

#userStuff {
	float: right;
	color: #000;
	padding: 5px;
	font-size: .8em;
	text-align: center;
	margin: 5px;
}

#userStuff p {
	color: black;
}

#userStuff p a, #userStuff a:link, #userStuff a:visited, #userStuff a:active  {
	float: right;
	color: black;
}

#userStuff a:hover {
	color: #D4A017;
	text-decoration: none;
}

#userInfo {
	float: right;
	color: #000;
	padding: 5px 10px 5px 10px;
	font-size: .8em;
	text-align: right;
	background-color: white;
}

#logout, #login {
	float: right;
	color: #000;
	padding: 5px 10px 5px 10px;
	text-align: right;
	background-color: white;
	margin: 10px 10px 0 0;
	background: url(../images/boxonly.png) no-repeat;
	width:  150px;
	height:  74px;
}

#logout p, #login p {
	margin: 0px 0 5px 0;
}

#flsh {
	float: left;
	clear:  left;
	color: #000;
	padding: 5px;
	margin: 0 0 0 100px;
	opacity:  .95;
	min-width: 400px;
	font-weight: bold;
}

/* @group task */
#taskOpen, #taskClosed {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}


/* @end */

/* @group navBar */

#navBar {
	float: left;
	clear: left;
	width:  100%;
	padding: 2px 0px 2px 0px;
	margin: 0;
	color: #ffffff;
	text-align: left;
	/* background-color: #8dab4d; */
	background-color: #9da28a;
}

#navBar h3 {
	margin-bottom: 6px;
}

#navBar ul {
	float: left;
	clear: left;
	padding: 0;
	margin-left: 100px;
	float: left;
	list-style: none;
	background-color: #9da28a;
}

#navBar li {
	float: left;
}

#navBar a {
	float: left;
	color: #ffffff;
	margin: 2px 0px 0px 2px;
	padding: 2px 28px 4px 8px;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}

#navBar a:hover {
	color: yellow;
}

#navBar a.IMHere {
	color: #000;
	background-image: none;
}

#navBar a.IMHere:hover {
	color: yellow;
	background: none;
}

/* @end */

/* @group navBar2 */

#navBar2 {
	float: left;
	clear: left;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #000000;
	text-align: left;
	background-color: #fff;
	height: 30px;
	list-style-type: none;
	text-transform: lowercase;
}

#navBar2 h3 {
	margin-bottom: 6px;
}

#navBar2 ul {
	float: left;
	clear: left;
	display: inline;
	list-style-type: none;
	padding: 0;
	float: left;
	list-style: none;
	margin-left: 100px;
}


#navBar2 li {
	float: left;
}

#navBar2 a {
	margin: 3px 4px 3px 4px;
	padding: 4px 8px 4px 8px;
	display: block;
	text-align: center;
	float: left;
	text-decoration: none;
	font: 13px sans-serif;
}

#navBar2 a:hover {
	color: #000;

}

#linkerator {
	float: left;
}

#linkerator ul {
	margin-left: 0;
}

/* @end */

/* @group content */

/* @group Slider Tab Structure */

#dividers {
	float: left;
	width: 800px;
	overflow: hidden;
	border: 1px solid #000;
}

#tabs ul {
	float: left;
	width: 100%;
}

#tabs ul li {
	float: left;
	clear: none;
	min-width:  150px;
	max-width: 25%;
	background-color: #9eb75f;
	border: 1px solid #424242;
	border-bottom: none;
	margin-right: 3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#tabFooter {
	float: left;
	clear: left;
	height: 40px;
	width: 100%;
	background: url(../images/tabFooter.png) repeat-x;
}

#tabs ul li a {
	float: left;
	text-align: center;
	font: bold 16px Verdana, sans-serif;
	width: 100%;
	padding: 2px 4px 2px 4px;
	color: #fffeff;
	width: 100%;
}

.sliderFooter {
	float: left;
	width: 100%;
	height: 20px;
	background: url(../images/sliderFooter.png) repeat-x;
}

/* @end */

#content {
	float: left;
	clear: left;
	width: 900px;
	min-height: 400px;
	padding: 0;
	padding-left: 100px;
	color: #000000;
	background-color: #fff;
}

#content h1 {
	float: left;
	clear: left;
	color: black;
	width: 100%;
	text-align: left;
	padding: 0 0 6px 0;
	font: bold 1.25em "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#content h2 {
	float: left;
	clear: left;
	font-size: .9em;
	color: #000;
	width: 100%;
}

#content h3 {
	float: left;
	clear: both;
	width: 100%;
}

#content p {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 6px;
	font: 1.0em "Lucida Grande", Verdana, sans-serif;
}

#content p a {
	float: left;
	padding: 2px 10px 2px 10px;
	font-size: .9em;
}

#content ul {
	width: 100%;
}

#content li {
	float: left;
	clear: left;
	width: 100%;
}

#content p b label {
	padding-bottom: 4px;
	float: left;
	width: 150px;
}

#content p label {
	padding-bottom: 4px;
	float: left;
	width: 175px;	
}

form {
	color: #000;
	float: left;
	width: 100%;
	min-width: 600px;
	padding: 10px;
}

table {
	float: left;
	clear: left;
	min-width: 80%;
	border-collapse: collapse;
	color: #000;
	margin: 0 0 10px 0;
	font-size: .9em;
	text-align: left;
}

th {
	font-size: 1em;
	padding: 2px 10px 0px 4px;
	border-collapse: collapse;
	min-width: 50px;
	width: auto;
}

td {
	font-size: 1.0em;
	padding: 2px 10px 2px 4px;
	border-collapse: collapse;
	min-width: 50px;
	width: auto;
}
/* @end */

/* @group blog */

/* @group leftColumn */

#blogLeft {
	float: left;
	clear: left;
	width: 400px;
	min-height: 400px;
}

#blogLeft p, #blogLeft p a {
	padding: 0;
	padding-bottom: 2px;
}

.blogPost {
	float: left;
	clear: both;
	padding: 0 0 2px 0;
	width: 380px;
}

.blogPost h2 {
	font-size: 1.0em;
	padding-bottom: 1px;
}

.blogPost h3 {
	float: left;
	clear: both;
	font-size: .8em;
	color: #4c4c4c;
}

.blogPost h4 {
	float: left;
	clear: left;
	color: #666;
	font-size: 9px;
}

.blogPost a {
	float: left;
	clear: none;
}

.newsBanner {
	float: left;
	padding: 0;
	width: 300px;
	height: 82px;
	background: url(../images/whatshappening.png) no-repeat;
	margin-bottom: 10px;
}

/* @end */

/* @group rightColumn */

#blogRight {
	float: left;
	width: 400px;
	padding: 0 5px 5px 5px;
	text-align: left;
	margin-left: 20px;
	color: black;
}

#sideApWord {
	float: left;
	clear: both;
	padding: 0 0 2.5px 0;
	text-align: left;
	max-width: 400px;
	margin-bottom: 20px;
}

#sideApWord h1 {
	color: #191919;
	text-decoration: none;
	text-align: left;
}

#sideApWord h2 {
	color: #333;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#sideApWord h2 a {
	font-size: 12px;
}

#sideApWord h3 {
	font-style: italic;
}

#sideApWord p {
	text-align: left;
	padding: 0;
	font-size: 12px;
}

#sideApWord p a {
	padding: 0;
	margin-bottom: 6px;	
	text-align: left;
	color: #191919;
}

#sideApWord a {
	width: 100%;
	color: black;
	text-align: center;
}

#nationalCalendar, #districtCalendar, #congregationCalendar {
	margin-bottom: 15px;
	width: 100%;
	float: left;
	clear: left;
}

#nationalCalendar h2, #districtCalendar h2, #congregationCalendar h2 {
	margin-bottom: 4px;
	width: 100%;
	color: #191919;
}

#nationalCalendar table, #districtCalendar table, #congregationCalendar table {
	width: 100%;	
}

#nationalCalendar tr, #districtCalendar tr, #congregationCalendar tr {
	width: 100%;	
}

#calendar {
	font-size: 10px;
	margin-bottom: 0;
}

#calendar table tr td {
	padding: 0 0 4px 0;
}

.calendar1 {
	width: 62px;
	padding: 0 10px 2px 0;
}

.calendar2 {
	width: 60px;
	padding: 0 10px 2px 0;
}

.calendar3 {
	width: 200px;
	padding: 0 10px 2px 0;
}

/* @end */

.districtevent {
	float: left;
	clear: left;
	padding-bottom: 10px;
}

.districtevent select {
	float: left;
}

#districtevents a {
	float: left;
	clear:  left;
}

/* @end */

/* @group event */

#eventAdmin {
	float: left;
	clear: left;
	width: 100%;
}

#event h2.note {
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#event p {
	padding-bottom: 4px;
}

#event p label {
	width: 300px;
	margin-right: 10px;	
}

#event p.note {
	margin-bottom: 20px;
}

#event p.eventCost {
	font-weight: bold;
}

#event p.eventCost label {
	width: 50px;
}

#CodeOfConduct {
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: justify;
	margin-bottom: 10px;
}

#CodeOfConduct p {
	font: 11px Verdana, sans-serif;
}

#CodeOfCoduct p.note {
	max-width: 390px;
	margin-bottom: 10px;
}

#eventSlider {
	float: left;
	width: 3300px;
}

#eventSlider div.eventFeed h1 {
	color: #000;
}

.eventFeed {
	float: left;
	clear: left;
	width: 790px;
	padding: 5px;
	margin-bottom: 20px;
}

.eventFeed table {
	width: 100%;
}

#eventSlider #tabFooter {
	float: left;
	clear: left;
	height: 80px;
	width: 100%;
	background: url(../images/2400mike.jpg) no-repeat;
}

#event #tabs ul li {
	max-width: 15%;	
}

/* @end */

/* @group Signup */
#registerShow {
	float: left;
	width: 800px;
}

#registerRoleCall {
	float: left;
	clear: left;
	width: 100%;
}

#registerRoleCall p {
	float: left;
	width: 100%;
}

#registerRoleCall table {
	float: left;
	clear: left;
	width: 400px;
}

#registerRoleCall table tr {
	float: left;
	clear: left;
}

.signupFeed {
	float: left;
	clear: none;
	width: 250px;
	min-height: 350px;
	padding: 5px;
	margin-right: 15px;
	border-right: 1px solid #000;
}

.signupFeedAlt {
	float: left;
	clear: none;
	width: 250px;
	min-height: 350px;
	padding: 5px;
	margin-right: 15px;
	border-right: none;
}

#signup {
	float: left;
	font: 12px Verdana, sans-serif;
}

#signUp {
	float: left;
	width: 700px;
}

#signup #tabs ul li {
	max-width: 30%;	
}

#signUp p label {
	width: 200px;
}

#user {
	float: left;
	clear: left;
	margin: 0 0 10px 0;
	padding: 0 4px 0 4px;
}


#user p label {
	width: 125px;
}

#user p input {
	min-width: 125px;
}

#music {
	float: left;
	clear: left;
}

#music h1 {
	float: left;
	width: 600px;
}

.column1 {
	float: left;
	clear: left;
	margin-right: 40px;
}

.column2 {
	float: left;
	clear: left;
}

#signup table {
	width: 100%;
}

#signup th {
	min-width: 0;
}

#signup td {
	min-width: 0;
	font-size: 10px;
}

.buttonsNarrow {
	float: left;
	padding: 2px 0 2px 0;
	margin: 0;
	width: 20px;
}

.eventBorderRight {

}

#travelInfo h2 {
	margin-left: 15px;
}

#travelInfo p {
	margin-left: 25px;
} 
/* @end */

/* @group Registers */
.registration th, td {
	color: #000;
}

.registration {
	float: left;
	clear: left;
	padding: 5px;
	width: 610px;
	min-height: 200px;
	margin-top: 10px;
}

.registration th.buttons {
	width: 75px;
}

.registration th.col1  {
	width: 300px;
}

.registration th.col2  {
	width: 100px;
}

.registration th.col3  {
	width: 100px;
}

#registerSlider {
	float: left;
	width: 1600px;	
}

.registerFeed {
	float: left;
	clear: left;
	width: 790px;
	margin-bottom: 20px;
	padding: 5px;
}

.registerFeed table {
	width: 100%;
}

#register #tabs ul li {
	max-width: 30%;	
}

/* @end */

/* @group apostlesWord */

#apostlesWord {
	float:  left;
	width: 500px;
}

.blogPost {
	float: left;
	clear: left;
}


/* @end */

/* @group Payments */

.redInk {
	color: red;
}

/* @end */

/* @group Users */
#users {
	float: left;
	clear: left;
	width: 100%;
}

#usersSearch {
	float: left;
	clear: left;
	padding: 5px 0 5px 0;
	text-decoration: none;
}

table.myUsers {
	float: left;
	clear: left;
	padding: 5px 0 5px 0;
	text-decoration: none;
	width: 600px;
}


#loading {
	padding: 5px 0 5px 5px;
	background-color: #ffffcc;
	border:  1px solid #ececec;
}

#loading p {
	font-weight: bold;
	font-size: 1.1em;
}

.userIndexH1, .userIndexH2, .userIndexH3, .userIndexH4, .userIndexH5, .userIndexH6  {
	width: 200px;
}

.userIndex1, .userIndex2, .userIndex3, .userIndex4, .userIndex5, .userIndex6  {
	width: 200px;
}

#altAddress {
	float: left;
	clear: left;
	padding: 10px;
}

#altAddress h2 a:hover {
	color: blue;
}

#altAddressFoldUp {
	float: left;
	clear: left;
	padding: 2px 6px 2px 6px;
	border: 1px solid #999;
}

#altAddress h2 {
	margin-bottom: 2px;
}

#altAddress p {
	padding: 2px 0 2px 0;
}

#userSlider {
	float: left;
	width: 2500px;	
}

.userFeed {
	float: left;
	clear: none;
	width: 790px;
	padding: 5px;
}

.userFeed table {
	width:  100%;
}

#dashboard {
	float: right;
	width: 350px;
	height: 300px;
	padding: 5px;
}

#dashboard h1 {
	padding: 4px 0 4px 0;
}

#dashboard table {
	margin-left: 10px;
}

#dashboard th {
	padding: 0 8px 0 0;
	font-size: .9em;
	font-weight: normal;
	text-align: center;
}

#dashboard tr.balance td{
	padding-top: 4px;
	border-top: 1px #000 solid;
}

.alignRight {
	text-align: right;
}

#dashboard td {
	padding: 0 8px 0 0;
	text-align: right;
	font-size: .9em;
}

#dashboard h2 {
	font-weight: normal;
	font-style: normal;
}

#dashboard p {
	font-size: .9em;
	padding-left: 10px;
}

.showUsers {
	float: left;
	width: 500px;
}

.barWrapper {
	float: left;
	clear: left;
}

.credit {
	float: left;
	clear: left;
}

.debit {
	float: left;
	clear: left;
}

/* @end */

/* @group footer */

#footer {
	float: left;
	clear: left;
	padding: 2px 0 2px 100px;
	background-color: #fff;
	min-width: 800px;
}

#footerLogo {
	background: url(../images/naclogo16x16.png) no-repeat;
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px 2px 2px 0px;
}

#footer p {
	float: left;
	font-size: 9px;
	padding-left: 5px;
	margin: 0;
	padding: 4px 0 4px 0;
	color: #000;
}

#footer p a {
	padding: 0px 10px 0px 5px;
	border-right: 1px solid #999;
	font-size: 9px;
}

#footer a, #footer a:visited { 
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover { color: blue;}

#footer p.clearLeft {
	padding: 0 0 0 35px;
	float: left;
	clear: left;
}

#footer p a.noBorder {
	border: none;
	padding-right: 0;
}

/* @end */

/* @group Regions */

#region p {
	float: left;
	clear: left;
	width: 100%;
}

/* @end */



/* @group Public Classes */

.adminTools {
	color: red;
	float: left;
	clear: left;
	font-size: 1.0em;
}

.pagination {
	color: black;
	font-size: 12px;
	padding: 10px;
	float: left;
	width: 100%;
	clear: left;
}

.pagination a {
	color:  black;
	padding: 0 4px 0 4px;
}

.pagination a:hover {
	color:  green;
}

.show {
	float: left;
	width: 500px;
}


.label {
	float: left;
	width: 150px;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: underline;
}

.entry {
	float: left;
	width: 150px;
	font-weight: bold;
}

.links {
	float: left;
	width: 150px;
}

.readableText {
	font-size: 1.10em;
	padding: 10px 0 10px 0;
}

.login {
	float: left;
	text-align: left;
	margin-top: 12px;
	margin-left: 12px;
	font-size: 9px;	
}

.logout {
	float: left;
	color: #c07c23;
	text-align: left;
	margin-top: 12px;
	margin-left: 10px;
	font-size: 9px;	
}

.myProfile {
	float: right;
	font-size: 9px;
	color: #725b62;
	margin-top: 19px;
	margin-right: 28px;
}

.register {
	margin-top: 10px;
	font-size: 14px;
	color: #176e92;
	float: right;
	font-size: 9px;
	margin-top: 19px;
	margin-right: 30px;
}

.removeLink {
	float: left;
	width: 16px;
	height:  16px;
	padding-right: 4px;
	background: url(../images/led-icons/bin_closed.png) no-repeat;
}

.addLink {
	float: left;
	width: 16px;
	height:  16px;
	padding-right: 4px;
	background: url(../images/led-icons/add.png) no-repeat;
}

.floatLeft {
	float: left;
	clear: left;
}

.spaceTop {
	float: left;
	padding-top: 20px;
}

.home {
	float: left;
	width: 90px;
	height: 90px;
}

.showButton {
	float: left;
	margin-left: 2px;
	width: 16px;
	height: 16px;
	background: url(../images/led-icons/application_view_detail.png) no-repeat;
}

.editButton {
	float: left;
	margin-left: 2px;
	width: 16px;
	height: 16px;	
	background: url(../images/led-icons/application_edit.png) no-repeat;
}

.deleteButton {
	float: left;
	margin-left: 8px;
	width: 16px;
	height: 16px;
	background: url(../images/led-icons/application_delete.png) no-repeat;
}

.newButton {
	float: left;
	margin-left: 2px;
	width: 16px;
	height: 16px;
	background: url(../images/led-icons/add.png) no-repeat;
}

.signupButton {
	color: red;
}

.debug {
	float: left;
	clear: left;
}

.largeNote {
	max-width: 700px;
	text-align: justify;
}

.note {
	max-width: 400px;
}

.admin_panel {
	font-size: 11px;
}

.long_label {
	width: 200px;
}

.check_box {
	float: left;
	padding: 4px 0 0px 4px;
}

.bug {
	float: left;
	background: url(../images/led-icons/bug.png) no-repeat;
	height: 16px;
	width: 16px;
	margin: 4px 2px 2px 4px;
	border-right: none;
}

.conducts {
	float: left;
	width: 500px;
	text-align: justify;
}

.currencyPlus {
	font-size: 10px;
}

.currencyMinus {
	font-size: 10px;
	color: red;	
}
/* @end */