/***********************************************/
/* Basic Sitewide Elements                     */
/***********************************************/ 

body{
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	color: black;
	line-height: 1.166;	
	width: 100%;
	min-width: 740px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
}

h1, h2, h3, h4, h5, h6 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
}

h1{
	font-size: 110%;
}

h2{
	font-size: 100%;
}

h3{
	font-size: 90%;
}

h4{
	font-size: 90%;
}

p{
	font-size: 90%;
}

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
	font-weight: bold;
}

hr{
	clear: both;
	margin: 0;
	visibility: hidden;
}

.invisible{
	clear: both;
	height: 0px;
	border: none;
}				

.centered {
	text-align: center;
}

.align_middle {
	vertical-align: middle;
}

.warning{
	color: red;
}

.error{
	color: red;
	font-weight: bold;
	margin: 0 0 0 2em;
}

.note{
	font-size: 70%;
}

/* Column Lists (city and state link lists, listing form)   */
ul.col_list{
	margin: 0 0 20px 0;
	padding-left: 1em;
	list-style: none;
}

ul.col_list li{
	width: 15em;
	float: left;
	margin: .4em .5em .4em 0;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

div.header{
	margin: 0px;
	height: 102px;
	border-top: solid 2px #990000;
	background: url(/images/header_bg.png) repeat;
}

div.main{
	margin: 0px;
	background: none;
	padding: 5px;
}

div.content{
	margin: 15px 15px 20px 15px;
	overflow: hidden;
}

div.footer{
	margin: 0px;
	border-top: 1px #333333 solid;
	color: #666666;
}


/***********************************************/
/* Header Content Elements		                 */
/***********************************************/

div.header a, div.header a:link, div.header a:visited, div.header a:hover{
	color: black;
	text-decoration: none;
}

img#nwm_logo{
	float: left;
	margin-top: 39px;
	margin-left: 10px;
	height: 23px;
	width: 215px;
}

a#tag_line{
	clear: left;
	float: left;
	margin-top: 1px;
	margin-left: 11px;
	font-size: 70%;
	font-style: italic;
	font-weight: bold;
}

table#therapies{
	position: relative;
	left: 10px;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: 350px;
	line-height: 70%;	
}

table#therapies tr td{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 70%;	
}

td#therapies_header{
	text-align: center;
}

img#massage{
	float: right;
	margin-top: 6px;
	height: 89px;
	width: 155px;
}


/***********************************************/
/* Main Content Elements  			               */
/***********************************************/

div#content_lead{
	margin: 0 282px 0 0px;
}


/***********************************************/
/* Listing Content Elements		               */
/***********************************************/

div.listing {
	background: #F2F2D7;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid black;
	padding: 0px;
}

table.listing_head {
	display: table;
	width: 100%;
	background: #666600;
	border: 1px solid black;
	padding: 2px;
	vertical-align: middle;
}

table.listing_head h4{
	margin: 0px 10px 0px 10px;
	color: white;
}

td.click_full {
	width: 18em;
	background: white;
	text-align: center;
	font-size: 70%;
	vertical-align: middle;
}

div.listing_full{
	margin-left: 240px;
}

div.listing_full label{
	float: left;
	width: 100px;
	display: block;
	margin: 0 10px 0 -110px;
}

img#listing_image{
	float: left;
	width: 105px;
	margin: 10px 10px 0px 10px;
}

p.listing_description {
	margin: 10px 10px 10px 125px;
}

p.report_it {
	font-size: 70%;
	text-align: right;
	margin: 0 5px 2px 0;
	color: #999999;
}

p.report_it a{
	margin: 0;
}

p.distance{
	font-size: 70%;
	margin: 0 0 2px 0;
}

/* City and state link lists   */
ul#link_list{
	font-weight: bold;	
}

/* Page Numbers */
p.page_numbers{
	font-size: 100%;
	text-align: center;
}

p.page_numbers a{
	margin: 0 .1em 0 .1em;
}

p.page_numbers .page_nav{
	margin: 0 .5em 0 .5em;
}


/************************************************/
/* General Form Elements			               */
/************************************************/
p.required_message {
	margin-left: 5em;
	font-size: 80%;
	font-weight: bold;
}

p.forgot_password {
	margin-left: 12em;
	font-size: 80%;
	font-weight: bold;
}

/************************************************/
/* Listing Form Elements			               */
/************************************************/

div#listing_form {
	margin: 0;
	padding: .3em 20px 20px 20px;
}

div#listing_form p{
	margin-top: 2px;
}

div#listing_form img{
	margin-top: 2px;
}

div#listing_form input, div#listing_form select{
	margin: .3em 0 .1em 0;
}

div#listing_form hr{
	margin: .1em 2.5% .6em 2.5%;
	height: 1px;
	clear: both;
	text-align: center;
	visibility: visible;
	background: #990000;
	border: none;
}

ul#type_list{
	text-align: right;
	font-size: 90%;
	margin-bottom: 30px;
}

ul#type_list li{
	width: 12em;
	margin-bottom: 1em;
}

ul#type_list hr{
	visibility: hidden;
}


/***********************************************/
/* Centered Form Elements			              */
/***********************************************/

div.centered_form h1{
	display: none;
}

div.centered_form h3{
	margin-top: 2em;
}

div.centered_form h3.warning{
	margin: 0 0 2em 5em;
}

div.centered_form{
	width: 40em;
	margin: 0 auto 0 auto;
}

div.centered_form .submit{
	margin-left: 8.5em;
}

div.centered_form label{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: .5em;
	display: block;
	font-weight: normal;
	font-size: 90%;
}


/************************************************/
/* Footer Content Elements								*/
/************************************************/

div.footer a, div.footer a:link, div.footer a:visited, div.footer a:hover {
	color: #666666;
}

div.footer p {
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

p.copyright {
	float: right;
	font-size: 70%;
}


/************************************************/
/* Block Elements		                 				*/
/************************************************/

/* Locator */
div#locator {
	width: 260px;
	border: solid 1px #990000;
	margin: 0px 10px 20px 10px;
	padding: 0px;
	float: right;
}

div#locator_head {
	width: 100%;
	height: 1.5em;
	background-color: #cc6600;
	border-bottom: solid 2px #990000;
	text-align: center;
}

div#locator_head h3 {
	margin: 0px;
	padding-top: .25em;
	color: white;
}

div#locator p {
	font-size: 90%;
	margin: .2em;
}

div#locator form{
	margin: 0;
}

