@charset "utf-8";
/* CSS Document */

html   {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
}

body {
	background-image:url(/store/templates/slim/images/1.png);
	background-repeat:repeat-x;
	background-color:#D2D9B6;
}

p, div, h1, h2, h2, h4{

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

h1 {
	font-size: 26px;
	line-height:inherit;
	font-weight:normal;
}

h2 {
	font-size: 18px;
	line-height:20px;
}

h3 {
	font-size: 15px;
	line-height: 18px;
}

h4 {
	font-size: 14px;
    line-height: 18px;
}

/* LINKS */

a {
	color: #EE0A0A;
	text-decoration:underline;
}

	a img { 
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	text-decoration:none;
	}

	a:hover, a:active, a:focus {
	color:#F00;
	text-decoration: underline;
	}
	
hr {
	color:#993;
	background-color:#993;
	height:1px;
	border:0px;
	
}

.keyBullets p {
	margin-bottom:20px;
	padding-left:30px;
	display:block;
	background-image:url(/base/IMG_base/bullet.png);
	background-position:top left;
	background-repeat:no-repeat;
}

/* signup form */

.fieldbox {
	position:relative;

}

.boxField {
	width:100px;
	height:15px;
	padding:2px;
	margin:0px;
	border: #033 3px solid;
	background-color:#fff;
	color:#033;
	font-weight:bold;
	font-size:14px;
}

/* PRACTITIONER DIRECTORY */

.pracGroup {
	position:relative;
	padding:8px;
	background:#F6FFDB;
	border-bottom:#BADCE3 1px solid;
	margin-bottom:10px;
}

.pracBox {
	border:#BADCE3 1px solid;
	margin-bottom:15px;
}
	

.pracItemFull {
	position:relative;
	margin-bottom:10px;
	padding:6px;
}

.pracItemShort {
	
	position:relative;
	margin-bottom:5px;
	padding:3px;
	float:left;
	width:48%;
	height:70px;
	line-height:17px;
}
	

.pracCol1 {
	float:left;
	width:60px;
	height:60px;
	margin-right:15px;
}

.pracItemFull .pracCol2 {
	float:left;
	width:480px;
}

.pracItemShort .pracCol2 {
	float:left;
	width:210px;
}

.pracList {
	padding-bottom:10px;
	border-bottom:#BADCE3 1px solid;
	margin-bottom:15px;
}

.pracBio div, .pracBio p{
	padding-bottom:15px;
}

.hideRelated .related_post {
	visibility:hidden;
	display:none;
}



