/*----------------------------------------------------------------------------- 
BnBSpa Main CSS Document
version:   1.0 
date:      02/14/10
-----------------------------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, p, ol, ul, dl, dd, dt, hr, blockquote {
	display: block
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #FFB0FF;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	list-style-image: url(images/li.gif);
}
h1 {
	font-size: 2em;
	font-weight: bolder;
	margin: .5em 0;
}
h2 {
	font-size: 1.5em;
	font-weight: bolder;
	margin: .67em 0;
}
h3 {
	font-size: 1.25em;
	font-weight: bolder;
	margin: .85em 0;
}
h4 {
	font-size: 1em;
	font-weight: bolder;
	margin: 1em 0;
}
h5 {
	font-size: .83em;
	font-weight: bolder;
	margin: 1.2em 0;
}
h6 {
	font-size: .67em;
	margin: 1.5em 0;
}
p {
	margin: 1em 0;
	color: #000;
}
b, strong {
	font-weight: bolder
}
blockquote {
	margin-left: 40px;
	margin-right: 40px;
}
i, cite, em, var, address {
	font-style: italic
}
pre, tt, code, kbd, samp {
	font-family: monospace;
}
pre {
	white-space: pre
}
big {
	font-size: 1.2em
}
small, sub, sup {
	font-size: .84em
}
sub {
	vertical-align: sub
}
sup {
	vertical-align: super
}
s, strike, del {
	text-decoration: line-through
}
ol, ul, dir, menu, dd {
	margin-left: 0px
}
ol ul, ul ol, ul ul, ol ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
ol {
	list-style-type: decimal;
}
li {
	padding-bottom: 4px;
}
#title {
	font-size: 1.4em;
	font-weight: bolder;
	margin: .8em 0;
	color: #374015;
}
#main {
	text-align: left;
}
#footer {
	font-size: 11px;
	color: #C6F383;
}
#footer A:link {
	color: #C6F383;
	text-decoration: none;
}
#footer A:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}
#footer A:visited {
	color: #C6F383;
	text-decoration: none;
}
.purpletext {
	color: #A77FDF;
}
.boxpadding {
	padding-left: 46px;
	padding-right: 46px;
}
.fullpage {
	text-decoration: none;
}
table.fullpage {
	background-image:url(images/border_fullpage_middle.gif)
}
.servicelist {
	text-decoration: none;
}
h3.servicelist {
	margin: 6px;
	color: #000;
}
h4.servicelist {
	color: #900;
}
p.servicelist {
	margin: 7px;
	color: #000;
}
img.servicelist {
	margin: -4px 15px 8px 0;
	border: 0;
}
hr.servicelist {
	margin: 6px 0px 12px 0px;
	clear: both;
}
table.servicelist {
	background-image:url(images/border_services_middle.gif)
}
a.servicelist:link {
	color: #222D3C;
	text-decoration: none;
}
a.servicelist:visited {
	color: #222D3C;
	text-decoration: none;
}
a.servicelist:hover {
	color: #900;
	border-bottom-width: 1px;
	border-bottom-color: #900;
	border-bottom-style: solid;
}
a.servicelist:focus {
	color: #900;
	border-bottom-width: 1px;
	border-bottom-color: #900;
	border-bottom-style: solid;
}
a.servicelist:active {
	color: #900;
	border-bottom-width: 1px;
	border-bottom-color: #900;
	border-bottom-style: solid;
}
a.highlightlink:link {
	color: #636;
	text-decoration: none;
	font-weight: bold;
}
a.highlightlink:visited {
	color: #636;
	text-decoration: none;
	font-weight: bold;
}
a.highlightlink:hover {
	color: #900;
	border-bottom-width: 1px;
	border-bottom-color: #900;
	border-bottom-style: solid;
	font-weight: bold;
}
a.highlightlink:focus {
	color: #900;
	border-bottom-width: 1px;
	border-bottom-color: #900;
	border-bottom-style: solid;
	font-weight: bold;
}
a.highlightlink:active {
	color: #900;
	border-bottom-width: 1px;
	border-bottom-color: #900;
	border-bottom-style: solid;
	font-weight: bold;
}
.headshot {
	float: left;
	margin-right: 20px;
}
.pictureright {
	float: right;
	margin-left: 20px;
}

/* Common Classes */
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.textJustify {
	text-align: justify;
}
.blockCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
} /* remember to set width */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.noindent {
	margin-left: 0;
	padding-left: 0;
}
.nomargin {
	margin: 0;
}
.nopadding {
	padding: 0;
}
.nobullet {
	list-style: none;
	list-style-image: none;
}

