a{
color:#0099C0; 
text-decoration: none; 
font-size::12px;
fontName:Arial;
font-family:Arial;
}
a:hover{
color:#008CBA; 
text-decoration: underline; 
}
h1 {
color:#FF9900; 
text-decoration: none; 
font-size::11px;
fontName:Arial;
font-family:Arial;
}
h2 {
color:#FFFFFF; 
text-decoration: none; 
font-size::10px;
fontName:Arial;
font-family:Arial;
}

* {
	margin: 0;
	padding: 0;

}
html body {

	background-color:#efefef;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
p {
	font-size: 12px;
}
strong 
{
	font-weight:bold;
}
#footer {
	margin: 0 auto;
	width: 980px;
	min-height: 180px;
}
#masthead {
	height: 142px;
	width: 100%;
	background: #999 url(../Images/ProductAndOpportunity/topbanner.jpg) repeat-x left top;
}
#masthead .content {
	width: 980px;
	margin: 0 auto;
}
#main {
	width: 980px;
	margin: 0 auto;
	xborder: solid red 1px;
	min-height: 600px;
}
#main .middle {
	xborder: solid green 1px;
	height: 406px;
	position: relative;
	background: #dee3eb url(../Images/ProductAndOpportunity/middle_bg.jpg);
}
.middle .buttons {
position:absolute;
right:-5px;
width:320px;
bottom: 30px;

}
#main .middle .content {
	xbackground-color: #000;
	width: 320px;
	height: 406px;
	position: absolute;
	top: 0px;
	right: 20px;
}
#main .middle .content h1 {
	margin-top: 10px;
}
#main .middle .video {
	width: 630px;
	height: 352px;
	position: absolute;
	top: 50px;
	left: 5px;
}
#main .bottom {
	background-color: #A1A1A1;
	background: #a1a1a1 url(../Images/ProductAndOpportunity/bottom_bg.png);
	height: 438px;
}
.bottom .testimonials {
	left:14px;
	min-height:300px;
	position:relative;
	top:35px;
	width:370px;
	float: left;
}
.testimonials .testimonial {
	width: 360px;
	margin: 5px;
	min-height: 95px;
	overflow: hidden;
}
.testimonial img {
	float: left;
	margin-right: 5px;
}
.bottom .awards {
	float:left;
	left:20px;
	min-height:350px;
	position:relative;
	top:30px;
	width:310px;

}
.awards .ernst {
	background:#999999 url(../Images/ProductAndOpportunity/ernst_young.jpg) no-repeat top left;
	height: 190px;
	position: relative;
}
.awards .feature {
	background: #999 url(../Images/ProductAndOpportunity/uff_feature.jpg) no-repeat top left !important;
	height: 203px;
	position: relative;

}
.bottom .agent {
	float:left;
	left:38px;
	min-height:350px;
	position:relative;
	top:35px;
	width:255px;

}
.agent .agentInfo {
	min-height: 100px;

}

.contentArea {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	border: solid #666 1px;
	padding: 4px;
	margin: 10px;

}
.contentArea p {
	margin-bottom: 10px;
	clear: left;
	overflow: hidden;

}
.contentArea hr {
	margin-bottom: 10px;
	clear: left;

}
span.name {
	font-weight: bold;
	display: block;
	float: right;
}

/* Forms */

fieldset
{
	width: 400px;
	border: 0px;
	text-align: right;
}

/* btns */
#btn_moreTetimonials
{
	background: url(../Images/Common/btn_moreTestimonials.png) no-repeat top left;
	width:147px;
	height:30px;
	display:block;
	cursor:pointer;
}
.btn_close 
{
	position:relative;
	float:left;
	margin:-30px 0 0 170px;
}
p.largeText 
{
	margin-top:10px;
	font-size:15px;
}
span.largeText 
{
	font-size:17px;
	font-weight:bold;
}

.button
{
	background: #f2f2f2;
	width: auto;
	height: auto;
	color: #333;
	padding: 3px 5px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
}
.button:hover
{
	background: #666;
	color: #F8F8FF;
}
.button:hover
{
	cursor: pointer;
	cursor: hand;
}