body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	background-color: #D9D9D9;
	color:#010101;
}
#bodycontainer {
	float: none;
	width: 840px;
	position: relative;
	margin: 0px auto 0px auto;
	background-image: url(images/bg_page.jpg);
	background-repeat: repeat-y;
}
#innercontent {
	margin: 0px 41px 0px 36px;
}
#footer {
	height: 29px;
	width: 840px;
	background-image: url(images/page_bottom.jpg);
	background-repeat: no-repeat;
}
#topnav {
	width: 763px;
	padding: 0px;
	margin:0px;
	height:auto;
	clear:both;
	position: relative;
}

#thicktabs{
margin: 0;
padding: 0;
float: left;
font-size:11px;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: #ffffff;
padding: 10px 0px 0px 0px; /*padding of tabs*/
text-decoration: none;
background: url(images/bg_butt.jpg) no-repeat bottom;
height:30px;
width:109px;
text-transform:uppercase;
font-weight:bold;
text-align:center;
}

#thicktabs li a:visited{
color: #ffffff;
}

#thicktabs li a:hover{
color: #ffffff;
background-image: url(images/bg_butt-over.jpg);
background-repeat:no-repeat;
}

#header{
	width: 763px;
	height:124px;
	clear:both;
	border-top:17px #FFFFFF solid;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	position: relative;
}

#contentcontainer {
	border-top: 17px solid #FFFFFF;
	clear: both;
	width: 764px;
	height:auto;
	position: relative;
}

#formcontainer{
	width:255px;
	height:auto;
	background-image:url(images/bg_form.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#a54399;
	border-left:17px solid #FFFFFF;
	float:right;
}

#rightcontainer{
	width:460px;
	border:1px solid #d9d9d9;
	height:auto;
	float:left;
	padding:15px;
	text-align:justify;
	position:relative;
}

#rightcontainer h1{
	font-size:15px;	
	color:#a54399;
	text-align:left;
	padding:0px;
	margin:0px;
}

#maincontainer{
	position:relative;
	width:734px;
	clear:both;
	border:1px solid #d9d9d9;
	height:auto;
	padding:15px;
	text-align:justify;
	margin:0px;
}

#maincontainer h1{
	font-size:15px;	
	color:#a54399;
	padding:0px;
	margin:0px;
}
#pressreleases{
	position:relative;
	width:764px;
	clear:both;
	border-top:17px solid #FFFFFF;
	
}

#presscontent{
	border:1px solid #d9d9d9;
	padding:5px;
	text-align:justify;
}

#presscontent h2{
	font-size:12px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
}

#testcontainer{
	position:relative;
	width:764px;
	height:auto;
	clear:both;
	border-top: 17px solid #ffffff;
}

#testimonal{
	list-style:none;
	margin:0px;
	padding:0px;
}

.testbox{
	width:175px;
	height:300px;
	border:1px solid #d9d9d9;
	padding:3px;
	margin-right:11px;
	float:left;
	display:block;
	font-size:11px;
	text-align:justify;
	z-index:5;
}

.testboxright{
	width:174px;
	height:300px;
	padding:3px;
	border:1px solid #d9d9d9;
	float:left;
	font-size:11px;
	text-align:justify;
	display:block;
	z-index:5;
	
}

.testbox2{
	margin-top:5px;
	width:175px;
	border:1px solid #d9d9d9;
	padding:3px;
	margin-right:11px;
	float:left;
	font-size:11px;
	text-align:center;
}

.testboxright2{
	margin-top:5px;
	width:174px;
	padding:3px;
	border:1px solid #d9d9d9;
	float:left;
	font-size:11px;
	text-align:center;
}

.purpletitle{
	color:#a54399;
	font-weight:bold;
	font-size:12px;
	padding-bottom:5px
}

.smallimage{
	padding-right:5px
}

.readmore{
	position:relative;
	float:left;
	top:310px;
	left:0px;
	z-index:8;
}



#presscontent h1{
	font-size:16px;
	color:#a54399;
}

a:link {
	color: #7AAE3C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7AAE3C;
}
a:hover {
	text-decoration: underline;
	color: #7AAE3C;
}
a:active {
	text-decoration: none;
	color: #7AAE3C;
}

div.row1 {
  clear: both;
  }

div.row1 span.fieldleft {
  float: left;
  width: 90px;
  text-align: left;
  }

div.row1 span.formw {
  float: right;
  width: auto;
  text-align: left;
  } 
  
#copyright{
	padding:5px;
	text-align:center;
	color:#666666;
	font-size:10px;
}