* {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
	margin:auto;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	text-decoration:none;
	color: #11a2d7;
}



	a:hover {
		text-decoration: none;
	}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: .90em;
	color: #363636;
}

h2 {
	padding: 0 0 10px 10px;
	line-height: 1.2em;
	font-size: 1.7em;
	color: #323232;
}

	h2 span {
		display: block;
		margin: -6px 0 0 0;
		word-spacing: 1px;
		font-size: 0.80em;
		color: #1191c0;
	}
h1 {
	padding: 0 0 10px 10px;
	line-height: 1.2em;
	font-size: 2.083em;
	color: #323232;
}

h1 span {
		display: block;
		margin: -6px 0 0 0;
		word-spacing: 1px;
		font-size: 0.84em;
		color: #1191c0;
	}

h3 {
	font:bold 18px Arial, Helvetica, sans-serif !important;
	text-align:center;
	margin-left:20px;
	margin-top:-11px;
	color:#1191c0 !important;
}

	h3 span {
		font:bold 18px Arial, Helvetica, sans-serif !important;
	text-align:center;
	margin-left:20px;
	margin-top:-11px;
	color:#1191c0 !important;
	}
	
	h3 span span {
		font:bold 18px Arial, Helvetica, sans-serif !important;
	text-align:center;
	margin-left:20px;
	margin-top:-11px;
	color:#1191c0 !important;
	}
	
	h3 strong {
		font:bold 18px Arial, Helvetica, sans-serif !important;
	text-align:center;
	margin-left:20px;
	margin-top:-11px;
	color:#1191c0 !important;
	}
	
	h3 b {
		display: block;
		padding: 5px 0 0 0;
		float: left;
		text-transform: uppercase;
		line-height: 1.125em;
		font-size: 1.333em;
		color: #fff;
	}
	
	h3 i {
		display: block;
		float: left;
		margin: 0 0 0 -0px;
		text-transform: uppercase;
		line-height: 44px;
		font-size: 1.333em;
		font-weight: bold;
		font-style: normal;
		color: #fff;
	}
	
	h3 b em {
		display: block;
		font-style: normal;
	}

h4 {
	width: 100%;
	padding: 0 0 14px 0;
	overflow: hidden;
	word-spacing: -2px;
	text-transform: uppercase;
	font-size: 1.417em;
	color: #1e1e1e;
}

	h4 img {
		float: left;
		margin: 0 14px 0 3px;
	}
	
	h4 span {
		display: block;
		padding: 9px 0 0 0;
		float: left;
	}

h5 {
	padding: 0 0 27px 48px;
	text-transform: uppercase;
	line-height: 1.2em;
	font-size: 1.417em;
	color: #1d1d1d;
}

	h5.extra {
	padding: 0 0 17px 48px;
	}

h6 {
	padding: 0 0 11px 0;
	line-height: 1.2em;
	font-size: 1em;
	color: #26addf;
}

	h6 span {
		display: block;
		padding: 0 0 7px 0;
		line-height: 1.5em;
	}
	
	h6.extra {
		padding: 0 0 3px 0;
	}

.fleft {
	margin-left:5px;	
	float: left;
}

	img.fleft {
		margin: 0 19px 33px 0;
	}

.fright {
	float: right;
	margin-right:6px !important;
}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.col-2new{
	float: righr;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

#main-tail-bot {
	background: url(theraimages/main-tail-bot.gif) repeat-x 0% 100%;
}

#main {
	width: 980px;
	margin: 0 auto;
	font-size: 0.75em;
}

#header {
	background: url(theraimages/header.jpg) no-repeat 22px 123px;
	position: relative;
	height: 378px;
}
.banner_path{
	margin-left:22px;
	top:123px;
	position:absolute;
	width:632px;
	height: 255px;
	clear:both;
}

	#logo {
		position: absolute;
		top: 15px;
		left: 31px;
	}

#menu {
	position: absolute;
	top: 40px;
	left: 386px;
}

#menubar{
	width:620px;
	height:65px;
	float:left;
	margin-left:280px;
	padding-top:45px;
}

	/**--header nav--**/
#menubar ul li{	
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;

	background: rgb(246,246,246); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(236,236,236,1 246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(236,236,236,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(236,236,236,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(236,236,236,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(236,236,236,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(236,236,236,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */

	float:left;
	margin:0px 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;

}
ul#nav {	
width:auto;
list-style: none;
padding: 0;
margin: 0;
position:absolute;
z-index:1;
margin-left:52px;
}
ul#nav li a {
	border:1px solid #ebeaea;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	text-align:center;
color:#6e6e6e;
text-decoration:none;
display: block;
height:42px;
margin:0 1px;
line-height:42px;
width:120px;
}

ul#nav li a:hover{
	border:1px solid #26bdf4;
	color:#FFF;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;


	background: rgb(47,197,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(47,197,252,1) 53%, rgba(77,235,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,rgba(47,197,252,1)), color-stop(100%,rgba(77,235,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(47,197,252,1) 53%,rgba(77,235,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(47,197,252,1) 53%,rgba(77,235,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(47,197,252,1) 53%,rgba(77,235,254,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(47,197,252,1) 53%,rgba(77,235,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fc5fc', endColorstr='#4debfe',GradientType=0 ); 
}

ul#nav li a.active{
	border:1px solid #26bdf4;
	color:#FFF;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;


	background: rgb(47,197,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(47,197,252,1) 53%, rgba(77,235,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,rgba(47,197,252,1)), color-stop(100%,rgba(77,235,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(47,197,252,1) 53%,rgba(77,235,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(47,197,252,1) 53%,rgba(77,235,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(47,197,252,1) 53%,rgba(77,235,254,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(47,197,252,1) 53%,rgba(77,235,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fc5fc', endColorstr='#4debfe',GradientType=0 ); 
}

li ul li{	
	width:190px;
	border-top:1px solid #ebeaea;
}
li ul {
display: none;
position: absolute;
width:150px;
top: 0;
left: 0;
width:190px;
margin-left:-2px;
margin-top:2px;
}
li>ul{	
top: auto;
left: auto;
}
li:hover ul, li.over ul {
display: block;
}

.subnav_list li{
	width:220px;
}

	
	/**---header nav close--**/
	

#header-line {
	background: #edeeec;
	width: 940px;
	height: 6px;
	overflow: hidden;
	position: absolute;
	top: 109px;
	left: 22px;
}

#header-box {
	background: url(theraimages/header-box.jpg) no-repeat 0% 0%;
	width: 300px;
	height: 255px;
	overflow: hidden;
	position: absolute;
	top: 123px;
	left: 662px;
}

	#header-box strong {
		display: block;
		height:28px;
		font-weight:normal;
		font-size:20px;
		text-transform:uppercase;
		color: #fff;
	}
	
	#header-box .inner {
		padding: 35px 10px;
	}

.inner-box {
	background: url(theraimages/header-box1.png) no-repeat 0% 0%;
	width:270px;
	margin-left:5px;
	height: 166px;
	margin-top:-3px;
}

	.inner-box .inner {
		padding: 5px!important;
	}

.header-list {
	overflow: hidden;

}

	.header-list li {
		background: url(theraimages/marker.gif) no-repeat 0% 8px;
		padding: 0 0 0 20px;
		line-height:30px;
		font-size:12px;
		font-weight:normal;
		color: #fff;
	}
	
	.header-list li a {
		text-decoration: none;
		font-weight:bold;
		color: #fff;
	}
	
	.header-list li a:hover {
		text-decoration: underline;
	}

#content {
	background: url(theraimages/content.jpg) no-repeat 22px 7px;
	padding: 28px 39px 15px 43px;

}
	#content p {
		padding: 0 0 30px 0;
		line-height: 1.5em;
		font-size: 1em;
		color: #363636;
		/*text-align:justify;*/
	}
	
	#content p.extra {
		padding: 0 0 19px 0;
	}
	
	#content p.extra-1 {
		padding: 0 0 28px 0;
	}
	
	#content p.extra-2 {
		padding: 0 0 12px 0;
	}
	
	#content p small {
		float: right;
		padding: 0 2% 0 0;
		font-size: 1em;
	}

.row-1 {
	padding: 0 0 18px 0;
}

.box {
	width: 100%;
	overflow: hidden;
}

	.box .border-top {
		background: #f2fcfe url(theraimages/border-top.gif) repeat-x 0% 0%;
	}
	
	.box .border-bot {
		background: url(theraimages/border-bot.gif) repeat-x 0% 100%;
	}
	
	.box .border-left {
		background: url(theraimages/border-left.gif) repeat-y 0% 0%;
	}
	
	.box .border-right {
		background: url(theraimages/border-right.gif) repeat-y 100% 0%;
	}
	
	.box .corner-top-left {
		background: url(theraimages/corner-top-left.gif) no-repeat 0% 0%;
	}
	
	.box .corner-top-right {
		background: url(theraimages/corner-top-right.gif) no-repeat 100% 0%;
	}
	
	.box .corner-bot-left {
		background: url(theraimages/corner-bot-left.gif) no-repeat 0% 100%;
	}
	
	.box .corner-bot-right {
		background: url(theraimages/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box .inner {
		padding: 13px 20px 10px 15px;
	}
	
	.box .inner .inner {
		padding: 0 0 0 12px;
	}
	
	.box p {
		padding: 0 0 12px 0 !important;
		line-height: 1.5em !important;
		font-size: 1em !important;
		color: #363636 !important;
	}

.box-1 {
	wi
	margin: 0 0 27px 0;
	padding: 0 0 0 5px;
}

	.box-1 .border-top {
		background: #f4f4f4 url(theraimages/border-top1.gif) repeat-x 0% 0%;
	}
	
	.box-1 .border-bot {
		background: url(theraimages/border-bot1.gif) repeat-x 0% 100%;
	}
	
	.box-1 .border-left {
		background: url(theraimages/border-left1.gif) repeat-y 0% 0%;
	}
	
	.box-1 .border-right {
		background: url(theraimages/border-right1.gif) repeat-y 100% 0%;
	}
	
	.box-1 .corner-top-left {
		background: url(theraimages/corner-top-left1.gif) no-repeat 0% 0%;
	}
	
	.box-1 .corner-top-right {
		background: url(theraimages/corner-top-right1.gif) no-repeat 100% 0%;
	}
	
	.box-1 .corner-bot-left {
		background: url(theraimages/corner-bot-left1.gif) no-repeat 0% 100%;
	}
	
	.box-1 .corner-bot-right {
		background: url(theraimages/corner-bot-right1.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-1 .inner {
		padding: 22px 35px 20px 24px;
	}

.box-2 {
	width: 100%;
	overflow: hidden;
}
.box-2 img{
	margin-left:-0px !important;
	margin-top:5px !important;
}


	.box-2 .border-top {
		background: #fff url(theraimages/border-top2.gif) repeat-x 0% 0%;
	}
	
	.box-2 .border-bot {
		background: url(theraimages/border-bot2.gif) repeat-x 0% 100%;
	}
	
	.box-2 .border-left {
		background: url(theraimages/border-left2.gif) repeat-y 0% 0%;
	}
	
	.box-2 .border-right {
		background: url(theraimages/border-right2.gif) repeat-y 100% 0%;
	}
	
	.box-2 .corner-top-left {
		background: url(theraimages/corner-top-left2.gif) no-repeat 0% 0%;
	}
	
	.box-2 .corner-top-right {
		background: url(theraimages/corner-top-right2.gif) no-repeat 100% 0%;
	}
	
	.box-2 .corner-bot-left {
		background: url(theraimages/corner-bot-left2.gif) no-repeat 0% 100%;
	}
	
	.box-2 .corner-bot-right {
		background: url(theraimages/corner-bot-right2.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-2 .inner {
		padding: 20px 18px 12px 17px;
	}
	
	.box-2 .inner-1 {
		padding: 10px 18px 12px 17px;
	}
	
	.box-2 .inner-1 .inner {
		padding: 0 0 0 15px;
	}
	
.box-4 {
	width: 100%;
	overflow: hidden;
}

	.box-4 .border-top {
		background: #fff url(theraimages/border-top4.gif) repeat-x 0% 0%;
	}
	
	.box-4 .border-bot {
		background: url(theraimages/border-bot2.gif) repeat-x 0% 100%;
	}
	
	.box-4 .border-left {
		background: url(theraimages/border-left2.gif) repeat-y 0% 0%;
	}
	
	.box-4 .border-right {
		background: url(theraimages/border-right2.gif) repeat-y 100% 0%;
	}
	
	.box-4 .corner-top-left {
		background: url(theraimages/corner-top-left4.gif) no-repeat 0% 0%;
	}
	
	.box-4 .corner-top-right {
		background: url(theraimages/corner-top-right4.gif) no-repeat 100% 0%;
	}
	
	.box-4 .corner-bot-left {
		background: url(theraimages/corner-bot-left2.gif) no-repeat 0% 100%;
	}
	
	.box-4 .corner-bot-right {
		background: url(theraimages/corner-bot-right2.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-4 .inner {
		padding: 20px 18px 12px 17px;
	}
	
	.box-4 .inner .inner {
		padding: 10px 10px 0 13px;
	}
	
	.box-4 p {
		padding: 0 0 21px 0 !important;
		line-height: 1.5em !important;
		font-size: 1em !important;
		color: #363636 !important;
	}
	
	.box-4 blockquote p {
		padding: 0 0 18px 0 !important;
	}
	
	.box-4 blockquote p.extra {
		padding: 0 0 14px 0 !important;
	}
	
	.box-4 blockquote p strong {
		display: block;
		padding: 0 4px 0 0;
		text-align: right;
		color: #26addf;
	}

.box-3 {
	width: 100%;
	overflow: hidden;
	margin: 0 0 4px 0;
}

	.box-3 .border-top {
		background: #f0fbfe url(theraimages/border-top3.gif) repeat-x 0% 0%;
	}
	
	.box-3 .border-bot {
		background: url(theraimages/border-bot3.gif) repeat-x 0% 100%;
	}
	
	.box-3 .border-left {
		background: url(theraimages/border-left3.gif) repeat-y 0% 0%;
	}
	
	.box-3 .border-right {
		background: url(theraimages/border-right3.gif) repeat-y 100% 0%;
	}
	
	.box-3 .corner-top-left {
		background: url(theraimages/corner-top-left3.gif) no-repeat 0% 0%;
	}
	
	.box-3 .corner-top-right {
		background: url(theraimages/corner-top-right3.gif) no-repeat 100% 0%;
	}
	
	.box-3 .corner-bot-left {
		background: url(theraimages/corner-bot-left3.gif) no-repeat 0% 100%;
	}
	
	.box-3 .corner-bot-right {
		background: url(theraimages/corner-bot-right3.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-3 .inner {
		padding: 11px 13px 0px 13px;
	}
	
	.box-3 .inner-1 {
		padding: 11px 13px 14px 9px;
	}
	
	.box-3 img {
		margin: 0 0 17px 0;
	}
	
	.box-3 p {
		padding: 0 0 0 4px !important;
		line-height: 1.333em !important;
		font-size: 1em !important;
		color: #179fd1 !important;
	}
	
	.box-3 p b {
		display: block;
		padding: 0 0 18px 0;
		line-height: 1.5em;
		text-transform: uppercase;
	}
	
	.box-3 p span {
		display: block;
		line-height: 1.5em;
	}

.box-indent {
	margin: 0 0 19px 0 !important;
}

.line-hor {
	background: url(theraimages/line-hor.gif) repeat-x 0% 0%;
	width:100%;
	height:2px;
	margin:8px 0px;
	overflow: hidden;
}
.line-vor {
	background: url(theraimages/line-hor.gif) repeat-y;
	width:2px;
	height:480px;	
	float:left;
	overflow: hidden;
}


.link {
	background: url(theraimages/link-bg.png) no-repeat 0% 0%;
	position: relative;
	display: inline-block;
	height: 23px;
	margin: 0 0 0 5px;
	padding: 0 0 0 27px;
	float: left;
	line-height: 20px;
	text-decoration: none;
	font-size: 1.417em;
	color: #464444;
}

	.link:hover {
		text-decoration: underline;
	}

.link-1 {
	background: url(theraimages/link-bg.png) no-repeat 0% 0%;
	position: relative;
	display: inline-block;
	height: 23px;
	padding: 0 0 0 27px;
	float: left;
	line-height: 20px;
	text-decoration: none;
	font-size: 1.417em;
	color: #464444;
}

	.link-1:hover {
		text-decoration: underline;
	}

.link-indent {
	margin: 0 0 24px 0 !important;
}

.indent {
	padding: 0 10px 0 11px;
}

.indent-left {
	padding: 0 0 0 11px;
}
.indent-left1 {
	margin-top:-20px;
}
.indent-bot {
	margin: 0 0 20px 0 !important;
}

.list {
	margin-top:-30px;
	overflow: hidden;
}

	.list li {
		background: url(theraimages/line-hor1.gif) repeat-x 0% 100%;
		line-height: 2.667em;
		color: #363636;
	}
	
	.list li.extra {
		background: none;
	}
	
	.list li a {
		background: url(theraimages/marker-1.gif) no-repeat 0% 7px;
		margin: 0 0 0 14px;
		padding: 0 0 0 20px;
		color: #363636;
	}

.list-1{
	width: 100%;
	overflow: hidden;
	margin-left:10px;
	list-style:none !important;
}

	.list-1 li {
		float: left;
		list-style:none !important;
		
		line-height: 1.5em;
		color: #656565;
	}
	
	.list-1 li.extra {
		padding: 0 0 0 0;
	}
	
	.list-1 li img {
		margin: 0 0 13px 0;
	}
	
	.list-1 li strong {
		background: url(theraimages/arrows.gif) no-repeat 2px 7px;
		display: block;
		padding: 0 0 0 12px;
		color: #53900b;
	}
	
	.list-1 li strong a {
		text-decoration: none;
		color: #53900b;
	}
	
	.list-1 li strong a:hover {
		text-decoration: underline;
	}
	
	.list-1 li strong span {
		display: block;
		font-weight: normal;
		color: #656565;
	}

.list-2 {
	overflow: hidden;
}

	.list-2 li {
		background: url(theraimages/arrows.gif) no-repeat 0% 7px;
		padding: 0 0 0 11px;
		line-height: 1.667em;
		color: #53900b;
	}
	
	.list-2 li a {
		color: #53900b;
	}

.list-3 {
	overflow: hidden;
	padding: 3px 0 0 0;
}

	.list-3 li {
		width: 100%;
		padding: 0 0 25px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 1.5em;
		color: #363636;
	}
	
	.list-3 li.extra {
		padding: 0 0 23px 0;
	}
	
	.list-3 li img {
		float: left;
		margin: 0 19px 0 1px;
	}
	
	.list-3 li p {
		padding: 2px 0 21px 0 !important;
	}

	.list-3 li span a {
		background: url(theraimages/link-bg.png) no-repeat 0% 0%;
		display: inline-block;
		height: 23px;
		padding: 0 0 0 27px;
		float: left;
		line-height: 20px;
		text-decoration: none;
		font-size: 1.417em;
		color: #464444;
	}

	.list-3 li span a:hover {
		text-decoration: underline;
	}

.list-4 {
	overflow: hidden;
	padding: 0 0 10px 0;
}

	.list-4 dt {
		line-height: 1.5em;
		font-size: 1em;
		font-weight: bold;
		color: #26addf;
	}
	
	.list-4 dt a {
		text-decoration: none;
		color: #26addf;
	}
	
	.list-4 dt a:hover {
		text-decoration: underline;
	}
	
	.list-4 dd {
		background: url(theraimages/line-hor.gif) repeat-x 0% 100%;
		margin: 0 0 16px 0;
		padding: 0 0 17px 0;
		line-height: 1.5em;
		font-size: 1em;
		color: #363636;
	}
	
	.list-4 dd.extra {
		background: none;
		padding: 0;
		margin: 0;
	}
	
.list-5 {
	overflow: hidden;
	padding: 1px 0 13px 0;
}

	.list-5 dt {
		line-height: 1.5em;
		font-size: 1em;
		font-weight: bold;
		color: #26addf;
	}
	
	.list-5 dt a {
		text-decoration: none;
		color: #26addf;
	}
	
	.list-5 dt a:hover {
		text-decoration: underline;
	}
	
	.list-5 dd {
		padding: 0 0 18px 0;
		line-height: 1.5em;
		font-size: 1em;
		color: #363636;
	}
	
	.list-5 dd.extra {
		padding: 0;
	}

.list-indent {
	padding: 0 0 14px 0 !important;
}

#contact-form {
	width: 578px;
	padding: 4px 0 0 0;
}

	#contact-form strong {
		display: block;
		width: 258px;
		float: right;
		font-weight: normal;
	}
	
	#contact-form span {
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #363636;
	}
	
	#contact-form textarea {
		background: none;
		width: 250px;
		height: 99px;
		padding: 3px;
		border: 1px solid #c6dadd;
		float: left;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #363636;
	}
	
	#contact-form label {
		display: block;
		height: 42px;
		overflow: hidden;
	}
	
	#contact-form input {
		background: none;
		width: 263px;
		height: 15px;
		padding: 3px;
		border: 1px solid #c6dadd;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #363636;
	}

	#contact-form a {
		background: url(theraimages/link-bg.png) no-repeat 0% 0%;
		display: inline-block;
		height: 23px;
		margin: 16px 0 0 18px;
		padding: 0 0 0 27px;
		float: right;
		line-height: 20px;
		text-decoration: none;
		font-size: 1.417em;
		color: #464444;
	}

	#contact-form a:hover {
		text-decoration: underline;
	}

#footer {
	height: 74px;
	overflow: hidden;
}

	#footer p {
		padding: 0 45px 0 0;
		line-height: 68px;
		text-align: right;
		text-transform: uppercase;
		font-size: 0.917em;
		color: #565656;
	}
	
	#footer p strong {
		margin: 0 3px 0 0;
	}
	
	#footer p a {
		margin: 0 0 0 3px;
		color: #565656;
	}
#secondarymenu{
	border-left:1px  solid #dfeaec;
	border-right:1px  solid #dfeaec;
	border-top:1px  solid #dfeaec;
	width:900px;
	height:130px;
}
.demo{
	background:url(theraimages/demo.png) no-repeat center;
	width:180px;
	height:60px;
	margin-left:5px;
}

.demo:hover{
	background:url(theraimages/demo1.png) no-repeat center;
}

.smalldemo{
	background:url(theraimages/smalldemo.png) no-repeat center;
	width:120px;
	height:40px;
	float:right;
}

.smalldemo:hover{
	background:url(theraimages/smalldemo1.png) no-repeat center;
}

.newicon1{
	background:url(theraimages/newicon1.png) no-repeat top left;
	width:300px;
	height:129px;
	float:left;
}

.newicon2{
	background:url(theraimages/newicon2.png) no-repeat top left;
	width:300px;
	height:123px;
	float:left;
}

.newicon3{
	background:url(theraimages/newicon3.png) no-repeat top left;
	width:300px;
	height:129px;
	float:left;
}

#secondarymenu p{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	margin-top:25px;
	margin-left:70px;
	color:#656565;
	line-height:110%;
}
#secondarymenu a{
	text-decoration:none;
}

#secondarymenu p:hover{
	color:#1191c0;
}

.navtab1{
	width:900px;
	height:450px;
	border-bottom:1px solid #dfeaec;
	border-left:1px solid #dfeaec;
	border-right:1px solid #dfeaec;
}
.navtab1left{
	float:left;
	width:190px;
	height:auto;
	padding-right:20px;
}
.navtab1right{
	float:right;
	width:690px;
	height:auto;
}
/*--navtab1menu styles--*/
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 190px; /*WIDTH OF MAIN MENU ITEMS*/
margin-left:0px !important;

}
.glossymenu, .glossymenu li ul:hover{
}

.glossymenu li{
	list-style:none !important;
position: relative;
}
.glossymenu li a:hover{
	color:#1191c0 !important;
}
.glossymenu li a{
	background-image:url(theraimages/glossyback2.gif);
height:27px;
line-height:27px;
background-color:#fcfcfc;
border:1px solid #e6e6e6;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#585858 !important;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
margin-bottom:-10px;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
margin-top:0px !important;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 8px;
background: transparent url(theraimages/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
	color:white !important;
background-image: url(theraimages/glossyback.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End *//*--navtab1menu styles close--*/

.navtab1right p{
	margin:0px 10px;	
/*	text-align:justify;*/
}
.tabbox1{
	width:auto;
	padding-right:20px;
	height:auto;
	float:left;
}
.panelend_head{
	font:bold 18px Arial, Helvetica, sans-serif !important;
	text-align:center;
	margin-left:20px;
	margin-top:-11px;
	color:#1191c0 !important;
}
.panelend2{
	font:bold 30px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-left:60px;
	margin-top:-5px;
	color:#1191c0 !important;
}
.panelend2text{
	padding:0px;
	margin-top:-25px;
}
.headertext{
	color:#1191c0;
	font:21px Arial, Helvetica, sans-serif;
}
.headertext_1{
	margin-left:10px;	
	color:#1191c0;
	font-size:21px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.headertextbg{
	background-color:#1191c0;
	width:600px;
	height:35px;
	margin-left:20px;
	padding:0px;
	margin:0px;	
	line-height:35px;	
	color:#fff;
	padding-left:10px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}
.headertextbg_1{
	text-align:center;
	float:right;
	line-height:35px;	
	color:#1191c0;
	margin-right:55px;
	margin-top:2px;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.mainplate{
	background:url(theraimages/mainplate.png) center no-repeat;
	width:900px;
	height:225px;
	margin:auto;
}

.mainplate p{
	font:20px  Arial, Helvetica, sans-serif normal ;
	color:#fff;
	text-align:center;
	padding-top:20px;
	text-transform:uppercase;	
}
.mainplate ul{
}

.mainplate ul li{
	list-style-image:url(theraimages/panleli.png);
	font:14px Arial, Helvetica, sans-serif normal	;
}

.mainplate ul li a{
	line-height:30px;
	text-decoration:none;
	color:#fff;
}

.mainplate ul li a:hover{
	text-decoration:underline;
}

.mainplate_list{
	margin:25px 90px 0px 80px;
	float:left;
}
.list-3 p, .extra{
/*	text-align:justify;	*/
}
.partners_list{
	float:left;		
	margin-top:-145px;
	margin-left:245px;

}
.partners_list li {
	list-style:square;
	line-height:180%;
	color:#555;
	cursor:default;
}
.partners_list li:hover{
	color:#1191c0;
	text-decoration:underline;	
}
.careersheder{
	padding:0px;
	margin:0px;
	font-size:14px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:233px;
	color:#1191c0;
	font-weight:bold;
}
.executive{
	margin-left:10px;
}

.testi_readbutton a{
	text-decoration:none;
	font-size:13px;
	float:left;

}
.testi_readbutton a:hover{
	text-decoration:underline;
}
.btm_text1{
	width:890px;
	height:auto;
	margin:auto;
}
.subbtns_newheads{
	display: block;

	font-size: 0.75em;
	color: #1191c0;
	padding-top:10px;
}
.subbtns_newheads1{
	display: block;	
	font-size:18px;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	color: #1191c0;
}
.subbtns_newheads2{
	display: block;
	font-size: 0.75em;
	color: #1191c0;
	text-align:center;
}
.sol_more a{
	float:left;
	font:Arial, Helvetica, sans-serif 15px;
	font-weight:bold;	
	text-decoration:none;
	color:#666;
}
.sol_more a:hover{
	color:#1191c0;
}
.sol_more1 a{
	float:left;
	font:Arial, Helvetica, sans-serif 15px;
	font-weight:bold;
	margin-top:35px;	
	text-decoration:none;
	color:#666;
}
.sol_more1 a:hover{
	color:#1191c0;
}
/**--extra copy here--**/
.sol_boxleft{
	border:1px #e6f6fa solid;
	margin-right:10px;
	width:290px;
	height:auto;
	float:left;
}
.sol_boxmiddle{
	border:1px #e6f6fa solid;
	margin-right:10px;
	width:290px;
	height:auto;
	float:left;
}

.sol_boxright{
	width:290px;
	border:1px #e6f6fa solid;
	height:auto;
	float:right;
}

#content h4{
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background-color:#1191c0;
	width:auto;
	height:35px;
	padding:0px 0px 0px 10px;
	margin:0px;	
	line-height:35px;	
	color:#fff;
}
#content img{
	margin:10px 10px 0px 10px;
	
}
#content p{
	/*text-align:justify;*/
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
}
.smalldemo1{
	background:url(theraimages/soldemo1.png) no-repeat bottom;
	width:100px;
	height:33px;
	float:right;
	margin-right:10px;
	margin-top:5px;
}
.smalldemo1:hover{
	background:url(theraimages/soldemo.png) no-repeat bottom;
}
#content ul{
	padding:0px;
	margin-left:30px;
	margin-top:10px;
}
#content ul li{
	list-style:square;
	margin-bottom:7px;
}
.solbox_left2{
	width:595px;
	height:372px;
	float:left;
}
.solbox_right2{
	border:1px #E6F6FA solid;
	width:290px;
	height:auto;
	padding-bottom:15px;
	float:right;
}
.sol_more a{
	float:left;
	font:Arial, Helvetica, sans-serif 15px;
	margin:5px 0px 0px -10px;	
	text-decoration:none;
	line-height:20px;
	color:#666;
	padding-left:12px;
}
.sol_more a:hover{
	color:#1191c0;
}
.sol_morebtn a{
	float:left;
	margin-top:-7px;
	font: bold Arial, Helvetica, sans-serif 15px !important;	
	text-decoration:none;
	line-height:20px;
	color:#red;
}
.sol_morebtn a:hover{
	color:#1191c0;
}

.sol_arrow{
	position:absolute;
	margin-top:-2px;
	margin-left:-10px;
}
.testimonials{
	width:260px;	
	height:85px;
	margin:auto;
	float:left;
	margin-bottom:10px;
}
.testimonial_pic{
	width:74px;
	height:85px;
	float:left;
}
.testimonial_comment{
	padding-left:20px;
	width:166px;
	padding-top:20px;
	height:60px;
	float:left;
}
.cmnt_text{
	font-size:12px;
	line-height:130% !important;
}
.poster_name{
	text-align:right;
	color:#1191c0;
	float:right;
	margin-right:10px;
	margin-top:8px;
}
.testimonials a{
	text-decoration:none;
	color:#555;
}
.testimonials a:hover{
	color:#1191c0;
	text-decoration:underline;
}
.contact_box1{
	width:280px;
	border-right:1px solid #d2ebf2;
	height:auto;
	float:left;
	margin-left:5px;	
}
.contact_box2{
	width:280px;
	height:auto;
	float:left;
	margin-left:15px;	
}
.contact_formfill{
	margin-top:10px;
	background-color:#fff;
	width:245px;
	height:30px;
	line-height:30px;
	border:1px solid #d7f1f8;
	padding-left:5px;
	margin-left:20px;
}
.contact_formfill1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:5px;
	margin-top:10px;
	width:243px;
	height:80px;
	line-height:30px;
	border:1px solid #d7f1f8;
	margin-left:20px;
}
.send_button{
	border:none;
	display:block;
	width:80px;
	height:30px;
	float:right;
	margin-right:20px;
	margin-top:20px;
	line-height:30px;
	text-align:center;
	background:url(theraimages/send.png) no-repeat;
	color:#fff;
}

.send_button:hover{
		background:url(theraimages/send1.png) no-repeat;
}

#content img{
	float:left;
}
.subbtns_heads{
	display: block;
	margin: -6px 0 0 0;
	font-size:20px;
	color: #1191c0;
	margin-top:5px;
}
.subcontentbox{
	width:650px;
}
.subcontentbox2{
	width:900px;
}
.subbtns_list li{
	margin-left:55px;
}
.profile_pic{
	width:540px;
	height:270px;
	float:left;
}
.profile_list{
	border-left:1px solid #CCC;
	width:335px;
	float:right;
	padding-left:20px;
}
.profile_headtext{
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#1191c0;
}
.team_pic{
	background:url(theraimages/executiveteam_1.jpg) no-repeat;
	float:left;
	width:250px;
	height:230px;	
}
.team_text{
	float:left;
	width:230px;
	height:210px;
	padding:10px;	
	/*text-align:justify;*/
}
.team_profiletext{
	width:auto;
	height:auto;
	margin:30px 5px;
}
.page4list li{
	list-style:none;
}

.sol_boxleft img, .sol_boxmiddle img, .sol_boxright img{
	padding-bottom:10px;
}
.table_prpts{
	width:700px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:10px;
	height:auto;
}
.panelimg_path img{
	margin-top:2px;
	margin-bottom:15px !important;
}


.page1_iconlogo{
	display:block;
	background:url(theraimages/atcb.png) 0px no-repeat;
	width:305px;
	margin:-2px 0px 15px 12px;
	height:133px;
}
.page1_investors{
	background:url(theraimages/investors.png) 0% 0px;
	width:314px;
	height:133px;
	margin-bottom:15px;
}
.page1_hosting{
	background:url(theraimages/hosting.png) 0% 0px;
	width:314px;
	height:133px;
	margin-bottom:15px;
}

.page1_iconlogo2{
	background:url(theraimages/page1_iconlogo2.jpg) no-repeat;
	width:219px;
	height:133px;
	margin-bottom:15px;
}
.page1_iconlogo3{
	background:url(theraimages/investors_2.jpg) no-repeat;
	width:219px;
	height:133px;
	margin-bottom:15px;
}

.page1_icon2{
	background:url(theraimages/1page-img4.jpg) no-repeat;
	width:219px;
	height:133px;
	margin-bottom:15px;
}

.smalldemo_new{
	background:url(theraimages/demo_btn.png) no-repeat  center;
	width:100px;
	height:33px;
	float:right;
	margin-top:-23px;
	color:#FFF;
	font-size:11px;
	text-align:center;
	line-height:33px;
}
.smalldemo_new:hover{
	background:url(theraimages/demo_btn_hover.png) no-repeat center;
}
.labelsmalldemo_new{
	background:url(theraimages/demo_btn.png) no-repeat 0px;
	width:100px;
	float:right;
	margin-top:10px;
	text-align:center;
	height:33px;
	color:#FFF;
	font-size:11px;
	display:block;
	line-height:33px;
}
.labelsmalldemo_new:hover{
	background:url(theraimages/demo_btn_hover.png) no-repeat center;
}
.innericon_1{
	width:595px;
	height:120px;
	padding:0px;
	margin:0px;
}
.innericon_1logo{
	background:url(theraimages/superscript1.jpg) no-repeat;
	width:250px;
		height:120px;
	margin-left:10px;
	float:left;	
}
.innericon_2logo{
	background:url(theraimages/skybank.jpg) no-repeat;
	width:250px;
		height:120px;
	margin-left:10px;
	float:left;	
}
.innericon_3logo{
	background:url(theraimages/inphonite.jpg) no-repeat;
	width:250px;
	height:120px;
	margin-left:10px;
	float:left;	
}
.innericon_4logo{
	background:url(theraimages/sybase.jpg) no-repeat;
	width:250px;
	height:120px;
	margin-left:10px;
	float:left;	
}
.innericon_5logo{
	background:url(theraimages/quest-diagnosticks.jpg) no-repeat;
	width:250px;
	height:120px;
	margin-left:10px;
	float:left;	
}
.innericon_6logo{
	background:url(theraimages/web-hosting.jpg) no-repeat;
	width:250px;
	height:120px;
	margin-left:10px;
	float:left;	
}

.innericon_1text {
	width:335px;
	height:120px;
	float:right;
}
.innericon_1text p{
	margin-top:-10px;
}
.head_maintext{
	line-height:25px;
	margin-bottom:10px;
	font-size:18px;	
color: #1191c0;
}
.trial_btn{
	background:	url(theraimages/trial_btn.png)  no-repeat;
	width:180px;
	height:33px;
	display:block;
	line-height:33px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	margin:10px 0 0 0px;
	font-size:15px;
}
.labs_link{
	background:url(theraimages/elabs.jpg) no-repeat;
	width:540px;
	margin-left:10px;
	height:227px;
}
.epage_link{
	background:	url(theraimages/epage_link.jpg) no-repeat;
	width:515px;
	height:260px;
	margin-left:10px;
}
#trialinquiry label.error, #frminquiry label.error {
	margin-left: 23px;
	width: auto;
	font-size:12px;
	color: red;
}
.Contact_form{
	width:270px;
	height:35px;
	background:url(theraimages/contact_header.png) no-repeat;
	padding-left:21px;
	line-height:35px;
	font-weight:bold;
	font-size:17px;
	color:#FFF;
	text-transform:uppercase;
}

.elogin{
	background:url(theraimages/elogin.png) no-repeat;
	width:100px;
	font-size:13px;
	line-height:33px;
	color:#fff;
	margin-left:5px;
	height:23px;
	margin:0px;
	font-weight:bold;
	border:none !important;
}

.eloginbg{
	background:url(theraimages/eloginbg.png) no-repeat;
	width:220px;height:100px;
	text-align:left;
	float:right;
	margin-right:100px;
	margin-top:55px;
	color:#FFF;
	font-size:13px;
	padding:10px 0px 0px 10px;
}

.eloginbg input{
	width:100px;
	margin-top:15px;
	height:23px;
	line-height:22px;
	border:none !important;
}
.head_left{
	margin:20px 0 0 10px;
}
.panel_headbg{
	background:url(theraimages/panel_headbg.png) no-repeat;
	display:block;	width:260px;	height:44px;	font:17px bold Arial, Helvetica, sans-serif !important;
	font-weight:bold !important;		color:#FFF;	line-height:44px !important;	padding-left:55px;
}


.panel_headbg2{
	background:url(theraimages/panel_headbg2.png) no-repeat;
	display:block;	width:250px;	height:44px;	font:17px bold Arial, Helvetica, sans-serif !important;
	font-weight:bold !important;	text-transform:uppercase;	color:#FFF;	line-height:44px !important;	padding-left:55px;
}


.panel_headbg3{
	background:url(theraimages/panel_headbg3.png) no-repeat;
	display:block;	width:250px;	height:44px;	font:17px bold Arial, Helvetica, sans-serif !important;
	font-weight:bold !important;	color:#FFF;	line-height:44px !important;	padding-left:55px;
}

.panel_text p{
	margin-left:10px;
	margin-top:20px;
}

.news_links {
	float:left;
	margin-right:70px;
}
.news_links li{
	margin-bottom:15px !important;	
	padding-left:25px;
	list-style:none !important;
	background: url(theraimages/lilink-bg.png) no-repeat 0% 3px  !important;
	font:15px bold Arial, Helvetica, sans-serif !important;
	
}
.news_links li a{
	color:#69acc4;
}
.news_links li a:hover{
	color:#1191c0;	
}

a.selected {
  background-color:#1F75CC;
  color:white;
  z-index:100;
}

.messagepop {
  background-color:#FFFFFF;
  border:1px solid #999999;
  cursor:default;
  display:none;
  margin-top: 15px;
  position:absolute;
  text-align:left;
  width:394px;
  z-index:50;
  padding: 25px 25px 20px;
}

label {
  display: block;
  margin-bottom: 3px;
  padding-left: 15px;
  text-indent: -15px;
}

.messagepop p, .messagepop.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}
