/*
	Design by T Harper - Acclaim Pain relief.com
*/

/* ==========================================================Basic========================================================== */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
        text-align: justify;
}

a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* ==========================================================Outer========================================================== */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* ==========================================================Header========================================================== */

#header
{
	position: relative;
	background: #3FAFFF url('images/a5.gif') bottom left repeat-x;
	height: 130px;
	padding-left: 2em;
}

#header h1
{
	position: absolute;
        font-family: Microsoft Sans Serif;
	top: 0.8em;
	font-size: 2em;
	letter-spacing: -0.05em;
        color: #fff;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 1.3em;
        font-style: italic;
	top: 5em;
	color: #E0E8EF;
}

/* ==========================================================Menu========================================================== */

#menu
{
	position: absolute;
	top: 6.5em;
	right: 3em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
        color: #000;
}

/* ==========================================================Content========================================================== */

#content
{
	line-height: 1.4em;
}


#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
	padding: 0.3em 0 0.3em 1em;
}

#content h1
{
	font-size: 1.5em;
        color: #004e80;
        padding: 0.2em 0 1em 0;

}


#content h2
{
	font-size: 1.5em;

}

#content h3
{
        color: black;
	font-size: 1.2em;
	background-color: #ccc;

}

#content h4
{
        color: #666;
	font-size: 1.0em;
	background-color: #ddd;

}


#content h5
{
        color: black;
	font-size: 1.0em;
}

#content h6
{
        color: black;
	font-size: 1.0em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}


#content ol
{
	margin-bottom: 1.5em;
	padding: 1em 3em 1em 3em;
	list-style: decimal;
}

#content ol li
{
	margin-bottom: 1.5em;
	color: #000;
        font-weight: bold;
}


#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
	text-align: left;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
        text-align: justify;
}

#content table tr.rowH
{
	color: #fff;
	background: #3FAFFF url('images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowK
{
	color: #000;
	background: #999;
}


.testimonial {
  font-size: x-small;
  text-align: justify;
  margin: 0px;
  padding: 10px;
  background-color: #ffffcc;
  border: 1px solid #000000;
}

.testimonial h3 {
  color: #000066;
 text-decoration: underline;
}

.signature {
  color: #000066;
  font-weight: bold;
  font-style: italic;
  text-align: left;
}

.bigsignature {
  color: #000066;
  font-family: Bradley Hand ITC;
  font-size: xx-large;
  font-weight: bold;
  font-style: italic;
  text-align: left;
}

.imageleft {
  float: left;
  margin: 10px;
}

.imageright {
  float: right;
  margin: 10px;
}

.testimonials {
  font-family: Arial;
  color: #000;
  font-size: medium;
  text-align: justify;
  line-height: 200%;
  margin: 0 30px 0 30px;
  padding: 40px;
  background: #ebffff url(images/bluebackground3.jpg) repeat;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.signatures {
  color: #000066;
  font-weight: bold;
  font-style: italic;
  text-align: left;
}

.bullet li {
  list-style-type: disc;
  margin-left: 20px;
}


/* ==========================================================Primary Content========================================================== */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0.5em 19em 0em 17.25em;
	padding: 0.5em 3em 1.5em 3em;
}

/* ==========================================================Secondary Content========================================================== */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 1em 2em 1.5em 2em;
	background: #fff url('images/a1.gif') top right repeat-x;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('images/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

#secondaryContent h3 {
        color: #fff;
        background: #3FAFFF url('images/a8.gif') top left repeat-x;
        border-bottom: none;
}

#secondaryContent ul {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
	}

#secondaryContent img {
        border-style: dashed;
	}
	
#secondaryContent {
	width: 200px;
	margin: 0px;
	}
	
#secondaryContent li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
        text-align: left;
	text-decoration: none;
	}	
	
#secondaryContent li a:link, #secondaryContent li a:visited {
	color: #000;
	display: block;
	background:  url(images/menu.gif);
	padding: 8px 0 0 30px;
	}
	
#secondaryContent li a:hover {
	color: #FF8D42;
        font-weight: bold;
        font-size: 110%;
	background:  url(images/menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}

/* ==========================================================Tertiary Content========================================================== */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 15em;
	padding: 1em 2em 1.5em 2em;
	background: #fff url('images/a1.gif') top left repeat-x;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

#tertiaryContent h3 {
        color: #fff;
        background: #3FAFFF url('images/a8.gif') top left repeat-x;
        border-bottom: none;
}

#tertiaryContent img{
        border: none;
	}

/* ==========================================================Footer========================================================== */

#footer
{
	position: relative;
	z-index: 1;
	padding: 1.5em 0em 2em 0em;
	margin: 1em 0em 0em 0em;
        color: #fff;
	text-align: center;
	background: #3FAFFF url('images/a9.gif') top left repeat-x;
}

.clear
{
	clear: both;
}