/* ------------------------------------- HTML TAG REFINEMENTS */
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #F0E9C6 url(../00_images/pg_background_02.jpg) no-repeat left top;
	margin: 0;
}

img 
{
	border: 0;
}

a 
{
	text-decoration:none;
	color: #CC9933;
}
			
a:hover
{
	text-decoration: underline;
}
			
a.noLine
{
	border-bottom: 0px solid #ffffff;
}
			
a:hover.noline
{
	border-bottom: 0px solid #ffffff;
}

td
{
	text-align: left;
	vertical-align: top;
}





/* ------------------------------------- MAIN HOLDER */
#wrap-page-main 
{
	margin: 20px auto 40px;
	width: 950px;
}

/* ------------------------------------- HEADER */
#wrap-hdr-diver 
{
	width:;
	float:left;
	margin: 10px 0 0 -50px;
	display: block;
	position: absolute;
}
#wrap-hdr-logo 
{
	background: #7D0B25 url(../00_images/pg_hdr_redbox_back_01.jpg) repeat-x top left;
	border: 1px solid #770011;
	width: 321px;
}
#hdr-logo 
{
	margin: 32px 70px 10px;
}

#wrap-hdr-bar 
{
	margin: 0;
	border: 1px solid #770011;
	background: #951532 url(../00_images/pg_hdr_redbar_back_01.jpg) repeat-x;
}


/* ------------------------------------- NAVIGATION */
#wrap-nav-01
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 0 0 0 -1px;
	background-color: #000000;
	height: 24px;
	display: block;
	background-image: url(../00_images/nav_tab_back_02.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#wrap-nav-01 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#wrap-nav-01 li
{
	float: left;
	display: block;
	height: 24px;
	border-left: 1px solid #333333;
	background: #000000 url(../00_images/nav_tab_back_02.jpg) repeat-x left bottom;
	clear: right;
}
#wrap-nav-01 a
{
	display: block;
	color: #999999;
	margin: 4px 15px 0;
	text-decoration: none;
}
#wrap-nav-01 a:hover
{
	color: #ffbb00;
	text-decoration: none;
}
#wrap-nav-01 li.active
{
	background: url(../00_images/nav_tab_back_01.jpg) repeat-x left top;
	color: #FFFFFF;
	border-left: 1px solid #770011;
}
#wrap-nav-01 li.active a
{
	color: #FFFFFF;
}


/* ------------------------------------- FORM */
.wrap-column-left
{
	background: #921231 url(../00_images/pg_hdr_redbox_back_02.jpg);
	background-repeat: repeat-x;
	width: 321px;
}

#wrap-form-all 
{
	background: #921231 url(../00_images/pg_hdr_redbox_back_02.jpg);
}
#wrap-form 
{
	margin: 0;
	padding: 0;
}
#wrap-form ul
{
	list-style-type: none;
	margin: 0 0 0 20px;
	color: #FFCC00;
	padding: 0;
}
#wrap-form li
{
	display: block;
	list-style-type: none;
	padding: 9px;
	color: #FFCC00;
	font-size: 11px;
	clear: both;
	margin: 0;
	background: url(../00_images/frm_li_back_reqBox_01.gif) no-repeat right top;
}
#wrap-form li.required
{	
}
#wrap-form li.requiredPhone
{	
}
#wrap-form li p
{
	margin: 0;
	width: 90px;
	display: block;
	float: left;
	line-height: 16px;
}
#wrap-form li input
{
	color: #002244;
	font-size: 11px;
	background:transparent;
	border: 0px solid #eeeeee;
	margin: 0;
	font-size: 10px;
}
#wrap-form li select
{
	color: #224466;
	font-size: 10px;

}
#wrap-form li.btn-submit
{
	background: url(../00_images/frm_li_back_notReqNoBox_01.gif) no-repeat right top;
}
#wrap-form li.noBox
{
	background: url(../00_images/frm_li_back_reqNoBox_01.gif) no-repeat right top;
}

.wrap-form-errors
{
	color: #660011;
	margin: 0 20px;
}
.wrap-form-errors p
{
	margin: 4px 0;
	display: block;
	border: 1px solid #ffcc00;
	background: #ffffff;
	padding: 5px 5px 5px 25px;
	font-size: 11px;
	line-height: 11px;
	background-image: url(../00_images/frm_error_back_01.jpg);
	background-repeat: no-repeat;
}

#wrap-form-rsvp
{
	display: block;
	width: 400px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #ffcc00;
}

#wrap-form-rsvp .btn-submit
{
	margin: 0 auto;
	display: block;
}

#wrap-form-rsvp ul
{
	margin: 0 0 20px 0;
	list-style-type: none;
	padding: 0;
	border-bottom: 1px solid #ffffff;
}
#wrap-form-rsvp li
{
	display: block;
	clear: both;
	padding: 2px;
	border-top: 1px solid #ffffff;
}
#wrap-form-rsvp li em
{
	display: block;
	width: 110px;
	float: left;
}

/* ------------------------------------- DOWNLOAD INFO */
.download-text
{
	display:block;
	margin: 10px 25px;
	color: #FFFFFF;
}
.download-button
{
	text-align:center;
}
.download-notes
{
	font-size: 10px;
	margin:20px 0;
	text-align: center;
	color: #000000;
	border-top: 1px solid #bb6677;
	padding: 10px 0;
}


/* ------------------------------------- CONTENT */
#wrap-content
{
	background: #f7f3de url(../00_images/cnt_background_02.jpg) repeat-x left top;
	background-attachment: inherit;
}
.wrap-content-01
{
	margin: 0;
	background-color: #000000;
}
.wrap-content-02
{
	margin: 20px 30px 0 40px;
	font-weight: normal;
}
.wrap-content-02 h1
{
	margin:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: normal;
	display: block;
}
.wrap-content-02 h2
{
	margin:0 0 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	display: block;
}
.wrap-content-02 h2.arrow
{
	background: url(../00_images/mn_arrow_left_01.jpg) no-repeat left center;
	padding: 0 0 0 25px;
	font-size: 26px;
}
.wrap-content-02 h3
{
	margin: 30px 0 10px 0;
	padding: 20px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	display: block;
	border-top: 1px solid #dddddd;
}
.wrap-content-02 h4
{
	margin:20px 0 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	display: block;
}
.wrap-content-02 ol
{
}
.wrap-content-02 ol li
{
	border-top: 1px solid #cccccc;
	margin: 5px 0;
	padding: 5px 0;
}
.news-articles-online
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	border-bottom: 1px solid #ffffee;
	border-top: 1px solid #e5e5dd;
}
.news-articles-online li
{
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ddddcc;
}
.news-articles-online a
{
	color: #666666;
}
.news-articles-online strong
{
}
.news-articles-online em
{
	color: #551100;
	font-size: 12px;
	font-style: normal;
}


/* ------------------------------------- CONTENT COLUMNS */
.column-right
{
	display:block;
	float: right;
	width: 177px;
	border-left: 1px solid #999999;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.column-right p
{
	margin:0 0 10px 12px;
}
.column-right strong
{
	font-size: 14px;
}
.column-right ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 12px;
}
.column-right li
{
	display: block;
	margin: 10px 0 0;
	border-top: 1px solid #ffffff;
	padding: 4px 0 4px 10px;
	background-image: url(../00_images/cnt_bullet_01.gif);
	background-repeat: no-repeat;
	background-position: 2px 11px;
}

.column-left
{
	display:block;
	width: 365px;
	line-height: 17px;
	text-align: justify;
}
.column-left p
{
	margin:0 0 20px;
}
.column-left h1
{
	margin:0 0 20px;
}


/* ------------------------------------- DATE AREA */
.dates
{
	display: block;
	text-align: right;
}
.dates p
{
	text-align: right;
	vertical-align: middle;
	margin: 0;
	display: block;
	width: 180px;
	height: 20px;
	float: left;
}
.dates ul
{
	margin:5px 0 0 0;
	padding:0;
	height: 21px;
	list-style-type: none;
}
.dates li
{
	display: block;
	float:left;
	height: 21px;
	padding: 0 8px;
	color: #FFFFFF;
	font-size: 16px;
	background: #000000 url(../00_images/dates_back_date_01.gif) repeat-x left bottom;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	white-space: nowrap;
	border-bottom: 1px solid #cccccc;
}
.dates li.date-location
{
	color: #FFCC00;
	background: #000000 url(../00_images/dates_back_loc_01.gif) repeat-x left bottom;
	padding: 0 40px 0 8px;
}
.dates li.date-next
{
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	line-height: 20px;
	background: url(../00_images/mn_spacer.gif);
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}
.dates li.date-sold
{
	color: #7D0B25;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	line-height: 20px;
	background: url(../00_images/mn_spacer.gif);
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}
.dates li.date-spacer
{
	color: #999999;
	background: #000000 url(../00_images/dates_back_date_02.gif) repeat-x left bottom;
}
.dates li.date-end
{
	border-left: 1px solid #cccccc;
	background: url(../00_images/mn_spacer.gif);
	padding: 0;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}


/* ------------------------------------- GALLERY AREA */
.gallery 
{
	background: #000000;
	color: #FFFFFF;
	margin: 10px;
}
.gallery p
{
	margin: 8px 0 0 0;
	font-size: 11px;
	line-height: 14px;
}
.gallery h1
{
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0;
}
.gallery p.gallery-title
{
	border-bottom: 1px solid #333333;
	color: #cccccc;
	font-size: 10px;
	margin: 8px 0 2px;
}
.table-gallery
{
	margin: 8px 8px 8px 22px;
}
.table-thumbs
{
	margin: 0;
}
.gallery-mainImage 
{
	display: block;
	border: 1px solid #ffffff;
	margin: 0 0 0 20px;
}



/* ------------------------------------- FOOTER */
#wrap-footer
{
	background: #000000;
	text-align: right;
	color: #CCCCCC;
	font-size: 10px;
	padding: 10px;
}
#wrap-footer p
{
	margin:0;
	padding: 0;
}
#wrap-footer p.copyright
{
	margin:0px;
	color: #999999;
}


/* ------------------------------------- EXTRAS */
.clear-all
{
	clear:both;
	margin:0;
	height: 1px;
	line-height: 1px;
}
.notes {
	background: #99FF00;
	padding: 10px;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
