/* CSS stylesheet for Natural Health Massage Therapy pages
last revised 7/18/2010
*/

/* --------------------------------------------------------------- */
/* CSS reset courtesy of http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse; 
	border-spacing: 0;
}
/* -----end of reset---------------------------------------------- */

/* =========================================================================== */
/* = The 1Kb Grid = */     /* 12 columns, 80 pixels each, with 0 pixel gutter */
.grid_1 { width:80px; }
.grid_2 { width:160px; }
.grid_3 { width:240px; }
.grid_4 { width:315px;
	border-color: #FFF; 
	border-style: solid; 
	border-left-width: 5px; 
 }
.grid_5 { width:400px; }
.grid_6 { width:480px; }
.grid_7 { width:560px; }
.grid_8 { width:640px; }
.grid_9 { width:720px; }
.grid_10 { width:800px; }
.grid_11 { width:880px; }
.grid_12 { width:960px; }

.column {
	margin: 0;
	overflow: hidden;
	float: left;
	display: inline;
}

.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0;
	width: auto;
	display: inline-block;
}
/* ============================= end of 1KB Grid system ============================ */
/* ============================= begin custom CSS ================================= */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	background-color: #AAA;
}

h1 {
	color: #FFF;
	font-family: Garamond, serif;
	font-size: 4em;
	font-style: italic;
	letter-spacing:0.09em;
	margin: 10px 20px 15px 20px;
}

h2 {
	font-family: Garamond, serif;
	color: #404060;
	font-size: 2.4em;
	font-style: italic;
	letter-spacing:0.02em;
	padding: 5px 0 5px 0;
}

h3 {
	color: #FFF;
	font-family: Garamond, serif;
	font-size: 1.8em;
	padding: 5px 0 10px 0;
}


#coupon {
	border:thick dashed #067;
	padding: 5px 0 10px 10px;
	visibility: hidden; /* === hidden 4/14/2011 === */
}


img { -ms-interpolation-mode: bicubic; }

p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	padding: 0 0 10px 0;
}

.space_below1{
	margin: 0 0 10px 0;
}

.space_below2{
	margin: 0 0 50px 0;
}

.space_below3{
	margin: 0 0 90px 0;
}

.clear {
	clear: both;
}

#header {
	background-color: #456;
}

#linkbar {
	background-color: #404060;
}

#linkbar ul {
	float: left;
	list-style: none;
}

#linkbar li {
	float: left;
	height: 1.8em;
	margin: 0 0 0 10px;
	padding: 5px 10px 0 10px;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;"
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
 }

#linkbar li a{
	display: block;
	font-size:1.4em;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:550;
	text-decoration:none;
}

	a:link {color: #FFF;} /* unvisited link */
	a:visited {color: #EEE;} /* visited link */
	a:hover {background-color: #FFF; color: #404060;} /* mouse over link             NEED TO FIX THE HOVER IN IE*/ 
	a:active {background-color: #FFF; color: #404060;} /* selected link */
	#linkbar li:hover {background-color: #FFF; color: #404060;} /* mouse over link */

#main {}

#map {
	background-color: #404060;
	color: #FFFFFF;
/*	font-family: Garamond, serif;*/
	font-size: 1.4em;
/*	font-style: italic;
	font-weight: 600;
	letter-spacing:0.02em;*/
	padding:10px;
}

#news {
	border-color: #FFF; 
	border-style: solid; 
	border-top-width: 5px; 
	padding: 20px;
}

#news p{
	font-size: 1.4em;
	padding: 0 0 6px 10px;
	text-align; center;
}

#news ul {
	list-style-type: square;
	padding: 0 0 0 40px;
}
#news ul li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	padding: 0 0 10px 0;
}

#color_block {
	background-color: #456;
	color: #FFFFFF;
	margin: 0 130px 0 25px;
	padding: 0 0 0 10px;
}

.newsheader {
	background-color: #404060;
	color: #FFFFFF;
	font-size: 1.6em;
	font-style:italic;
	padding:10px;
}

#NHcounter {
	display: none;
}

.photo {
	float: left;
	padding: 0 20px 5px 10px;
}

.qualities {
	background-color: #404060;
	color: #FFFFFF;
	font-family: Garamond, serif;
	font-size: 2em;
	font-style: italic;
	font-weight: 600;
	letter-spacing:0.02em;
	padding:10px;
}

#street_address {
	border-color: #FFF; 
	border-style: solid; 
	border-top-width: 5px; 
}

#street_address h2{
	background-color: #456;
	color: #FFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: 600;
	padding: 10px 0 15px 10px;
}

.this_page {
	background-color: #FFF;
}

.this_page a {
	color: #404060;
}

/* ============================= end custom CSS ================================= */

