
/* 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;
}


h4
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #999;
    line-height: 25px;
    margin: 0;
    padding: 0;
}


h5
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    background-color: #fb8fb2;
    padding: 7px;
    margin: 0;
}


h6
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #442a19;
    margin: 0;
    padding: 0;
}


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;
}




#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: 10px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}


#topIconStrip a:hover, #topIconStrip a:active {
	color: #ff0066;
}


#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: 11px;
	text-transform: lowercase;
	text-align: left;
	color: #666;
	padding: 0 5px 0 30px;
	border: none;
	display: inline;
	text-decoration: none;
	font-weight: bold;
}


#leftTop a:hover, #leftTop a:active {
	color: #ff0066;
}


#leftTop div#headerMySite {
	background: url(../images/iconMySite.png) no-repeat left top; 
	float: left; 
	left: 0;
	display: inline;
	height: 17px;
	line-height: 15px;
}


#leftTop div#headerCalendar { 
	background: url(../images/iconCalendar.png) no-repeat left top;
	float: left;
	margin-left: 15px;
	display: inline;
	height: 17px;
	line-height: 15px;
}



#leftTop div#headerChecklist {
	background: url(../images/iconChecklist.png) no-repeat left top;
	float: left;
	margin-left: 15px;
	display: inline;
	height: 17px;
	line-height: 15px;
}


#leftTop div#headerBudget {
	background: url(../images/iconBudget.png) no-repeat left top;
	float: left;
	margin-left: 15px;
	display: inline;
	height: 17px;
	line-height: 15px;
}


#topIconStrip div#rightTop {
	float: right;
	padding: 3px 30px 0 0;
	margin-top: -1px;
	display: inline;
}


#topIconStrip div#midTop {
	float: right;
	padding: 3px 60px 0 0;
	margin-top: -1px;
	display: inline;
}


#topIconStrip div#fbTop {
	float: right;
	padding: 0 5px 0 0;
	margin-top: -3px;
	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: 100001;
}


#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: 0 auto;
	padding: 0 0 1px 0;
    min-height: 89em; 
}


/* DP INTERIOR PAGES */

/* ===== dpWrapper ===== */

#bodyDiv div#dpWrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 979px;
}




/* ===== iMainContent ===== */

#bodyDiv div#iMainContent
{
    margin: 0 auto;
    padding: 0;
}




/* ===== iLeft ===== */

#iMainContent div#iLeft
{
    margin-top: 6px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    float: left;
    width: 665px;
}




/* ===== iCatBanner ===== */

#iLeft div#iCatBanner
{
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #999;
}




/* ===== iContent ===== */

#iLeft div#iContent
{
    margin: 0 0 15px 0;
    padding: 0;
}


#iContent div#icVideos
{
    margin: 0 auto;
    padding: 0 0 20px 0;
}


#iContent div#iHeadings
{
    height: 40px;
    margin: 9px 0 0 0;
    padding: 0;
}


#iHeadings div#catTitle
{
    float: left;
}


#catTitle p
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    color: #7a8dbc;
    margin: 0;
}


#iHeadings div#iResults
{
    float: left;
}


#iResults p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-left: 50px;
    color: #999;
}


#iHeadings div#sortAlpha
{
    float: right;
    margin: 0;
    padding: 8px 0 0 0;
}


#sortAlpha a:link, #sortAlpha a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    text-transform: lowercase;
}


#sortAlpha a:hover, #sortAlpha a:active
{
    color: #333;
    text-decoration: none;
}




/* ===== interiorSearchBoxes ===== */

#iContent div#interiorSearchBoxes
{
    margin: 0;
    padding: 0;
}


#interiorSearchBoxes div#interiorSearch
{
    float: left;
    width: 325px;
    margin: 0 5px 0 0;
    background: #ccc url(../images/bkgBoxPattern.png) repeat top left;
    padding: 10px 0;
}


#interiorSearch h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #f06;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}


#interiorSearch p
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
    text-align: center;
}




/* ===== rwContent ===== */

#iContent div#rwContent
{
    margin: 0;
    padding: 5px 0 10px 10px;
    background: #d2dbf4;
}


#rwContent div#rwCouple
{
    float: left;
    width: 300px;
    height: 85px;
    margin: 9px 9px 0 0;
    padding: 8px;
    background: #fff;
    border: 1px solid #666;
    display: block;
}


#rwCouple p
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
	padding: 10px 0 0 0;
}


#rwCouple h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    color: #7a8dbc;
	maring-bottom: 0;
	padding-bottom: 0;
}


#rwCouple a:link, #rwCouple a:visited
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #7a8dbc;
    line-height: 2px;
    text-transform: uppercase;
}


#rwCouple a:hover, #rwCouple a:active
{
    color: #666;
    text-decoration: none;
}


.imgRW
{
    float: left;
    margin-right: 9px;
}


#rwContent div#submitRW a:link, #rwContent div#submitRW a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .6em;
    color: #666;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 655px;
    display: block;
}


#rwContent div#submitRW a:hover, #rwContent div#submitRW a:active
{
    color: #333;
    text-decoration: none;
}




/* ===== vendorContent ===== */

#iContent div#vendorContent
{
    margin: 0;
    padding: 5px 0 10px 10px;
    background: #d2dbf4;
}


#vendorContent div#vendorListing
{
    float: left;
    width: 300px;
    height: 85px;
    margin: 9px 9px 0 0;
    padding: 8px;
    background: #fff;
    border: 1px solid #666;
    display: block;
}


#vendorContent P
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 11px;
}


#vendorContent a
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
}


#vendorContent a:hover, #vendorContent a:active
{
    color: #ff0099;
    font-size: 11px;
}


#vendorListing p
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
	padding: 0;
	margin: 0;
}


#vendorListing h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    color: #7a8dbc;
	margin: 0 0 0 0;
	padding: 0;
}

#vendorListing h1 a:link, #vendorListing h1 a:visited
{
      color: #7a8dbc;
	  text-decoration: none;
}


#vendorListing h1 a:hover, #vendorListing h1 a:active
{
	color: #666;
}


#vendorListing p a:link, #vendorListing p a:visited
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
	font-weight: bold;
}


#vendorListing p a:hover, #vendorListing p a:active
{
    color: #333;
    text-decoration: none;
}


.imgRW
{
    float: left;
    margin-right: 9px;
}


#vendorListing div#submitRW a:link, #vendorListing div#submitRW a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .6em;
    color: #666;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 655px;
    display: block;
}


#rwContent div#submitRW a:hover, #rwContent div#submitRW a:active
{
    color: #333;
    text-decoration: none;
}


#vendorContent div#vendorListingTwo
{
    float: left;
    width: 293px;
    height: 85px;
    margin: 0 14px 9px 3px;
    padding: 8px;
    background: #fff;
    border: 1px solid #666;
    display: block;
}


#vendorListingTwo p
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}


#vendorListingTwo h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    color: #7a8dbc;
}




/* ===== articlesContent ===== */

#iContent div#articlesContent
{
    margin: 0;
    padding: 10px 0 10px 0;
}


#articlesContent div#articleGroup
{
    float: left;
    width: 310px;
    margin: 0 0 20px 0;
    padding: 0 18px 0 0;
    background: #fff;
}
#articleGroup #articleGroupImg
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #7a8dbc;
    font-weight: normal;
    padding: 0; text-align:center; float:left;
    
    margin: 0 10px 20px 0; width:200px; border:solid 0px red;
}
#articleGroup #articleGroupImg #CreditName
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 10px; text-transform:uppercase;
    color: #7a8dbc;
    font-weight: normal;
    padding: 0; text-align:center; float:left;
   
      border:solid 1px red;
}

#articleGroup h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    color: #7a8dbc;
    font-weight: normal; border:solid 0px red;
    padding: 0;
    margin: 0 0 20px 0; 
}


#articleGroup h2
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 16px;
	line-height: 18px;
    text-transform: capitalize;
    color: #442a19;
    font-weight: bold;
    padding: 0;
    margin: 0 0 3px 0;
}


#articleGroup h2 a:link, #articleGroup h2 a:visited
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #442a19;
}


#articleGroup h2 a:hover, #articleGroup h2 a:active
{
	color: #ff0066;
}
	

#articleGroup h5
{
	  font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    background-color: #fb8fb2;
    padding: 7px;
    margin: 0;
}


#articleGroup h5 a:link, #articleGroup h5 a:visited
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}


#articleGroup h5 a:hover, #articleGroup h5 a:active
{
	color: #ff0066;
}
	
#articleGroup h6 p
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase; 
    font-weight:bold;
    color: #442a19;
    margin: 0;
    padding: 0;
}

#articleGroup p
{
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #999;
    line-height: 17px;
    padding-bottom: 7px;
}


#articleGroup p a:link, #articleGroup p a:visited 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #442a19;
	text-transform: capitalize;
	font-weight: normal;
	padding: 0;
	margin: 0;
}


#articleGroup p a:hover, #articleGroup p a:active
{
	color: #ff0066;
}


#articlesContent div#articlesLeftColumn
{
    float: left;
    width: 328px;
}


#articlesContent div#articlesRightColumn
{
    float: left;
    width: 328px;
}


#articleGroup a:link, #articleGroup a:visited
{
    color: #333;
    margin: 0;
    padding: 0;
}


#articleGroup a:hover, #articleGroup a:active
{
    color: #ff0066;
    text-decoration: none;
}




/* ===== regForms ===== */

#iLeft div#iFormContent
{
    margin: 0 0 15px 0;
    padding: 0;
}


#iHeadings div#regCatTitle
{
    float: left;
    height: 35px;
}


#regCatTitle p
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 1.7em;
    text-transform: lowercase;
    color: #442a19;
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 35px;
}


#iHeadings div#regHeader
{
    float: left;
}


#regHeader p
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 15px;
    margin-top: 12px;
    color: #999;
}


.hrSoloHR
{
    border-color: #999;
	border-bottom: 1px dashed #999;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 20px;
    margin-top: 0px;
}


#iContent div#formButtons
{
    float: left;
    width: 400px;
    margin: 0 0 20px 0;
    padding: 10px 25px 10px 200px;
}


#iContent #iFormContent div#formFields
{
    margin: 0;
    padding: 10px 0 10px 0;
}


#formFields
{
    float: left;
    margin: 0 0 20px 0;
    padding: 10px 25px;
}


#formFields h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #F06;
    text-transform: none;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
}


#formFields h2
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    text-transform: none;
    font-weight: normal;
    margin: 0 0 7px 0;
    padding: 0;
}


#formFields h3
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0;
}


#formFields h4
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    font-weight: normal;
    margin: 5px 0;
padding:0;
}


#formFields p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    margin: 0;
    padding: 0;
}


#formFields a:link, #formFields a:visited
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
}


#formFields a:hover, #formFields a:active
{
    color: #f06;
}




/* ===== pageContent ===== */

#iContent div#pageContent
{
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #666;
}


#pageContent div#gowns p {
	font-size: 16px;
}
	


#pageContent div#toursLeft
{
    width: 415px;
    float: left;
    margin: 0;
    padding: 0;
}


#pageContent div#toursRight
{
    float: left;
    width: 230px;
    margin: 0;
    padding: 0;
}


#toursRight div#tourLinks h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #5071c2;
    font-weight: bold;
    text-transform: lowercase;
    margin: 0;
    padding: 0 0 10px 0;
}


#toursRight div#tourLinks ul
{
    margin: 0;
    padding: 0 0 0 22px;
}


#toursRight div#tourLinks li
{
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 23px;
}


#pageContent div#pagePics
{
    float: left;
    width: 228px;
    margin-right: 1px; text-align:center;
    
    padding: 0;
}


.imgBottomPad
{
    padding-bottom: 9px;
}


#pageContent div#widthWithPics
{
    float: left;
    width: 412px;
}


#pageContent div#pageText
{
    float: left;
    margin: 0;
    padding: 0 0 15px 12px;
}


#pageText p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    text-align: justify;
    line-height: 20px;
    margin: 0;
    padding: 0;
}


#pageText p a:link, #pageText p a:visited
{
	color: #ff0066;
	font-weight: normal;
}


#pageText p a:hover, #pageText p a:active 
{
	color: #666;
}


#pageText h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 23px;
    color: #f06;
    text-transform: lowercase;
    font-weight: normal;
    margin: 0;
    padding: 0 0 6px 0;
}


#pageText h2
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #f06;
    margin: 0;
    padding: 20px 0 8px 0;
}


#pageText h3
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #F69;
    text-align: left;
    margin: 0 0 13px 0;
    font-weight: bold;
    text-transform: capitalize;
}


#pageText h4
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
	line-height: 15px;
}


#pageText h4 a:link, #pageText h4 a:visited
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
	line-height: 15px;
}


#pageText h4 a:hover, #pageText h4 a:active
{
	color: #ff0066;
}
	


#pageText ul
{
    margin: 0 25px 0 21px;
    padding: 0;
}


#pageText li
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    text-align: justify;
    line-height: 21px;
    padding: 0 0 7px 0;
}


#pageText div#courthouses
{
    float: left;
    width: 250px;
    margin: 10px 35px;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #999;
}


#courthouses h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #999;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 3px 0;
}


#courthouses p
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 17px;
}




/* ===== iPics ===== */
/* color: #5071c2; */





/* ===== iRight ===== */

#iMainContent div#iRight
{
    margin-top: 6px;
    margin-bottom: 10px;
    float: right;
    width: 300px;
}




/* ===== rSearchVendors ===== */

#iRight div#rSearchVendor
{
    float: right;
    height: 152px;
    width: 300px;
    right: 0;
    margin: 0 0 10px 0;
    background: #99b3f6 url(../images/bkgBoxPattern.png) repeat top left;
}


h2.topSearchHeader
{
    color: #442a19;
    padding: 0;
    margin: 1ex 1em 3px 1em;
}


#rVendor div#searchGoVendors
{
    width: 258px;
    height: 25px;
    margin-left: 18px;
    margin-top: 12px;
    text-align: left;
}


#searchGoVendors p
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: .7em;
    color: #F06;
    margin: 5px 0 0 7px;
    text-transform: lowercase;
}


#rVendor div#hrSearchVendor
{
    border-color: #442a19;
    border-top: dashed 1px #442a19;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: none;
    margin: 20px 8px 15px 18px;
}


#rVendor div#searchDropDownCat
{
    width: 265px;
    height: 25px;
    margin-left: 18px;
    text-align: left;
    display: block; 
    
}


#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;
}




/* ===== boxBanner n===== */

#iRight div#boxBanner
{
    float: right;
    margin: 0 0 7px 0;
    padding: 0;
    width: 300px;
    height: 250px;
}




/* ===== rFeaturedSpotlights ===== */

#iRight div#rSpotlights
{
    float: right;
    width: 286px;
    height: 466px;
    background: #99b3f6 url(../images/rb_1xLong.png) no-repeat top left;
    padding: 12px 3px 15px 13px;
    margin: 0 0 3px 0;
	overflow: hidden;
}


h1.rHeader
{
    color: #442a19;
}


#rSpotlights p 
{
	height: 85px;
	margin-top: 0;
}


#rSpotlights div#hrSpotlights
{
    border-bottom: dashed 1px #442a19;
    background: none;
    margin: 0 8px 5px 0;
	padding: 5px 0 0 0;
}


#rSpotlights div#rFooter
{
    margin: 0;
    padding: 6px 0 0 0;
    text-align: center;
    width: 277px;
}


#rSpotlights div#rFooter a:link, #rSpotlights div#rFooter a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .6em;
    color: #666;
    text-decoration: none;
    font-weight: bold;
}


#rSpotlights div#rFooter a:hover, #rSpotlights div#rFooter a:active
{
    color: #333;
    text-decoration: none;
}


img.rFloatLeft
{
    float: left;
    margin-right: 12px;
    margin-top: 3px;
}




/* ===== rMagazine ===== */

#iRight div#rMagazine
{
    float: right;
    width: 286px;
    height: 241px;
    background: #c1b7ad url(../images/rb_1xShort.png) no-repeat top left;
    padding: 15px 3px 15px 13px;
    margin: 3px 0 3px 0;
}


h1.rMagHeader
{
    color: #fff;
}


#rMagazine div#rMagFooter
{
    margin: 0;
    padding: 5px 0 0 0;
    text-align: center;
    width: 277px;
}


#rMagazine div#rMagFooter a:link, #rMagazine div#rMagFooter a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}


#rMagazine div#rMagFooter a:hover, #rMagazine div#rMagFooter a:active
{
    color: #333;
    text-decoration: none;
}




/* ===== rStartPlanning ===== */

#iRight div#rPlan
{
    float: right;
    width: 286px;
    height: 197px;
    background: #99b3f6 url(../images/rb_1xShorter.png) no-repeat top left;
    padding: 0 3px 15px 13px;
    margin: 17px 0 5px 0;
}


.imgPlanning
{
    margin-top: 7px;
    margin-left: 2px;
}




/* ===== TextRight ===== */

#iRight div#iTextRight
{
    width: 310px;
    padding-bottom: 15px;
}


#iRight div#iTextRight p
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    margin: 0 0 0 11px;
    padding: 0;
}




/* ===== dpMap ===== */

 


.imgMapDP
{
    padding-bottom: 7px;
}


#dpMap a:link, #dpMap a:visited
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
}


#dpMap a:hover, #dpMap a:active
{
    color: #5071c2;
}




/* ===== dpLinks ===== */

#dpRight div#dpLinks
{
    width: 280px;
    margin: 20px 0 0 11px;
    padding: 0;
}


.hrDP
{
    border-bottom: 1px dashed #999;
    border-left: none;
    border-right: none;
    border-top: none;
    background: transparent;
    float: left;
    width: 200px;
}


#dpLinks div#dpSideLinks
{
    float: left;
    margin-left: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 200px;
    height: 32px;
    vertical-align: middle;
    margin-right: 3px;
    clear: both;
}


#dpSideLinks div#dpLinkImages
{
    border: 0;
    float: left;
    margin-right: 3px;
    padding-left: 10px;
    padding-top: 1px;
}


#dpSideLinks div#dpLinkText
{
    float: left;
    line-height: 35px;
    margin-left: 1px;
}


#dpLinkText a:link, #dpLinkText a:visited
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    text-transform: capitalize;
}


#dpLinkText a:hover, #dpLinkText a:active
{
    color: #5071c2;
}




/* ===== dpHeader ===== */

#dpWrapper div#dpHeader
{
    margin: 0 auto;
    padding: 25px 0 0 0;
}




/* ===== dpClientInfo ===== */

#dpHeader div#dpClientInfo
{
    height: 30px;
    border-bottom: 1px dashed #333;
}




/* ===== client name ===== */

#dpHeader div#clientName
{
    float: left;
    display: inline;
    margin-right: 15px;
    padding-top: 25px;
}


#clientName h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #5071c2;
}


#clientName h1 a
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #5071c2;
}

/* ===== client categories ===== */

#dpHeader div#clientCategories
{
    float: left;
    margin: 0;
    padding: 0;
    min-width: 200px;
}


#clientCategories div#dpCatOne
{
    float: left;
    margin-top: 3px;
}


#clientCategories div#dpCatTwo
{
    float: left;
    margin-top: 5px;
}


#clientCategories div#dpCatThree
{
    float: left;
    margin-top: 5px;
}


#clientCategories a:link, #clientCategories a:visited
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
}

#clientCategories a:hover, #clientCategories a:active
{
    color: #333;
}


#clientCategories a:link.large, #clientCategories a:visited.large
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #666;
}

#clientCategories a:hover.large, #clientCategories a:active.large
{
    color: #333;
}




/* ===== topPrevNext ===== */

#dpHeader div#topPrevNext
{
    float: right;
    right: 0;
    text-align: right;
    color: #333;
    margin: 0;
    padding: 0;
}


#topPrevNext p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333;
}


#topPrevNext a:link, #topPrevNext a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    font-weight: normal;
}


#topPrevNext a:hover, #topPrevNext a:active
{
    color: #5071c2;
}




/* ===== dpClientNav ===== */

#bodyDiv div#dpClientNav
{
    height: 35px;
    border-bottom: 1px dashed #333;
    margin: 14px 0 0 0;
}


#dpClientNav a:link, #dpClientNav a:visited
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}


#dpClientNav a:hover, #dpClientNav a:active
{
    color: #5071c2;
}


#dpClientNav a.dpCurrent
{
    color: #5071c2;
}


#dpClientNav div#dpNavImages
{
    border: 0;
    float: left;
    margin-right: 3px;
    padding-left: 10px;
    padding-top: 1px;
}



#dpClientNav div#dpNavText
{
    float: left;
    line-height: 35px;
}
#dpClientNav div#dpNavOffers {
float:left;
line-height:35px;
}

#dpClientNav div#visitWebsite
{
    float: left;
    margin-left: 1px;
    background: #d2dde4 url(../images/dpSubNav.png) top center no-repeat;
    width: 160px;
    height: 32px;
    vertical-align: middle;
    margin-right: 3px;
}


#dpClientNav div#spotlightArticle
{
    float: left;
    background: #d2dde4 url(../images/dpSubNav.png) top center no-repeat;
    width: 160px;
    height: 32px;
    vertical-align: middle;
    margin-right: 3px;
}


#dpClientNav div#contactUs
{
    float: left;
    background: #d2dde4 url(../images/dpSubNav.png) top center no-repeat;
    width: 160px;
    height: 32px;
    vertical-align: middle;
    margin-right: 3px;
}


#dpClientNav div#virtualTour
{
    float: left;
    background: #d2dde4 url(../images/dpSubNav.png) top center no-repeat;
    width: 160px;
    height: 32px;
    vertical-align: middle;
    margin-right: 3px;
}


#dpClientNav div#visitBlog
{
    float: left;
    background: #d2dde4 url(../images/dpSubNav.png) top center no-repeat;
    width: 160px;
    height: 32px;
    vertical-align: middle;
    margin-right: 3px;
}


#dpClientNav div#specialOffers
{
    float: left;
    background: #d2dde4 url(../images/dpSubNav.png) top center no-repeat;
    width: 160px;
    height: 32px;
    vertical-align: middle;
    margin-right: 1px;
}





/* ===== dpMainContent ===== */

#bodyDiv div#dpMainContent
{
    margin: 0 auto;
    padding: 0;
}




/* ===== dpLeft ===== */

#dpMainContent div#dpLeft
{
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    float: left;
    width: 665px;
    border-right: 1px dashed #333;
}




/* ===== dpVideos ===== */

#dpLeft div#dpVideos
{
    margin: 0 auto;
    padding: 0 0 20px 0;
}




/* ===== dpContent ===== */

#dpLeft div#dpContent
{
    margin: 0 auto;
    padding: 0;
}




/* ===== dpPics ===== */

#dpContent div#dpPics
{
    float: left;
    width: 234px;
    margin-right: 3px;
}




/* ===== dpText ===== */

#dpContent div#dpText
{
    float: left;
    width: 425px;
}


#dpText h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0 0 13px 10px;
    color: #5071c2;
    text-transform: capitalize;
}


#dpText p
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
}





/* ===== dpRight ===== */

#dpMainContent div#dpRight
{
    margin-top: 15px;
    margin-bottom: 10px;
    float: right;
    width: 310px;
}




/* ===== dpTextRight ===== */

#dpRight div#dpTextRight
{
    width: 310px;
    padding-bottom: 15px;
}


#dpRight div#dpTextRight p
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    margin: 0 0 9px 11px;
    padding: 0;
}


#dpRight div#dpTextRight h1
{
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: #5071c2;
    font-size: 13px;
    text-transform: capitalize;
    margin: 0 0 4px 11px;
    padding: 0;
}

#dpRight div#dpTextRight h1 a
{
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: #5071c2;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0;
}

.imgFloatLeft
{
    float: left;
    margin: 0 3px 0 0;
}




/* ===== dpMap ===== */
/* AIT
#dpRight div#dpMap
{
    width: 310px;
    margin: 0 0 0 11px;
}
*/


.imgMapDP
{
    padding-bottom: 7px;
}


#dpMap a:link, #dpMap a:visited
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
}


#dpMap a:hover, #dpMap a:active
{
    color: #5071c2;
}




/* ===== dpLinks ===== */

#dpRight div#dpLinks
{
    width: 280px;
    margin: 20px 0 0 11px;
    padding: 0;
}


.hrDP
{
    border-bottom: 1px dashed #999;
    border-left: none;
    border-right: none;
    border-top: none;
    background: transparent;
    float: left;
    width: 200px;
}


#dpLinks div#dpSideLinks
{
    float: left;
    margin-left: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 200px;
    height: 32px;
    vertical-align: middle;
    margin-right: 3px;
    clear: both;
}


#dpSideLinks div#dpLinkImages
{
    border: 0;
    float: left;
    margin-right: 3px;
    padding-left: 10px;
    padding-top: 1px;
}


#dpSideLinks div#dpLinkText
{
    float: left;
    line-height: 35px;
    margin-left: 1px;
}


#dpLinkText a:link, #dpLinkText a:visited
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    text-transform: capitalize;
}


#dpLinkText a:hover, #dpLinkText a:active
{
    color: #5071c2;
}






/* ===== dpBottom ===== */

#dpMainContent div#dpBottom
{
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border-top: 1px dashed #333;
}


#dpBottom a:link, #dpBottom a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    font-weight: normal;
}


#dpBottom a:hover, #dpBottom a:active
{
    color: #5071c2;
}



































/* ===== home main left content ===== */


#interiorMainContent div#leftHomeContent
{
    position: absolute;
    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;
}


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: 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 7px 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: 15px 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;
}


#newsArticles div#hrNewsArticles
{
    border-color: #F06;
    border-top: dashed 1px #F06;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: none;
    margin: 43px 0 0 0;
}


#newsArticles div#articlesSearchBox
{
    background: url(../images/searchBoxGo.png) no-repeat top center;
    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;
}


h1.realWeddingsHeader
{
    color: #442a19;
}


#realWeddings div#hrRealWeddings
{
    border-color: #442a19;
    border-top: dashed 1px #442a19;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: none;
    margin: 50px 8px 15px 0;
}


img.realWeddingsFloatLeft
{
    float: left;
    margin-right: 12px;
    margin-top: 3px;
}




/* ===== 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: 95px;
    height: 27px;
    margin: 5px 0 0 23px;
    padding: 4px 6px 0 0;
    display: block;
}


#surveySubmit a:link, #surveySubmit a:visited
{
    float: left;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #F60;
    font-size: 1em;
    margin: 0 0 0 18px;
    padding: 0;
    vertical-align: middle;
    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;
}


#homeFeaturedSpotlights div#spotlightsTop
{
    position: relative;
    width: 655px;
    display: block;
    margin: 0;
    padding: 0;
}


#spotlightsTop div#spotlightLeft
{
    float: left;
    margin-left: 2px;
    width: 215px;
    height: 88px;
    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: relative;
    display: block;
    width: 650px;
    margin: 0;
    padding: 7px 0 0 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
{
    padding-top: 108px;
    padding-left: 85px;
    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;
}


#miscLeft a.last
{
    padding-top: 4px;
    padding-left: 85px;
    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;
}


#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: 668px;
    height: 468px;
    padding: 18px 0 0 17px;
    margin: 0;
    background: #fff url(../images/rb_2x2_Bottom.png) no-repeat top left;
}


h1.videoHeader
{
    float: left;
    color: #62ccf5;
    display: inline;
}


#homeFeaturedVideos div#videoWrapper
{
    float: left;
    width: 410px;
}


#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
{
    float: left;
    width: 600px;
    height: 405px;
    margin: 0;
    padding: 0;
}




/* ===== 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;
    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;
}
.tblrow
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    font-weight: normal;
    vertical-align: top;
    background-color: #fff;
    line-height: 20px;
}

.tblbg
{
    font-family: Tahoma;
    font-size: 10pt;
    color: #999;
    font-weight: bold;
    border-color: #ff0066;
    background-color: #ff0066;
}



.guidetblbg
{
    font-family: Tahoma;
    font-size: 10pt;
    color: #999;
    font-weight: bold;
    border-color: #ff0066;
    background-color: #A5DEFC;
}

.guidetblheader
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    vertical-align: top;
    background-color: #A5DEFC;
    line-height: 20px;
}

.guidetblrow
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    vertical-align: top;
    background-color: #fff;
    line-height: 20px;
}

.guidealttblrow
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    vertical-align: top;
    background-color: #efefef;
    line-height: 20px;
}

.input
{
    font-family: Verdana;
    font-size: 12px;
    height: 19px;
    margin: 0;
    padding: 0;
    width: 203px;
}
.button
{
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    color: #ffffff;
    border: #52a56e 1px solid;
    font-family: Verdana;
}
.inputnowidth
{
    font-family: Verdana;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.regbuttons
{
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    height: 30px;
    font-variant: small-caps;
    width:240px;
}

.err
{
    font-family:Verdana;
    font-size: 10px;
    color: #FF0000;
    font-weight: normal;
}

div#SpecialOfferPopup
{
    float: left;
    width: 478px; height:470px;
    
    margin: 5px 5px 5px 5px;
     padding: 5px 5px 5px 5px;
    background: #fff; border:solid 1px #5e5e5e;
    text-align:center;
}

#SpecialOfferPopup h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 17px; font-weight:bolder;
    text-transform: uppercase;
    color: #000000;
    font-weight: normal;
    padding: 0;
    margin: 0 0 20px 0; 
    text-decoration:underline;
  
    
}
#SpecialOfferPopup div#SpecialOfferMiddle
{
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    line-height: 17px;
    padding-bottom: 7px; height:325px;
	text-align:left;
}
#SpecialOfferPopup div#SpecialOfferMiddle a
{
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ff0000;
    line-height: 17px;
    padding-bottom: 7px; height:325px;
	text-align:left;text-decoration:underline;
}
#SpecialOfferPopup div#SpecialOfferMiddle a:visited
{
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ff0000;
    line-height: 17px;
    padding-bottom: 7px; height:325px;
	text-align:left;text-decoration:underline;
}
#SpecialOfferPopup div#SpecialOfferMiddle a:hover
{
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ff0000;
    line-height: 17px;
    padding-bottom: 7px; height:325px;
	text-align:left;text-decoration:underline;
}

#SpecialOfferPopup h5
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform:capitalize;
    color: #ffffff; 
    background-color:#5e5e5e;
    font-weight: normal;
    padding: 0px;
    margin: 0px; text-align:left;
    line-height: 50px;
	
}
#SpecialOfferPopup h5 a
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform:capitalize;
    color: #ffffff; 
    background-color:#5e5e5e;
    font-weight: normal;
    padding: 0px;
    margin: 0px; text-align:left;
    line-height: 50px;
	
}
#SpecialOfferPopup h5 a:hover
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform:capitalize;
    color: #ffffff; 
    background-color:#5e5e5e;
    font-weight: normal;
    padding: 0px;
    margin: 0px; text-align:left;
    line-height: 50px;
	
}

.ArticleImageCaption
{
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #F69;
    float: left;
    font-size: .7em;
	font-weight:bold;
    text-align:center; 
    margin: 0;
    width: 228px;
}


/*=========================================================*/


#dpNavOffers a:link, #dpNavOffers a:visited {
color:#FF0066;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
}


#dpNavOffers a:hover, #dpNavOffers a:active {
color:#5071C2;
}


/* ===== offersBox =====*/

#dpPics div#offersBox {
	margin: 15px 0 0 2px;
	text-align: center;
	padding: 8px;
	background: #ff0066;
}


#offersBox a:link, #offersBox a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}


#offersBox a:hover, #offersBox a:active {
	color: #333;
}


/* Rating */
.NotRatedText
{
}
.ratingStar
{
	width: 20px;	
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(../images/FilledStar.png);
}

.emptyRatingStar
{
	background-image: url(../images/EmptyStar.png);
}

.savedRatingStar
{
	background-image: url(../images/SavedStar.png);
}
/*  Hover link css  */
.hoverlinkcss
{
	width: 150px;
	margin: 0px;
	padding: 0px;
	background-color:#d2dbf4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
 
}

#rwContent div#rwCouple .hoverlinkcss
{
	width: 300px;
	margin: 0px;
	padding: 0px;
	background-color:#d2dbf4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}




.ConfirmDescription
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    text-align: justify;
    line-height: 20px;
    margin: 0;
     padding-left:5px;
}

.ConfirmQuestion
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1em;
    color: #FF0066;
    text-align: left;
}

 /*= = = = = = = = */
.Deschoverlinkcss
{
	width: 150px;
	margin: 0px 50px 0px 50px;
	position: absolute;
	z-index: 1;
	padding: 0px;
	background-color: #d2dbf4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border: 0px solid red;
	
}

#rwContent div#rwCouple .Deschoverlinkcss
{
	width: 150px;
	margin: 0px 50px 0px 50px;
	position: absolute;
	z-index: 1;
	padding: 0px;
	background-color: #d2dbf4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border: 0px solid red;
	
}
#pageText p .Deschoverlinkcss a:link
{
	width: 150px;
	margin: 0px 50px 0px 50px;
	position: absolute;
	z-index: 1;
	padding: 0px;
	background-color: #d2dbf4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	border: 0px solid red;
}
#pageText p .Deschoverlinkcss a:visited
{
	width: 150px;
	margin: 0px 50px 0px 50px;
	position: absolute;
	z-index: 1;
	padding: 0px;
	background-color: #d2dbf4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	border: 0px solid red;
}
#pageText p .Deschoverlinkcss a:hover
{
	width: 150px;
	margin: 0px 50px 0px 50px;
	position: absolute;
	z-index: 1;
	padding: 0px;
	background-color: #d2dbf4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FF0044;
	border: 0px solid red;
} 
.currentTour a:link.large, .currentTour a:visited.large
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #666;
}

.currentTour a:hover.large, .currentTour a:active.large
{
    color: #333;
}

/* ===== dpArticles ===== */

#pagePics div#dpArticles {
	text-align: left;
	margin: 18px 0 0 0;
	padding: 5px;
	border: 1px dotted #999999;
}


#dpArticles ul {
	list-style: circle;
	margin: 0;
	padding: 0 0 0 5px;
}


#dpArticles li {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 3px;
}

/*==========================================================================================*/
/*==========================================================================================*/
#vendorContent div#vendorListing.bold {
border: 2px solid #F06;
width: 298px;
height: 83px;
}
div#vendorListing h1.vendorBold {
font-weight: bold;
text-transform: uppercase;
color: #F06;
}
#vendorListing div#vendorLinks {
float: left;
margin: 0;
padding: 0;
width: 105px;
line-height: 16px;
}
#vendorListing h1 {
font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 17px;
text-transform: capitalize;
color: #7A8DBC;
margin: 0 0 1px 0;
padding: 0;
}

#vendorListing h1 a:link, #vendorListing h1 a:visited
{
      color: #7a8dbc;
	  text-decoration: none;
} 

