html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #E5EAE3;
	margin: 0;
	padding: 0;
	background-image: url(../images/bknd.gif);
	background-repeat: repeat-x;
}

form
{
	display: inline;
}

h1
{
	color: #073242;
	font-size: 20px;
	margin-bottom: 6px;
}

h2
{
	font-size: 16px;
	color: #073242;
	margin-bottom: 4px;
	margin-top: 0;
}

h4
{
	color: #0D5D6B;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}

/* LINKS */
a:link, a:active, a:visited
{
	color: #0D5D6B;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.feature_link:link, a.feature_link:active, a.feature_link:visited
{
	background-image: url(../images/bknd_feature_link.gif);
	background-repeat: no-repeat;
	display: block;
	width: 125px;
	height: 27px;
	font-size: 11px;
	text-decoration: none;
	float: left;
	margin-bottom: 0px;
	padding-left: 28px;
	padding-top: 6px;
}

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

a.news_box:link, a.news_box:active, a.news_box:visited
{
	background-image: url(../images/bknd_news_box.gif);
	background-repeat: no-repeat;
	display: block;
	width: 324px;
	height: 84px;
	padding: 8px;
	margin-bottom: 6px;
	font-size: 11px;
}

a.news_box:hover
{
	background-image: url(../images/bknd_news_box_on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

a.profile_title:link, a.profile_title:active, a.profile_title:visited
{
	font-size: 12px;
	color: #073242;
	text-decoration: none;
	display: block;
	font-weight: bolder;
	margin-bottom: 6px;
}

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

a.no_photo_m:link, a.no_photo_m:active, a.no_photo_m:visited
{
	background-image: url(../images/no_photo_m.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #073242;
	text-decoration: none;
	margin-right: 8px;
	padding-top: 46px;
	float: left;
	width: 74px;
	height: 50px;
	border: 1px solid #073242;
	font-size: 11px;
	display: block;
}

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

a.no_photo_w:link, a.no_photo_w:active, a.no_photo_w:visited
{
	background-image: url(../images/no_photo_w.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #073242;
	text-decoration: none;
	margin-right: 8px;
	padding-top: 46px;
	float: left;
	width: 74px;
	height: 50px;
	border: 1px solid #073242;
	font-size: 11px;
	display: block;
}

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

a.only_member_m:link, a.only_member_m:active, a.only_member_m:visited
{
	background-image: url(../images/only_member_m.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #073242;
	text-decoration: none;
	margin-right: 8px;
	padding-top: 46px;
	float: left;
	width: 74px;
	height: 50px;
	border: 1px solid #073242;
	font-size: 11px;
	display: block;
}

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

a.only_member_w:link, a.only_member_w:active, a.only_member_w:visited
{
	background-image: url(../images/only_member_w.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #073242;
	text-decoration: none;
	margin-right: 8px;
	padding-top: 46px;
	float: left;
	width: 74px;
	height: 50px;
	border: 1px solid #073242;
	font-size: 11px;
	display: block;
}

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

a.profile_img:link, a.profile_img:active, a.profile_img:visited
{
	background-image: url(../images/temp_profile_missing.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #073242;
	text-decoration: none;
	margin-right: 8px;
	padding-top: 46px;
	padding-bottom: 7px;
	float: left;
	width: 74px;
	max-height: 96px;
	border: 1px solid #073242;
	font-size: 11px;
	display: block;
}

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

a.profile_link:link, a.profile_link:active, a.profile_link:visited
{
	color: #0D5D6B;
	text-decoration: none;
	float: right;
	padding-top: 5px;
}

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

/* tag cloud links */

a.tag1:link, a.tag1:active, a.tag1:visited
{
	color: #1B677F;
	font-size: 28px;
	padding: 3px;
	text-decoration: none;
}

a.tag2:link, a.tag2:active, a.tag2:visited
{
	color: #7B9A3D;
	font-size: 22px;
	padding: 3px;
	text-decoration: none;
}

a.tag3:link, a.tag3:active, a.tag3:visited
{
	color: #A0A5A9;
	font-size: 18px;
	padding: 3px;
	text-decoration: none;
}

a.tag4:link, a.tag4:active, a.tag4:visited
{
	color: gray;
	font-size: 14px;
	padding: 3px;
	text-decoration: none;
	font-weight: 600;
}

a.tag5:link, a.tag5:active, a.tag5:visited
{
	color: gray;
	font-size: 12px;
	padding: 3px;
	text-decoration: none;
}

/* end tag cloud links */

a.top_nav:link, a.top_nav:active, a.top_nav:visited
{
	color: white;
	font-weight: bolder;
	text-decoration: none;
}

a.top_nav:hover
{
	color: #43C3DA;
}

a.top_nav_selected:link, a.top_nav_selected:active, a.top_nav_selected:visited
{
	color: #43C3DA;
	font-weight: bolder;
	text-decoration: none;
}

/* Classes */
.button_submit
{
	width: 100px;
	background-color: #43C3DA;
	color: #1B677F;
	font-weight: bold;
	padding: 2px;
	font-size: 11px;
}

.content
{
	padding: 8px;
}

.content_home
{
	background-image: url(../images/bknd_content_home.gif);
	background-repeat: repeat-x;
	padding: 6px;
}

.content_left
{
	float: left;
	width: 644px;
	margin-right: 4px;
	position: relative;
}

.content_right
{
	float: right;
	width: 322px;
}

.copyright
{
	color: #808080;
	font-size: 11px;
}

.copyright_divider
{
	border-bottom: 2px solid #E5E7DA;
	display: block;
}

.feature_home
{
	border: 1px solid Gray;
	margin-bottom: 6px;
}

.feature_content
{
	color: Gray;
	font-size: 11px;
	line-height: 15px;
}

.header_links
{
	float: right;
	font-size: 11px;
	position: relative;
	color: #808080;
	padding-top: 10px;
	padding-right: 14px;
}

.headline
{
	font-size: 16px;
	color: #073242;
	display: block;
	margin-bottom: 4px;
	text-align: left;
}

.headline_search_home
{
	font-size: 30px;
	font-weight: bold;
	color: white;
}

.logo
{
	display: block;
	width: 236px;
	height: 53px;
	top: 20px;
	left: 18px;
	position: relative;
}

.modal_background
{
    filter: Alpha(Opacity=40);
    -moz-opacity:0.4;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    z-index: 500;
    top: 0px;
    left: 0px;
}

.modal_container
{
    position: absolute;
    width: 620px;
	height: 512px;
    left: 50%;
    top: 50%;
    z-index: 750;
}

.modal
{
    /*background-color: white;*/
	background-image: url(../images/bknd_modal.png);
	background-repeat: no-repeat;
    position: relative;
    top: -200px;
    left: -310px;
    z-index: 1000;
    width: 620px;
    height: 512px;
    padding: 0px;
}

.modal_body
{
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	line-height: 18px;
}

.modal_body p
{
	margin-top: 12px;
	margin-bottom: 12px;
}

.modal_body ol, ul
{
	margin-top: 8px;
	margin-bottom: 8px;
}

.modal_tip
{
	display: block;
	background: #92B21C;
	border: 1px solid #AECF37;
	padding: 4px;
	margin-top: 14px;
}

.nav
{
	background-image: url(../images/bknd_nav.png);
	background-repeat: no-repeat;
	width: 632px;
	height: 28px;
	color: white;
	position: relative;
	top: 14px;
	float: right;
	right: 8px;
	padding-top: 6px;
}

.nav_content_form
{
	padding-top: 18px;
	padding-left: 22px;
	color: white;
	font-size: 12px;
	margin-bottom: 9px;
	display: block;
}

.nav_content_form img
{
	vertical-align: middle;
	margin-top: -3px;
}

.nav_content
{
	color: white;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}

.nav_content_left
{
	float: left;
}

.nav_content_left_text
{
	float: left;
}

.nav_content_right
{
	float: right;
}

.nav_content a
{
	color: white;
	text-decoration: underline;
	font-weight: bolder;
}

.nav_content_home_left
{
	margin-top: 34px;
	margin-left: 130px;
	margin-right: 80px;
	margin-bottom: 16px;
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	color: white;
	float: left;
	font-size: 13px;
}

.nav_content_home_left p, .nav_content_home_right p
{
	margin-top: 6px;
}

.nav_content_home_help_left
{
	margin-top: 24px;
	margin-left: 24px;
	margin-bottom: 16px;
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	color: white;
	float: left;
	font-size: 12px;
}

.nav_content_home_right
{
	margin-top: 56px;
	margin-bottom: 16px;
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	color: white;
	float: left;
	font-size: 13px;
}

.nav_content_home_bottom
{
	display: block;
	margin-left: 340px;
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	color: white;
	clear: both;
}

.nav_content_home_tip
{
	float: right;
	position: relative;
	top: 4px;
	right: 4px;
}

.pages
{
	background-image: url(../images/bknd_pages.gif);
	background-repeat: repeat-x;
}

.pagination_left
{
	font-size: 12px;
	text-align: left;
	margin-bottom: 8px;
	display: block;
}

.pagination_right
{
	font-size: 12px;
	text-align: right;
	display: block;
	clear: both;
	padding-right: 335px;
}

.profile_container
{
	display: block;
	width: 300px;
	height: 130px;
	color: #333;
	padding-bottom: 6px;
	border-bottom: 1px dotted #A0A5A9;
	margin-bottom: 16px;
	overflow: hidden;
}

.profile_container img
{
	border: 1px solid #0D5D6B;
	float: left;
	margin-right: 8px;
}

.quick_search_left_container
{
	float: left;
	margin-right: 7px;
	width: 476px;
	height: 149px;
	background-image: url(../images/bknd_search_left.gif);
	background-repeat: no-repeat;
}

.quick_search_right_container
{
	float: left;
	width: 476px;
	height: 149px;
	background-image: url(../images/bknd_search_right.gif);
	background-repeat: no-repeat;
}

.quick_search_content
{
	padding: 16px;
}

.quick_search_content_column
{
	float: left;
	margin-right: 60px;
}

.quick_search_content_column a
{
	color: #65ABAB;
	text-decoration: none;
	line-height: 18px;
}

.search_column
{
	float: left;
	width: 300px;
	margin-right: 26px;
	overflow: hidden;
}

.search_column_right
{
	float: right;
	width: 300px;
	overflow: hidden;
	text-align: center;
}

.search_column_right img
{
	margin-bottom: 6px;
	display: block;
}

.spark_warning
{
	text-transform: uppercase;
	font-size: 12px;
	color: gray;
	font-weight: bold;
}

.tag_cloud
{
	border: 2px solid #E5E7DA;
	padding: 10px;
	color: #B7BBC4;
	font-size: 12px;
	text-align: center;
	margin-bottom: 8px;
}

/* Positional DIV */
div#city_suggestions{
	display:none;
	height:auto;
	overflow: hidden;
	width:200px;
	border-color:black;
	border-style: none solid solid;
	border-width:medium 1px 1px;
	background-color:white;
	color: black;
	position: absolute;
	z-index: 102;
}

div.city_element{
	border-color:grey;
	border-style: solid none none;
	border-width: thin 1px 1px;
	font-size: 8pt;
	cursor: pointer;
	height:35px;
	overflow: hidden;
	padding-left: 10px;
}

span.city_text{
	text-align: left;
	vertical-align: middle;
}

div#content_container
{
	position: relative;
	width: 975px;
	background: white;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 20px;
	overflow: hidden;
	z-index: 0;
}

div#content_bottom
{
	width: 975px;
	height: 38px;
	display: block;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	background: white;
	clear: both;
}

div#feedback_page
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
    z-index: 10;
}

div#footer_container
{
	width: 975px;
	height: 38px;
	text-align: center;
	position: relative;
	font-size: 11px;
	color: #333333;
	padding-left: 8px;
	clear: both;
	background-image: url(../images/curve_bottom.gif);
	background-repeat: no-repeat;
}

div#logo_container
{
	width: 975px;
	text-align: left;
	position: relative;
	margin-bottom: 0px;
}

div#location_page
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}

div#main_content_container
{
	width: 976px;
	margin-left: auto;
	margin-right: auto;
}

div#modal_page
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
    z-index: 10;
}

div#nav_container_home
{
	width: 975px;
	height: 276px;
	text-align: left;
	position: relative;
	background-image: url(../images/bknd_header_home.png);
	background-repeat: no-repeat;
	z-index: 5;
}

div#nav_container_home_help
{
	width: 574px;
	height: 370px;
	text-align: left;
	position: absolute;
	background-image: url(../images/bknd_modal.png);
	background-repeat: no-repeat;
	z-index: 1000;
	display: none;
}

div#nav_container_pages
{
	width: 975px;
	height: 75px;
	text-align: left;
	position: relative;
	background-image: url(../images/bknd_header_pages.png);
	background-repeat: no-repeat;
	z-index: 5;
}

div#seeking_page
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}