* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #333;
	font: 12px/16px Arial, sans-serif;
}
a {
	color: #222256;
}
a:hover {
	text-decoration: none;
}
.active {
	font-weight: bold;
	text-decoration: none;
}
img {
	border: none;
}
blockquote {
	margin-left: 30px;
}
h3 {
	font: 18px/21px Arial, sans-serif;
	color: #393939;
	margin: 5px 0;
}
h4 {
	font: 13px/15px Arial, sans-serif;
	font-weight: bold;
	color: #393939;
	margin: 5px 0 0 0;
}

p {
	margin: 1em 0;
}
ul, 
ol {
	list-style: none;
}
address {
	font-style: normal;
}
.reset {
	clear: all;
}
.reset-right {
	clear: right;
}
.reset-left {
	clear: left;
}

.wrap {
	width: 100%;
	overflow: hidden;
}
.left {
	float: left !important;
	display: inline;
}
.right {
	float: right !important;
	display: inline;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}
.container {
	width: 630px;
	overflow: hidden;
}
.header {
	width: 100%;
	overflow: hidden;
}
.header strong {
	float: right;
	padding: 10px 20px 0;
}
.nav {
	height: 27px;
	background: #1d1c39 url('/App_Themes/Affiliates/FineLiving/Images/bg-nav.gif') repeat-x;
	color: #e5e5e5;
	text-align: right;
	padding: 0 20px;
	font: 11px/27px Arial, sans-serif;
	border-bottom: 16px solid #fff;
}
.nav ul {
	float: left;
	overflow: hidden;
}
.nav ul li {
	float: left;
	padding: 0 15px;
	margin-left: -15px;
}
.nav a {
	color: #e5e5e5;
	text-decoration: none;
}
.nav a:hover {
	color: #97bb42;
}
.nav ul.footer li {
	background: url('/App_Themes/Affiliates/FineLiving/Images/spr-nav.gif') no-repeat 7px 50%;
}
.nav ul.footer a {
	color: #ccc;
}
.nav ul.footer a:hover {
	color: #97bb42;
}
/* membership 
************************************/
.member {
	float: left;
	width: 403px;
	padding: 0 9px 9px;
	border: 1px solid #e8e8e8;
	background: url('/App_Themes/Affiliates/FineLiving/Images/bg-member.gif') repeat-x 0 50%;
	
}
.member p {
	margin: 0;
}
.member ul.list {
	padding: 10px 0 0;
	width: 100%;
	overflow: hidden;
}
.member ul.list li {
	width: 160px;
	padding: 0 20px 10px 20px;
	float: left;
	background: url('/App_Themes/Affiliates/FineLiving/Images/bullet.gif') no-repeat 2px 6px;
	list-style: none;

}

.copy {
	float: left;
	width: 403px;
	
}

.narcol {
	float:right;
	width: 175px;
	background: url('/App_Themes/Affiliates/FineLiving/Images/bg-leadstore.jpg') no-repeat;
	padding: 1px 10px 10px;
	line-height: 15px;
	border: 1px solid #D6DFEB;
}
.narcol p {
	margin: 0 0 10px;
}
.narcol li {
	margin-bottom: 12px;
}


.testimonial {
	font: 11px/20px georgia, Arial, sans-serif;
	font-style: italic;
}
.testimonial span{
	font: 20px/20px georgia, Arial, sans-serif;
	
}

/* Navigation Dropdowns
************************************/
#navigation {
	background: url('/App_Themes/Affiliates/FineLiving/Images/bg-nav.gif') repeat-x;
	height: 28px;
	position: relative;
	z-index: 999;
	font: 11px/27px Tahoma, Arial, sans-serif;
}
#navigation .login {
	float: right;
	width: 100px;
	text-align: center;
	color: #ffe19d;
}
#navigation a {
	text-decoration: none; 
	color: #fff;
}
#navigation .login a {
	text-decoration: none; 
	color: #fff;
}


#navigation .active a,
#navigation .active a:hover {
	color: #f4f4f4;
}
#navigation ul {
	float: left;
	display: inline;
	position: relative;
	margin: 0 6px;
	text-transform: uppercase;
}
#navigation ul ul {
	position: absolute;
	z-index: 99;
	display: none;
	float: none;
	top: 28px;
	left: 0;
	margin: 0;
	text-transform: none;
	width: 183px;
	padding: 6px 12px;
	background: #1a1a1a;
}
#navigation ul li:hover ul,
#navigation ul li.hover ul {
	display: block;
}
#navigation ul li {
	float: left;
	position: relative;
	padding: 0 0 1px 2px;
	margin-left: -2px;
}
#navigation ul li.first {
	background: none;
}
#navigation ul ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
	border-bottom: 1px solid #404142;
}
#navigation ul a {
	color: #fff;
	float: left;
	padding: 0 15px;
}
#navigation ul ul a {
	padding: 0 10px 5px;
	line-height: 17px;
}
#navigation ul a:hover {
	color: #97bb42;
}


#welcome {
	width: 100%;
	overflow: hidden;
	margin: 0 0 3px;
	background: url('/App_Themes/Affiliates/FineLiving/Images/bg-welcome.gif') repeat-x;
}
#welcome h2 {
	float: left;
	padding: 0 20px;
	font: bold 12px/30px Arial, sans-serif;
	color: #000;
}
#welcome strong {
	float: right;
	padding: 0 20px;
	font: 12px/30px Arial, sans-serif;
	color: #000;
}


.getmatched {
	margin: 0;
	border: 1px solid #b3b3b3;
	padding: 5px;
}
.getmatched .wrap {
	background: #a0c84d url('/App_Themes/Affiliates/FineLiving/Images/gradient.gif') repeat-x;
}

.sponsored {
	margin: 22px 0;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	padding: 0;
}
.sponsored .wrap {
	background: #f4f4f4;
	padding: 10px 5px;
}
.sponsored_copy {
	text-align: left; 
	font-size: 10px;
	height: 14px;
}

.sponsored_listing {
	width: 180px;
	padding-right: 20px;
	list-style: outside disc;
	float: left;
}


.content {
	padding-top: 5px;
	padding-bottom: 40px;
}

.content ul {
	margin: 0px;
	padding-left: 20px;
	list-style: outside disc;
}

h1,
h2 {
	margin: 15px 0 10px;
	font: 18px/22px Arial, sans-serif;
	color: #393939;
}
h2 {
	margin: 0 0 5px;
}
h4 {
	margin: 0 0 15px 0;
	font: 13px/22px Arial, sans-serif;
	font-weight: bold;
	color: #393939;
	
}
.small {
	font-size: 11px;
}
.onethird {
	width: 190px;
	padding-left: 20px;
	list-style: outside disc;
	float: left;
}
.widecol {
	float: left;
	width: 340px;
	padding: 10px;
}
.narrowcol {
	float: right;
	width: 210px;
	padding: 10px 20px;
}
.narrowcol p {
	margin: 5px 0 15px;
}
.request {
	float: right;
	width: 120px;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('/App_Themes/Affiliates/FineLiving/Images/but-request.gif') no-repeat;
}
.widecol ul {
	margin: 0 0 0 50px;
	padding-left: 20px;
	list-style: outside disc;
}
.widecol ul a {
	color: #333;
	text-decoration: none;
}
.widecol ul a:hover {
	text-decoration: underline;
}

/*
Results data *************************/


.results_wrapper, .sortby {
	padding: 0; 
	width: 300px;
	float: right;
}
.sortby {
	margin: 12px 12px 0px 12px;
	text-align: right;

}
.results_wrapper h5 {
	margin: 12px 12px 0px 12px;
	padding: 0; 
	text-align:right;
}
.pagination {
	padding: 0em;
	margin: 1em 1em 1em 0;
	font-size: 10px;
	float: right;
	text-align: center;
	white-space: nowrap;
	display: inline; 
	position:relative;
}

.pagination a, .pagination span {
	display: block;
	padding: 0.25em 0.5em;
	margin-right: 0.1em;
	float: left;
}

.pagination span.current {
	font-weight: bold;
}

.pagination a {
	border: 1px solid;
	text-decoration: none;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination a.nextprev {
	font-weight: bold;
}

/*
Listing *******************************/
.listing {
	width: 100%;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
ul.features, ul.contact-info, ul.features-review{
	margin: 0;
	padding: 0;
	list-style: none;
	
}


ul.features li, ul.contact-info li{
	float: left;
	margin-right: 20px;
}
ul.contact-info {
	margin-bottom: 50px;
}
ul.features-review{
	margin-bottom: 20px;
}
ul.features-review li{
	float: left;
	margin-right: 20px;
	font-size: 11px;
}


.listing h3 {
	font: 14px/22px Arial, sans-serif;
	font-weight: bold;
}

ul.right{
	list-style: none;
}
/* Form Assets
***************************************************/

form {
	padding: 10px;
	line-height: 150%;
}

/* Form Sections ======================================================================== */

/* Fieldset  */
fieldset {
	position:relative;
	margin: 1em 0px 20px 0px;
	padding: 2em 10px 10px 10px;
	background-color:#f4f4f4;
	border-width:1px 1px 1px 5px;
	border-style:solid;
	border-color:#ccc;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:small;
}
fieldset.loginsubmit { background: #f2f2f2; border: none !important; }
legend {
	line-height: 100%;
	position:absolute;
	padding: 3px 5px;
	top: -10px;	
	background-color:#373670;
	border-width:0px 0px 0px 5px;
	border-color:#ccc;
	border-style:solid;	
	color: #fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	text-align:center;
} 	 
/* Combo Label + Input Field =========================================================== */
form .oneField {
	margin: 6px 0;
	display: block;
	vertical-align: middle;
}
form .oneChoice {
	white-space: nowrap; 	
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	margin: 0 5px 10px 10px;
	color: #393939;
	line-height: normal;	width: 255px;
	font-size: 11px;

}
label.full { display: block; clear: both; width: 100%; }
label.login { display: block; clear: both; font-weight: bold; width: 100%}
label.required { display: block; position: relative; float: left; font-weight: bold;  }
label.leftcol 
{ 
	position: relative;
	display: block;
	float: left;
	width: 200px;
	font-size: 11px;
	color: #737980;
}
label.rightcol 
{ 
	position: relative;
	display: block;
	float: left;
	width: 310px;
	font-size: 11px;
	color: #737980;
}
/* Text inputs / Select label */
label.preField {
	font-size:90%;
	font-weight:bold;
	display: -moz-inline-box;
	display: inline-block;	
	min-width:100px;
	text-align:right;
	white-space: nowrap;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	padding: 0 4px;
	font-size:90%;
	color: #393939;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
	width: 300px;
	height: 100px;
}
input {
	background:#fff;
	margin:2px 5px 0 0;
	border: 1px solid #7f9db9;
	color:#5c71a2;
	font-family:"Courier New", Courier, mono;
	padding:1px 2px;
}
input[type='checkbox'] {		
	margin-right: 25px;
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
	border: 1px solid #ccc;
	outline: none;
	background: none;
	font: 11px/17px arial, tahoma, sans-serif;

}
/* Buttons ======================================================================= */

form .actions {
	padding-top: 5px;
	text-align: right;
	clear: right;
}
/* Submit button */
form .primaryAction {
	background:#97bc42;
	border:1px solid #809431;
	color: #fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	margin:0px 0px 0px 20px
}
form .primaryAction:hover {
	background-color:#373670;
}
button.loginsubmit {
	width: 69px;
	margin: 0 0;
}
button.loginsubmit:hover { border: 1px #666 solid; background: #c5c5c5; }





 
/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	overflow: expression('visible');
}

form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('7em');
	white-space: expression('nowrap');
}

/* jQuery ============================================================================ */
.accordion {
	width: 630px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #eaeaea url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

.validationerror
{
	font-weight: normal;
	color: Red;
}
.planselect
{
	padding: 2px 0 2px 0;	
}
input.radio
{ 
	width: 25px; 
	border: 0px;
	float: left;
	position: relative;
}
.notes
{
	font-size: 10px;
	margin-top: 15px;
}

.validationerror
{
	font-weight: normal;
	color: Red;
}
.planselect
{
	padding: 2px 0 2px 0;	
}
input.radio
{ 
	width: 25px; 
	border: 0px;
	float: left;
	position: relative;
}
.notes
{
	font-size: 10px;
	margin-top: 15px;
}

