* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #F9ECF5;
}

body {
	text-align: center;
	font-family: Arial, Verdana, 'Trebuchet MS';
	padding: 10px 0 20px 0;
	font-size: 11px;
	line-height: 140%;
	font-style: normal;
	color: #222222;
}

h1 .logo, .logo {
	width: 423px;
	height: 51px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h1 .logo a, .logo a {
	display: block;
	width: 423px;
	height: 51px;

}

h1, h1 a, h1 a:hover {
	font-size: 28px;
	line-height:  100%;
	font-weight: normal;
	margin-bottom: 30px;
	text-decoration: none;
	color: #7DBBE8;
	margin-left: 10px;
}

#directory_listing h1 {
	margin-bottom: 5px;
}	

h3, h3 a, h3 a:hover {
	font-size: 18px;
	line-height:  18px;
	font-weight: normal;
	margin-bottom: 16px;
	text-decoration: none;
	color: #666666;
}

h3 a, h3 a:hover {
	color: #7DBBE8;
}

#directory_listings h3 a {
	color: #006699;
	display: block;
	margin-bottom: 5px;
}

#directory_listings h3 a:hover {
	color: #999999;
	text-decoration: underline;
}

h4, h4 a, h4 a:hover {
	font-size: 16px;
	line-height:  14px;
	font-weight: bold;
	margin-bottom: 16px;
	text-decoration: none;
	color: #666666;
}

h5, h5 a, h5 a:hover {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 9px;
	text-decoration: none;
	color: #666666;
}




p, li, a, td, th, dd, address, blockquote, label, .article_display_pubdate {
	font-size: 13px;
	line-height: 140%;
	font-style: normal;
	color: #222222;
}

p, ul, dl, ol, address, blockqoute {
	margin-bottom: 18px;
}



img {
	border: 0px;
	display: block;
}

img.inline {
	display: inline;
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
}

input, textarea, option, select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

option {
	padding-right: 5px;
}

a {
	text-decoration: underline;
	color: #006699;
}

a:hover {
	text-decoration: none;
	color: #2E91DA;
}

ul, ol {
	margin-left: 8px;
	padding-left: 8px;
}




/* custom styles ================== */

.wrapper {
	width: 1170px;
	text-align: left;
	margin: 0 auto;
}

.header {
	text-align: left;
	width: 970px;
	height: 95px;
	position: relative;
	background-image: url(/images/bride_head_home.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.header_sub_bg {
	background-image: url(/images/bride_head_sub.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.head_leaderboard {
	height: 90px;
	width: 990px;
	text-align: center;
}

.banner_box_leaderboard {
	width: 768px;
	height: 90px;
	margin: 0 auto;
}

.head_nav_cap {
	height: 43px;
	background-image: url(/images/main_cap.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
}

.head_nav_cap_sub {
	background-image: url(/images/main_cap_sub.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.head_nav_cap ul {
	position: absolute;
	left: 450px;
	top: 10px;
}

.head_nav_cap ul li a {
	text-decoration: none;
}

.head_nav_cap ul li a:hover {
	text-decoration: underline;
}


.head_nav_cap_sub ul {
	position: absolute;
	left: 395px;
}


.torso_wrapper {
	width: 1170px;
	background-image: url(/images/main_bg.gif);
	background-repeat: repeat-y;
	float: left;
}

.torso {
	width: 985px;
	float: left;
}

.torso_inner {
	padding: 0 0 0 10px;
}

.home_search_box {
	background-color: #7DBBE8;
	width: 970px;
	height: 140px;
	background-image: url(/images/home_search_box_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 10px;
}

.home_search_box_inner {
	padding: 20px 20px 20px 20px;
}

.home_search_box_biline {
	font-size: 16px;
	color: #FFFFFF;	
}

.home_search_box_table {
	position: absolute;
	top: 95px;

}

.home_search_box_keywords_input {
	border: 0px solid #FFFFFF;
	width: 350px;
	font-size: 14px;
	padding: 3px 0;
}

.home_search_box_county_select {
	border: 0px solid #FFFFFF;
	width: 170px;
}

.home_search_box_county_select option {
	padding: 4px 0;
	font-size: 14px;
}

.home_search_box_label {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}

.home_searchkeyword a {
	color: #ffffff;
	font-size: 11px;
}

.breadcrumbs_box {
	background-image: url(/images/breadcrumbs_box_bg.gif);
	background-repeat: no-repeat;
	width: 970px;
	height: 28px;
	position: relative;
	margin-bottom: 10px;
}

.breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 6px;
	left: 10px;
}

.breadcrumbs li {
	float: left;
	padding-right: 6px;
	color: #FFFFFF;
	font-size: 11px;
}

.breadcrumbs li a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}

.breadcrumbs li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* new breadcrumbs */

.breadcrumb_box {
	width: 970px;
	height: 28px;
	position: relative;
	margin-bottom: 10px;
	z-index: 100;
}

.breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: -1000;
	top: 6px;
	left: 10px;
}

.breadcrumb li {
	float: left;
	padding-right: 6px;
	color: #444;
	font-size: 11px;
}

.breadcrumb li a {
	color: #444;
	text-decoration: underline;
	font-size: 12px;
}

.breadcrumb li a:hover {
	color: #444;
	text-decoration: none;
}


/* end new breadcrumbs */

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li {
	width: 180px;
	line-height: 30px;
	background-image: url(/images/divider_menu.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	font-weight: bold;
}

.menu li a {
	color: #333333;
	text-decoration: none;
	background-image: url(/images/bullet_menu.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

.menu li a:hover {
	color: #666666;
	text-decoration: underline;
}

.menu li.current_item {
	background-image: url(/images/menu_li_active_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	line-height: 30px;
}

.menu li.current_item a {
	color: #FFFFFF;
	background-image: url(/images/bullet_menu_white.gif);
	line-height: 30px;
}


.menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(/images/menu_l2_bg.gif);
	background-repeat: repeat-y;

}

.menu li ul li {
	background-image: none;
	font-weight: normal;
}

.menu li ul li a, .menu li.current_item ul li a {
	padding-left: 20px;
	margin-left: 10px;
	color: #666666;
	text-decoration: none;
	background-image: url(/images/bullet_menu_l2.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 11px;
}

.menu li ul li a:hover, .menu li.current_item ul li a:hover {
	color: #666666;
	text-decoration: underline;
}

.menu li.menu_item_no_bg {
	background-image: none;
}


.stomach {
	width: 970px;
	font-family: Arial, Verdana, Helvetica;
}

.stomach a {
	color: #006699;
}

.ankle {
	background-color: #E4E9ED;
	width: 970px;
	background-image: url(/images/ankle_cap.gif);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}

.ankle_inner {
	padding: 15px 15px 20px 15px;
}

.footer {
	background-color: #D0D8DD;
	width: 970px;
	position: relative;
}

.footer_inner {
	padding: 15px 15px 15px 15px;
}

.clearing {
	clear: both;
	line-height: 0;
	font-size: 0;
}

.clear_break {
	line-height: 0;
}

.no_margin {
	margin: 0;
}

.margin_right_5 {
	margin-right: 5px;
}

.margin_right_10 {
	margin-right: 10px;
}

.margin_bottom_10 {
	margin-bottom: 10px;
}

.box_320 {
	width: 320px;
	background-image: url(/images/box_320_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

.box_320_inner {
	padding: 15px;
	background-image: url(/images/box_320_shoe.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}

.box_320_home_expander {
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
	height: 250px;
}

.box_320_pink_cap {
	background-image: url(/images/box_320_cap.gif);
	background-repeat: no-repeat;
	height: 32px;
	position: relative;
}

.box_320_green_cap {
	background-image: url(/images/box_320_cap.gif);
	background-repeat: no-repeat;
	height: 32px;
	position: relative;
}

.box_320_orange_cap {
	background-image: url(/images/box_320_cap.gif);
	background-repeat: no-repeat;
	height: 32px;
	position: relative;
}


.box_310 {
	width: 310px;
	background-image: url(/images/box_310_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

.box_310_inner {
	padding: 15px;
	background-image: url(/images/box_310_shoe.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}

.box_310_cap {
	background-image: url(/images/box_310_cap.gif);
	background-repeat: no-repeat;
	height: 32px;
	position: relative;
}



.box_310_pink_cap {
	background-image: url(/images/box_310_cap.gif);
	background-repeat: no-repeat;
	height: 32px;
	position: relative;
}

.box_310_green_cap {
	background-image: url(/images/box_310_cap.gif);
	background-repeat: no-repeat;
	height: 32px;
	position: relative;
}

.box_190 {
	width: 190px;
	background-image: url(/images/box_190_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

.box_190_inner {
	padding: 15px;
	background-image: url(/images/box_190_shoe.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}

.box_190_inner_menu {
	padding: 10px 5px;
}

.box_190_cap {
	background-image: url(/images/box_190_cap.gif);
	background-repeat: no-repeat;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}

.box_190_green_cap {
	background-image: url(/images/box_190_green_cap.gif);
	height: 32px;
	position: relative;
}


.box_title {
	color: #666;
	font-size: 16px;
	margin: 0;
	position: absolute;
	top: 12px;
	left: 15px;
	font-weight: bold;
}

.box_title a {
	color: #666;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.box_title a:hover {
	text-decoration: underline;
}


.box_320_bg_married {
	background-image: url(/images/box_320_shoe_married.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.box_320_bg_couple {
	background-image: url(/images/box_320_shoe_couple.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.box_320_bg_couch {
	background-image: url(/images/box_320_shoe_couch.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.box_310_bg_married {
	background-image: url(/images/box_310_shoe_wedding.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.box_310_bg_couple {
	background-image: url(/images/box_310_shoe_couple.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.box_310_bg_couch {
	background-image: url(/images/box_310_shoe_couch.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.box_310_mpu {
	padding: 0 5px;
	margin-bottom: 15px;
}


.last_item_margin {
	margin-right: 80px;
}

.sponsor_box {
	width: 185px;
	background-image: url(/images/sponsor_box_bg.gif);
	background-repeat: repeat-y;
	float: left;
}

.sponsor_box_inner {
	background-image: url(/images/sponsor_box_shoe.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 10px 9px 10px;
}


.banner_button {
	margin-bottom: 6px;
}

.util_nav_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.util_nav_list li {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 5px;
	color: #666666;
}

.util_nav_list li a {
	color: #666666;
}

.util_nav_list li a:hover, .util_nav_list li a:visited {
	color: #666666;
}

.button_std {
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
	background: url(/images/button_std_bg.gif);
	background-repeat: no-repeat;
	float: left;
	clear: both;
	height: 32px;
}

.button_inner {
	background: url(/images/button_std_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0 28px 0 12px;
	height: 32px;
	float: left;
}

.button_std a {
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	line-height: 32px;
}

.button_inner a:hover {
	text-decoration: underline;
}

.button_std_home_box {
	position: absolute;
	top: 220px;
	left: -5px;
}

.cartoon_propose {
	position: absolute;
	bottom: 30px;
	left: 750px;
}

.ankle_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ankle_list li a {
	color: #666666;
	text-decoration: underline;
}

.ankle_list li a:hover {
	color: #666666;
	text-decoration: none;
}

.ankle_col {
	width: 220px;
	float: left;
	margin-right: 30px;
}


.footer_nav_list {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 35px;
}

.footer_nav_list li {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 5px;
	color: #666;
}

.footer_nav_list li a {
	color: #666;
}

.footer_nav_list li a:hover, .footer_nav_list li a:visited {
	color: #666;
}

.footer_text, .footer_text a {
	color: #666;
}

.footer_text li a:hover, .footer_text li a:visited {
	color: #666;
}


.footer_shoe {
	clear: both;
	height: 17px;
	width: 1170px;
}

.col_190 {
	width: 190px;
	float: left;
}

.col_310 {
	width: 310px;
	float: left;
}

.col_450 {
	width: 450px;
	float: left;
}

.col_450_full_width {
	width: 630px;
	float: left;
	margin-left: 10px;
}

.col_770 {
	width: 770px;
	float: left;
}

.hr {
	background-image: url(/images/hr_bg.gif);
	height: 20px;
	margin-bottom: 20px;
	background-repeat: repeat-x;
}

.input_ezine {
	padding: 3px 2px;
	border: none;
	background-color: #E5EAEC;
	width: 120px;
	margin-right: 10px;
}

.qsearch_div {
	position: absolute;
	top: 10px;
	left: 683px;
}

.input_qsearch_keywords {
	border: 1px solid #D5DBE6;
	padding: 2px 2px;
	width: 120px;
}

.input_qsearch_keywords_home {
	border: 1px solid #D5DBE6;
	padding: 4px 4px;
	width: 120px;
}

.select_qsearch_category {
	border: 1px solid #D5DBE6;
	width: 125px;
	margin-right: 5px;
	font-size: 13px;
}

.select_qsearch_category option {
	padding: 1px 1px;
	font-size: 13px;
}

.select_qsearch_category_top {
	border: 1px solid #D5DBE6;
	width: 200px;
	margin-right: 5px;
	font-size: 13px;
}

.select_qsearch_category_top option {
	padding: 1px 1px;
	font-size: 13px;
}

.select_qsearch_category_front {
	border: 1px solid #D5DBE6;
	width: 180px;
	margin-right: 5px;
	font-size: 15px;
}

.select_qsearch_category_front option {
	padding: 1px 1px;
	font-size: 15px;
}

.select_qsearch_county {
	border: 1px solid #D5DBE6;
	width: 115px;
	margin-right: 5px;
	font-size: 13px;
}

.select_qsearch_county option {
	padding: 1px 1px;
	font-size: 13px;
}

.select_qsearch_county_top {
	border: 1px solid #D5DBE6;
	width: 125px;
	margin-right: 5px;
	font-size: 13px;
}

.select_qsearch_county_top option {
	padding: 1px 1px;
	font-size: 13px;
}

.select_qsearch_county_front {
	border: 1px solid #D5DBE6;
	width: 150px;
	margin-right: 5px;
	font-size: 15px;
}

.select_qsearch_county_front option {
	padding: 1px 1px;
	font-size: 15px;
}

.title_qsearch {
	margin-bottom: 7px;
}

.table_qsearch tr td {
	padding-bottom: 3px;
}

.home_col {
	float: left;
}

.article_summary_image {
	float: right;
	margin: 0 0 10px 10px;
}

.pagnation {
	text-align: center;/**/
	margin-bottom: 0px;
}


.pagnation_bottom {
	text-align: center;/**/
	margin-bottom: 20px;
}

.libra tr td {
	padding-bottom: 3px;
}

.directory_searchbox {
	background-color: #7DBBE8;
}

.directory_searchbox tr td {
	background-color: #F2F9FD;
}

.directory_searchbox_padding {
	padding-top: 5px;
	padding-bottom: 5px;
}

.icon_opt {
	display: inline;
	margin-right: 5px;
}

/* directory stuff */

div#directory_listings {margin-top: 5px; clear: both; display: block;}
div#directory_listing {margin-top: 1px; margin-right: 1px;}
div#directory_search {clear: both; display: block;}
.business_summary {border: 2px solid #FAF6F8; padding:10px; margin-bottom: 0px; clear:both;}
.business_summary_title {clear: left;}
.business_summary h3 {padding:0; margin:0; font-size: 150%; }
.business_summary_image {float:right;}
.business_summary_more { margin-bottom: 5px;}
.business_summary_more a {color: #AD5C85; background: #FAF6F8; padding: 3px; margin-top: 5px; border: 1px solid #CCCCCC; }
.business_summary_more a:hover { background: #CCCCCC; }
.business_summary_image {border: 1px solid #CCCCCC; margin-top: 2px;}
.business_summary_locations { margin-bottom: 10px; }

.business_summary_a { border: 2px solid #dddddd; background: #E5E5EB; }
.business_summary_b { border: 2px solid #dddddd; background: #F0E3EE; }

.business_summary_a h3 a { font-size: 20px; color: #006699;}
.business_summary_b h3 a { font-size: 18px; color: #006699;}
.business_summary_c h3 a { font-size: 16px; color: #006699;}

.business_display_widgets {font-weight: normal; margin-top: 5px; padding-top: 5px;}
.business_display_widgets a {line-height: 24px; font-size: 14px;}
.business_display_contact {line-height:150%;}
.business_display_images {text-align: center; margin-left: 10px; }
.business_display_images img {border: 1px solid black; margin-bottom: 10px;}
.business_display_description {margin-left: 5px; }
.business_display_title {color: #333333; font-size: 20px; font-weight: bold;}

.image_gallery img {border: 1px solid #CCCCCC;}


h3.category {margin:0; padding: 0; margin-bottom: 2px;}
h3.category a {font-size: 16px; color: #006699;  text-decoration: none; font-weight: bold; }
h3.category a:hover {text-decoration: underline;}

h4.category {margin: 0; padding: 0; margin-bottom: 8px;}
h4.category a {font-size: 14px; color: #333333; margin-bottom: 3px; text-decoration: none; font-weight: lighter; height: 20px; margin-right: 3px;}
h4.category a:hover {text-decoration: underline;}

.count {font-size: 8px; color: #ccc; font-weight: lighter;}

.business_display_print, .business_display_send, .business_display_email, .business_display_web, .business_display_stats {

} 

.business_display_print a, .business_display_send a, .business_display_email a, .business_display_web a, .business_display_stats a {

}

.business_display_print hover, .business_display_send hover, .business_display_email hover, .business_display_web hover, .business_display_stats hover {

}

form#form_directory_search select { width:120px;}



.column {
	margin-top: 15px;
}

.listing_category {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 3px;
	color: #666;
	margin-bottom: 3px;
	background: #FFF;
}

/* adsense */

.adsense {
	float: right;
	width: 270px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.adsense_bottom {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.greyborder {
	border: 3px solid #eee;
}

#googlesearchbox_home {
	margin-right: 180px;
	margin-top: 60px;
	float: right;
}

#googlesearchbox_ros {
	margin-right: 380px;
	margin-top: 60px;
	float: right;
}

.panel {
	z-index: 4;
}

/* new homepage */

#home {}

#home_welcome {
	width: 450px;
	height: 213px;
	background-image: url(/images/home_welcome.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.sharing-tools {list-style: none; margin-top: 15px;}