/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0; }

/* HTML ELEMENTS */
html { font-size: 62.5%; }
body { background-color:#cac6c3;  font-size: 14px; font-size: 1.4rem; font-family:Helvetica,Arial,sans-serif; }
img {border:none;}

/* COMMON CLASSES */
.break { clear:both; }

/* Container */
#container { width:900px; margin:0 auto; overflow:hidden; }

/* HEADER */
#header { height:391px; }
.headerimg { background-repeat: no-repeat; width:900px; height:391px; position:absolute; }
#secondaryheader { height:277px; }

/* Easy Slider */
	#slider { float:right; }
	#slider ul, #slider li,
	#slider2 ul, { margin:0; padding:0; list-style:none; width:900px; }
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		height:248px;
		width:405px;
		overflow:hidden; 
		}

/* Secondary Header Image */		
		#headerimage ul, #headerimage li,
		#headerimage ul, { margin:0; padding:0; list-style:none; width:900px; }
		#headerimage li { 
			/* 
				define width and height of list item (slide)
				entire slider area will adjust according to the parameters provided here
			*/ 
			height:277px;
			width:900px;
			overflow:hidden; 
			}

/* NAVIGATION */
#nav-outer { height:78px; position:absolute; background-image:url("../images/headerbg.png"); top:0; width:900px; z-index:2;}
#navigation { height:100px; width:900px; margin:0 auto; }

/* LOGO (different from other style sheets)*/
#logo {width:640px; height:55px; position:absolute; left:10px; z-index:3; }

/* SEARCH (different from other style sheets)*/
#searchcrm { float:right; width:220px; padding:10px; }
#searchtxt { padding:3px; width:150px; }
#searchbtn { border:1px solid #eee !important; background-color:#9d0709; color:#eee; padding:3px; margin-left:5px; -webkit-appearance:none; width:43px; font-size: 10px; font-size: 1rem;}

/* MENU */
#menu { background-color:#1d1d1d; position:absolute; top:78px; height:30px; width:880px; padding:0 0 0 20px;}

/* General */
#cssdropdown, 
#cssdropdown ul { 
	list-style: none; 
}

#cssdropdown, 
#cssdropdown * { 
	margin: 0;
	padding: 0; 
}

/*** NAV ***/
#cssdropdown li.headlink { 
	float: left; 
	font-size: 14px; 
	font-size: 1.4rem;
	height: auto;
    margin: 0;
    padding: 0;
	position: relative;
	width: 143px; 
}

#cssdropdown li:first-child.headlink {
	border-left: 1px solid #000;
}

#cssdropdown li.headlink a,
#cssdropdown li.headlink a:link,
#cssdropdown li.headlink a:active,
#cssdropdown li.headlink a:visited,
#cssdropdown li.headlink a:hover {
    border-right: 1px solid #000;
    color: #E0E0E0;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
	text-decoration: none;
    width: 143px;
}

#cssdropdown li.headlink a:hover,
#cssdropdown li:hover a {
   background-color: #000; 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1D1D1D), to(#000));
   background-image: -webkit-linear-gradient(top, #1D1D1D, #000); 
   background-image: -moz-linear-gradient(top, #1D1D1D, #000);
   background-image: -ms-linear-gradient(top, #1D1D1D, #000);
   background-image: -o-linear-gradient(top, #1D1D1D, #000);
   color: #FFF;
}

/*** SUBNAV ***/
#cssdropdown li.headlink ul {
	background: url("http://www.nnwwiim.org/images/dropdown_bg.png") repeat;
	border-bottom: #1D1D1D solid 5px;
	display: none; 
	height: auto;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 144px;  
}

#cssdropdown li.headlink:hover ul {
	display: block;	 
}

#cssdropdown li.headlink li a,
#cssdropdown li.headlink li a:link,
#cssdropdown li.headlink li a:active,
#cssdropdown li.headlink li a:hover,
#cssdropdown li.headlink li a:visited { 
	background: none;
	background-color: transparent;
	background-image: none;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	color: #E0E0E0; 
	display: block;
	font-weight:bold; 
	font-size: 12px; 
	font-size: 1.2rem;
	height: auto; 
	line-height: 14px;
	margin: 0px;
	padding: 7px 5px;
	text-align: left;
	text-decoration:none; 
	text-transform: none;
	width: 134px;
}

#cssdropdown li.headlink li a.last { 
	border-bottom:none; 
}

#cssdropdown li.headlink li a:hover { 
	color: #FFF;
	text-decoration:underline; 
}
	
#cssdropdown hr { /* where is this used? */ 
	background-color: #FFF;
	color: #FFF; 
	height:1px; 
}

/* TYPOGRAPHY */
#nav-outer p { padding-top:18px; font-size: 12px; font-size: 1.2rem; margin:0 auto; }
.Explicit { font-size: 12px; font-size: 1.2rem; font-family:Helvetica,Arial,sans-serif; color: #000000; }

/* CONTENT */
#content { color:#1d1d1d; background-color:#e8e3df; }
#content img.bar { padding:0 0 8px 0; margin:0; }
#content h1 { font-size: 24px; font-size: 2.4rem; margin-left:2px; font-weight:100;}
#content h2 { font-size: 15px; font-size: 1.5rem; margin-top:8px; margin-left:2px; }
#content p { font-size: 12px; font-size: 1.2rem; line-height:16px; margin:12px 0 0 2px; }
#content a { color:#003876; }
#content a:hover { text-decoration:none; }

/* Main Column */
#maincolumn { padding:5px 0 0 20px; width:641px; float:left; } 
#maincolumn img.first-grid-image { margin-top:3px; float:left; }
#maincolumn img.secondthird-grid-image { margin-top:3px; margin-left:22px; float:left; }
#maincolumn img.fourth-grid-image { margin-top:22px; float:left; }
#maincolumn img.fifthsixth-grid-image { margin-top:22px; margin-left:22px; float:left; }
#maincolumn img.topbar { float:left; margin:6px 0 6px 0; }
#maincolumn img.lastbottombar { float:left; margin:2px 0 25px 0; }
#maincolumn ul.copy { font-size: 12px; font-size: 1.2rem; line-height:16px; margin:12px 0 0 10px; }
#maincolumn ul.copy li { margin:12px 0 0 30px; }
#maincolumn .social4i { margin-top:25px; }
#maincolumn img.avatar { float:left; }
#maincolumn ol { font-size: 12px; font-size: 1.2rem; line-height:16px; margin:12px 0 0 0; }
#maincolumn ol li { margin:12px 0 0 20px; }
#maincolumn table { border:none; }
#maincolumn table th { border:none; }
#maincolumn table td { border:none; }
#maincolumn table.border { border:1px solid #1d1d1d; }
#maincolumn table.border th { border:1px solid #1d1d1d; padding:5px; }
#maincolumn table.border td { border:1px solid #1d1d1d; padding:5px;}
#maincolumn tr.toprow { background:#1d1d1d; color:#ffffff; } 

/* Full Column */
#fullcolumn { padding:5px 0 0 20px; width:863px; float:left; }

/* Tertiary Nav */
#tertiary { float:left; }
#tertiary ul { list-style:none; width:219px; margin:0; padding:0; }
#tertiary ul li { background-color:#003875; margin-bottom:3px; padding:5px; }
#tertiary ul li a { color:#ffffff; text-decoration:none; font-size: 12px; font-size: 1.2rem; }
#tertiary ul li a:hover { text-decoration:underline; }

/* left Column */
#leftcolumn { padding:5px 0 0 20px; width:199px; float:left; }

/* Half Column */
#halfcolumn { padding:5px 0 0 22px; width:420px; float:left; }
#halfcolumn img.bottombar { float:left; margin:3px 0 8px 0; }

/* Right Column */
#rightcolumn { padding:5px 20px 0 0; width:199px; float:right; }
#rightcolumn img.button { float:left; margin-top:2px; }
#rightcolumn img.topbar { float:left; margin-top:6px; }
#rightcolumn img.bottombar { float:left; margin:2px 0 8px 0; }
#rightcolumn img.lastbottombar { float:left; margin:2px 0 25px 0; }
#rightcolumn img.social-media-button { float:left; margin-left:3px; }
#rightcolumn .event {width:199px; background-color:#1d1d1d; color:#ffffff; float:left; margin-top:2px;}
#rightcolumn .event p { line-height:18px; margin:5px; }
#rightcolumn .event a {color:#ffffff; font-weight:bold; font-size: 14px; font-size: 1.4rem; text-decoration:none;}
#rightcolumn .event a:hover { text-decoration:underline;}
#rightcolumn ul { list-style:none; margin:0 5px 0 5px; }
#rightcolumn li { margin:2px 0 5px 0; }


/*** PURCHASE TICKETS FORM / TABLE ***/

/* MINI FORM RESET */

form#TicketForm p strong { /* page headers */
	color: #333;
	font-size: 16px;
	margin: 12px 0px;
}

form#TicketForm,
form#TicketForm table,
form#TicketForm table table,
form#TicketForm table tr,
form#TicketForm table tr th,
form#TicketForm table tr td,
form#TicketForm table tr label,
form#TicketForm table tr span,
form#TicketForm table tr p,
form#TicketForm table td.lc_Totals {
	background-color: transparent;
	color: #333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	width: auto;
}

/* show / hide */

form#TicketForm table.lc_Table th:nth-child(2),
form#TicketForm table.lc_Table th:nth-child(3),
form#TicketForm table.lc_Table td:nth-child(2),
form#TicketForm table.lc_Table td:nth-child(3){
	display: none;
}

form#TicketForm table.lc_Table tr.lc_Row0 td.lc_Totals,
form#TicketForm table.lc_Table tr.lc_Row0 td.lc_TotalsVal,
form#TicketForm table.lc_Table tr th#cost_col,
form#TicketForm table.lc_Table tr td:last-child {
	display: table-cell;
}

form#TicketForm table.lc_Table td:last-child,
form#TicketForm table.lc_Table th:last-child,
form#TicketForm table.lc_Table tr.lc_Row0 td.lc_TotalsVal {
	text-align: right;
	width: 200px !important;
}

/* form styles */

form#TicketForm,
form#TicketForm .appArea {
	width: 850px;
}

form#TicketForm table {
	margin: 10px 0px 30px 0px;
	width: 835px !important
}

/* row colors */
form#TicketForm table.lc_Table tr:nth-child(odd) {
	background: #EEE;
}

form#TicketForm table.lc_Table tr:nth-child(even) {
	background: #FAFAFA;
}

form#TicketForm th:first-child {
	border-radius: 3px 0px 0px 0px;
}

form#TicketForm th:last-child {
	border-right: none;
	border-radius: 0px 3px 0px 0px;
}

form#TicketForm table tr th {
	background: #666;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#555));
	background-image: -webkit-linear-gradient(top, #666, #555); 
	background-image: -moz-linear-gradient(top, #666, #555);
	background-image: -ms-linear-gradient(top, #666, #555);
	color: #F0F0F0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0px;
}

form#TicketForm table.lc_Table tr th p,
form#TicketForm table.lc_Table tr th#cost_col label {
	color: #F0F0F0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;	
}


form#TicketForm table.lc_Table td,
form#TicketForm table.lc_Table th  {
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.1);
	padding: 10px;
	text-align: left;
}

/* required astericks */
form#TicketForm table tr td span.num,
form#TicketForm table tr td span.Explicit,
form#TicketForm span.Explicit {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

form#TicketForm table tr td span.req.true {
	position: absolute;
}

form#TicketForm table tr td span.num {
	padding-left: 10px;
}

/* FORM ELEMENTS */

form#TicketForm input,
form#TicketForm textarea,
form#TicketForm select {
	background: #F0F0F0;
	border: 1px solid #B0B0B0;
    border-radius: 3px;
	color: #666;
	font-size: 14px;
	height: 22px;
	margin-top: 4px;
	padding: 0px 3px;
}

form#TicketForm select {
	height: 24px;
	padding-right: 0px;
}

form#TicketForm option {
	padding: 4px;
}

form#TicketForm textarea {
	height: 100px;
	width: 780px;
}

form#TicketForm input:focus,
form#TicketForm textarea:focus {
	background: #FFF;
	border: 1px solid #999;
	box-shadow: 0px 0px 1px rgba(0,0,0,.15);
}

form#TicketForm input#checkbox,
form#TicketForm input#cons_email_opt_in,
form#TicketForm input#cons_email_opt_in_requested,
form#TicketForm input#s_rememberMe {
    float: left;
    margin: 0 10px 0 3px;
}

form#TicketForm p {
	position: relative;
}

#email_reminder {
	margin: 10px 0px 30px 0px;
}

/** BUTTONS **/

form#TicketForm p input.Button {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 1px #EEEEEE inset;
    color: #003876;
    display: inline;
    float: none;
	font-size: 14px;
	font-weight: bold;
    height: 30px;
    line-height: 30px;
	margin: 10px 0px;
    padding: 0px 10px;
    text-decoration: none;
	text-transform: none;
}

form#TicketForm p input.Button:focus,
form#TicketForm p input.Button:hover {
	background: none repeat scroll 0 0 #C5C5C5;
	box-shadow: 0px 0px 1px #DFDFDF inset;
	cursor: pointer;
}

form#TicketForm p input#rsvp_save.Button {
    background: #9D0708; 
	border: 1px solid #700505;   
    color: #EEEEEE;
    display:block;
    float: right;
   	box-shadow: inset 0px 1px 1px rgba(255,255,255,.35);
    text-decoration: none;
    text-transform: uppercase;
}

form#TicketForm p input#rsvp_save.Button:focus,
form#TicketForm p input#rsvp_save.Button:hover {
	background: #8C0506;
	border: 1px solid #670E0E; 
	color: #FFFFFF;
	box-shadow: inset 0px 1px 1px rgba(255,255,255,.2); 
}

/* Error Styles */

p.ErrorMessage {
	color: #9d0709;
}


/* FOOTER */
#footernav { background-color:#1d1d1d; height:30px; width:900px; clear:both; margin-top:20px; }
#footernav  ul { list-style: none; }
#footernav  * { padding: 0; margin: 0; }
#footernav  ul li.first { float: left; font-size: 13px; font-size: 1.3rem; margin-top:8px; margin-left:20px;}
#footernav  ul li { float: left; font-size: 13px; font-size: 1.3rem; margin-top:8px; margin-left:44px;}
#footernav  ul li a { color:#ffffff; text-decoration:none; }
#footernav  ul li a:hover { text-decoration:underline; }


#sub-footer { text-align:center; color:#333333; }
#sub-footer p { font-family:'times new roman', serif; font-size:13px; font-size:1.3rem; margin:5px 0 5px 0;}
#sub-footer a { color:#003876; }
#sub-footer a:hover { text-decoration:none; }


TD.holdsErrorMsgTable, TD.holdsErrorMsgOverTable, TD.TestSecondaryColor {
    background-color: #FFFFFF !important;
}

form#ProcessForm {
	background-color: #FFFFFF !important;
	position: relative;
	width: 860px !important;
}

form#ProcessForm tbody#html-caption\.22200 {
	position: absolute;
	right: 10px;
	top: 100px;
	width: 330px;
}

form#ProcessForm tbody#html-caption\.22200 * {
	color: #666 !important;
}

form input#brick_new_line_1_input,
form input#new_brick_line_2a_input,
form input#new_brick_line_3_input {
	text-transform: uppercase;
}