/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #f5f5f5 url(images/bg01.jpg) repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #8c8c8c;
}
form {} form input,
form select,
form textarea {
/*	-webkit-appearance: none; */
}
br.clear {
	clear: both;
}
h1,
h2,
h3 {
	font-weight: 300;
	color: #262626;
}
p,
ul,
ol,
dl,
table {
	margin-bottom: 1.75em;
}
p {
	line-height: 1.75em;
}
a {
	color: #1b95ec;
}
section,
article {} section >:last-child,
article >:last-child {
	margin-bottom: 0;
}
section:last-child,
article:last-child {
	margin-bottom: 0;
}
.image {
	display: inline-block;
}
.image img {
	display: block;
	width: 100%;
}
.image-full {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}
.image-left {
	float: left;
	margin: 0 2em 1em 0;
}
.image-centered {
	display: block;
	margin: 0 0 2em 0;
}
.image-centered img {
	margin: 0 auto;
	width: auto;
}
.button {
	background: #1b95ec;
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}
.button:hover {
	background: #2ba5fc;
}
.button:active {
	background: #0b85dc;
}
ul.style1 {} ul.style1 li {
	position: relative;
	line-height: 1.5em;
	padding: 0.75em 0 0.75em 0;
	border-top: solid 1px #E8E8E8;
}
ul.style1 a {
	text-decoration: underline;
	color: #8d8d8d;
}
ul.style1 a:hover {
	text-decoration: none;
}
ul.style1 li.first {
	padding-top: 0;
	border-top: 0;
}
ul.style2 {} ul.style2 li {
	float: left;
	width: 39px;
	height: 50px;
	margin-right: 8px;
	text-indent: -99999em;
}
ul.style2 a {
	display: block;
	text-decoration: none;
}
ul.style3 {} ul.style3 li {
	padding: 1.50em 0em 1.90em 0em;
	border-top: 1px solid #e8e8e8;
}
ul.style3 a {
	text-decoration: none;
	color: #6e6d6d;
}
ul.style3 a:hover {
	text-decoration: underline;
}
ul.style3 .posted {
	font-size: 0.90em;
	color: #b6b6b6;
}
ul.style3 .first {
	padding-top: 0em;
	border-top: none;
}
ul.style4 {
	margin-bottom: 2em;
	text-align: center;
	overflow: hidden;
}
ul.style4 li {
	display: inline-block;
	margin: 0 1em 0 1em;
	padding: 0.70em 1em;
	text-decoration: none;
	font-size: 1.25em;
	font-style: italic;
	color: #787878;
	cursor: pointer;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}
ul.style4 li:hover,
ul.style4 li.active {
	background: #ededed;
	color: #454545;
}
ul.style5 {} ul.style5 li {
	position: relative;
	overflow: hidden;
	line-height: 1.5em;
	margin: 0 0 1.25em 0;
}
ul.style5 a {
	display: block;
	text-decoration: underline;
	color: #8d8d8d;
	margin-left: 5.5em;
}
ul.style5 a:hover {
	text-decoration: none;
}
ul.style5 .date {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 1em;
	text-decoration: none;
	color: #b3b3b3;
	width: 5em;
}
.social-icon {
	position: relative;
}
.social-icon:after {
	content: '';
	display: inline-block;
	width: 39px;
}
.social-icon:before {
	content: '';
	display: inline-block;
	width: 39px;
	height: 39px;
	line-height: 39px;
	background: #d0d0d0 url('images/icons.png');
	background-repeat: no-repeat;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	position: absolute;
	left: 0;
	top: 50%;
}
.social-icon:hover:before {
	background-color: #474747;
}
.social-icon:active:before {
	background-color: #545454;
}
.social-icon-01:before {
	background-position: 2px 6px;
}
.social-icon-02:before {
	background-position: -48px 6px;
}
.social-icon-03:before {
	background-position: -100px 6px;
}
.social-icon-04:before {
	background-position: -150px 6px;
}
.social-icon-05:before {
	background-position: -200px 6px;
}
.social-icon-06:before {
	background-position: -250px 6px;
}
.category {
	display: none;
}
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper {
	overflow: hidden;
}
#banner-wrapper {} #main-wrapper {} #footer-wrapper {
	overflow: hidden;
}
/*********************************************************************************/
/* Bar                                                                           */
/*********************************************************************************/
/* 	#bar
	{
		position: relative;
		overflow: hidden;
		background: #101010 url(images/bg02.jpg) no-repeat center top;
		background-size: 100% 100%;
	}	
*/

#bar {
	position: relative;
	overflow: hidden;
	/* background: #101010 url(images/bg02.jpg) no-repeat center top; */
	
	background-size: 100% 100%;
	background-color: #641224;
}
#bar h2 {
	color: #FFFFFF;
}
#bar p {
	/*	color: #727272; */
	
	color: #E0D4D4;
}
/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/

#slider {
	background: #f4f4f4;
}
/*********************************************************************************/
/* Poptrox                                                                       */
/*********************************************************************************/

.poptrox-popup {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.25);
}
.poptrox-popup .caption {
	font-style: italic;
}
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

#main {
	overflow: hidden;
	background: #FFFFFF;
}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
	overflow: hidden;
	background: url(images/bg03.png) no-repeat center top;
}
#footer h2 {
	color: #000000;
}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
	overflow: hidden;
	border-top: 1px solid #d7d7d7;
	text-align: center;
	color: #b8b8b8;
}
/** Style the tweets */

.twitters {
	/*  border: 1px solid #e5e5e5;
  padding: 5px;
  overflow: auto;
  clear: right;
   margin: 20px; */
}
.twitters ul {
	list-style: none;
	padding: 0;
	white-space: nowrap;
}
.twitters span.prefix {
	font-weight: bold;
}
.twitters span.time {
	font-style: italic;
	color: #c5c5c5;
}
.twitters .date {
	display: none;
}
.twitters span.status {
	font-style: italic;
}
.twitters p {
	font-style: italic;
	float: right;
}
.feedTitle p {
	float: left;
}
.feedburnerFeedBlock div {
	/* display: none */
	/* display: none; */
	
	padding-top: 5px;
	/* width: 100px; */
	
	height: 30px;
	;
}
.twitters #creditfooter {
	display: none;
}
.sprite {
	display: block;
	background: transparent url('http://www.tshinc.com/images/social.png') no-repeat;
	text-indent: -10000px;
}
.ClLinkedin {
	background-position: 0 0;
	width: 17px;
	height: 17px;
	float: right
}
.ClTwitter {
	background-position: -19px 0;
	width: 17px;
	height: 17px;
	float: right
}
.ClFacebook {
	background-position: -38px 0;
	width: 17px;
	height: 17px;
	float: right
}
#bar {
	position: relative;
	overflow: hidden;
	/* background: #101010 url(images/bg02.jpg) no-repeat center top; */
	
	background-size: 100% 100%;
	background-color: #641224;
}
.imageholder {
	/* position: relative; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
	
	width: 60px;
	height: 50px;
	float: left;
	padding-right: 10px;
}
#header-wrapper {
	padding: 1em 0 1em 0;
}
#footer h2 {
	padding: 0em 0em 1em 0em;
	font-size: 1.50em;
	color: #803;
}
.splashgraphicitem {
	width: 100%;
	/* position: relative;
 float: left;
 width: 100% ;
 height: 80px;
 left: 20px; 
 background: url(http://www.tshinc.com/graphics/splash_mdsgift.jpg) no-repeat;
 */
}
#content h1 {
	font-size: 2em;
	text-decoration: strong;
	margin: 0em 0em .3em 0em;
	letter-spacing: -1px;
	color: #803;
}
strong {
	font-weight: bold;
}
b { font-weight: bold; }
#content ul {
	padding: 30px;
	margin-top: 5px;
	list-style: square;
}
#content li {
	padding-bottom: 5px;
}
#bullets a {
	font-size: 11px;
	/* position: relative;
float: right;
top: 0px;
right: 20px;
width: 180px;
*/
	
	color: #8d7a44;
}
.blkbutton {
	/* background: #1b95ec; */
	
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
}
#bar p {
	position: absolute;
	right: 1em;
	top: -15%;
	margin-top: -0.4em;
	font-size: 1.25em;
	font-weight: 300;
}
#mdstable td {
	padding: 10px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
/*	border-left: 2px solid rgb(54, 54, 0); */
	-webkit-box-shadow: rgb(204, 204, 204) 10px 10px 10px;
	box-shadow: rgb(204, 204, 204) 10px 10px 10px;
	color: black;
	background: rgb(255, 255, 255);
	margin: 30px;
/*	border-collapse: separate;
    border-spacing: 10px 50px; */
}
#mdstable { 
    border-collapse: separate;
    border-spacing: 10px 20px;
}
#content {
padding: 10px;
}
    .text9 {
        font-family:'Arial','Helvetica','sans-serif';
        font-size:24px;
        text-decoration:none;
        color:black;
    }
        .tA1 {
        font-family:'Arial','Helvetica','sans-serif';
        font-size:14px;
        font-weight:bold;
        text-decoration:none;
        color:#691F31;
    }
    .helptag {
    background: url(../graphics/help-bluenoborder1.png) no-repeat;
    width: 50px;
    height: 50px;
    }
        .para6 {
        padding-bottom:9px;
       /*  line-height:12px; */
    }

