/* Main style sheet for Healing Hands NC
   www.healinghands-nc.com
   Started April 2, 2007 */

body {
	color:#28183A;
	margin-top:0;
	margin-left:0;
	margin-right	:0;
	font-family: Verdana, Helvetica, san serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #F1A0A0;
	margin-bottom: 0px;
	background-image: url(/images/background_tile.jpg);
}

/* --- Link properties --- */

A:link {
	color:#1654AF;
	text-decoration: none;
}
A:visited {
	color:#1654AF;
}
A:hover {
	color:#D22D2D;
}
:focus, :active { outline: 0; }

/* --- Formatting --- */
#container {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	float:center;
	height: 100%;

	}
#slideshow {
	padding:0px;
	float:center;
}
#menu {
	float:center;
}

#center {
	width:750px;
	padding:0px;
	margin-left: 130px;
}
#contentcentertitle {
	height: 40px;
	vertical-align: middle;
	padding: 20px;
	text-align: center;
}
#contentcenter {
	padding:8px;
}


/* --- Classes --- */

.regtext {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	color: #3D1F1F;
}
.justify {
	text-align: justify;
}
.regtextWhite{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	color: #FFFFFF;
}
.regtextBlk{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	color: #000000;
}
.regtextBlk A:link {
	color:#0130C6;
}
.regtextBlk A:visited {
	color:#0130C6;
}
.regtextBlk A:hover {
	color:#D22D2D;
}
.siteDescr {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	width: 250px;
	text-align: left;
}
.NavText {
	color: #621E1C;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/btn_bg.jpg);
	background-repeat: repeat;
}
.NavText A:link    {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/btn_bg.jpg);
	background-repeat: repeat;
	display: block;
	width: 100%;
}
.NavText A:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/btn_bg.jpg);
	background-repeat: repeat;
	display: block; width: 100%;
}
.NavText A:hover   {
	color: #ffe09d; 
	text-decoration: none;
	background-image: url(/images/btn_bg_on.jpg);
	background-repeat: repeat;
	display: block; width: 100%;
}

/* --- small headings, the formatting above and below is 0 so that they can be snugged up against other text without a regular <p></p> space --- */

.links_Top {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #D1CDC5;
	text-decoration: none;
}
.links_Top A:link{
	color: #2B62B5;
	text-decoration: none;
}
.links_Top A:visited {
	color: #2B62B5;
	text-decoration: none;
}
.links_Top A:hover {
	color: #D22D2D;
	text-decoration: none;
}
.smlheading {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
}

/* --- Medium headings, the formatting above and below is 0 so that they can be snugged up against other text without a regular <p></p> space --- */

.medheading{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	}
.lrgheading{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	}
.medheadingB {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0em;
	margin-bottom: 0em;
	margin-top: 0em;
	color: #FFFFFF;
}
.medheadingblk{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	margin: 0em;
	color: #000000;
}
.medheadingBblk{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0em;
	margin: 0em;
	color: #000000;
}
.tiny {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
}
.tinyblk {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	color: #000000;
}
.tblbrdr {
	color:#332D6A;
    border-width: 1px;
    border-style: solid;
    border-color: #88071D;
    }
.tblbrdr A:link {
	color: #750B0B;
	text-decoration: underline;
}
.tblbrdr A:visited {
	color: #750B0B;
	text-decoration: underline;
}
.tblbrdr A:hover {
	color: #D50000;
	text-decoration: underline;
}
.redtext {
	color: #FF0000;
}
