
/* CSS Document */


/* ===== global style ===== */


html, body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #a5defc url(../images/bkgScrolls.png) no-repeat fixed center top;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}


p, h1, h2, h3, h4, h5, h6, li
{
	margin: 1ex 1em;
}


p
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #333;
	text-align: left;
	line-height: 18px;
}


h1
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1.7em;
	text-align: left;
	margin: 0 0 9px 0;
	text-transform: lowercase;
}


h2
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #442a19;
	text-align: left;
	text-transform: uppercase;
}


a:link, a:visited
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}


a:hover, a:active
{
	color: #F06;
}




/* ===== HEADER DIV ===== */

div#headerDiv
{
	width: 1007px;
	margin: 0 auto;
	background: transparent;
	z-index: 25;
}




/* ===== top icon strip ===== */


#headerDiv div#topIconStrip
{
	background: url(../images/bkgShadowTop.png) no-repeat top center;
	width: 1007px;
	height: 35px;
	margin: 0 auto;
	padding-top: 13px;
}


#topIconStrip a:link, #topIconStrip a:visited
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	letter-spacing: .1ex;
	vertical-align: top;
}


#topIconStrip a:hover, #topIconStrip a:active
{
	color: #666;
}


#topIconStrip div#leftTop
{
	margin: 0 0 0 30px;
	padding: 0;
}


#leftTop a:link, #leftTop a:visited
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	text-align: left;
	color: #fff;
	padding: 0 5px 0 30px;
	border: none;
	display: inline;
	text-decoration: none;
	font-weight: bold;
}


#leftTop a:hover, #leftTop a:active
{
	color: #666;
}


#leftTop div#headerMySite
{
	background: url(../images/iconMySite.png) no-repeat left top;
	float: left;
	left: 0;
	display: inline;
	height: 23px;
}


#leftTop div#headerCalendar
{
	background: url(../images/iconCalendar.png) no-repeat left top;
	float: left;
	margin-left: 15px;
	display: inline;
	height: 23px;
}



#leftTop div#headerChecklist
{
	background: url(../images/iconChecklist.png) no-repeat left top;
	float: left;
	margin-left: 15px;
	display: inline;
	height: 23px;
}


#leftTop div#headerBudget
{
	background: url(../images/iconBudget.png) no-repeat left top;
	float: left;
	margin-left: 15px;
	display: inline;
	height: 23px;
}


#topIconStrip div#rightTop
{
	float: right;
	padding: 3px 4px 0 10px;
	margin-top: -1px;
	display: inline;
}


#rightTop a:link, div#rightTop a:visited
{
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0;
	color: #fff;
}


#rightTop a:hover, div#rightTop a:active
{
	color: #333;
}


#topIconStrip div#midTop
{
	float: left;
	padding: 3px 15px 0 15px;
	margin-top: -1px;
	display: inline;
}




/* ===== logo bar ===== */

#headerDiv div#logoBar
{
	position: relative;
	background: url(../images/bkgShadowSides.png) repeat-y top center;
	width: 1007px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0 9px 0;
}


#logoBar div#leftLogo
{
	position: absolute;
	float: left;
	left: 12px;
	top: 0;
	width: 278px;
	height: 100px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #442a19;
	display: block;
}


#leftLogo a
{
	text-decoration: none;
}


#logoBar div#rightBanner
{
	position: absolute;
	float: right;
	right: 13px;
	top: 0;
	width: 673px;
	height: 100px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}


#rightBanner a
{
	text-decoration: none;
}




/* ===== main nav ===== */

#headerDiv div#mainNav
{
	position: relative;
	width: 1007px;
	height: 38px;
	margin: 0 auto;
	padding: 0 4px;
	background: url(../images/bkgShadowSides.png) repeat-y top left;
	z-index: 30;
}


#ddMenu
{
	height: 34px;
	margin: 0;
	padding: 0;
	z-index: 100;
}


#ddMenu li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}


#ddMenu li a
{
	position: relative;
	font-size: 14px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 8px 24px;
	background: #FFF;
	color: #333;
	text-align: center;
	text-decoration: none;
}


#ddMenu li a.current
{
	background: #d5f3fc;
}


#ddMenu li a.current:hover
{
	background: #d5f3fc;
}


#ddMenu li a:hover
{
	background: #e9f5fb;
}


#ddMenu div
{
	position: absolute;
	float: left;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #999;
}


#ddMenu div a
{
	position: relative;
	display: block;
	left: -1px;
	margin: 0;
	padding: 10px 0 10px 17px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #fff;
	color: #325D6C;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	font-weight: bold;
}


#ddMenu div a.last
{
	border-right: none;
}


#ddMenu div a:hover
{
	color: #F36;
	background: #fff;
}


.borderRight
{
	border-right: 1px solid #999;
}


.borderLeft
{
	border-left: 1px solid #999;
}





/* ===== BODY DIV ===== */

div#bodyDiv
{
	background: url(../images/bkgShadowSides.png) repeat-y top center;
	width: 1007px;
	margin-left: auto;
	margin-right: auto;
	min-height: 97em;
}




/* ===== home mid bar: main banner & search fields ===== */

#bodyDiv div#homeMidBar
{
	position: relative;
	width: 1007px;
	height: 325px;
}




/* ===== home mid bar: main banner ===== */

#homeMidBar div#leftHomeMid
{
	position: absolute;
	width: 545px;
	margin: 0;
	float: left;
	left: 0;
}


#leftHomeMid div#homeMainBanner
{
	position: absolute;
	margin: 6px 14px 9px 11px;
}




/* ===== home mid bar: right boxes ===== */

#homeMidBar div#rightHomeMid
{
	width: 442px;
	margin: 0 3px 0 0;
	float: right;
}




/* ===== home mid bar: top right search box ===== */

#rightHomeMid div#topSearch
{
	height: 152px;
	width: 430px;
	margin: 6px 10px 0 0;
	padding: 0;
	background: #e1ceb2 url(../images/bkgBoxPattern.png) repeat top left;
}


h2.topSearchHeader
{
	color: #442a19;
	padding: 1ex 1em 3px 1em;
	margin: 6px 10px 0 0;
}


#topSearch div#DashedHorizBrown
{
  	border-color: #630;
	border-top: dashed 1px #630;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: none;
	margin: 6px 10px 6px 16px;
}


#searchUpper div#searchGoVendors
{
	float: left;
	left: 18px;
	width: 220px;
	height: 25px;
	margin: 0;
	text-align: left;
	display: block;
	padding: 1px 0 8px 15px;
}


.searchVendor {
	font-family: Verdana, Geneva, sans-serif;
	color: #F06;
	text-transform: lowercase;
}


#searchGoVendors p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #F06;
	margin: 5px 0 0 7px;
	text-transform: lowercase;
}


#searchUpper div#searchDropDownCat
{
	float: left;
	left: 252px;
	width: 155px;
	height: 25px;
	margin: 0;
	text-align: left;
	display: block;
}


.catDropDown {
	width: 155px;
	margin-top: 3px;
}


#searchDropDownCat p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #F06;
	text-align: left;
	vertical-align: middle;
	margin: 5px 0 0 7px;
	text-transform: lowercase;
}




/* ===== home mid bar: middle right search box ===== */

#searchLower div#searchGoCouples
{
	float: left;
	left: 19px;
	width: 218px;
	height: 60px;
	margin: 0;
	text-align: left;
	display: block;
	line-height: 13px;
	padding: 0 0 0 15px;
}


#searchGoCouples p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #F06;
	text-align: left;
	vertical-align: middle;
	height: 23px;
	background: url(../images/searchBoxGo.png) no-repeat;
	margin: 0;
	padding: 5px 0 0 7px;
}



#searchGoCouples h2
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #442a19;
	text-align: left;
	text-transform: uppercase;
	padding: 5px 0 8px 0;
	margin: 0;
}


#searchLower div#searchHelpFind
{
	float: right;
	right: 0;
	width: 155px;
	height: 55px;
	margin: 0;
	padding: 0;
	text-align: left;
}


#searchHelpFind h3
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #442a19;
	text-align: left;
	text-transform: uppercase;
	margin: 3px 0 0 0;
	padding: 0;
}


#searchHelpFind ul#homeHelpFind
{
	list-style: disc;
	margin: 0;
	padding: 0 0 5px 0;
}


#searchHelpFind ul#homeHelpFind li
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	margin: 7px 0 0 17px;
	padding: 0;
	line-height: 6px;
}


#searchHelpFind li a:link, #searchHelpFind li a:visited
{
	font-size: .9em;
	color: #442A19;
	text-decoration: none;
}


#searchHelpFind li a:hover, #searchHelpFind li a:active
{
	font-size: .9em;
	color: #F06;
	text-decoration: none;
}



/* ===== home mid bar: bottom search box ===== */


#rightHomeMid div#bottomMembership
{
	float: right;
	height: 164px;
	width: 429px;
	margin: 9px 12px 0 0;
	background: #5172c3 url(../images/bkgBoxPattern.png) repeat top left;
}




/* ===== start planning box ===== */

#bottomMembership div#planningLeft
{
	float: left;
	left: 0;
	margin: 0 auto;
	padding: 1px 0 0 7px;
}




/* ===== start planning vert icon sub nav ===== */

#bottomMembership div#planningRight
{
	float: left;
	left: 255px;
	height: 160px;
	width: 175px;
	margin: 0 auto;
}


#planningRight ul#membershipSubNav
{
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-top: 17px;
}

#planningRight ul#membershipSubNav li
{
	margin: 0;
	padding: 0;
}


#planningRight ul#membershipSubNav a:link, #planningRight ul#membershipSubNav a:visited
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	border: none;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding-left: 31px;
	padding-bottom: 19px;
	display: block;
}


#planningRight ul#membershipSubNav a:hover, #planningRight ul#membershipSubNav a:active
{
	color: #CCC;
	text-decoration: none;
}


#planningRight ul#membershipSubNav a.last
{
	padding-bottom: 0px;
}


#planningRight ul#membershipSubNav a.mSite
{
	background: url(../images/iconMySite.png) no-repeat left top;
}
#planningRight ul#membershipSubNav a.mCalendar
{
	background: url(../images/iconCalendar.png) no-repeat left top;
}
#planningRight ul#membershipSubNav a.mChecklist
{
	background: url(../images/iconChecklist.png) no-repeat left top;
}
#planningRight ul#membershipSubNav a.mBudget
{
	background: url(../images/iconBudget.png) no-repeat left top;
}




/* ===== home main content ===== */

#bodyDiv div#homeMainContent
{
	position: relative;
	width: 1007px;
	margin: 0 auto;
}




/* ===== home main left content ===== */


#homeMainContent div#leftHomeContent
{
	float: left;
	left: 0;
	width: 320px;
	margin: 0;
	padding: 13px 9px 9px 12px;
	display: block;
}




/* ===== home left content: new edition ===== */

#leftHomeContent div#newEdition
{
	width: 302px;
	height: 302px;
	background: #FFF url(../images/rb_1x1.png) no-repeat top left;
	padding: 18px 0 0 0;
}


img.NewEdition
{
	margin: 0 auto;
	padding: 9px 0 0 0;
	display: block;
}



#newEdition div#newEditionHeader
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: center;
	text-transform: uppercase;
	color: #442a19;
	margin: 0;
	padding: 6px 0 0 0;
	letter-spacing: .1ex;
}


#newEdition div#newEditionSubHead
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 1.5em;
	text-align: center;
	text-transform: lowercase;
	font-weight: lighter;
	font-style: italic;
	color: #C96;
	margin: 0;
	padding: 0 0 10px 0;
}


#newEdition p
{
	font-family: "Times New Roman" , Times, serif;
	font-size: .9em;
	font-style: italic;
	margin: 0 auto;
	text-align: center;
	color: #442A19;
}


#newEdition a:link, #newEdition a:visited
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-decoration: none;
	color: #442A19;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: underline;
}


#newEdition a:hover, #newEdition a:active
{
	text-decoration: none;
}




/* ===== home left content: news & articles ===== */

#leftHomeContent div#newsArticles
{
	width: 289px;
	min-height: 270px;
	background: #FFF;
	display: block;
	padding: 0 0 7px 10px;
}


h1.newsArticlesHeader
{
	color: #F06;
}


#newsArticles ul#otherArticles
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	list-style-type: disc;
	color: #666;
	text-align: left;
	line-height: 13px;
	margin: 10px 0 0 3px;
	padding: 0;
}


#otherArticles li a:link, #otherArticles li a:visited
{
	text-decoration: none;
	color: #666;
	text-transform: capitalize;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


#otherArticles li a:hover, #otherArticles li a:active
{
	color: #F06;
}


img.articlesFloatLeft
{
	float: left;
	margin-right: 12px;
	margin-top: 3px;
	margin-bottom: 8px;
}


#newsArticles div#hrNewsArticles
{
	border-top: dashed 1px #F06;
	background: none;
	margin: 0;
}


#newsArticles div#articlesSearchBox
{
	height: 25px;
	margin: 6px 0 0 0;
}


#articlesSearchBox p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #F06;
	text-align: center;
	vertical-align: middle;
	padding: 3px 85px 0 0;
	text-transform: lowercase;
}




/* ===== home left content: real weddings ===== */

#leftHomeContent div#realWeddings
{
	width: 286px;
	height: 270px;
	background: #ecdfb3 url(../images/rb_1x1.png) no-repeat top left;
	display: block;
	padding: 15px 3px 15px 13px;
	margin: 0 0 6px 0;
}


p.realWeddingsP {
	margin: 0 10px 10px 10px;
	padding: 0;
}


h1.realWeddingsHeader
{
	color: #442a19;
	margin-bottom: 13px;
}


.hrRealWeddings
{
	border-color: #442a19;
	border-top: dashed 1px #442a19;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background: none;
	clear: both;
	margin: 0;
	padding: 0;
}



#realWeddings div#rwFooter
{
	position: absolute;
	width: 271px;
	margin-top: 10px;
	padding: 0;
	text-align: center;
}


#realWeddings div#rwFooter a:link, #realWeddings div#rwFooter a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}


#realWeddings div#rwFooter a:hover, #realWeddings div#rwFooter a:active
{
	color: #333;
	text-decoration: none;
}


.realWeddingsFloatLeft
{
	float: left;
	margin: 0 5px 8px 0;
}




/* ===== home left content: survey ===== */

#leftHomeContent div#survey
{
	width: 286px;
	height: 270px;
	background: #fff url(../images/rb_1x1_Bottom.png) no-repeat top left;
	display: block;
	padding: 15px 3px 15px 13px;
}


h1.surveyHeader
{
	color: #F60;
}


#survey p
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: #F60;
	text-align: left;
	margin: 5px 0 3px 0;
	padding: 0;
}


#survey ul#surveyOptions
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	line-height: 17px;
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}


#survey li a:link, #survvey li a:visited
{
	text-decoration: none;
	color: #F06;
	text-transform: capitalize;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 22px;
	background: url(../images/placeholderRadialButton.png) no-repeat bottom left;
}


#survey li a:hover, #survey li a:active
{
	color: #F60;
}



#survey div#hrSurvey
{
	border-color: #F06;
	border-top: dashed 1px #F06;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background: none;
	margin: 12px 8px 15px 0;
}


#survey div#surveySubmit
{
	background: #F06 url(../images/buttonSubmit.png) no-repeat;
	width: 100px;
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
	text-align: center;
	display: block;
	margin: 0 0 0 27px;
}


#surveySubmit a:link, #surveySubmit a:visited
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F60;
	font-size: 1em;
	text-decoration: none;
}


#surveySubmit a:hover, #surveySubmit a:active
{
	color: #FFF;
}


#survey div#surveyDisclaimer
{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #F60;
	margin: 0 0 0 25px;
}




/* ===== home main right content ===== */

#homeMainContent div#rightHomeContent
{
	position: absolute;
	float: right;
	right: 5px;
	width: 672px;
	margin: 0;
	padding: 13px 15px 9px 0;
	margin: 0 0 6px 0;
	display: block;
}




/* ===== home right content: featured spotlights ===== */

#rightHomeContent div#homeFeaturedSpotlights
{
	width: 668px;
	height: 286px;
	background: #a5defc url(../images/rb_2x2.png) no-repeat top left;
	padding: 15px 0 0 17px;
	margin: 0 auto;
	display: block;
}


h1.spotlightHeader
{
	color: #442a19;
}


#homeFeaturedSpotlights p
{
	float: left;
	left: 80px;
	top: 0;
	margin: 0 0 0 5px;
	width: 135px;
	font-size: 12px;
}


#homeFeaturedSpotlights div#spotlightsTop
{
	position: relative;
	width: 655px;
	display: block;
	margin: 0;
	padding: 0;
}


#spotlightsTop div#spotlightLeft
{
	float: left;
	margin: 0 5px 3px 0;
	width: 215px;
	height: 105px;
	display: block;
	padding: 0;
}


#spotlightsTop div#spotlightMiddle
{
	float: left;
	left: 235px;
	width: 215px;
	height: 88px;
	display: block;
	padding: 0;
	margin-left: 2px;
}


#spotlightsTop div#spotlightRight
{
	float: left;
	left: 453px;
	width: 215px;
	height: 88px;
	display: block;
	padding: 0;
	margin-left: 2px;
}

#homeFeaturedSpotlights div#scrollBar
{
	position: relative;
	margin: 0;
	width: 655px;
	height: 24px;
	padding: 12px 0 0 0;
	display: block;
}


#scrollBar div#arrowLeft
{
	float: left;
	left: 0;
	width: 7px;
	display: block;
	padding: 0;
	margin: 0;
}


#scrollBar div#dashedLineSpotlights
{
	float: left;
	margin-left: 15px;
	background: url(../images/imgDashedLine.png) repeat-x left;
	width: 610px;
	height: 12px;
	display: block;
	padding: 0;
}


#scrollBar div#arrowRight
{
	float: right;
	right: 0;
	width: 7px;
	display: block;
	padding: 0;
	margin: 0;
}


#spotlightsBottom
{
	position: relative;
	width: 655px;
	display: block;
}


#spotlightsBottom div#spotlightLeft
{
	float: left;
	left: 17px;
	width: 215px;
	height: 88px;
	margin-left: 2px;
	display: block;
}


#spotlightsBottom div#spotlightMiddle
{
	float: left;
	left: 235px;
	width: 215px;
	height: 88px;
	display: block;
}


#spotlightsBottom div#spotlightRight
{
	float: left;
	left: 453px;
	width: 215px;
	height: 88px;
	display: block;
}


#homeFeaturedSpotlights div#spotlightFooter
{
	position: absolute;
	display: block;
	width: 650px;
	margin-top: -2px;
	padding: 0;
	text-align: center;
}


#homeFeaturedSpotlights div#spotlightFooter a:link, #homeFeaturedSpotlights div#spotlightFooter a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}


#homeFeaturedSpotlights div#spotlightFooter a:hover, #homeFeaturedSpotlights div#spotlightFooter a:active
{
	color: #333;
	text-decoration: none;
}


img.featuredSpotlightsFloatLeft
{
	float: left;
	left: 0;
	margin: 0;
	padding: 3px 0 0 0;
	display: block;
}




/* ===== home: miscellaneous content ===== */

#rightHomeContent div#homeMiscContent
{
	width: 655px;
	height: 150px;
	padding: 10px 0 0 25px;
	margin: 0 0 10px 0;
	display: block;
}




/* ===== home: misc. left ===== */


#homeMiscContent div#miscLeft
{
	float: left;
	left: 0;
	width: 230px;
	height: 147px;
	margin: 4px 3px 0 0;
	padding: 0;
	background: url(../images/imgBlogLady.png) no-repeat top left;
}


#miscLeft a
{
	float: right;
	padding-top: 120px;
	padding-right: 49px;
	margin: 0;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-decoration: none;
}


#miscLeft a.last
{
	padding-top: 4px;
	padding-left: 75px;
	margin: 0;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-decoration: none;
}


#miscLeft a:link, #miscLeft a:visited
{
	color: #1a1a1a;
}


#miscLeft a:hover, #miscLeft a:active
{
	color: #F06;
}




/* ===== home: misc. middle ===== */

#homeMiscContent div#miscMiddle
{
	float: left;
	width: 190px;
	height: 145px;
	padding: 7px 5px 0 10px;
	border-left: 1px dashed #F06;
	border-right: 1px dashed #F06;
	border-top: none;
	border-bottom: none;
}


#miscMiddle p
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #F06;
	text-align: left;
	padding-bottom: 4px;
	margin: 1ex 1em;
}


#miscMiddle p.brown
{
	color: #630;
}


#miscMiddle ul
{
	list-style-image: url(../images/listImage_RightArrow.png);
	margin: 0;
	padding: 1px 0 0 23px;
}


#miscMiddle li a:link, #miscMiddle li a:visited
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	border: none;
	text-decoration: none;
	color: #630;
	font-weight: bold;
	padding-left: 1px;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}


#miscMiddle li a:hover, #miscMiddle li a:active
{
	color: #F60;
}




/* ===== home: misc. right ===== */

#homeMiscContent div#miscRight
{
	float: left;
	width: 190px;
	height: 147px;
	padding: 5px;
	margin: 3px 0 0 7px;
	display: inline;
	background: url(../images/imgFindDreamGown.png) no-repeat top center;
}

#miscRight a
{
	padding-top: 115px;
	padding-left: 75px;
	padding-bottom: 0;
	padding-right: 0;
	margin: 0;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-decoration: none;
}


#miscRight a:link, #miscRight a:visited
{
	color: #C60;
}


#miscRight a:hover, #miscRight a:active
{
	color: #666;
}




/* ===== home right content: preferred vendors ===== */

#rightHomeContent div#homePreferredVendors
{
	width: 668px;
	height: 145px;
	padding: 15px 0 0 17px;
	margin: 0;
	background: #62ccf5 url(../images/rb_2x1.png) no-repeat top left;
}


h1.vendorHeader
{
	color: #442a19;
}


p.homePreferredVendors
{
	position: absolute;
	float: left;
	left: 80px;
	top: 0;
	margin: 0;
	width: 135px;
}


#homePreferredVendors a:link, #homePreferredVendors a:visited
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}


#homePreferredVendors a:hover, #homePreferredVendors a:active
{
	color: #ff0066;
}


#vendorWrapper div#vendorLeft
{
	position: absolute;
	float: left;
	margin-left: 2px;
	width: 215px;
	height: 88px;
	text-align: left;
	padding: 0;
}

#vendorWrapper div#vendorMiddle
{
	position: absolute;
	float: left;
	left: 235px;
	margin-left: 2px;
	width: 215px;
	height: 88px;
	text-align: left;
	padding: 0;
}


#vendorWrapper div#vendorRight
{
	position: absolute;
	float: left;
	left: 453px;
	margin-left: 2px;
	width: 215px;
	height: 88px;
	text-align: left;
	padding: 0;
}

img.vendorFloatLeft
{
	float: left;
	left: 0;
	margin: 0;
	padding: 3px 0 0 0;
}




/* ===== home right content: featured videos ===== */

#rightHomeContent div#homeFeaturedVideos
{
	width: 685px;
	margin: 0;
	background: #fff;
}


#homeFeaturedVideos div#vidTop {
	background: #fff url(../images/imgVidTop.png) no-repeat top left;
	height: 96px;
	padding: 12px 0 0 17px;
	margin: 0;
	display: block;
}


h1.videoHeader
{
	float: left;
	color: #62ccf5;
	display: inline;
}


#homeFeaturedVideos div#videoWrapper
{
	float: left;
	width: 410px;
	margin: 5px 0 18px 0;
}


#videoWrapper div#videoCaption p
{
	padding-left: 18px;
	margin: 0;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
	color: #F06;
	font-weight: lighter;
}


#videoWrapper div#videoSubHead p
{
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F69;
	float: left;
	font-size: .7em;
	margin: 0;
}


#videoSubHead a:link, #videoSubHead a:visited
{
	color: #999;
	text-decoration: none;
	border-bottom: 1px dashed;
	border-color: #F69;
	font-weight: bold;
}


#videoSubHead a:hover, #videoSubHead a:active
{
	color: #F69;
}


#homeFeaturedVideos div#videoPlaceholder
{
	margin-top: 0;
	background: #fff url(../images/imgVidBack.png) repeat-y top left;
	padding: 0 0 5px 17px;
}


#homeFeaturedVideos div#vidFooter {
	margin: 0 0 0 0;
	background: #fff url(../images/imgVidFooter.png) no-repeat bottom left;
	height: 12px;
}




/* ===== footer div ===== */

div#footerDiv
{
	background: url(../images/bkgShadowBottom.png) no-repeat top center;
	width: 1007px;
	margin: 0 auto;
	padding: 11px 0 0 0;
	min-height: 10px;
}


#footerDiv div#footerContent
{
	margin: 0 auto;
	padding: 0;
}


#footerContent ul
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .7em;
	color: #333;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}


#footerContent li a:link, #footerContent li a:visited
{
	font-size: .9em;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}


#footerContent li a:hover, #footerContent li a:active
{
	color: #666;
}


#footerContent div#footerOne
{
	float: left;
	left: 0;
	padding: 5px 20px 5px 15px;
	display: inline;
}


#footerContent div#footerTwo
{
	float: left;
	left: 0;
	padding: 5px 20px;
	display: inline;
}


#footerContent div#footerThree
{
	float: left;
	left: 0;
	padding: 5px 20px;
	display: inline;
}


#footerContent div#footerFour
{
	float: left;
	left: 0;
	padding: 5px 20px;
	display: inline;
}


#footerContent div#footerFive
{
	float: left;
	left: 0;
	padding: 5px 20px;
	display: inline;
}


#footerContent div#footerSix
{
	float: left;
	left: 0;
	padding: 5px 10px 5px 20px;
	display: inline;
}




/* ===== miscellaneous styles ===== */

.clear
{
	clear: both;
}


img.border
{
	padding: 3px;
	border: 1px solid #999;
}


hr.DashedHorizBrown
{
  	border-color: #630;
	border-top: dashed 1px #630;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: none;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
}


