/* core styles */

/* 
dk brown: #383927
dk blue: #0a9ec9
lt blue: bee4ef
red: 9c340c
navy: 123753
*/ 	


.noEscape:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
* html .noEscape {
height:1%;
}

* {
	margin: 0;
	padding: 0;
	}
	
BODY {
	background: url(/new_images/main_bg.gif) repeat;
	color: #383927;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin-top: 0;
	text-align: center;
	}
	
A {
	color: #9c340c;
	text-decoration: underline;
	}	
	
img {
	border: none;
}	

P {
	letter-spacing: .5px;
	margin-bottom: 10px;
	line-height: 16px;
	}

h1,h2,h3,h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
h1 {
	font-size: 22px;
	color: #383927;
	}
	
h2 {
	font-size: 18px;
	color: #0a9ec9;
	font-weight: normal;
	}
	
h3 {
	font-size: 14px;
	color: #0a9ec9;
	}		
h4 {
	font-size: 12px;
	color: #383927;
	}
	
.dottedRule {
	color: #cbbfab; 
	background-color: #fff; 
	border: 2px dotted #cbbfab; 
	border-style: none none dotted; 
	margin: 10px;
	clear: both;
	}

.plainRule {
	color: #cbbfab; 
	background-color: #fff; 
	border: 1px solid #cbbfab; 
	border-style: none none solid; 
	margin-bottom: 10px;
	clear: both;
	}

UL, OL {
	list-style-position: outside;
	margin-left: 25px;
}
	
LI {
	letter-spacing: .5px;
	margin-bottom: 10px;
	line-height: 16px;
	list-style-image: url(/new_images/bullet.gif);
}
	
.error {
	color: #c61700;
}

.success {
	color: #74c600;
}
	
.highlight {
	background: #EDEDDD;
	padding: 10px;
}	

INPUT,SELECT {
	float: none;
	}
/* Wrapper Display */

#contentbox {
	margin: 0 auto;
	width:962px;
}

#mainbox {
	margin-top: 20px;
	background: #ffffff;
	border: 1px solid #cccccc;
	
}	

#maininner {
	margin: 0 5px;
	padding-bottom: 5px;
	width: 950px;
	text-align: left;
}

#top {
	height: 105px;
	background: url(/new_images/celebrate.gif) 110px 17px no-repeat;
}

#connectorbar {
	height: 28px;
	padding: 2px 0;
	text-align: center;
	color: #ffffff;
	background: #383927;
	}
#connectorbar P {
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#connectorbar A {
	color: #ffffff;
	text-decoration: none;
	}
	
#logo {
	float: left;
	margin-top: 10px;
	}

#topRight {
	float: right;}
	
#login {
	float: right;
	margin-top: 10px;
	}	

#login A {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0a9ec9;
	text-decoration: none;
	}	

#tabs {
	clear: both;
	float: right;
	margin-top: 50px;
	margin-bottom: 2px;
	}

#tabs .tab_on, #tabs .tab_off {
	float: left; 
	margin-left: 3px;
	text-align: center;
	}	

.tab_on A {
	background: #0a9ec9;
	color: #ffffff;
	}

.tab_off A {
	background: #bee4ef;
	color: #123753;
	}

#tabs A {
	display: block;
	width: 100px;
	height: 14px;
	padding: 5px 0;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration: none;
	font-weight: bold;
	}

#topnav {
	clear: both;
	background: #0a9ec9;;
	height: 16px;
	text-align: right;
	color: #ffffff;
	padding: 4px 0;
}	

#topnav A {
	color: #ffffff;
	text-decoration: none;
	margin: 5px;

}

/* buttons */
a.form_btn, a.form_btn:link, a.form_btn:visited {

background-color:#383927;
border:1px solid #FFFFFF;
color:#FFFFFF;
font-size:14px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
margin-left:1px;
outline-color:#383927;
outline-style:solid;
outline-width:1px;
padding:4px;
text-align:center;
text-decoration:none;
width:30px;
}
a.form_btn:hover {
	background-color:#83cc00;
	outline-color:#83cc00;
}

a.move_btn, a.move_btn:link, a.move_btn:visited {
float: left;
margin-right: 5px;
color:#383927;
display:block;
font-size:14px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
margin-left:1px;
padding:3px 0 4px;
text-align:center;
text-decoration:none;
}
a.move_btn:hover {
	color:#83cc00;
	
}


a.form_btn_rev, a.form_btn_rev:link, a.form_btn_rev:visited {

background-color:#ffffff;
border:1px solid #383927;
color:#383927;
display:block;
font-size:14px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
margin-left:1px;
outline-color:#383927;
outline-style:solid;
outline-width:1px;
padding:3px 0 4px;
text-align:center;
text-decoration:none;
width:60px;
}
a.form_btn_rev:hover {
	background-color:#383927;
	outline-color:#ffffff;
	color: #ffffff;
}



a.wide_btn, a.wide_btn:link, a.wide_btn:visited {
float: left;
background-color:#83cc00;
border:1px solid #FFFFFF;
color:#FFFFFF;
display:block;
font-size:14px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
margin-left:1px;
outline-color:#83cc00;
outline-style:solid;
outline-width:1px;
padding: 2px 4px;
text-align:center;
text-decoration:none;
}
a.wide_btn:hover {
	background-color:#383927;
	outline-color:#383927;
}

a.wide_btn_rev, a.wide_btn_rev:link, a.wide_btn_rev:visited {
float: left;
background-color:#ffffff;
border: 1px solid #83cc00;
outline-color:#83cc00;
outline-style:solid;
outline-width:1px;
color:#83cc00;
display:block;
font-size:14px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
margin-left:1px;
padding: 2px 4px;
text-align:center;
text-decoration:none;
}
a.wide_btn_rev:hover {
	background-color:#83cc00;
	border-color: #83cc00;
	outline-color:#83cc00;
	color: #ffffff;
}

/* end buttons */

/* home layout */

#leftCol {
	margin-top: 10px;
	float: left;
	width: 642px;
	margin-right: 10px;
}

#home_links_container {
	margin-top: 10px;
	background: #f7f7ef;
	border: 1px solid #dfe0d6;
}

.home_links_col {
	float: left;
	width: 320px;
	min-height: 360px;
}

.home_links_item {
	float: left;
}

.home_links_item h3, .home_links_item P {
	margin-left: 12px;
	margin-right: 12px;
}

.home_links_item h3 {
	margin-top: 20px;
	}

.home_links_item P {
	margin-bottom: 12px;
}
	
#home_links_container A {
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 12px;
	margin-left: 10px;
}

#rightCol {
	float: right;
	margin-top: 10px;
	width: 294px;
}

#rightCol .colMod {
	border: 1px solid #b4b5a5;
	padding: 2px 0px 10px 0px;
	float: left;
	width: 292px;
	display: inline;
	margin-bottom: 10px;
}

#rightCol P {
	font-size: 11px;
	margin: 0 12px 5px 12px;
	margin-bottom: 5px;
}

#rightCol .colMod h2 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
	}
	
#rightCol h2:before {
	content: url(/new_images/swish_l.gif);
}

#rightCol h2:after	{
	content: url(/new_images/swish_r.gif);
}

#rightCol h3 {
	font-size: 12px;
	margin-left: 12px;
	text-decoration: underline;
	}
#rightCol h3 a {
	color: #0a9ec9;
}

/* end home */

/* single column Page */

#oneCol {
	padding: 10px;
}

/* single column Page end */

/* subpage start */

#subpage {
	padding: 10px;
	min-height: 500px;
}

#subpage P {
	margin-left: 10px;
}
#leftColSub {
	margin-top: 10px;
	float: left;
	width: 685px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sideLinks {
	float: right;
	width: 230px;
	border: 1px solid #383927;
	padding: 1px;
	margin-bottom: 10px;
}

.sideLinks h2 {
	text-align: center;
	border-bottom: 1px solid #0a9ec9;
	margin-bottom: 10px;
}

.sideLinks h3 {
	display: block;
	background: #383927;
	padding: 3px;
	text-align:center;
	color: #ffffff;
	margin-bottom: 5px;
}
.sideLinks UL {
	margin: 15px 15px 15px 25px;
}

.sideLinks LI {
	list-style-position: outside;
}
.sideLinks LI A, sideLinks LI {
	color: #0a9ec9;
}
.sidePromo {
        float: right;
        width: 230px;
        padding: 1px;
        border: 1px solid #383927;
        margin-bottom: 10px;
}
/* subpage end */

/* wedding party start */

#weddingParty {
	min-width: 500px;
	border: 1px solid #b4b5a5;
	border-collapse: collapse;
	margin-left: 40px;
}


#weddingParty TH {
	padding: 5px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	border-bottom: 1px solid #b4b5a5;
}

#weddingParty TD {
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #b4b5a5;
}

/* wedding Party end */

/* basic table */

TABLE {
	border-collapse: collapse;
	
}


TH {
	padding: 5px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	border-bottom: 1px solid #b4b5a5;
}

TD {
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


/* search start */
#searchResults {
	width: 700px;
	border: 1px solid #b4b5a5;
	border-collapse: collapse;
	margin-top: 20px;
}


#searchResults TH {
	padding: 5px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	border-bottom: 1px solid #b4b5a5;
}

#searchResults TD {
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #b4b5a5;
}

#searchTips LI {
	list-style-image: url(/new_images/bullet.gif);
	margin-left: 20px;
	margin-bottom: 5px;
}

#category_list {
	border: 1px solid #383927;
	margin-left: 20px;
	margin-bottom: 5px;
}

#category_tabs {
	float: left;
	width: 100%;
	border-bottom: 1px solid #383927;
	background: #ededdd;
	
}

#category_tabs A {
	display: block;
	float: left;
	padding: 10px 13px;
	border-right: 1px solid #383927;
	color: #383927;
	text-decoration: none;
}

#category_tabs .cat_tab_on  {
	background: #383927;
	color: #ffffff;
	}


#category_list UL {
	width: 300px;
	float: left;
	margin: 10px;
}

#category_list UL LI {
	list-style: none;
	font-size: 11px;
	text-decoration: none;
	}
/* search end */

/* wedding website start */

#banner {
	margin-top: 10px;
}

#wedding_leftCol {
	float: left;
	width: 275px;
	margin-right: 10px;
}

#wedding_nav {
	border: 1px solid #383927;
	margin-bottom: 10px;
}

#wedding_nav h2 {
	display: block;
	background: #383927;
	padding: 5px;
	color: #ffffff;
	font-size: 14px;
	border: 1px solid #ffffff;
	text-align: center;
}

#wedding_website_nav {
	width: 240px;
	border-collapse: collapse;
	margin-left: 20px;
	margin-top: 15px;
	padding-bottom: 10px;
}

#wedding_website_nav TR {
	border-bottom: 1px solid #d7d7d4;
}

#wedding_nav P {
	color: #383927;
	margin: 2px;
}

#wedding_nav A {
	text-decoration: none;
	color: #0a9ec9;
}

#wedding_body {
	float: right;
	width: 640px;
}

#wedding_body .detail_box, .form_box {
	border: 1px solid #b0b1a1;
	padding: 15px;
	margin-bottom: 15px;
}
#wedding_body .detail_box h3 {
	float: left;
	display: inline;
	color: #0a9ec9;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

#wedding_body .detail_box h3:before {
	content: url(/new_images/swish_l.gif);
	}

#wedding_body .detail_box h4 {
	float: left;
	display: inline;
	color: #383927;
	font-size: 12px;
	font-weight: bold;
}

#wedding_body .detail_box .note {
	background: #EDEDDD;
	padding: 10px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
}

#wedding_body .detail_box .note P {
	margin-left: 20px;
}
#wedding_body .detail_box P {
	margin-left: 40px;

}

#wedding_body .edit_link {
	float: right;
	font-size: 11px;
}

/* wedding website end */

/* favors nav start */
#favors_nav {
    background: #EDEDDD; 
    padding: 5px;
    margin-top: 10px;
}

#favors_nav IMG {
	margin: 0 5px;
}
.navcurrent {
	color: #383927;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.navdone {
	color: #0a9ec9;
}

	
/* favors nav end */

/* faq styling start */

.faq {
	background: #ffffff;
	border:1px solid #666666;
	margin-left:80px;
	top: 200px;
	padding:15px;
	position:absolute;
	width: 650px;
	z-index:999;
	text-align: left;
}

.faq .closeWin a {
position:absolute;
right:10px;
text-decoration:none;
top:10px;
}

/* faq styling end */

#menubottom {
	background: #FFFFFF;
	padding: 10px 5px;
}

#footer_links {
	float: left;
	text-align: left;	
}

#footer_links P {
	font-size: 10px;
	margin: 7px 0;
}

#footer_links A {
	color: #383927;
	text-decoration: none;
	margin: 0 10px;
	font-family: 
}

#jg_logo {
	float: right;
	}
	
.legal {
	font-size: 10px;
}
	