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

#center {
     background-image: url('/skin1/images/bg_center_testimonials.gif');
     background-repeat: no-repeat;
}
#topicrightblurb{
     position:absolute;
     left:640px;
     top:280px;
     width:140px;
     height:125px;
}
#topicrightblurbhigh{
     position:relative;
	 float:left;
	 margin-left:60px;
	 width: 130px;
	 margin-top:100px;
}
#topicrightblurb h1,
#topicrightblurbhigh h1 {
     color:#738da9;
     font-size:12px;
     font-style:italic;
     font-weight:bold;
}
#topicrightblurb p,
#topicrightblurbhigh p {
     color:#738da9;
     font-size:11px;
     font-style:italic;
     font-weight:normal;
}
#topicrightblurb a:link,
#topicrightblurb a:visited,
#topicrightblurbhigh a:link,
#topicrightblurbhigh a:visited  {
     color:#738da9;
     font-size:11px;
     font-style:italic;
     text-decoration: underline;
}
#topicrightblurb a:hover,
#topicrightblurb a:active,
#topicrightblurbhigh a:hover,
#topicrightblurbhigh a:active  {
     color:#29629f;
     font-size:11px;
     font-style:italic;
     text-decoration: underline;
}
#topichead {
     position:absolute;
     left: 120px;
     top: 25px;
     width: 385px;
     font-size:22px;
     color: #859cba;
}
#topicheadform {
	position:relative;
	width:740px;
	margin-top:20px;
	margin-left:20px;
	text-align:center;
}
#topicheadform h1 {
	text-align:center;
}
#topichead p,
#topicheadform p {
     color: #5e6976;
     font-size:11px;
     font-weight:bold;
}
#topictext {
     position:absolute;
     left: 30px;
     top:80px;
     width: 545px;
     height: 340px;
     overflow:hidden;
}
#topictextexpand {
     position:relative;
	 margin-left:20px;
	 float:left;
     width: 560px;
}
#topictext p,
#topictextexpand p {
     color: #5e6976;
     font-size:11px;
}
#topictext p.pagenav,
#topictextexpand p.pagenav {
     color: #5e6976;
     font-size:11px;
     text-align:right;
     margin-right;10px;
}
#topictext a:link,
#topictext a:visited,
#topictextexpand a:link,
#topictextexpand a:visited {
     color: #859cba;
     text-decoration:none;
}
#topictext a:hover,
#topictext a:active,
#topictextexpand a:hover,
#topictextexpand a:active{
     color: #859cba;
     text-decoration:underline;
}
#topictext .hilite,
#topictextexpand .hilite{
     color:#859cba;
}
#topictext table,
#topictextexpand table {
     border-width:0px;
     border-collapse: collapse;
}
#topictext td,
#topictextexpand td {
     border-width:0px;
     border-collapse: collapse;
     border-style:none;
}
#topictext td.photo,
#topictextexpand td.photo {
     width:85px;
}
#topictext td.photo img,
#topictextexpand td.photo img  {
     margin-bottom:10px;
}
#topictext td.testim,
#topictextexpand td.testim {
     width:470px;
	padding-bottom:8px;
}
#topictext td p,
#topictextexpand td p {
     font-size:11px;
     font-style:italic;
     color: #7d838a;
}
#topictext td p.signature,
#topictextexpand td p.signature {
     font-size:11px;
     font-style:normal;
     margin-left: 90px;
     color: #7d838a;
}

#formmessage {
     position:absolute;
     left:640px;
     top:30px;
     width:120px;
     height:125px;
}

#formmessage p {
	color:red;
}

input.textfield {
	font-size:11px;
	width:200px;
}

textarea.textbox {
	font-size:11px;
	width:200px;
	height:100px;
}

textarea.textbox-sm {
	font-size:11px;
	width:200px;
	height:50px;
}

div.textfield-b {
	display:none;
}