/* CSS Document */

* {
 padding: 0;
 margin: 0;
 border: 0;
}

acronym {
 cursor: help;
}
 
body {
	font-family: verdana, Helvetica, sans-serif; 
	color: #666666; 
	font-size: 11px; 
}

A 			{ color: #737373; text-decoration: none; }
A:link		{ color: #333333; text-decoration: none; }
A:visited	{ color: #000000; text-decoration: none; }
A:hover		{
	color: #333333;
	text-decoration:underline;
}
/*A:active	{ color: #CCCCCC;  }*/

/* .news{border: 1px solid #000000} */

#mainContainer{
	/* border-left: 1px solid #000000; */
	margin: 8px auto;
	top: 8px;
	/* border: 1px solid #000;	*/
	text-align: left;
	width: 700px !important;
	width /**/:702px;
}

.headerTop{
	background-image:url(/assets/templates/spirit/images/spiritheader.jpg); 
	background-repeat:no-repeat;
	width:700px;
	height:60px;
}

.headerMenu{
	width:700px;
	height: 25px;
	line-height: 25px;
	word-spacing: 1px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.subMenu{
	width:700px;
	height: 25px;
	line-height: 25px;
	word-spacing: 1px;
	/*text-align:center;*/
	border-bottom: 1px solid #000000;
}

.botMenu{
	width:700px;
	height: 25px;
	line-height: 25px;
	word-spacing: 1px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.botBox{
	width:700px;
	height: 12px;
	background-image:url(/assets/templates/spirit/images/spiritheader.jpg);
}

.botSpirit{
	text-align:right;
}

.homeTitle { font-family: Verdana, Arial, Georgia, Sans-serif; font-size: 16px; color: #333333; font-weight: normal; padding: 4px 0 4px 0;}

/* SignUp Form 
------------------------------------------------------------------------------- */
#websignupfrm {
	width: 460px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#websignupfrm.full { width: 100%; }

#websignupfrm fieldset {
    border: none;
}

#websignupfrm legend {
	display: none;
}
#websignupfrm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#websignupfrm label,
#websignupfrm p {
	display: block;
	clear: both;
	width: 410px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#websignupfrm input {
	display: block;
	margin-top: 3px;
	border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}


/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* NL Stuff
------------------------------------------------------------------------------- */
.nl_summaryPost h3 {
border-bottom: 1px solid #CCCCCC;
margin: 0px !important;
padding: 5px !important;
color: black;
}

 .nl_summaryPost .nl_info {
background-color: #F4F8FB;
padding: 5px !important;
font-size: 0.8em;
color: black;
}


.nl_link {
font-size: 76%;
text-align: right;
}


.nl_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: #618100;
}
#nl_pages #nl_currentpage {
    border: 1px solid #B5D3DE;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #9c0; 
    color: #fff;
} 
#nl_pages .nl_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#nl_pages a, #nl_pages a:link, #nl_pages a:visited {
    border: 1px solid #B5D3DE; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #618100;
} 
#nl_pages a:hover {
    background-color: #fff;
    color: #000;
}
#nl_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#nl_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#nl_archivelist .nl_month {
    font-weight: bold;
}
/* ----------------------------------------------------------------------------- */
